Spelling fixes.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
85c8c5b6
AM
12012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2
3 Decrease XEmacs incompatibilities.
4 * textmodes/flyspell.el (flyspell-check-pre-word-p):
5 Use `string-match'.
6 (flyspell-delete-region-overlays): Use alternative definition for
7 XEmacs.
8 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
9 (flyspell-word): Use `process-kill-without-query' if XEmacs.
10 (flyspell-mode-on): Use `interactive-p' if XEmacs.
11 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
12 `define-obsolete-face-alias' under XEmacs, but old method.
13
14 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
15 `with-no-warnings' definition or Emacs alias.
16 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
17 (ispell-word): Do not use `region-p' if XEmacs.
18
8cab9efc
AM
192012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
20
21 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
22 Check for `ispell-dictionary-base-alist' instead of full
23 `ispell-dictionary-alist'.
24 (ispell-init-process): Show spellchecker when starting new Ispell
25 process.
26
fda91268
RZ
272012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
28
29 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
30 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
31
694ea8e3
JB
322012-05-27 Juanma Barranquero <lekktu@gmail.com>
33
34 * version.el (motif-version-string, gtk-version-string)
35 (ns-version-string): Declare.
36
e4d4f539
JL
372012-05-27 Juri Linkov <juri@jurta.org>
38
39 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
40 after the `eval-defun-1' specialcaseing
41 like in `edebug-eval-defun' (bug#10181).
42
43 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
44 like in `eval-defun-1'.
45
33017faf 462012-05-27 Eli Zaretskii <eliz@gnu.org>
b30b64b9 47
fda91268
RZ
48 * mail/sendmail.el (mail-yank-region):
49 Recognize rmail-yank-current-message in addition to insert-buffer.
50 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
b30b64b9
EZ
51 a *mail* buffer created through rmail-start-mail with sendmail as
52 mail-user-agent.
53
33017faf
GM
542012-05-27 Chong Yidong <cyd@gnu.org>
55
56 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
57 Default to 256 (Bug#11267).
58
59 * help.el (describe-mode): Doc fix.
60
04188bb9
GM
612012-05-26 Glenn Morris <rgm@gnu.org>
62
38264cc9
GM
63 * w32-fns.el (w32-init-info): Remove.
64 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
65
eb7afdad
GM
66 * info.el (info-initialize): For self-contained NS builds, put the
67 included info/ directory at the front. (Bug#2791)
68
04188bb9
GM
69 * paths.el (Info-default-directory-list): Make it a defcustom,
70 mainly so that we can use custom-initialize-delay.
71
a179e3f7
SM
722012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
73
43416392
SM
74 * subr.el (buffer-has-markers-at): Mark obsolete.
75
a179e3f7 76 * subr.el (lambda): Use declare.
43416392 77
a179e3f7
SM
78 * emacs-lisp/lisp-mode.el (lambda):
79 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
80
34a008d9
AH
812012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
82
83 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
84
0a3b289f
GM
852012-05-26 Glenn Morris <rgm@gnu.org>
86
87 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
88
758c81e8
GM
892012-05-25 Glenn Morris <rgm@gnu.org>
90
f9f334f0
GM
91 * paths.el: Remove no-byte-compile.
92 * loadup.el: No need to load paths.el uncompiled.
93
87eb79c2
GM
94 * image.el (imagemagick-types-inhibit): Doc fix.
95
758c81e8
GM
96 * version.el: Remove no-byte-compile and associated formatting.
97 * loadup.el: No need to load version.el uncompiled. AFAICS, this
98 is ancient code from when there was an "inc-vers.el".
99
e7e85dc0
SM
1002012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
101
102 * progmodes/gdb-mi.el: Minor style changes.
103 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
104 Turn into minor modes.
105 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
106 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
107 (gdb-shell): Remove unneeded let-binding.
108 (gdb-get-many-fields): Eliminate O(n²) behavior.
109
f31237a4
EZ
1102012-05-25 Eli Zaretskii <eliz@gnu.org>
111
112 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
113 platforms that don't link in fontset.c.
114
bc1b21bb
JL
1152012-05-25 Juri Linkov <juri@jurta.org>
116
117 Use the same diff color scheme as in modern VCSes (bug#10181).
118
119 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
120 to avoid confusion with `diff-added' that now uses green colors.
121 (diff-removed): Use shades of red.
122 (diff-added): Use shades of green.
123 (diff-changed): Leave just the yellow color.
124 (diff-use-changed-face): New variable.
125 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
126 how to highlight context diff changes.
127 (diff-refine-change): Use shades of yellow.
128 (diff-refine-removed): New face that uses shades of red.
129 (diff-refine-added): New face that uses shades of green.
130 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
131 `diff-refine-removed' in the call to `smerge-refine-subst'
132 depending on the value of `diff-use-changed-face'.
133
134 * vc/smerge-mode.el (smerge-mine): Use shades of red.
135 (smerge-other): Use shades of green.
136 (smerge-base): Use shades of yellow.
137 (smerge-refined-change): Empty face.
138 (smerge-refined-removed): New face that uses shades of red.
139 (smerge-refined-added): New face that uses shades of green.
140 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
141 args `props-r' and `props-a', and use them. Doc fix.
142 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
143 on its value use different faces `smerge-refined-change',
144 `smerge-refined-removed', `smerge-refined-added' in the call to
145 `smerge-refine-subst'.
146
147 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
148 Add face condition `min-colors 88' with shades of red.
149 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
150 `min-colors 88' with shades of green.
151 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
152 `min-colors 88' with shades of yellow.
153
6df9112c
GM
1542012-05-24 Glenn Morris <rgm@gnu.org>
155
ead5edc0
GM
156 * paths.el (prune-directory-list, remote-shell-program): Move to...
157 * files.el (prune-directory-list, remote-shell-program): ...here.
158 For the latter, delay initialization, prefer ssh, just search PATH.
159
f18b81e6
GM
160 * paths.el (term-file-prefix): Move to faces.el (the only user).
161 * faces.el (term-file-prefix): Move here, make it a defcustom.
162
ee2f89a6
GM
163 * paths.el (news-directory, news-path, news-inews-program):
164 Move to gnus/nnspool.el.
61a583ca 165
f8815e4c
GM
166 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
167
c8f3b42c
GM
168 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
169 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
170 Make the latter a defcustom, with a delayed initialization.
171
6df9112c
GM
172 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
173 These were deleted from Gnus itself late 2010.
174
5dadff36
JB
1752012-05-22 Juanma Barranquero <lekktu@gmail.com>
176
9e1701c6
JB
177 * progmodes/which-func.el (which-func-ff-hook):
178 Check against user-error, not error.
179
bd7239f5 180 * emacs-lisp/edebug.el (top): Do not load or set up loading of
5dadff36
JB
181 cl-specs.el, which no longer exists.
182
3290526d
GM
1832012-05-22 Glenn Morris <rgm@gnu.org>
184
185 * info.el (info-emacs-bug): New command.
186 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
187 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
188
ff0c3cfb
GM
1892012-05-21 Glenn Morris <rgm@gnu.org>
190
191 * makefile.w32-in (update-subdirs-SH):
192 * Makefile.in (update-subdirs): Update for moved update-subdirs.
193
5814f126
SM
1942012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
195
a52c0aa0
SM
196 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
197
5814f126
SM
198 * progmodes/compile.el (compilation-error-regexp-alist-alist):
199 Simplify Maven regexp, and make sure the file can't start with a space
200 (bug#11517).
201
b847032c
GM
2022012-05-21 Glenn Morris <rgm@gnu.org>
203
204 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
205 Scrap superfluous subshells.
206
3858bfe7
SM
2072012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
208
209 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
210 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
211
d14b0029
JB
2122012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
213
214 * calc/calc.el (calc-ensure-consistent-units): New variable.
215
a52c0aa0
SM
216 * calc/calc-units.el (math-consistent-units-p)
217 (math-check-unit-consistency): New functions.
218 (calc-quick-units, calc-convert-units):
219 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
220 is non-nil.
d14b0029
JB
221 (calc-extract-units): Fix typo.
222
60c4db3a
SM
2232012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
224
77f3b62e
SM
225 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
226
60c4db3a
SM
227 * textmodes/flyspell.el: Commenting style, plus code simplifications.
228 (flyspell-default-deplacement-commands): Don't spell check after
229 repeated window/frame switches (e.g. triggered by mouse-movement).
230 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
231 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
232 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
233 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
234 Remove unused vars.
235 (flyspell-get-casechars, flyspell-get-not-casechars):
236 Simplify; Don't bother removing a ] just to add it back.
237 * textmodes/ispell.el (ispell-program-name): Use executable-find.
238
b1a10716
RS
2392012-05-18 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
240
241 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
242 New functions.
bd7239f5 243 (math-function-table): Add support for more C functions.
b1a10716 244
3f1b25b5
AM
2452012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es>
246
247 * flyspell.el (flyspell-check-pre-word-p, flyspell-check-word-p)
248 (flyspell-debug-signal-word-checked): Protect delay handling for
249 otherchars against empty otherchars.
250
b581bb5c
SM
2512012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
252
253 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
254 their respective macro declarations.
255 * skeleton.el (define-skeleton):
256 * progmodes/compile.el (define-compilation-mode):
257 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
258 (define-ibuffer-filter):
259 * emacs-lisp/generic.el (define-generic-mode):
260 * emacs-lisp/easy-mmode.el (define-minor-mode)
261 (define-globalized-minor-mode):
262 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
263 * emacs-lisp/byte-run.el (defsubst):
264 * custom.el (deftheme): Add doc-string metadata.
265
70b8ef8f
SM
2662012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
267
268 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
269
b1198e17
SM
2702012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
271
9abdc45d
SM
272 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
273
b1198e17
SM
274 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
275 * emacs-lisp/cl-macs.el: Idem.
276 * emacs-lisp/cl-specs.el: Remove.
277
4735906a
SM
2782012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
279
280 Minor renaming of internal CL functions and variables.
281 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
282 (cl--position): Rename from cl-position.
283 (cl--delete-duplicates): Rename from cl-delete-duplicates.
284 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
285 (cl--random-state): Rename from *random-state*.
286
ac348012
SM
2872012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
288
289 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
290 parens around the arg list (bug#11499).
291
a0a79cde
JL
2922012-05-17 Juri Linkov <juri@jurta.org>
293
294 * isearch.el (word-search-regexp, word-search-backward)
295 (word-search-forward, word-search-backward-lax)
296 (word-search-forward-lax): Move functions from search.c
297 (bug#10145, bug#11381).
298
65034a51
AM
2992012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es>
300
301 * flyspell.el (flyspell-check-pre-word-p, flyspell-check-word-p)
302 (flyspell-debug-signal-word-checked): Delay for otherchars as for
303 normal word components.
304
1a72a195
SM
3052012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
306
307 * minibuffer.el (completion--sifn-requote): Fix last change.
308 (minibuffer-local-must-match-filename-map):
309 Move define-obsolete-variable-alias before its var.
310
fdb058c2
SM
3112012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
312
c41045e6
SM
313 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
314
036dfb8b
SM
315 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
316 behavior.
317 (completion--string-equal-p): New function.
318 (completion--twq-all): Use it to get better assertion failure data.
319
2473256d
SM
320 Only handle ".." and '..' quoting in shell-mode (bug#11466).
321 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
322 (shell--requote-argument): New functions.
323 (shell-completion-vars): Use them.
324 (shell--parse-pcomplete-arguments): Rename from
325 shell-parse-pcomplete-arguments.
326 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
327 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
328 Obey comint-file-name-quote-list.
329
fdb058c2
SM
330 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
331 (smie-indent-keyword): Use it.
332
51fa99f1
SM
3332012-05-14 Stefan Merten <smerten@oekonux.de>
334
335 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
336
e18afed7 3372012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
d9d1dfef
SM
338
339 * net/rlogin.el (rlogin-mode-map): Fix last change.
340
e18afed7 3412012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
8633b1f4
JW
342
343 * mail/smtpmail.el (smtpmail-send-command): Send the command and
344 the following \r\n using a single `process-send-string', since the
345 Lotus SMTP server refuses to accept any commands if they are sent
e18afed7 346 with two `process-send-string's (Bug#11444).
8633b1f4 347
e18afed7 3482012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
fe263b8f 349
fdb058c2
SM
350 * shell.el (shell-parse-pcomplete-arguments):
351 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
e18afed7 352
2d21d7f6
WJ
3532012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
354
e18afed7 355 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
2d21d7f6
WJ
356 (image-transform-scale, image-transform-right-angle-fudge): New vars.
357 (image-transform-width, image-transform-fit-width): New functions.
358 (image-transform-properties): Use them.
359 (image-transform-check-size): New function.
360 (image-toggle-display-image): Use it (for testing).
361 (image-transform-set-rotation): Reduce angle mod 360.
362 Delete obsolete comment.
363
7102e6d0
WJ
3642012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
365
366 * image-mode.el: Fix scaling (bug#11399).
367 (image-transform-resize): Doc fix.
368 (image-transform-properties): Default scale is 1 and height should
369 be an integer.
370
06bc5e6e
SM
3712012-05-13 Johan Bockgård <bojohan@gnu.org>
372
373 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
374 than hard-coding `car', to fix misbehavior when moving forward.
375
0ae03b6a
CY
3762012-05-13 Chong Yidong <cyd@gnu.org>
377
378 * emacs-lisp/tabulated-list.el (tabulated-list-format)
379 (tabulated-list-entries, tabulated-list-padding)
380 (tabulated-list-sort-key): Make permanent-local.
381
382 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
383 (electric-buffer-list): Put electric buffer menu
384 command descriptions in this docstring, instead of the docstring
385 of electric-buffer-menu-mode. Code cleanups.
386 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
387 Electric-buffer-menu-mode.
388 (electric-buffer-update-highlight): Minor code cleanup.
389
205a7391
MA
3902012-05-13 Michael Albinus <michael.albinus@gmx.de>
391
392 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
393 (Bug#11447)
394
e5bd0a28
SM
3952012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
396
397 Move define-obsolete-variable-alias before the var's definition.
398 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
399 * tooltip.el (tooltip-hook):
400 * textmodes/reftex-toc.el (reftex-toc-map):
401 * textmodes/reftex-sel.el (reftex-select-label-map)
402 (reftex-select-bib-map):
403 * textmodes/reftex-index.el (reftex-index-map)
404 (reftex-index-phrases-map):
405 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
406 * progmodes/meta-mode.el (meta-mode-map):
407 * novice.el (disabled-command-hook):
408 * loadhist.el (unload-hook-features-list):
409 * frame.el (blink-cursor):
410 * files.el (find-file-not-found-hooks, write-file-hooks)
411 (write-contents-hooks):
412 * emulation/tpu-edt.el (GOLD-map):
413 * emacs-lock.el (emacs-lock-from-exiting):
414 * emacs-lisp/generic.el (generic-font-lock-defaults):
415 * emacs-lisp/chart.el (chart-map):
416 * dos-fns.el (register-name-alist):
417 * dired-x.el (dired-omit-files-p):
418 * desktop.el (desktop-enable):
419 * cus-edit.el (custom-mode-hook):
420 * buff-menu.el (buffer-menu-mode-hook):
421 * bookmark.el (bookmark-read-annotation-text-func)
422 (bookmark-exit-hooks):
423 * allout.el (allout-mode-deactivate-hook)
424 (allout-exposure-change-hook, allout-structure-added-hook)
425 (allout-structure-deleted-hook, allout-structure-shifted-hook):
426 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
427 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
428 comes before the corresponding variable's definition.
429
ac59c2f6
CY
4302012-05-12 Chong Yidong <cyd@gnu.org>
431
432 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
0d909786
CY
433 (Buffer-menu-mouse-select): Restore function (Bug#11459).
434 (Buffer-menu-mode-map): Bind it.
435 (Buffer-menu--pretty-name): Add a mouse-face property.
ac59c2f6 436
dee6c9a3
SM
4372012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
438
2171cea5
SM
439 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
440 (prolog-upper-case-string, prolog-lower-case-string)
441 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
442 (prolog-use-smie, prolog-smie-grammar): New vars.
443 (prolog-smie-forward-token, prolog-smie-backward-token)
444 (prolog-smie-rules): New funs.
445 (prolog-comment-indent): Remove.
446 (prolog-mode-variables): Use default comment indentation instead.
447 Setup SMIE.
448 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
449 (prolog-mode): Don't call them any more.
450 (prolog-electric-colon, prolog-electric-dash)
451 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
452
aa0382bd
SM
453 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
454
dbacb4bd
SM
455 * minibuffer.el (completion--twq-all): Again, allow case differences.
456
13bdd94c
SM
457 * term.el: Move keymap initialization code to be more idiomatic.
458 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
459 (term-terminal-menu): Move initialization into declaration.
460 (term-escape-char): Let the user set it in her .emacs.
461
ff46c759
SM
462 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
463 Provide SMIE-based indentation (not enabled by default yet).
464 (sh-mode-map): Don't bind electric keys.
465 Use electric-pair-mode instead of skeleton-pair.
466 (sh-assignment-regexp): Fit within 80 columns.
467 (sh-indent-supported): Specify actual shell name instead of boolean.
468 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
469 (sh-maybe-here-document): Use it. Make obsolete.
470 (sh-electric-here-document-mode) New minor mode.
471 (sh-mode): Use it. Don't set sh-indent-supported-here here.
472 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
473 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
474 (sh-smie-rc-grammar, sh-use-smie): New vars.
475 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
476 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
477 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
478 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
479 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
480 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
481 (sh-set-shell): Use smie-setup if requested.
482
dee6c9a3
SM
483 * term.el (term-set-escape-char): Properly set term-escape-char.
484 See http://stackoverflow.com/questions/10524656.
485
9f9aa044
CY
4862012-05-10 Chong Yidong <cyd@gnu.org>
487
488 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
489 Use url-generic-parse-url, and handle host names and Windows
490 filenames properly.
491 (ffap-url-unwrap-remote): Use url-generic-parse-url.
492 (ffap-url-unwrap-remote): Accept list values, specifying a list of
493 URL schemes to work on.
494 (ffap--toggle-read-only): New function.
495 (ffap-read-only, ffap-read-only-other-window)
496 (ffap-read-only-other-frame): Use it.
497 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
498 necessary for ffap-url-unwrap-remote.
499
836d29b3
DA
5002012-05-10 Dave Abrahams <dave@boostpro.com>
501
502 * cus-start.el (create-lockfiles): Add it.
503
00fd78ed
CY
5042012-05-09 Chong Yidong <cyd@gnu.org>
505
506 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
507 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
508
666b903b 5092012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
1cb51c12
SM
510
511 * shell.el (shell-completion-vars): Fix last change (bug#11348).
512
666b903b 5132012-05-09 Chong Yidong <cyd@gnu.org>
18f00515
CY
514
515 * ansi-color.el (ansi-color-process-output): Check for validity of
516 comint-last-output-start before using it. This avoids a bad
517 interaction with gdb-mi's input/output buffer.
518
666b903b 5192012-05-09 Glenn Morris <rgm@gnu.org>
fd075e7b
GM
520
521 * files.el (dir-locals-read-from-file):
522 Mention dir-locals in any error message.
523
666b903b 5242012-05-09 Chong Yidong <cyd@gnu.org>
25f292cd
CY
525
526 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
527 package (Bug#11410).
528
f677562b
CY
529 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
530 variables into description.
531
666b903b 5322012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
3d53ee1b
SM
533
534 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
535 shell-delimiter-argument-list (bug#11348).
536 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
537
b499d8d0
JB
5382012-05-09 Juanma Barranquero <lekktu@gmail.com>
539
8f6b6da8
JB
540 * textmodes/rst.el: Silence byte-compiler warnings.
541 (rst-re-alist, rst-reset-section-caches): Move around.
542 (rst-re): Use `characterp', not `char-valid-p'.
543 (font-lock-beg, font-lock-end): Declare.
544
4824146a
JB
545 * progmodes/idlw-shell.el (specs): Remove reference to deleted
546 variable `idlwave-shell-activate-alt-keybindings' and simplify.
547
b499d8d0
JB
548 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
549
ad89bb83
GM
5502012-05-08 Glenn Morris <rgm@gnu.org>
551
552 * files.el (auto-mode-alist): Treat ".make" like ".mk".
553
8bba5a75
SM
5542012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
555
49ed9c8e
SM
556 * vc/log-edit.el: Add GNU coding standards highlighting.
557 (log-edit-font-lock-gnu-style)
558 (log-edit-font-lock-gnu-keywords): New vars.
559 (log-edit-font-lock-keywords): New fun.
560 (log-edit-mode): Don't fold case in font-lock.
561 (log-edit-font-lock-keywords): Do not assume case-folding.
562
07d00b56
SM
563 * imenu.el: Misc cleanup. Make docstrings out of comments.
564 Use lexical-binding.
565 (imenu--index-alist, imenu--last-menubar-index-alist)
566 (imenu-menubar-modified-tick): Use defvar-local.
567 (imenu--split-menu): Remove unused var.
568 (imenu--cleanup-seen): Declare as global.
569 (imenu--cleanup): Use dolist.
570
8bba5a75
SM
571 * subr.el (defvar-local): Add debug spec and doc-string position.
572
5075bdb5
GM
5732012-05-08 Glenn Morris <rgm@gnu.org>
574
c052c904
GM
575 * lisp/language/burmese.el, language/cham.el, language/czech.el:
576 * language/english.el, language/georgian.el, language/greek.el:
577 * language/japanese.el, language/khmer.el, language/korean.el:
578 * language/lao.el, language/misc-lang.el, language/romanian.el:
579 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
580 * language/thai.el, language/utf-8-lang.el:
581 Remove no-byte-compile setting.
582
5075bdb5
GM
583 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
584
06f679a7
AH
5852012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
586
587 * progmodes/make-mode.el (makefile-browse):
588 Remove unnecessary interactive. (Bug#11324)
589
03794570
GM
5902012-05-07 Glenn Morris <rgm@gnu.org>
591
af8630f4
GM
592 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
593
03794570
GM
594 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
595
f0809a9d
SM
5962012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
597
28be5ce7
SM
598 * loadup.el: Preload newcomment.el.
599 * newcomment.el: Move autoload-only code to toplevel.
600
f0809a9d
SM
601 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
602 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
603 Handle new :right-align column property.
604 (tabulated-list-print-col): Idem, plus use `display' text-property to
605 try and preserve alignment for variable pitch fonts.
606
1241b724
CY
6072012-05-07 Chong Yidong <cyd@gnu.org>
608
609 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
610 (tabulated-list-use-header-line): New var.
611 (tabulated-list-init-header): Use it.
612 (tabulated-list-print-fake-header): New function.
613 (tabulated-list-print): Use it.
614 (tabulated-list-sort-button-map): Add non-header-line commands.
615 (tabulated-list-init-header): Add column name property to basic
616 labels as well.
617 (tabulated-list-col-sort): Handle non-header-line button case.
618 (tabulated-list--sort-by-column-name): Fix a corner case.
619
f0809a9d
SM
620 * buff-menu.el (list-buffers--refresh):
621 Handle Buffer-menu-use-header-line.
1241b724 622
e5f9458f
CY
6232012-05-06 Chong Yidong <cyd@gnu.org>
624
625 * buff-menu.el: Convert to Tabulated List mode.
626 (Buffer-menu-buffer+size-width): Make obsolete.
627 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
628 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
629 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
630 documentation into docstring of buffer-menu.
631 (Buffer-menu-toggle-files-only): Add an informative message.
632 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
633 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
634 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
635 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
636 (Buffer-menu-execute, Buffer-menu-select)
637 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
638 (Buffer-menu-bury): Use Tabulated List machinery.
639 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
640 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
f0809a9d 641 Delete.
e5f9458f
CY
642 (list-buffers--refresh): New function.
643 (list-buffers-noselect): Use it.
644 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
645 (Buffer-menu--pretty-file-name): New helper functions.
646
647 * loadup.el: Preload tabulated-list.
648
649 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
650 tabulated-list-sort-column.
651 (tabulated-list-init-header): Add the initial aligning space even
652 if tabulated-list-padding is zero.
653
e129292c
CS
6542012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
655
656 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
657 whose cdr is not a cons cell correctly (bug#11038).
658
6632d361
CY
6592012-05-06 Chong Yidong <cyd@gnu.org>
660
e129292c
CS
661 * emacs-lisp/tabulated-list.el (tabulated-list-format):
662 Accept additional plist in column descriptors.
6632d361
CY
663 (tabulated-list-init-header): Obey it.
664 (tabulated-list-get-entry): New function.
665 (tabulated-list-put-tag): Use it. Use string-width instead of
666 length.
667 (tabulated-list--column-number): New function.
668 (tabulated-list-print): Use it.
e129292c
CS
669 (tabulated-list-print-col): New function.
670 Set `tabulated-list-column-name' property on each column's text.
6632d361 671 (tabulated-list-print-entry): Use it.
e129292c
CS
672 (tabulated-list-delete-entry, tabulated-list-set-col):
673 New functions.
6632d361
CY
674 (tabulated-list-sort-column): New command (Bug#11337).
675
3cc99f68
CY
676 * buff-menu.el (list-buffers): Move C-x C-b binding from
677 buff-menu.el to bindings.el.
678
679 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
680 :advertised-binding feature.
681
52b61776
TN
6822012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
683
684 * progmodes/compile.el (compilation-internal-error-properties):
685 Calculate start position correctly when end-col is set but
686 end-line is not (Bug#11382).
687
ebfe2597
WJ
6882012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
689
690 * man.el (Man-unindent): Use text-property-default-nonsticky to
691 prevent untabify from inheriting face properties (Bug#11408).
692
a43f98b3
GM
6932012-05-05 Glenn Morris <rgm@gnu.org>
694
48176e8b
GM
695 * calendar/cal-html.el: Optionally include holidays in the output.
696 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
697 (cal-html-holidays): New option.
698 (cal-html-css-default): Add holiday entry.
699 (holiday-in-range): Autoload it.
700 (cal-html-htmlify-entry): Add optional class argument.
701 (cal-html-htmlify-list): Add optional holidays argument.
702 (cal-html-insert-agenda-days): Include holidays in the output.
703 (cal-html-one-month): Maybe include holidays.
704
a43f98b3
GM
705 * calendar/holidays.el (holiday-in-range):
706 Move here from cal-tex-list-holidays.
707 * calendar/cal-tex.el (cal-tex-list-holidays):
708 Make it an obsolete alias for holiday-in-range. Update all callers.
709
fef9d149 7102012-05-05 Chong Yidong <cyd@gnu.org>
eceeb5fc
CY
711
712 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
713 Nextstep.
714
248da2f4
RW
7152012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
716
717 * files.el (file-auto-mode-skip): New var.
718 (set-auto-mode-1): Use it.
719
f95e9344
SM
7202012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
721
df96ab1e
SM
722 * repeat.el: Use lexical-binding.
723 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
724 (repeat-undo-count): Remove.
725 (repeat):
726 * progmodes/octave-mod.el (octave-abbrev-start):
727 * progmodes/f90.el (f90-abbrev-start):
728 * face-remap.el (text-scale-adjust):
729 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
730
5342bb06
SM
731 * emacs-lisp/pcase.el (pcase--let*): New function.
732 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
733 a bit more.
734 (pcase--split-pred): Be more clever about ruling out overlap between
735 a predicate and some constant pattern.
736 (pcase--q1): Use `null' instead of (eq foo nil).
737
f95e9344
SM
738 * subr.el (setq-local, defvar-local): New macros.
739 (kbd): Redefine as an alias.
740 (with-selected-window): Leave unrelated frames alone.
741 (set-temporary-overlay-map): New function.
742
71873e2b
SM
7432012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
744
745 * subr.el (user-error): New function.
746 * window.el (switch-to-buffer):
747 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
748 (smerge-match-conflict):
749 * simple.el (previous-matching-history-element)
750 (next-matching-history-element, goto-history-element, undo-more)
751 (undo-start):
752 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
753 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
754 (next-file, tags-loop-scan, list-tags, complete-tag):
755 * progmodes/compile.el (compilation-loop):
756 * mouse.el (mouse-minibuffer-check):
757 * man.el (Man-bgproc-sentinel, Man-goto-page):
758 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
759 (Info-history-forward, Info-follow-reference, Info-menu)
760 (Info-extract-menu-item, Info-extract-menu-counting)
761 (Info-forward-node, Info-backward-node, Info-next-menu-item)
762 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
763 (Info-next-reference, Info-prev-reference, Info-index)
764 (Info-index-next, Info-follow-nearest-node)
765 (Info-copy-current-node-name):
766 * imenu.el (imenu--make-index-alist)
767 (imenu-default-create-index-function, imenu-add-to-menubar):
768 * files.el (basic-save-buffer, recover-file):
769 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
770 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
771 (checkdoc-message-text, checkdoc-defun):
772 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
773 * cus-edit.el (customize-changed-options, customize-rogue)
774 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
775 (custom-variable-mark-to-reset-standard)
776 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
777 (custom-file):
778 * completion.el (check-completion-length):
779 * comint.el (comint-search-arg)
780 (comint-previous-matching-input-string-position)
781 (comint-previous-matching-input)
782 (comint-replace-by-expanded-history-before-point, comint-send-input)
783 (comint-copy-old-input, comint-backward-matching-input)
784 (comint-goto-process-mark, comint-set-process-mark):
785 * calendar/calendar.el (calendar-cursor-to-date): Use it.
786 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
787
8a61ee22
SM
7882012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
789
66408d1e
SM
790 * dabbrev.el (dabbrev--ignore-case-p): New function.
791 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
792 Use it.
793
8a61ee22
SM
794 * files.el (automount-dir-prefix): Mark as obsolete.
795
3c74813a
GM
7962012-05-04 Glenn Morris <rgm@gnu.org>
797
798 * patcomp.el, play/bruce.el: Move to obsolete/.
799
0bfcf5c5
PE
8002012-05-04 Paul Eggert <eggert@cs.ucla.edu>
801
802 Fix minor Y10k bugs.
803 * arc-mode.el (archive-unixdate):
804 * autoinsert.el (auto-insert-alist):
805 * calc/calc-forms.el (math-this-year):
806 * emacs-lisp/copyright.el (copyright-current-year)
807 (copyright-update-year, copyright):
808 * tar-mode.el (tar-clip-time-string):
809 * time.el (display-time-update):
810 Don't assume years have 4 digits.
811
78f3273a
CY
8122012-05-04 Chong Yidong <cyd@gnu.org>
813
814 * dos-w32.el (file-name-buffer-file-type-alist)
815 (direct-print-region-use-command-dot-com):
816 * ffap.el (ffap-menu-regexp):
817 * find-file.el (ff-special-constructs):
818 * follow.el (follow-debug):
819 * forms.el (forms--debug):
820 * iswitchb.el (iswitchb-all-frames):
821 * ido.el (ido-all-frames):
822 * emacs-lisp/timer.el (timer-max-repeats):
823 * mail/feedmail.el (feedmail-mail-send-hook)
824 (feedmail-mail-send-hook-queued):
825 * mail/footnote.el (footnote-signature-separator):
826 * mail/mailabbrev.el (mail-alias-separator-string)
827 (mail-abbrev-mode-regexp):
828 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
829 * progmodes/idlwave.el (idlwave-libinfo-file)
830 (idlwave-default-completion-case-is-down)
831 (idlwave-library-routines): Convert defvars to defcustoms.
832
833 * mail/rmail.el (rmail-decode-mime-charset):
834 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
835 (idlwave-shell-fix-inserted-breaks)
836 (idlwave-shell-activate-alt-keybindings)
837 (idlwave-shell-use-breakpoint-glyph):
838 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
839
f7ae6719
SM
8402012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
841
842 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
843
47086495
WS
8442012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
845
846 * progmodes/verilog-mode.el (font-lock-keywords):
847 Fix mis-highligting auto. Reported by Craig Barner.
848 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
849 defines from global name space. Reported by Dan Dever.
850 (verilog-auto-reset, verilog-auto-reset-widths)
851 (verilog-auto-tieoff): Support using unbased numbers for
852 AUTORESET and AUTOTIEOFF.
853 (verilog-submit-bug-report): Update variable list.
854 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
855 parenthesis from not matching. Reported by Michael Rytting.
856 (verilog-auto-template-lint): Fix hash error when linting modules
857 with no used templates.
858 (verilog-warn, verilog-warn-error)
859 (verilog-warn-fatal): When non-interactive report multiple
860 warnings before exiting. Suggested by Brad Dobbie.
861 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
862 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
863 to report unused template errors. Reported by Brad Dobbie.
864 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
865 nets, bug438. Reported by Vns Blore.
866 (verilog-auto-inout-module, verilog-auto-reg)
867 (verilog-read-decls, verilog-read-sub-decls-sig)
868 (verilog-signals-edit-wire-reg, verilog-signals-with):
869 Fix passing of Verilog data types in ANSI input/output ports
870 such as "output logic" into the AUTOs. Special case "wire" and
871 "reg" for backwards compatibility presuming Verilog 2001.
872 (verilog-auto-ascii-enum): Add "auto enum" as alias.
873 (verilog-preprocess): Fix replication of preprocess output.
874 Reported by Brad Dobbie.
875 (verilog-auto-inst-interfaced-ports):
876 Create verilog-auto-inst-interfaced-ports, bug429.
877 Reported by Julian Gorfajn.
878 (verilog-after-save-font-hook)
879 (verilog-before-save-font-hook): New variable.
880 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
881 (verilog-save-font-mods): Wrap disabling fontification, reported
882 by David Rogoff.
883 (verilog-do-indent, verilog-pretty-declarations-auto)
884 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
885 Reported by Pierre-David Pfister.
886 (verilog-set-auto-endcomments): Fix endtask auto comments outside
887 of class declarations, bug292. Reported by Kevin Heilman.
888 (verilog-read-decls): Fix 'parameter type' not appearing in
889 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
890 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
891 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
892 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
893 Reported by David Kravitz.
894
8952012-05-03 Michael McNamara <mac@mail.brushroad.com>
896
897 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
898 assignment with tests in ifs and for loops.
899 (verilog-extended-complete-re, verilog-complete-reg): Change so
900 that DPI inport functions don't look like fuction declarations.
901 (verilog-pretty-expr): Don't line up assignment
902 operations to the test and increment in if and for loops
903 (verilog-extended-complete-re, verilog-complete-reg): Change so
904 that DPI inport functions don't look like fuction declarations
905
2e51d4b5
KH
9062012-05-03 Kenichi Handa <handa@m17n.org>
907
908 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
c846da43 909 decoding, and show a warning message without signaling an error
2e51d4b5
KH
910 (Bug#11282).
911
2bd785a2
SM
9122012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
913
914 * emacs-lisp/bytecomp.el
915 (byte-compile-file-form-custom-declare-variable): Compile all elements,
916 since cconv.el might have introduced :fun-body, internal-make-closure,
917 and friends for bytecomp to handle (bug#11391).
918 * custom.el (defcustom): Avoid ((λ ..) ..).
919
99d27583
SM
9202012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
921
922 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
923
55a71479
JB
9242012-05-02 Juanma Barranquero <lekktu@gmail.com>
925
926 * notifications.el (dbus-debug):
927 * term/linux.el (gpm-mouse-enable):
928 * term/screen.el (xterm-register-default-colors): Declare.
929
7b97c764
CY
9302012-05-02 Chong Yidong <cyd@gnu.org>
931
2bc356d7
CY
932 * cus-start.el (gc-cons-percentage, exec-suffixes)
933 (dos-display-scancodes, dos-hyper-key, dos-super-key)
934 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
935 (make-cursor-line-fully-visible, void-text-area-pointer)
936 (font-list-limit): Add customization data.
937
7b97c764
CY
938 * allout.el (allout-exposure-change-functions)
939 (allout-structure-added-functions)
940 (allout-structure-deleted-functions)
941 (allout-structure-shifted-functions): Rename abnormal hooks from
942 *-hook, and convert to defcustoms.
5d3385a0
JB
943 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
944 Convert to defcustoms.
7b97c764
CY
945 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
946
947 * allout-widgets.el: Hook callers changed.
948
90207a15 9492012-05-02 Eli Zaretskii <eliz@gnu.org>
91af76bf
EZ
950
951 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
952 the yanked message in preference to the default value of
953 buffer-file-coding-system.
954
90207a15 9552012-05-02 Martin Rudalics <rudalics@gmx.at>
d9558cad 956
5d3385a0
JB
957 * window.el (display-buffer--action-function-custom-type):
958 Fix entry.
d9558cad 959
90207a15 9602012-05-02 Alan Mackenzie <acm@muc.de>
09affde0
AM
961
962 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
963
d80ac57b
GM
9642012-05-01 Glenn Morris <rgm@gnu.org>
965
976f7668
GM
966 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
967
beb83b5a
GM
968 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
969
d80ac57b
GM
970 * cus-edit.el (custom-variable-documentation): Simplify with format.
971
b593d6a9
AH
9722012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
973 Stefan Monnier <monnier@iro.umontreal.ca>
974
975 * simple.el (suggest-key-bindings, execute-extended-command):
976 Move from keyboard.c.
977
782fbf2a
CY
9782012-05-01 Chong Yidong <cyd@gnu.org>
979
980 * follow.el: Eliminate advice.
981 (set-process-filter, process-filter, sit-for): Advice deleted.
982 (follow-mode-off-hook): Obsolete hook removed.
b593d6a9
AH
983 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
984 Vars deleted.
782fbf2a
CY
985 (follow-auto): Use a :set function.
986 (follow-mode): Rewritten. Don't advise process filters.
987 (follow-switch-to-current-buffer-all, follow-scroll-up)
988 (follow-scroll-down): Assume follow-mode is bound.
989 (follow-comint-scroll-to-bottom)
990 (follow-align-compilation-windows): New functions.
991 (follow--window-sorter): New function.
992 (follow-all-followers): Use it to explicitly sort windows by their
993 positions; don't make assumptions about next-window order.
994 (follow-windows-start-end, follow-delete-other-windows-and-split)
995 (follow-calc-win-start): Doc fix.
996 (follow-windows-aligned-p, follow-select-if-visible): Don't call
997 vertical-motion unnecessarily.
998 (follow-adjust-window): New function.
999 (follow-post-command-hook): Use it.
1000 (follow-call-set-process-filter, follow-call-process-filter)
1001 (follow-intercept-process-output, follow-tidy-process-filter-alist)
1002 (follow-stop-intercept-process-output, follow-generic-filter):
1003 Functions deleted.
1004 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
b593d6a9
AH
1005 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
1006 New functions, replacing advice on scroll-bar-* commands.
87233a14 1007 (follow-mwheel-scroll): New function (Bug#4112).
782fbf2a
CY
1008
1009 * comint.el (comint-adjust-point): New function.
b593d6a9
AH
1010 (comint-postoutput-scroll-to-bottom): Use it.
1011 Call follow-comint-scroll-to-bottom for Follow mode buffers.
782fbf2a 1012
290af740
GM
10132012-05-01 Glenn Morris <rgm@gnu.org>
1014
1015 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
1016 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
1017 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
1018 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
1019 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
1020 Remove no-byte-compile setting.
1021
6eac8dc9
SM
10222012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
1023
1024 * minibuffer.el (completion-table-with-quoting): Fix compatibility
1025 all-completions code to not return a number in the last cdr.
1026
9cc7819c
LL
10272012-04-30 Leo Liu <sdl.web@gmail.com>
1028
1029 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
1030 read-only error.
1031
c93b886f
CY
10322012-04-29 Chong Yidong <cyd@gnu.org>
1033
1034 * follow.el (follow-calc-win-end): Rewrite to handle partial
1035 screen lines correctly (Bug#8390).
1036 (follow-avoid-tail-recenter): Minor cleanup.
1037
8b6c19f4
SM
10382012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
1039
1040 Avoid the obsolete `assoc' package.
1041 * speedbar.el (speedbar-refresh): Avoid adelete.
1042 (speedbar-file-lists): Simplify and avoid aput.
1043 * man.el (Man--sections, Man--refpages): New vars, replacing
1044 Man-sections-alist and Man-refpages-alist.
1045 (Man-build-section-alist, Man-build-references-alist):
1046 Use them; avoid aput.
1047 (Man--last-section, Man--last-refpage): New vars.
1048 (Man-follow-manual-reference): Use them.
1049 Use the `default' arg of completing-read.
1050 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
1051
c5bb7569
CY
10522012-04-27 Chong Yidong <cyd@gnu.org>
1053
d1d2e2e8
CY
1054 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
1055
15cd8efd
CY
1056 * startup.el (x-apply-session-resources): New function.
1057
1058 * term/ns-win.el (ns-initialize-window-system):
1059 * term/w32-win.el (w32-initialize-window-system):
1060 * term/x-win.el (x-initialize-window-system): Use it to properly
1061 set menu-bar-mode and other vars from X resources, even if the
1062 initial frame is not a window-system frame (Bug#2299).
1063
c5bb7569
CY
1064 * subr.el (read-key): Avoid running filter function when setting
1065 up temporary tool bar entries (Bug#9922).
1066
a8e7d6d7 10672012-04-27 Andreas Schwab <schwab@linux-m68k.org>
c4347ab9
AS
1068
1069 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
1070 (Bug#11344)
1071
a8e7d6d7 10722012-04-27 Chong Yidong <cyd@gnu.org>
acb71f1d
CY
1073
1074 * select.el (xselect--encode-string): New function, split from
1075 xselect-convert-to-string.
1076 (xselect-convert-to-string): Use it.
1077 (xselect-convert-to-filename, xselect-convert-to-os)
1078 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
1079 returned strings are properly encoded (Bug#11315).
1080
a8e7d6d7 10812012-04-27 Chong Yidong <cyd@gnu.org>
d55486c7
CY
1082
1083 * simple.el (delete-active-region): Move to killing custom group.
1084
a8e7d6d7 10852012-04-27 Andreas Schwab <schwab@linux-m68k.org>
581b6788
AS
1086
1087 * progmodes/which-func.el (which-func-current): Quote %
1088 characters for mode-line processing.
1089
578c1d4b 10902012-04-27 Chong Yidong <cyd@gnu.org>
18edb22d
CY
1091
1092 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
1093 reaching eob (Bug#11286).
1094
a8e7d6d7 10952012-04-27 Eli Zaretskii <eliz@gnu.org>
9ee9f470
EZ
1096
1097 * progmodes/gdb-mi.el (gdb-control-level): New variable.
1098 (gdb): Make it buffer-local and init to zero.
1099 (gdb-control-commands-regexp): New variable.
1100 (gdb-send): Don't wrap in "-interpreter-exec console" if
1101 gdb-control-level is positive. Increment gdb-control-level
1102 whenever the command matches gdb-control-commands-regexp, and
1103 decrement it each time the command is "end". (Bug#11279)
1104
a8e7d6d7 11052012-04-27 Martin Rudalics <rudalics@gmx.at>
41cfe0cb
MR
1106
1107 * window.el (adjust-window-trailing-edge, enlarge-window)
1108 (shrink-window, window-resize):
1109 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
1110 windows (Bug#11276).
1111
b3608390
CY
11122012-04-27 Chong Yidong <cyd@gnu.org>
1113
1114 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
a8e7d6d7 1115 fix "missing prefix" warning. All callers changed.
b3608390 1116
797e6e88
SM
11172012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
1118
1119 * emacs-lisp/assoc.el: Move to obsolete/.
1120
e95a67dc
SM
11212012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
1122
657c21e4 1123 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
e95a67dc
SM
1124
1125 * term/ns-win.el (ns-define-service):
1126 * progmodes/pascal.el (pascal-goto-defun):
1127 * progmodes/js.el (js--read-tab):
1128 * progmodes/etags.el (tags-lazy-completion-table):
1129 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
1130 * emacs-lisp/ewoc.el (ewoc--wrap):
1131 * emacs-lisp/assoc.el (aput, adelete, amake):
1132 * doc-view.el (doc-view-convert-current-doc):
1133 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
1134
cb3e7ae0
CY
11352012-04-26 Chong Yidong <cyd@gnu.org>
1136
dce04f7f
CY
1137 * image.el (image-type-from-buffer): Only return supported image
1138 type (Bug#9045).
1139
cb3e7ae0
CY
1140 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
1141 value, for symmetry with diff-end-of-hunk.
1142 (diff-split-hunk, diff-find-source-location)
1143 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
1144 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
1145 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
1146 compute the relevant hunk or file properly (Bug#6005).
1147 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
1148
0d42eb3e
SM
11492012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
1150
1151 * vc/vc-mtn.el:
1152 * vc/vc-hg.el:
1153 * vc/vc-git.el:
1154 * vc/vc-dir.el:
1155 * vc/vc-cvs.el:
1156 * vc/vc-bzr.el:
1157 * vc/vc-arch.el:
1158 * vc/vc.el: Replace lexical-let by lexical-binding.
1159 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
1160 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
1161 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
1162
f08ae1c9
CY
11632012-04-26 Chong Yidong <cyd@gnu.org>
1164
8b71081d
CY
1165 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
1166 (diff-mode-shared-map): Bind it to / and [remap undo].
1167
f08ae1c9
CY
1168 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
1169 (ediff-window-setup-function): Use it as the default, to set up
1170 windows based on whether the current frame is graphical (Bug#2138).
1171 (ediff-choose-window-setup-function-automatically): Make obsolete.
1172
1173 * vc/ediff-init.el: Always define ediff-pixel-width/height.
1174
ef24141c
SM
11752012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
1176
cc356a5d
SM
1177 * ffap.el: Remove old code for obsolete package.
1178 (ffap-complete-as-file-p): Remove.
1179
b4ff4f1f
SM
1180 Use completion-table-with-quoting for comint and pcomplete.
1181 * comint.el (comint--unquote&requote-argument)
1182 (comint--unquote-argument, comint--requote-argument): New functions.
1183 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
1184 (comint-quote-filename): Use regexp-opt-charset.
1185 (comint--common-suffix, comint--common-quoted-suffix)
1186 (comint--table-subvert): Remove.
1187 (comint-unquote-function, comint-requote-function): New vars.
1188 (comint--complete-file-name-data): Use them with
1189 completion-table-with-quoting.
1190 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
1191 * pcomplete.el (pcomplete-arg-quote-list)
1192 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
1193 (pcomplete-unquote-argument-function): Default to non-nil.
1194 (pcomplete-unquote-argument): Simplify.
1195 (pcomplete--common-quoted-suffix): Remove.
1196 (pcomplete-requote-argument-function): New var.
1197 (pcomplete--common-suffix): New function.
1198 (pcomplete-completions-at-point): Use completion-table-with-quoting
1199 and completion-table-subvert.
1200
79c4eeb4
SM
1201 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
1202 (minibuffer--double-dollars): Preserve properties.
1203 (completion--sifn-requote): New function.
1204 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
1205
ef24141c
SM
1206 * minibuffer.el: Add support for completion of quoted/escaped data.
1207 (completion-table-with-quoting, completion-table-subvert): New funs.
1208 (completion--twq-try, completion--twq-all): New functions.
1209 (completion--nth-completion): New function.
1210 (completion-try-completion, completion-all-completions): Use it.
1211
784e7d6e
LL
12122012-04-25 Leo Liu <sdl.web@gmail.com>
1213
dd2ac746
SM
1214 * progmodes/python.el (python-pdbtrack-get-source-buffer):
1215 Use compilation-message if available to find real filename.
784e7d6e 1216
07875ee7
CY
12172012-04-25 Chong Yidong <cyd@gnu.org>
1218
1219 * vc/diff-mode.el (diff-setup-whitespace): New function.
1220 (diff-mode): Use it.
1221
1222 * vc/diff.el (diff-sentinel):
1223 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
1224 Whitespace mode variables based on diff style (Bug#8612).
1225
5055880d
LL
12262012-04-25 Leo Liu <sdl.web@gmail.com>
1227
daf75653
LL
1228 * progmodes/python.el (python-send-region): Add suffix .py to the
1229 temp file.
1230
5055880d
LL
1231 * files.el (auto-mode-alist): Use javascript-mode instead.
1232
db9b177b
AH
12332012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
1234
ef24141c 1235 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
db9b177b
AH
1236
1237 * soap-client.el (soap-resolve-references-for-sequence-type)
ef24141c 1238 (soap-resolve-references-for-array-type): Hack to prevent self
db9b177b 1239 references, see Bug#9.
ef24141c 1240 (soap-parse-envelope): Report the contents of the 'detail' node
db9b177b 1241 when receiving a fault reply.
ef24141c 1242 (soap-parse-envelope): Report the contents of the entire 'detail' node.
db9b177b
AH
1243
1244 * soap-inspect.el (soap-sample-value-for-simple-type)
ef24141c 1245 (soap-inspect-simple-type): New function.
db9b177b 1246
ef24141c 1247 * soap-client.el (soap-simple-type): New struct.
db9b177b 1248 (soap-default-xsd-types, soap-default-soapenc-types)
ef24141c
SM
1249 (soap-decode-basic-type, soap-encode-basic-type):
1250 support unsignedInt and double basic types.
db9b177b 1251 (soap-resolve-references-for-simple-type)
ef24141c
SM
1252 (soap-parse-simple-type, soap-encode-simple-type): New function.
1253 (soap-parse-schema): Parse xsd:simpleType declarations.
db9b177b
AH
1254
1255 * soap-client.el (soap-default-xsd-types)
ef24141c
SM
1256 (soap-default-soapenc-types): Add integer, byte and anyURI types.
1257 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
1258 the local name of "soapenc:Array".
1259 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
db9b177b
AH
1260 decoding integer, byte and anyURI xsd types.
1261
1fc6097b
CY
12622012-04-25 Chong Yidong <cyd@gnu.org>
1263
1264 * cus-edit.el (custom-buffer-create-internal): Update header text.
1265
afc6df87
EZ
12662012-04-25 Eli Zaretskii <eliz@gnu.org>
1267
1268 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
1269 settings on 'system-type', not on 'window-system'. On MS-Windows,
1270 set interactive-mode on in GDB.
1271
dfbd787f
SM
12722012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
1273
1274 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
1275 (ruby-syntax-propertize-regexp): Remove.
1276 (ruby-syntax-propertize-function): Split regexp into chunks.
1277 Match following code directly.
1278
85222d44
DG
12792012-04-24 Dmitry Gutov <dgutov@yandex.ru>
1280
51a8ea2a
DG
1281 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
1282 (ruby-syntax-propertize-regexp): New function.
1283 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
1284 by a special keyword.
1285
85222d44
DG
1286 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
1287 (ruby-syntax-general-delimiters-goto-beg)
1288 (ruby-syntax-propertize-general-delimiters): New functions.
1289 (ruby-syntax-propertize-function): Use them to handle GDL.
1290 (ruby-font-lock-keywords): Move old handling of GDL...
1291 (ruby-font-lock-syntactic-keywords): .. to here.
1292 (ruby-calculate-indent): Adjust indentation for GDL.
1293
b613912b
MA
12942012-04-24 Michael Albinus <michael.albinus@gmx.de>
1295
b5380639
MA
1296 * notifications.el (top): Remove unneeded declarations.
1297 (notifications-specification-version): Change to "1.2".
e43042fe 1298 (notifications-interface, notifications-notify-method)
b613912b
MA
1299 (notifications-close-notification-method): Fix docstring.
1300 (notifications-get-capabilities-method): New defconst.
e43042fe
MA
1301 (notifications-notify): Add :action-items, :resident and
1302 :transient hints. Change "image_data" to "image-data" and
1303 "image_path" to "image-path".
b613912b
MA
1304 (notifications-get-capabilities): New defun.
1305
257440aa
LL
13062012-04-24 Leo Liu <sdl.web@gmail.com>
1307
1308 * progmodes/python.el: Move hideshow setup to the end.
1309
b1bac16e
MR
13102012-04-24 Martin Rudalics <rudalics@gmx.at>
1311
1312 * window.el (handle-select-window): Clear echo area since this is
1313 no more done by read_char (Bug#11304).
1314
d81bd059
SM
13152012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
1316
1317 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
1318 and `/ M' to filter-derived-mode.
1319 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
1320 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
1321 (ibuffer-mark-by-mode): Use default rather than initial-input.
1322 (ibuffer-filter-by-derived-mode): Autoload and require-match.
1323
c4cf6d91
IA
13242012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
1325
1326 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
1327 (ibuffer-filter-by-derived-mode): New filter.
1328 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
1329
7511ded8
CY
13302012-04-23 Andreas Politz <politza@fh-trier.de>
1331
1332 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
1333
775c916b
CY
13342012-04-23 Chong Yidong <cyd@gnu.org>
1335
1336 * cus-edit.el (customize-apropos, customize-apropos-options):
1337 Disable matching of non-option variables (Bug#11176).
1338 (customize-option, customize-option-other-window)
1339 (customize-changed-options): Doc fix.
1340 (customize-apropos-options, customize-apropos-faces)
1341 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
1342
1343 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
922d37d3 1344 Fix word list splitting (Bug#11132).
46c71e23
CY
1345 (apropos-symbol, apropos-keybinding, apropos-label)
1346 (apropos-property, apropos-function-button)
1347 (apropos-variable-button, apropos-misc-button): New faces.
1348 (apropos-symbol-face, apropos-keybinding-face)
1349 (apropos-label-face, apropos-property-face, apropos-match-face):
1350 Variables removed (Bug#8396).
1351 (apropos-library-button, apropos-format-plist, apropos-print)
1352 (apropos-print-doc, apropos-describe-plist): Callers changed.
775c916b 1353
2df41f9c
MA
13542012-04-23 Michael Albinus <michael.albinus@gmx.de>
1355
1356 * net/xesam.el (xesam-mode-map): Use let-bound map in
1357 initialization. (Bug#11292)
1358
da00640a
AM
13592012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1360
1361 Preserve ispell session localwords when switching back to
1362 original buffer.
1363
1364 * ispell.el (ispell-buffer-session-localwords): New buffer-local
1365 variable to hold buffer session localwords.
1366 (ispell-kill-ispell): add option 'clear to delete session
1367 localwords.
1368 (ispell-command-loop, ispell-change-dictionary)
1369 (ispell-buffer-local-words): Preserve session localwords when
1370 needed.
1371
1372 * flyspell.el (flyspell-process-localwords, flyspell-do-correct):
1373 Preserve session localwords when needed.
1374
f621ccf5
AM
13752012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1376
1377 * ispell.el (ispell-insert-word) Remove unneeded function using
1378 obsolete `translation-table-for-input'.
ef24141c
SM
1379 (ispell-word, ispell-process-line, ispell-complete-word):
1380 Use plain `insert' instead of removed `ispell-insert-word'.
f621ccf5 1381
c2d1019e
CY
13822012-04-22 Chong Yidong <cyd@gnu.org>
1383
1384 * cus-edit.el (custom-variable-menu)
1385 (custom-variable-reset-saved, custom-face-menu)
1386 (custom-face-reset-saved): If there is no saved value, make the
1387 "reset-saved" operation bring back the default (Bug#9509).
1388 (custom-face-state): Properly detect themed faces.
1389
eeddc531
CY
1390 * faces.el (face-spec-set): Stop supporting deprecated form of
1391 third arg.
1392
dcbf5805
MA
13932012-04-22 Michael Albinus <michael.albinus@gmx.de>
1394
1395 Move functions from C to Lisp. Make non-blocking method calls
1396 the default. Implement further D-Bus standard interfaces.
1397
ef24141c
SM
1398 * net/dbus.el (dbus-message-internal): Declare function.
1399 Remove unneeded function declarations.
dcbf5805
MA
1400 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
1401 (dbus-message-type-method-return, dbus-message-type-error)
1402 (dbus-message-type-signal): Declare variables. Remove local
1403 definitions.
1404 (dbus-interface-dbus, dbus-interface-peer)
1405 (dbus-interface-introspectable, dbus-interface-properties)
1406 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
1407 Adapt docstring.
1408 (dbus-interface-objectmanager): New defconst.
1409 (dbus-call-method, dbus-call-method-asynchronously)
1410 (dbus-send-signal, dbus-method-return-internal)
1411 (dbus-method-error-internal, dbus-register-service)
1412 (dbus-register-signal, dbus-register-method): New defuns, moved
1413 from dbusbind.c
1414 (dbus-call-method-handler, dbus-setenv)
ef24141c
SM
1415 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
1416 New defuns.
dcbf5805
MA
1417 (dbus-call-method-non-blocking): Make it an obsolete function.
1418 (dbus-unregister-object, dbus-unregister-service)
1419 (dbus-handle-event, dbus-register-property)
1420 (dbus-property-handler): Obey the new structure of
1421 `bus-registered-objects'.
1422 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
1423 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
1424 Use `dbus-call-method'.
1425
cf20dee0
CY
14262012-04-22 Chong Yidong <cyd@gnu.org>
1427
1428 * cus-edit.el (custom-commands, custom-reset-menu)
1429 (Custom-reset-standard): Tweak labels.
1430 (custom-reset-button-menu): Change default to t.
1431 (custom-buffer-create-internal): For the custom-reset-button-menu
1432 case, put the revert button first.
1433 (custom-group-subtitle): New face.
1434 (custom-group-value-create): Align docstring to a specific column.
1435
1436 * wid-edit.el (widget-documentation-link-add): Don't handle
1437 indentation in this function.
1438 (widget-documentation-string-indent-to): New function.
1439 (widget-documentation-string-value-create): Use it.
1440
1441 * autorevert.el (auto-revert):
1442 * epg-config.el (epg):
1443 * ibuffer.el (ibuffer):
1444 * mpc.el (mpc):
1445 * ses.el (ses):
1446 * eshell/eshell.el (eshell):
1447 * net/ange-ftp.el (ange-ftp):
1448 * progmodes/ebnf2ps.el (postscript):
1449 * progmodes/flymake.el (flymake):
1450 * progmodes/prolog.el (prolog):
1451 * progmodes/verilog-mode.el (verilog-mode):
1452 * progmodes/which-func.el (which-func):
1453 * term/xterm.el (xterm):
1454 * textmodes/picture.el (picture):
1455 * textmodes/tildify.el (tildify):
1456 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
1457 customization buffers.
1458
583e23bd
AM
14592012-04-22 Alan Mackenzie <acm@muc.de>
1460
1461 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
1462 Adding a ) can hide the resulting (..) from searches. Fix it.
1463 Bound the backward search to the position of the existing (.
1464
7dd51bf1
JB
14652012-04-21 Juanma Barranquero <lekktu@gmail.com>
1466
1467 * progmodes/verilog-mode.el (verilog-mode): Check whether
1468 which-func-modes is t before adding verilog-mode.
1469 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
1470
d64a438f
LL
14712012-04-21 Leo Liu <sdl.web@gmail.com>
1472
7dd51bf1 1473 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
d64a438f 1474
081e8d65
MV
14752012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
1476
1477 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
1478 filling of the last column of a table (Bug#5635).
1479 (woman-find-next-control-line): New arg, specifying an additional
1480 regexp component for the control line.
1481 (woman2-roff-buffer): Use it.
1482 (woman-break-table): New function.
1483 (woman2-TS): Use it.
1484
14852012-04-21 Chong Yidong <cyd@gnu.org>
1486
1487 * woman.el (woman-set-buffer-display-table, woman-decode-region)
1488 (woman-horizontal-escapes, woman-negative-vertical-space)
1489 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
1490 (WoMan-warn-ignored): Use ?\s instead of ?\ .
1491
ed571ccb
SM
14922012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
1493
1494 * minibuffer.el (completion-file-name-table): Complete user names.
1495
39773899
LL
14962012-04-20 Leo Liu <sdl.web@gmail.com>
1497
1498 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
1499 and pcase-let*.
1500
de6ff46d
CY
15012012-04-20 Chong Yidong <cyd@gnu.org>
1502
1503 * server.el (server-execute): Respect initial-buffer-choice if it
1504 is a string and there are no files to open (Bug#2825).
1505 (server-create-window-system-frame, server-create-tty-frame):
1506 Don't switch buffers here.
2d0e8e61
CY
1507 (server-process-filter): Only try to open a window system frame if
1508 compiled with graphical support (Bug#8314).
de6ff46d 1509
54071013
DN
15102012-04-20 Dan Nicolaescu <dann@gnu.org>
1511
1512 * battery.el (battery-echo-area-format): Display remaining time
1513 for sysfs backend too (Bug#11269).
1514 (battery-linux-sysfs): Fix conditional for the charge.
1515
f30d612a
CY
15162012-04-20 Chong Yidong <cyd@gnu.org>
1517
c07a4c0b 1518 * progmodes/gdb-mi.el (gdb): Revert previous change.
f30d612a
CY
1519 (gdb-inferior-io--init-proc): New function.
1520 (gdb-init-1): Use it.
1521 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
1522 responsible for allocating a new pty and hooking it to gdb when
1523 the old pty gets an EIO due to process exit.
1524 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
1525 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
1526 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
1527
2116e93c
EZ
15282012-04-20 Eli Zaretskii <eliz@gnu.org>
1529
1530 * window.el (window-min-size, window-sizable, window-min-delta)
1531 (window-max-delta, window--resizable, window-resizable)
1532 (window-total-size, window-full-height-p, window-full-width-p)
1533 (window-in-direction, window--resize-mini-window, window-resize)
1534 (window--resize-child-windows-normal)
1535 (window--resize-child-windows, window--resize-siblings)
1536 (window--resize-this-window, adjust-window-trailing-edge)
cd0f830c 1537 (enlarge-window, shrink-window): Doc fixes.
2116e93c 1538
c07a4c0b 15392012-04-20 Chong Yidong <cyd@gnu.org>
b668fa6e 1540
ef24141c
SM
1541 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
1542 New function to call delete-process on the gdb-inferior buffer's pty.
b668fa6e
CY
1543 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
1544 pty process (Bug#11273).
1545 (gdb-update): New arg to suppress talking to the gdb process.
1546 (gdb-done-or-error): Use it.
1547 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
1548 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
1549 sentinel not being called.
1550
1551 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
1552
d02766ab
CY
1553 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
1554
c07a4c0b 15552012-04-20 Glenn Morris <rgm@gnu.org>
016a35df
GM
1556
1557 * net/network-stream.el (open-network-stream): Doc fix.
1558
c07a4c0b 15592012-04-20 Chong Yidong <cyd@gnu.org>
2c070447
CY
1560
1561 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
1562
c07a4c0b 15632012-04-20 Alan Mackenzie <acm@muc.de>
f0f6bc35
AM
1564
1565 Ensure searching for keywords is case sensitive.
1566
1567 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
1568 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
1569 (c-defun-name, c-mark-function, c-cpp-define-name)
1570 (c-comment-indent, c-scan-conditionals, c-indent-defun)
c07a4c0b 1571 (c-context-line-break): Bind case-fold-search to nil.
f0f6bc35 1572
ef24141c
SM
1573 * progmodes/cc-mode.el (c-font-lock-fontify-region):
1574 Bind case-fold-search to nil.
f0f6bc35 1575
c07a4c0b 15762012-04-20 Chong Yidong <cyd@gnu.org>
4fc2c72a
CY
1577
1578 * mail/sendmail.el (mail-bury): Call return action with the right
1579 Rmail buffer (Bug#11242).
1580
9a864fa2
CY
1581 * server.el (server-process-filter): Handle corner case where both
1582 tty and nowait options are present (Bug#11102).
1583
539aa513
EZ
15842012-04-20 Eli Zaretskii <eliz@gnu.org>
1585
1586 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
6cf2a23e
EZ
1587 (top level): Put into the executable the ident-style '$Id:' tag on
1588 windows-nt as well.
539aa513 1589
cfc7d5da
SM
15902012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
1591
1592 * electric.el (electric-indent-post-self-insert-function): Check that
1593 electric-indent-mode is enabled in current buffer.
1594
5b01685c
JB
15952012-04-19 Juanma Barranquero <lekktu@gmail.com>
1596
1597 * imenu.el (imenu-progress-message): Restore; it is "used" in
1598 erc/erc-imenu.el and net/snmp-mode.el.
1599
4d6769e1
JB
16002012-04-19 Juanma Barranquero <lekktu@gmail.com>
1601
1602 * avoid.el (mouse-avoidance-mode): Mark unused arg.
1603 (mouse-avoidance-nudge-mouse): Remove unused binding.
1604
1605 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
1606
1607 * descr-text.el (describe-char):
1608 * progmodes/python.el (python-describe-symbol):
1609 Don't call `toggle-read-only', set `buffer-read-only'.
1610
1611 * imenu.el (imenu-default-goto-function): Mark unused args.
1612 (imenu-progress-message): Remove obsolete macro; all callers changed.
1613
1614 * subr.el (keymap-canonicalize): Remove unused binding.
1615 (read-passwd): Mark unused arg.
1616
1617 * tutorial.el (tutorial--display-changes): Remove unused binding.
1618 (tutorial--save-tutorial-to): Remove unused variable.
1619
1620 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
1621 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
1622 (package-generate-autoloads, package-menu--generate)
1623 (package-menu--find-upgrades): Remove unused bindings.
1624
1625 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
1626 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
1627 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
1628 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
1629 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
1630 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
1631 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
1632 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
1633 (cua-delete-char-rectangle): Mark unused args.
1634 (cua-align-rectangle): Remove unused binding.
1635
1636 * mail/rmail.el (compilation--message->loc)
1637 (epa--find-coding-system-for-mime-charset): Declare.
1638
1639 * net/dbus.el (dbus-register-service): Declare.
1640 (dbus-name-owner-changed-handler): Remove unused binding.
1641
1642 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
1643 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
1644 (nxml-scan-backward-within): Mark unused arg.
1645 (nxml-dynamic-markup-word): Remove unused binding.
1646
1647 * mouse.el (mouse-menu-major-mode-map):
1648 * emacs-lisp/authors.el (authors-scan-change-log)
1649 (authors-add-to-author-list):
1650 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
1651 * emacs-lisp/smie.el (smie-auto-fill):
1652 * mail/sendmail.el (mail-bury):
1653 * mail/unrmail.el (unrmail):
1654 * net/tls.el (open-tls-stream):
1655 * textmodes/picture.el (picture-mouse-set-point):
1656 Remove unused bindings.
1657
8c8fc5df
MA
16582012-04-19 Michael Albinus <michael.albinus@gmx.de>
1659
1660 * net/tramp.el (tramp-action-password): Let-bind
1661 `enable-recursive-minibuffers' to t.
1662
a77b0ac9
SS
16632012-04-18 Sam Steingold <sds@gnu.org>
1664
1665 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
1666 instead of 'string to accommodate values like [f11].
1667 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
1668 * progmodes/gdb-mi.el: Likewise.
1669
12a106a9
LL
16702012-04-18 Leo Liu <sdl.web@gmail.com>
1671
1672 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
1673 current buffer.
1674 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
1675 LOCAL is nil.
1676
bc6494ef
CY
16772012-04-18 Chong Yidong <cyd@gnu.org>
1678
1679 * simple.el (line-move): Use forward-line if in batch mode
1680 (Bug#11053).
1681
c09c46b2
CS
16822012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
1683
1684 * files.el (after-find-file): Do not try to add a final newline if
1685 the buffer is read-only (Bug#11156).
1686
5f6530ea
RS
16872012-04-17 Richard Stallman <rms@gnu.org>
1688
1689 * mail/rmail.el (rmail-start-mail):
1690 Pass (rmail-mail-return...) for the return-action.
1691 Pass (rmail-yank-current-message...) for the yank-action.
1692 (rmail-yank-current-message): New function.
1693 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
1694 (rmail-reply): Likewise.
1695 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
1696
1697 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
c09c46b2 1698 buffer, not the last. Reject temp buffers. Use the rmail-mode
5f6530ea
RS
1699 buffer, not newbuf.
1700
197b6f3c
JB
17012012-04-17 Juanma Barranquero <lekktu@gmail.com>
1702
1703 * server.el (server-ensure-safe-dir): Simplify.
1704
2311d8e5 17052012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
98fb480e 1706
2311d8e5
GM
1707 * emacs-lisp/smie.el: Provide smarter auto-filling.
1708 (smie-auto-fill): New function.
1709 (smie-setup): Use it.
98fb480e 1710
2311d8e5
GM
1711 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
1712
17132012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
8eb5d48f
PH
1714
1715 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
1716 (comment-indent): Use it.
1717
2311d8e5 17182012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
4bdf2ad2
VB
1719
1720 * ses.el: The overall change is to add cell renaming, that is
1721 setting fancy names for cell symbols other than name matching
1722 "\\`[A-Z]+[0-9]+\\'" regexp .
2311d8e5 1723 (ses-localvars): Add ses--renamed-cell-symb-list.
4bdf2ad2 1724 (ses-create-cell-variable): New defun.
2311d8e5 1725 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
4bdf2ad2
VB
1726 (ses-relocate-formula): Relocate formulas only for cells the
1727 symbols of which are not renamed, i.e. symbols whose names do not
1728 match regexp "\\`[A-Z]+[0-9]+\\'".
1729 (ses-relocate-all): Relocate values only for cells the symbols of
1730 which are not renamed.
1731 (ses-load): Create cells variables as the (ses-cell ...) are read,
1732 in order to check row col consistency with cell symbol name only
1733 for cells that are not renamed.
1734 (ses-replace-name-in-formula): New defun.
1735 (ses-rename-cell): New defun.
4bdf2ad2 1736
fc72b15c
PO
17372012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
1738
1739 * progmodes/perl-mode.el (perl-indent-parens-as-block):
1740 New option (bug#11118).
1741 (perl-calculate-indent): Respect it.
1742
12e10e61
GM
17432012-04-17 Glenn Morris <rgm@gnu.org>
1744
1745 * dired-aux.el (dired-mark-read-string): Doc fix.
1746
30009afd
DA
17472012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
1748
1749 * dired-aux.el (dired-mark-read-string): Offer optional completion.
1750 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
1751
41f03f4d
GM
17522012-04-17 Glenn Morris <rgm@gnu.org>
1753
1754 * mouse.el (mouse-drag-track):
1755 * speedbar.el (speedbar-frame-mode):
1756 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
1757
f45f90f3
LL
17582012-04-16 Leo Liu <sdl.web@gmail.com>
1759
1760 * progmodes/python.el: Trivial cleanup.
1761
94ee8db5
GM
17622012-04-16 Glenn Morris <rgm@gnu.org>
1763
121b8917
GM
1764 * vc/vc.el (vc-string-prefix-p):
1765 * vc/pcvs-util.el (cvs-string-prefix-p):
1766 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
1767 * mpc.el (mpc-string-prefix-p):
1768 Make all of these into obsolete aliases for string-prefix-p.
1769 Update callers.
1770 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
1771
1197ecfa
GM
1772 * textmodes/two-column.el: Move custom options to the start.
1773 (frame-width): Remove compat definition.
1774 (2C-associate-buffer, 2C-dissociate):
1775 Use with-current-buffer rather than save-excursion.
1776 (2C-dissociate): Force a mode-line update.
1777 (2C-autoscroll): Use ignore-errors.
1778
099e7202
GM
1779 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
1780 Autoload trivia.
1781
bf350d6a
GM
1782 * emacs-lisp/cl-extra.el (*random-state*):
1783 Remove unnecessary declaration.
1784
0e829eab
GM
1785 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
1786
e3ad7552
GM
1787 * play/cookie1.el (cookie-snarf):
1788 Give an explicit error if input file cannot be read.
1789
68892d27
GM
1790 * play/yow.el (yow-file): Use expand-file-name rather than concat.
1791
20f0c46d
GM
1792 * progmodes/perl-mode.el (c-macro-expand):
1793 Remove unnecessary autoload (it is in loaddefs.el).
1794
5a0978ce
GM
1795 * textmodes/picture.el (picture-desired-column)
1796 (picture-update-desired-column): Convert comments to doc-strings.
1797 (picture-substitute): Remove function.
1798 (picture-mode-map): Initialize in the defvar.
1799
6b955486
GM
1800 * woman.el: Remove eval-after-load for tar-mode.
1801 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
1802 (woman-tar-extract-file): Autoload it.
1803
94ee8db5
GM
1804 * frame.el (automatic-hscrolling): Make this alias obsolete.
1805
177eca34
AM
18062012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1807
1808 * ispell.el (ispell-set-spellchecker-params): Post-process
4be3075e 1809 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
3851314b
AM
1810 (ispell-dictionary-base-alist): Revert to original XEmacs
1811 friendly version for default. [:alpha:] will be added in
1812 `ispell-set-spellchecker-params' if needed
177eca34 1813
c505aaeb
CY
18142012-04-16 Chong Yidong <cyd@gnu.org>
1815
1816 * image.el (imagemagick--extension-regexp): New variable.
1817 (imagemagick-register-types): Use it.
1818 (imagemagick-types-inhibit): Add :set function. Allow new value
1819 of t to inhibit all types.
1820
1821 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
1822 so we can preload it.
1823
1824 * loadup.el (fboundp): Preload regexp-opt, needed by
1825 imagemagick-register-types.
1826
60efac0f
CY
18272012-04-15 Chong Yidong <cyd@gnu.org>
1828
1829 * frame.el (scrolling): Remove nearly unused customization group.
1830
1831 * scroll-all.el (scroll-all-mode): Move to windows group.
1832
5dd1713e
CY
18332012-04-15 Chong Yidong <cyd@gnu.org>
1834
1835 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
1836
e6fd457e
CY
18372012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
1838
1839 Avoid the use of ((lambda ...) ...) in lexical-binding code.
4d6769e1 1840 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
e6fd457e 1841
e153c136
GM
18422012-04-15 Glenn Morris <rgm@gnu.org>
1843
1844 * simple.el (process-file-side-effects): Doc fix.
1845
e6fd457e 18462012-04-15 Glenn Morris <rgm@gnu.org>
ca7d96c8
GM
1847
1848 * international/mule-cmds.el (set-language-environment): Doc fix.
1849
3603c3b1
JB
18502012-04-14 Juanma Barranquero <lekktu@gmail.com>
1851
1852 * server.el (server-auth-key, server-generate-key): Doc fixes.
1853 (server-get-auth-key): Doc fix. Use `string-match-p'.
1854 (server-start): Reflow docstring.
1855
e6de100c
LI
18562012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
1857
1858 * server.el (server-generate-key): `called-interactively-p'
1859 requires a parameter.
1860
29734c21
MN
18612012-04-14 Michal Nazarewicz <mina86@mina86.com>
1862
1863 * server.el (server-auth-key): New variable.
75f1671a 1864 (server-generate-key, server-get-auth-key): New function.
29734c21
MN
1865 (server-start): Use the new variable and functions to allow
1866 setting a permanent server key (bug#9423).
1867
d65c9521
LL
18682012-04-14 Leo Liu <sdl.web@gmail.com>
1869
1870 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
1871
5ae255c7
PE
18722012-04-14 Paul Eggert <eggert@cs.ucla.edu>
1873
1874 Spelling fixes.
1875 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
1876 Emacs uses American spelling.
1877
d5e6342e
JB
18782012-04-14 Juanma Barranquero <lekktu@gmail.com>
1879
1880 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
1881 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
1882 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
1883 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
1884
ab036cd7
SM
18852012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
1886
1887 * progmodes/which-func.el (which-func-modes): Change default.
1888
35dc09a1 18892012-04-14 Kim F. Storm <storm@cua.dk>
9557e2be
CY
1890
1891 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
1892 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
1893
35dc09a1 18942012-04-14 Chong Yidong <cyd@gnu.org>
81927dd2
CY
1895
1896 * custom.el (custom-theme-set-variables): Doc fix.
1897
35dc09a1 18982012-04-14 Glenn Morris <rgm@gnu.org>
8edb942b
GM
1899
1900 * international/mule.el (set-auto-coding-for-load): Doc fix.
1901
35dc09a1 19022012-04-14 Alan Mackenzie <acm@muc.de>
0de3da9f 1903
35dc09a1
GM
1904 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
1905 imenu work again for Objective C Mode. Correct the *-index values,
1906 these having been disturbed by a previous change in 2011-08.
57f845ee 1907
0de3da9f
AM
1908 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
1909 Correct two search limits.
1910
35dc09a1 19112012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
ede141ac
SM
1912
1913 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
1914
35dc09a1 19152012-04-14 Andreas Schwab <schwab@linux-m68k.org>
d0203d61
AS
1916
1917 * international/characters.el: Fix sorting.
1918
35dc09a1 19192012-04-14 Eli Zaretskii <eliz@gnu.org>
cb80bcd1
EZ
1920
1921 * international/characters.el: Add more missing Latin case pairs.
1922
35dc09a1 19232012-04-14 Glenn Morris <rgm@gnu.org>
4a427f58
GM
1924
1925 * files.el (dir-locals-set-class-variables): Doc fix.
1926
35dc09a1 19272012-04-14 Eli Zaretskii <eliz@gnu.org>
9f847f41 1928
3f1b5bf8
EZ
1929 * international/characters.el: Add set-case-syntax-pair call for
1930 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
1931 counterpart. (Bug#11209)
1932
9f847f41
EZ
1933 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
1934
35dc09a1 19352012-04-14 Glenn Morris <rgm@gnu.org>
0c2014a3
GM
1936
1937 * calendar/holidays.el (calendar-check-holidays): Doc fix.
1938
35dc09a1 19392012-04-14 Eli Zaretskii <eliz@gnu.org>
e2627d21 1940
35dc09a1
GM
1941 * textmodes/ispell.el (ispell-dictionary-base-alist):
1942 Add data for Hebrew.
e2627d21 1943
35dc09a1 19442012-04-14 Chong Yidong <cyd@gnu.org>
5c14e333 1945
35dc09a1
GM
1946 * net/rcirc.el (rcirc-cmd-quit):
1947 Revert 2012-03-18 change (Bug#11192).
5c14e333 1948
35dc09a1 19492012-04-14 Glenn Morris <rgm@gnu.org>
bf6fa423
GM
1950
1951 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
1952
35dc09a1 19532012-04-14 Eli Zaretskii <eliz@gnu.org>
82b24fb2 1954
4517fe3a
SM
1955 * minibuffer.el (completion-in-region-mode-map):
1956 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
82b24fb2 1957
b472a594
VD
19582012-04-13 Vivek Dasmohapatra <vivek@etla.org>
1959
1960 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
1961
09b95ce3
MY
19622012-04-13 Masatake YAMATO <yamato@redhat.com>
1963
1964 * minibuffer.el (minibuffer-local-filename-syntax): New variable
1965 to allow `C-M-f' and `C-M-b' to move to the nearest path
1966 separator (bug#9511).
1967
4b63a9ca
LI
19682012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
1969
1970 * avoid.el: Require cl when compiling. And also move the
1971 `provide' to the end.
1972
7b55b8bf
TV
19732012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1974
1975 * avoid.el (mouse-avoidance-banish-position): New variable.
1976 (mouse-avoidance-banish-destination): Use it (bug#10165).
1977
adedaa1f
LL
19782012-04-13 Leo Liu <sdl.web@gmail.com>
1979
1980 * progmodes/which-func.el (which-func-modes): Add objc-mode.
1981
70e74021
KB
19822012-04-13 Ken Brown <kbrown@cornell.edu>
1983
1984 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
ab036cd7 1985 this is no longer needed now that cygstart understands file:// URLs.
70e74021
KB
1986 (browse-url-filename-alist): For the same reason, don't modify
1987 file:// URLs on Cygwin.
1988
e75e89ba
SM
19892012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
1990
1991 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
1992 the region on shift if the binding is already shifted (bug#11221).
1993
82f289a4
GM
19942012-04-12 Glenn Morris <rgm@gnu.org>
1995
1996 * mail/mailpost.el: Move to obsolete/.
1997
d333dc4c
DA
19982012-04-12 Drew Adams <drew.adams@oracle.com>
1999
2000 * imenu.el (imenu--generic-function): Ignore invisible definitions
2001 (bug#10123).
2002
0d15b5ba
VD
20032012-04-12 Vivek Dasmohapatra <vivek@etla.org>
2004
2005 * hexl.el (hexl-bits): New variable.
2006 (hexl-options): Mention the variable in the doc string.
75f1671a 2007 (hexl-rulerise, hexl-line-displen): New functions.
0d15b5ba 2008 (hexl-mode): Mention the new variable.
75f1671a
JB
2009 (hexl-mode, hexl-current-address, hexl-current-address):
2010 Use the displen.
0d15b5ba
VD
2011 (hexl-ascii-start-column): New function.
2012 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
2013 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
2014
64a440db
AM
20152012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2016
2017 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
2018 '("-i" ENCODING), in 2 separate command-line arguments, to specify
2019 the encoding, as expected by hunspell.
2020
6decb6c2
SM
20212012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
2022
2023 * battery.el (battery--linux-sysfs-regexp): New const.
2024 (battery-status-function): Use it. Remove yeeloong special case.
2025 (battery-yeeloong-sysfs): Remove.
2026 (battery-echo-area-format): Remove yeeloong special case.
2027
088be6fb
SM
20282012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
2029
6622e416
SM
2030 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
2031 Reported by Noah Friedman.
2032
088be6fb
SM
2033 * subr.el (read-passwd): Use read-string.
2034
b49f886e
LMI
20352012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2036
2037 * vcursor.el (vcursor-move): Increase the priority of the overlay
2038 (bug#9663).
2039
a63067fc
DD
20402012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
2041
2042 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
2043 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
2044
ac3cf14a
WS
20452012-04-11 William Stevenson <yhvh2000@gmail.com>
2046
2047 * textmodes/artist.el (artist-mode): Convert artist-mode to use
2048 define-minor-mode (bug#10760).
2049
c4fc691b 20502012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
49a2697c 2051
4d6769e1 2052 * progmodes/grep.el (rgrep): Tweak the find command line so
49a2697c
WJ
2053 that directories matching `grep-find-ignored-files' won't be
2054 pruned (bug#10351).
2055
af23e2e5
CY
20562012-04-11 Chong Yidong <cyd@gnu.org>
2057
2058 * startup.el (command-line): Remove support for long-obsolete
2059 variable font-lock-face-attributes.
2060
ab7ce8c1
GM
20612012-04-11 Glenn Morris <rgm@gnu.org>
2062
2063 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
2064
de8c03dc
SM
20652012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
2066
2067 * window.el (window--state-get-1): Obey window-point-insertion-type.
2068
050cc68b
LB
20692012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
2070
2071 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
2072 to previous function when point is on the first character of a
75f1671a 2073 function. Take care of that in `narrow-to-defun' (bug#6157).
050cc68b 2074
a38c310c
GM
20752012-04-11 Glenn Morris <rgm@gnu.org>
2076
effed0c2
GM
2077 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
2078 not just file-errors.
2079
a38c310c
GM
2080 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
2081 (vc-bzr-sha1): Use internal sha1.
2082
0221e323
SM
20832012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
2084
2085 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
2086
43956923
SG
20872012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
2088
2089 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
2090 that start in the middle of the line (bug#10496).
2091
6a8c9eaf
DN
20922012-04-10 Dan Nicolaescu <dann@gnu.org>
2093
2094 * battery.el (battery-linux-proc-acpi): Only one battery is
2095 discharged at a time, but that seems to confuse battery.el when
2096 computing `rate-type' for the battery not being discharged
2097 (bug#10332).
2098
1930bf5d
SM
20992012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
2100
2a718f6f
SM
2101 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
2102
599430d0
SM
2103 * international/quail.el: Use dolist and simplify.
2104 (quail-define-package, quail-update-keyboard-layout)
2105 (quail-define-rules): Use dolist.
2106 (quail-insert-kbd-layout, quail-get-translation): CSE.
2107
a2754b6c
SM
2108 * tmm.el: Use dolist, remove left over hook.
2109 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
2110 Use dolist.
2111 (calendar-load-hook): Don't mess with it.
2112
1930bf5d
SM
2113 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
2114 Use derived-mode-p. Run the diff asynchronously.
2115
9f67961c
LMI
21162012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2117
2118 * obsolete/mouse-sel.el: Add an Obsolete-since header.
2119
2a8ce227
JB
21202012-04-10 Juanma Barranquero <lekktu@gmail.com>
2121
2122 * misc.el: Display absolute path of loaded DLLs (bug#10424).
2123 (list-dynamic-libraries--loaded): New function.
2124 (list-dynamic-libraries--refresh): Use it.
2125
8f33b5f8
NW
21262012-04-10 Nathan Weizenbaum <nweiz@google.com>
2127
1930bf5d
SM
2128 * progmodes/python.el (python-fill-paragraph):
2129 Make python-fill-region in a multiline string work when font-lock is
8f33b5f8
NW
2130 disabled (bug#7018).
2131
b12f0439
L
21322012-04-10 Laimonas Vėbra <laimonas.vebra@gmail.com> (tiny change)
2133
1930bf5d 2134 * language/european.el (cp775): Add oem/legacy (en)coding on
75f1671a
JB
2135 DOS/MS Windows for the Baltic languages. There are still plenty
2136 of texts written in this encoding/codepage (bug#6519).
b12f0439 2137
57c3bd01
GM
21382012-04-10 Glenn Morris <rgm@gnu.org>
2139
2140 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
2141 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
2142
6c3eab30
FA
21432012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
2144
1930bf5d 2145 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
6c3eab30
FA
2146 next-line "n" and previous-line "p" in order to make recentf more
2147 consistent with ibuffer, dired or org-mode (bug#9387).
2148
24d78a88
LMI
21492012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2150
bc72b5d9
LMI
2151 * image.el (put-image): Return the overlay created instead of the
2152 optional input string (bug#7834). Note that this may break code
2153 that is (for some reason or other) depending on `put-image'
2154 returning the string.
2155
bd2dba5a
LMI
2156 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
2157
74beb59f
LMI
2158 * simple.el (zap-to-char): Allow zapping using input methods
2159 (bug#1580).
2160
24d78a88
LMI
2161 * textmodes/fill.el (fill-region): Leave point and mark where they
2162 were before filling (bug#5399).
2163
263f20cd
GM
21642012-04-09 Glenn Morris <rgm@gnu.org>
2165
2166 * version.el (emacs-bzr-get-version):
2167 Handle lightweight checkouts of local branches.
2168
58d1f797
AS
21692012-04-09 Andreas Schwab <schwab@linux-m68k.org>
2170
263f20cd 2171 * international/characters.el: Recover lost case pairs. (Bug#11209)
58d1f797 2172
b4d3bc10
CY
21732012-04-09 Chong Yidong <cyd@gnu.org>
2174
2175 * custom.el (custom-variable-p): Return nil for non-symbol
2176 arguments instead of signaling an error.
2177 (user-variable-p): Obsolete alias for custom-variable-p.
2178
2179 * apropos.el (apropos-variable):
2180 * files-x.el (read-file-local-variable):
2181 * simple.el (set-variable):
2182 * woman.el (woman-mini-help):
2183 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
2184
fd06db5d
GM
21852012-04-09 Glenn Morris <rgm@gnu.org>
2186
e5fcdb5e
GM
2187 * startup.el (normal-top-level): Don't look for leim-list.el
2188 in places where it will not be found. (Bug#910)
2189
fd06db5d
GM
2190 * international/mule-cmds.el (set-default-coding-systems):
2191 * files.el (normal-mode):
2192 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
2193 This function was removed with ucs-tables.el in 2008.
2194
b39bb7e1
EZ
21952012-04-08 Eli Zaretskii <eliz@gnu.org>
2196
2197 * textmodes/ispell.el (ispell-check-version): For hunspell, set
2198 ispell-encoding8-command to "-i", without a trailing space.
2199 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
2200 separate command-line arguments, to specify the encoding, since
2201 that's how hunspell expects it.
2202
5c5b8e23
GM
22032012-04-08 Glenn Morris <rgm@gnu.org>
2204
2205 * loadup.el: Load bindings before cus-start.
2206 This reduces somewhat the number of "rogue" settings in emacs -Q.
2207
a1ed8b05
GM
22082012-04-07 Glenn Morris <rgm@gnu.org>
2209
2210 * version.el (emacs-bzr-get-version): New function.
dfae128a 2211 (emacs-bzr-version): New variable.
a1ed8b05
GM
2212 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
2213 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
2214
b142f158
EZ
22152012-04-07 Eli Zaretskii <eliz@gnu.org>
2216
dfae128a
GM
2217 * international/uni-bidi.el, international/uni-category.el:
2218 * international/uni-combining.el, international/uni-decimal.el:
2219 * international/uni-decomposition.el, international/uni-digit.el:
2220 * international/uni-lowercase.el, international/uni-mirrored.el:
2221 * international/uni-name.el, international/uni-numeric.el:
2222 * international/uni-titlecase.el, international/uni-uppercase.el:
2223 Update for Unicode 6.1.
b142f158 2224
9078ead6
EZ
22252012-04-07 Eli Zaretskii <eliz@gnu.org>
2226
2227 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
2228
f23d2c7d
LMI
22292012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
2230
2231 * window.el (shrink-window): Mention the `window-min-height'
2232 variable in the doc string.
2233
0a0a3573
BG
22342012-04-05 Bastien Guerry <bzg@altern.org>
2235
2236 * color.el (color-lighten-name): Fix typo.
2237
e5248ac9
SM
22382012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
2239
2240 * server.el (server--on-display-p): New function.
2241 (server--on-display-p): Use it.
2242
b4243e22
GV
22432012-04-04 Gabor Vida <vidagabor@gmail.com> (tiny change)
2244
2245 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
2246 (bug#11145).
2247
305d9f44
SM
22482012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
2249
2250 * comint.el (comint--common-quoted-suffix): Check string boundary
2251 before comparing (bug#11158).
2252 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
2253
3d439cd1
CY
22542012-04-04 Chong Yidong <cyd@gnu.org>
2255
321cc491
CY
2256 * minibuffer.el (completion-extra-properties): Doc fix.
2257
3d439cd1
CY
2258 * subr.el (delayed-warnings-hook): Doc fix.
2259
2d562c0f
DU
22602012-04-04 Daiki Ueno <ueno@unixuser.org>
2261
2262 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
2263 selection (Bug#11159).
2264 (epa-insert-keys): Inform that the default public key will be
2265 exported if no key is selected.
2266
4443f204
RS
22672012-04-04 Richard Stallman <rms@gnu.org>
2268
2269 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
2270
529c06b6
CY
22712012-04-03 Chong Yidong <cyd@gnu.org>
2272
2273 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
2274 mail-insert-file, not its obsolete alias mail-attach-file.
2275
66b907dc
MA
22762012-04-03 Michael Albinus <michael.albinus@gmx.de>
2277
2278 * notifications.el (notifications-notify): Fix docstring.
2279
c0ea195d
GM
22802012-04-02 Glenn Morris <rgm@gnu.org>
2281
2282 * emacs-lisp/authors.el (authors-aliases): Another addition.
2283
5ca64e00
MA
22842012-04-02 Michael Albinus <michael.albinus@gmx.de>
2285
2286 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
2287 `tramp-compat-call-process' instead of `tramp-local-call-process'.
2288 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
2289
42ee526b
CY
22902012-04-01 Chong Yidong <cyd@gnu.org>
2291
2292 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
2293 Handle root directory properly.
2294 (copy-directory): Caller changed.
2295
2296 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
2297 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
2298
0b021094
GM
22992012-03-31 Glenn Morris <rgm@gnu.org>
2300
40f86458
GM
2301 * term/xterm.el (xterm-extra-capabilities): Doc fix.
2302
7019c177
GM
2303 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
2304
a1daddd6
GM
2305 * calendar/calendar.el (calendar-window-list)
2306 (calendar-hide-window): Restore. (Bug#11140)
2307 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
2308
0b021094
GM
2309 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
2310
40311efc
TV
23112012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2312
2313 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
2314 Check if file is a symlink (Bug#10489).
2315
2316 * files.el (copy-directory): Likewise.
2317
5319014e
CY
23182012-03-30 Chong Yidong <cyd@gnu.org>
2319
2320 * image.el (imagemagick-types-inhibit)
2321 (imagemagick-register-types): Doc fix.
2322
935d1290
AM
23232012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2324
ef24141c
SM
2325 * ispell.el (ispell-get-extended-character-mode):
2326 Disable extended-char-mode for hunspell. hunspell does not support it
75f1671a 2327 and treats ~word as ordinary words in pipe mode.
935d1290 2328
61c6e8fd
GM
23292012-03-30 Glenn Morris <rgm@gnu.org>
2330
2331 * tutorial.el (help-with-tutorial): Ensure local variables don't
2332 happen to make the buffer read-only. (Bug#11127)
2333
81fdff00
SM
23342012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
2335
2336 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
2337 (perl-calculate-indent): Return `noindent' in strings.
2338
6e7a6ec0
SS
23392012-03-28 Sam Steingold <sds@gnu.org>
2340
2341 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
2342 instead of the broken adhockery which does not prevent calendar
2343 buffers from being displayed at random after exit.
2344 (calendar-window-list, calendar-hide-window): Remove the broken
2345 adhockery.
2346
fee88ca0
GM
23472012-03-28 Glenn Morris <rgm@gnu.org>
2348
2349 * replace.el (query-replace-map): Doc fix.
2350
38de3354
AS
23512012-03-28 Andreas Schwab <schwab@linux-m68k.org>
2352
2353 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
2354 contents. (Bug#11109)
2355
b973155e
SM
23562012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
2357
2358 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
2359 (bug#11077).
2360 (avl-tree--check, avl-tree--check-node): New funs.
2361
dcb6e7b3
MR
23622012-03-27 Martin Rudalics <rudalics@gmx.at>
2363
2364 * window.el (switch-to-visible-buffer): New option.
b973155e
SM
2365 (switch-to-prev-buffer, switch-to-next-buffer):
2366 Observe switch-to-visible-buffer. Make sure that checking for a window
dcb6e7b3
MR
2367 showing a buffer already is done on the same frame.
2368
b4fa35fa
GM
23692012-03-27 Glenn Morris <rgm@gnu.org>
2370
2371 * startup.el (mail-host-address): Doc fix.
2372
f9210e18
SM
23732012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
2374
2375 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
2376 than 197 variables.
2377
c0bf7753
AF
23782012-03-26 Ami Fischman <ami@fischman.org>
2379
2380 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
2381
33da7b16
GM
23822012-03-26 Glenn Morris <rgm@gnu.org>
2383
02243d9d
GM
2384 * files.el (save-buffers-kill-emacs): Doc fix.
2385
33da7b16
GM
2386 * startup.el (normal-top-level, command-line, command-line-1):
2387 Give them doc strings.
2388
e5a69fd0
EZ
23892012-03-25 Eli Zaretskii <eliz@gnu.org>
2390
2391 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
b973155e 2392 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
e5a69fd0 2393
9a69676a
CY
23942012-03-25 Chong Yidong <cyd@gnu.org>
2395
4125cb8b
CY
2396 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
2397 theme if it was previously enabled before (Bug#11031).
2398
dd470960
CY
2399 * cus-theme.el (custom-theme-write-faces): Retrieve current face
2400 spec with custom-face-get-current-spec if its :shown-value is not
2401 determined yet (Bug#9337).
4125cb8b 2402 (customize-create-theme, custom-theme-revert): Doc fixes.
dd470960 2403
9a69676a
CY
2404 * button.el (button-at): Minor addition to docstring.
2405
6e7e90fa
SL
24062012-03-24 Simon Leinen <simon.leinen@gmail.com>
2407
2408 * vc/vc.el (vc-merge): Fix a prompt.
2409
f06e2758
CY
24102012-03-24 Chong Yidong <cyd@gnu.org>
2411
2412 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
2413 point (Bug#9623).
2414
6e7e90fa
SL
2415 * button.el (button-at): Minor addition to docstring.
2416
b9d0879b
SM
24172012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
2418
2419 * newcomment.el (comment-choose-indent): No space after BOL.
2420
e71cebb3
SS
24212012-03-22 Sam Steingold <sds@gnu.org>
2422
2423 * window.el (switch-to-prev-buffer): Revert last patch because the
2424 bug turned out to be an advertised feature (Elisp manual 28.14).
2425
335aff35
GM
24262012-03-22 Glenn Morris <rgm@gnu.org>
2427
2428 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
2429 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
2430
c676576a
LMI
24312012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
2432
2433 * net/network-stream.el (network-stream-open-starttls): Make error
2434 message under Windows be less misleading.
2435
126f3d39
LW
24362012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
2437
2438 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
2439 understands (bug#9942).
2440
64fee311
CY
24412012-03-22 Chong Yidong <cyd@gnu.org>
2442
2443 * simple.el (end-of-visible-line): Handle return value of
2444 next-single-property-change properly (Bug#9371).
2445
a640d29a
KH
24462012-03-22 Kenichi Handa <handa@m17n.org>
2447
2448 * international/quail.el (quail-insert-kbd-layout): Fix previous
2449 change. To avoid unwanted bidi reordering, use
2450 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
2451
39675016
DG
24522012-03-21 Dmitry Gutov <dgutov@yandex.ru>
2453
2454 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
2455 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
2456 (ruby-beginning-of-indent): Be more careful with the difference
2457 between word-boundary and symbol boundary.
2458 (ruby-mode-syntax-table): Make : a symbol constituent.
2459
0a6934fc 24602012-03-21 Andreas Politz <politza@fh-trier.de>
1acad97c 2461
3d008e4f
SM
2462 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
2463
0a6934fc
SM
24642012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
2465
af67c9d7
SM
2466 * progmodes/etags.el (tags-completion-at-point-function):
2467 Improve last fix.
2468
1acad97c
SM
2469 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
2470
e298b5da
SS
24712012-03-21 Sam Steingold <sds@gnu.org>
2472
2473 * progmodes/etags.el (tags-completion-at-point-function):
2474 Avoid the error when point is inside the pattern.
2475
91d82a70
JY
24762012-03-21 John Yates <john@yates-sheets.org> (tiny change)
2477
2478 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
2479 line (Bug#10855).
2480
69188b79
CY
24812012-03-21 Drew Adams <drew.adams@oracle.com>
2482
2483 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
2484
99fc91fe
AK
24852012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
2486
2487 * ido.el (ido-set-current-directory, ido-read-internal)
2488 (ido-choose-completion-string, ido-completion-help): Handle nil
2489 value of ido-completion-buffer (Bug#11008).
2490
087bbb4c
SS
24912012-03-21 Sam Steingold <sds@gnu.org>
2492
2493 * window.el (switch-to-prev-buffer): Do not switch to a visible
2494 window previous buffer, just like with the frame previous buffers.
2495
fb5b8aca
CY
24962012-03-21 Chong Yidong <cyd@gnu.org>
2497
2498 * faces.el (make-face, make-empty-face, copy-face):
2499 * face-remap.el (face-remap-add-relative, face-remap-set-base):
2500 Doc fixes.
2501
dc9924b8
SM
25022012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
2503
2504 * wid-edit.el (widget-complete-field): Remove (bug#11051).
2505 (widget-complete): Remove broken use of it.
2506
f0bcceb9
CY
25072012-03-20 Chong Yidong <cyd@gnu.org>
2508
dc9924b8
SM
2509 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
2510 Use string-width and truncate-string-width to handle arbitrary
f0bcceb9
CY
2511 characters.
2512
ee52ebf3
TH
25132012-03-20 Tassilo Horn <tassilo@member.fsf.org>
2514
2515 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
2516 to draw rectangles, not squares. (Regression introduced by revno
2517 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
2518
4c5779ab
CY
25192012-03-18 Chong Yidong <cyd@gnu.org>
2520
2521 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
2522 it is not yet defined (for temacs).
2523
15360934
LL
25242012-03-18 Leo Liu <sdl.web@gmail.com>
2525
dc9924b8 2526 * net/rcirc.el (rcirc-cmd-quit): Allow quiting all servers with prefix.
15360934 2527
d9a8eb66
EZ
25282012-03-17 Eli Zaretskii <eliz@gnu.org>
2529
2530 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
2531 (ispell-choices-win-default-height, ispell-silently-savep)
2532 (ispell-dictionary-alist, ispell-encoding8-command)
2533 (ispell-check-version, ispell-aspell-find-dictionary)
2534 (ispell-valid-dictionary-list, ispell-words-keyword)
2535 (ispell-get-word, ispell-internal-change-dictionary)
2536 (ispell-region, ispell-skip-region-list)
2537 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
2538 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
2539 (ispell-message-text-end, ispell-message)
2540 (ispell-buffer-local-parsing): Doc fix.
2541
f02ff80d
J
25422012-03-13 Jambunathan K <kjambunathan@gmail.com>
2543
2544 * htmlfontify.el: Add support for code block fontification for ODT
2545 export (Bug #9914).
2546 (hfy-optimisations): Define new option
2547 `body-text-only'
2548 (hfy-fontify-buffer): Honor above setting.
2549 (hfy-begin-span, hfy-end-span): New routines factored out form
2550 `hfy-fontify-buffer'.
2551 (hfy-begin-span-handler, hfy-end-span-handler): New variables
2552 that permit insertion of custom tags.
2553 (hfy-fontify-buffer): Use above handlers.
2554 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
2555 (hfy-face-to-css): Re-defined to be a variable.
dc9924b8 2556 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
75f1671a 2557 over multiple runs. This is made possible by having the caller let
f02ff80d
J
2558 bind a special variable `hfy-user-sheet-assoc'.
2559 (htmlfontify-string): New defun.
2560 (hfy-compile-face-map): Make sure that the last char in the
2561 buffer is correctly fontified.
2562 (hfy-face-resolve-face): Whitespace only change.
2563
9ac7a13f
EZ
25642012-03-17 Eli Zaretskii <eliz@gnu.org>
2565
2566 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
2567 message more clear.
2568
e2b5bdd7
LL
25692012-03-16 Leo Liu <sdl.web@gmail.com>
2570
2571 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
2572
2e492df3
AM
25732012-03-16 Alan Mackenzie <acm@muc.de>
2574
2575 Further optimise the handling of large macros.
2576
2577 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
2578 limit to a call of `c-literal-limits'.
2579 (c-determine-+ve-limit): New function.
dc9924b8
SM
2580 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
2581 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
2e492df3
AM
2582 In CASE 5B, restrict a search limit to 500.
2583 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
2584
2585 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
2586 Restrict macro bounds to +-500 from after-change's BEG END.
2587
50e94f0c
LL
25882012-03-16 Leo Liu <sdl.web@gmail.com>
2589
2590 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
2591
6f09f6ed
AH
25922012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
2593
2594 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
dc9924b8 2595 `special-mode' setting of `buffer-read-only'. (Bug#11010)
6f09f6ed 2596
c7e73d51
GM
25972012-03-16 Glenn Morris <rgm@gnu.org>
2598
da986230
GM
2599 * view.el (view-buffer, view-buffer-other-window)
2600 (view-buffer-other-frame): Doc fixes re special mode-class.
2601
0835f01e
GM
2602 * subr.el (eval-after-load): If named feature is provided not from
2603 a file, run after-load forms. (Bug#10946)
2604
c7e73d51
GM
2605 * calendar/calendar.el (calendar-insert-at-column):
2606 Handle non-unit-width characters a bit better. (Bug#10978)
2607
3f2eafd1
CY
26082012-03-15 Chong Yidong <cyd@gnu.org>
2609
2610 * emacs-lisp/ring.el (ring-extend): New function.
2611 (ring-insert+extend): Extend the ring correctly (Bug#11019).
2612
2613 * comint.el (comint-read-input-ring)
2614 (comint-add-to-input-history): Grow comint-input-ring lazily.
2615
103af3fe
SM
26162012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
2617
663b1677
SM
2618 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
2619 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
2620
103af3fe
SM
2621 * imenu.el: Fix multiple inheritance breakage (bug#9199).
2622 (imenu-add-to-menubar): Don't add a redundant index.
2623 (imenu-update-menubar): Handle a dynamically composed keymap.
2624
899cb7cb
KY
26252012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
2626
2627 * mail/sendmail.el (mail-encode-header):
2628 Bind rfc2047-encode-encoded-words to nil.
2629
3809f91d
GM
26302012-03-13 Glenn Morris <rgm@gnu.org>
2631
2632 * calendar/calendar.el (calendar-string-spread):
2633 Handle non-unit-width characters a bit better. (Bug#10978)
2634
9e345a01
LL
26352012-03-13 Leo Liu <sdl.web@gmail.com>
2636
2637 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
2638 directory and file as argument (Bug#10822).
2639
4a07df36
KS
26402012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
2641
2642 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
2643 For dynamically generated code, follow $PC.
2644 (gdb-disassembly-handler-custom): Handle no function name case.
2645
4aaa9356
TL
26462012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
2647
2648 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
2649 * emulation/ws-mode.el (ws-query-replace):
2650 * sort.el (sort-regexp-fields):
2651 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
2652
225979da
SM
26532012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
2654
2655 * dabbrev.el: Fix cycle completion order (bug#10963).
2656 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
2657 (dabbrev-completion): Don't use an obarray; provide
2658 a cycle-sort-function.
2659
e2f1fdab
LL
26602012-03-12 Leo Liu <sdl.web@gmail.com>
2661
dc9924b8 2662 * simple.el (kill-new): Use equal-including-properties for comparison.
e2f1fdab
LL
2663 (kill-do-not-save-duplicates): Doc fix.
2664
b19490ed
SM
26652012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
2666
2667 * dabbrev.el: Fix cycle completion (bug#10963).
2668 Use lexical binding and wrap to 80 columns.
2669 (dabbrev-completion): Delay computing the list of completions.
2670
4b05d722
KH
26712012-03-12 Kenichi Handa <handa@m17n.org>
2672
2673 * international/quail.el (quail-insert-kbd-layout): Surround each
2674 row by LRO and PDF instead of inserting many LRMs. Pad the left
2675 and right of each non-spacing marks. Insert invisible space
2676 between lower and upper characters to prevent composition.
2677
dbbc2e69
SM
26782012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
2679
2680 * minibuffer.el (minibuffer-complete): Don't get confused when the
2681 function is run twice via different commands (bug#10958).
2682 (complete-with-action): Fix docstring.
2683
292112ed
CY
26842012-03-12 Chong Yidong <cyd@gnu.org>
2685
5d1ac394
CY
2686 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
2687 (nxml-completion-at-point-function): New function.
2688 (nxml-mode): Use it.
2689 (nxml-bind-meta-tab-to-complete-flag): Default to t.
2690
292112ed
CY
2691 * emacs-lisp/package.el (package-unpack, package-unpack-single):
2692 Load generated autoloads file before byte compiling (Bug#10970).
2693 (package--make-autoloads-and-compile): New helper fun.
2694
4098f8f7
CS
26952012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
2696
2697 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
2698
8f754691
MA
26992012-03-11 Michael Albinus <michael.albinus@gmx.de>
2700
2701 * autorevert.el (auto-revert-handler): Ensure, that
2702 file-readable-p is applied only for local files or in
2703 auto-revert-tail-mode.
2704
e29ab36b
AS
27052012-03-11 Andreas Schwab <schwab@linux-m68k.org>
2706
dbbc2e69
SM
2707 * server.el (server-eval-at): Handle non-tcp connections.
2708 Decode result string.
ad0bf5b6 2709
e29ab36b
AS
2710 * server.el (server-msg-size): New constant.
2711 (server-reply-print): New function.
2712 (server-eval-and-print): Use it.
2713 (server-eval-at): Use server-quote-arg and server-unquote-arg.
2714 Handle -print-nonl.
2715
de5939ba
CS
27162012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
2717
2718 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
2719 (Bug#10987).
2720
0c93eabf
CY
27212012-03-11 Chong Yidong <cyd@gnu.org>
2722
397a688f
CY
2723 * simple.el (goto-line): Doc fix (Bug#9938).
2724
2cc775f9
CY
2725 * subr.el (save-window-excursion): Doc fix (Bug#9979).
2726
0c93eabf
CY
2727 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
2728 when finished (Bug#10963).
2729
c491fa41
MR
27302012-03-11 Martin Rudalics <rudalics@gmx.at>
2731
2732 * window.el (split-window-below): Fix bug in case where
2733 split-window-keep-point is nil (Bug#10971).
2734
300e8fa5
JL
27352012-03-11 Juri Linkov <juri@jurta.org>
2736
2737 * replace.el (replace-highlight): Set isearch-word to nil
2738 unconditionally. (Bug#10887)
2739
dbf6c5a1
EZ
27402012-03-10 Eli Zaretskii <eliz@gnu.org>
2741
2742 * net/mairix.el (mairix-replace-invalid-chars): Rename from
2743 mairix-replace-illegal-chars; all callers changed. Don't remove
dc9924b8 2744 ^, ~, and = characters: they are meaningful in mairix search specs.
dbf6c5a1
EZ
2745 (mairix-widget-create-query): Add usage information about mairix
2746 search forms: negating words, searching for substrings, etc.
2747
b9e501de
JP
27482012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
2749
2750 * international/fontset.el (font-encoding-alist): Add an entry for
2751 ksx1001 (Bug#5667).
2752
92795c91
RS
27532012-03-10 Richard Stallman <rms@gnu.org>
2754
1694e6c1
RS
2755 * mail/sendmail.el (mail-encode-header):
2756 Set rfc2047-encode-encoded-words.
2757
607e8555
RS
2758 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
2759
de3bc99a
RS
2760 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
2761 view buffer means not swapped.
2762 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
2763 (rmail-write-region-annotate): Error if real text has disappeared.
2764
92795c91
RS
2765 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
2766
699bd04e
CY
27672012-03-10 Chong Yidong <cyd@gnu.org>
2768
2769 * emulation/cua-rect.el (cua--init-rectangles):
dbbc2e69
SM
2770 * emulation/cua-base.el (cua--init-keymaps):
2771 Add delete-forward-char to remappings (Bug#9666).
699bd04e 2772
570a1714
MR
27732012-03-10 Martin Rudalics <rudalics@gmx.at>
2774
dbbc2e69
SM
2775 * speedbar.el (speedbar-unhighlight-one-tag-line):
2776 Avoid unhighlighting due to frame switching (Bug#10275).
570a1714 2777
82dcf4e4
CY
27782012-03-10 Chong Yidong <cyd@gnu.org>
2779
7a2c7ca7
CY
2780 * minibuffer.el (completion-in-region, completion-help-at-point):
2781 Give the completion field overlay a high priority (Bug#6830).
2782
82dcf4e4
CY
2783 * dired.el (dired-goto-file): Recognize absolute file name
2784 listings (Bug#7126).
2785 (dired-goto-file-1): New helper function.
2786 (dired-toggle-read-only): Inhibit warnings.
2787
052e28ac
MA
27882012-03-09 Michael Albinus <michael.albinus@gmx.de>
2789
75f1671a 2790 * net/dbus.el (dbus-property-handler): Return empty array if
052e28ac
MA
2791 there are no properties.
2792
95d5e396
LL
27932012-03-09 Leo Liu <sdl.web@gmail.com>
2794
2795 * savehist.el (savehist-printable): Stricter check for string
2796 value (Bug#10937).
2797
3f018d6d
EZ
27982012-03-09 Eli Zaretskii <eliz@gnu.org>
2799
dbbc2e69
SM
2800 * mail/smtpmail.el (smtpmail-send-it):
2801 Bind coding-system-for-write to *-unix, so that FCC files are kept in
3f018d6d
EZ
2802 valid mbox format.
2803
f7fd3d79
GM
28042012-03-09 Glenn Morris <rgm@gnu.org>
2805
2806 * files.el (dir-locals-find-file):
2807 Don't check result is regular, readable.
2808 (dir-locals-read-from-file): Demote errors.
2809
6ff6e72f
EZ
28102012-03-08 Eli Zaretskii <eliz@gnu.org>
2811
dbbc2e69
SM
2812 * international/quail.el (quail-insert-kbd-layout):
2813 Insert invisible LRM characters before each character in a keyboard
6ff6e72f
EZ
2814 layout cell, to prevent their reordering by bidi display engine.
2815 For details, see the discussion in
2816 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
2817
9cec7834
AM
28182012-03-08 Alan Mackenzie <acm@muc.de>
2819
2820 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
2821 the starting position; make it extend the marked region when
2822 invoked repeatedly - all under appropriate circumstances.
2823 Fixes bugs #5525, #10906.
2824
9a40b8d4
GM
28252012-03-08 Glenn Morris <rgm@gnu.org>
2826
2827 * files.el (locate-dominating-file, dir-locals-find-file):
2828 Undo 2012-03-06 change.
2829
7a08ed35
EZ
28302012-03-07 Eli Zaretskii <eliz@gnu.org>
2831
dbbc2e69
SM
2832 * international/quail.el (quail-help):
2833 Force bidi-paragraph-direction be left-to-right. See discussion in
7a08ed35
EZ
2834 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
2835 for the reason.
2836
5aca4f71 28372012-03-07 Michael Albinus <michael.albinus@gmx.de>
6612a284
MA
2838
2839 Avoid superfluous registering of signals. (Bug#10807)
2840
2841 * notifications.el (notifications-on-action-object)
2842 (notifications-on-close-object): New defvars.
2843 (notifications-on-action-signal, notifications-on-closed-signal):
2844 Unregister the signal if not needed any longer.
2845 (notifications-notify): Register `notifications-action-signal' or
2846 `notifications-closed-signal', if :on-action or :on-close has been
2847 passed as argument.
2848
78e8b10a
CY
28492012-03-07 Chong Yidong <cyd@gnu.org>
2850
2851 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
2852 non-X platforms.
2853
69481eb8
GM
28542012-03-06 Glenn Morris <rgm@gnu.org>
2855
2856 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
2857 (x-disown-selection-internal, x-get-selection-internal):
2858 Doc fix (add arglist signatures). (Bug#10783)
2859
133b8e11
KS
28602012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
2861
2862 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
2863 Handle breakpoints with no "type".
2864
99a83064
GM
28652012-03-06 Glenn Morris <rgm@gnu.org>
2866
2867 * files.el (locate-dominating-file): Add optional predicate argument.
2868 (dir-locals-find-file): Make use of above change.
2869
17798e78
TTN
28702012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
2871
2872 * info.el (Info-insert-dir): Also try "dir.gz".
2873
eb182446
GM
28742012-03-06 Glenn Morris <rgm@gnu.org>
2875
8f2114ee
GM
2876 * files.el (dir-locals-find-file):
2877 Ignore non-readable or non-regular files. (Bug#10928)
2878
eb182446
GM
2879 * files.el (locate-dominating-file): Doc fix.
2880
24679323
AS
28812012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
2882
2883 * calendar/calendar.el (calendar-set-mode-line):
2884 `getenv' returns a string. (Bug#10951)
2885
01d972a9
LL
28862012-03-05 Leo Liu <sdl.web@gmail.com>
2887
109aa8a9
LL
2888 * simple.el (backward-delete-char-untabify): Constrain point to
2889 field (Bug#10939).
2890
01d972a9
LL
2891 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
2892
10607bea
CY
28932012-03-05 Chong Yidong <cyd@gnu.org>
2894
2895 * simple.el (count-words): If called from Lisp, return the word
2896 count, for symmetry with `count-lines'. Arglist changed.
2897 (count-words--message): Args changed. Consolidate counting code
2898 from count-words and count-words-region.
2899 (count-words-region): Caller changed.
2900 (count-lines-region): Make it an obsolete alias.
2901
5dd11cfe
TH
29022012-03-04 Tassilo Horn <tassilo@member.fsf.org>
2903
2904 * saveplace.el (save-place-to-alist)
2905 (save-place-ignore-files-regexp): Allow value nil to disable this
2906 feature.
2907
c349f4e6
CY
29082012-03-04 Chong Yidong <cyd@gnu.org>
2909
2910 * faces.el (face-spec-reset-face): For the default face, reset the
2911 attributes to default values (Bug#10748).
2912
e627be4c
LMI
29132012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2914
2915 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
2916 previous patch: Check `message-send-mail-function', and not the
2917 default function (bug#10897).
2918
ebeabff4
MA
29192012-03-04 Michael Albinus <michael.albinus@gmx.de>
2920
a41a6cf4
MA
2921 * notifications.el (notifications-on-action-signal)
2922 (notifications-on-closed-signal): Check for unique service name of
2923 incoming event. Fix error in removing entry.
ebeabff4 2924 (top): Register for signals with wildcard service name.
a41a6cf4 2925 (notifications-notify): Use daemon unique service name for map entries.
ebeabff4 2926
c1ca42b4
CY
29272012-03-04 Chong Yidong <cyd@gnu.org>
2928
dc9924b8 2929 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
c1ca42b4 2930
ea16568d
GM
29312012-03-04 Glenn Morris <rgm@gnu.org>
2932
2933 * abbrev.el (copy-abbrev-table, abbrev-table-p)
2934 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
2935 (expand-abbrev, define-abbrev-table): Doc fixes.
2936
fbae4637
LMI
29372012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2938
2939 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
2940 `message-default-send-mail-function' and not `send-mail-function'
2941 when doing the prompting for `sendmail-query-once' before sending
2942 in Message buffers (bug#10897).
2943
a1e7225c
LMI
2944 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
2945 This is inconsistent with all the other stream functions, which leave
2946 the setting up to the higher levels (if so wanted) (bug#10931).
2947
56d093a9
AM
29482012-03-02 Alan Mackenzie <acm@muc.de>
2949
2950 Depessimize the handling of very large macros.
2951
2952 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
2953 (c-macro-cache-syntactic): New variables to implement a one
2954 element macro cache.
2955 (c-invalidate-macro-cache): New function.
2956 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
2957 Adapt to use the new cache.
2958 (c-state-safe-place): Use better the cache of safe positions.
2959 (c-state-semi-nonlit-pos-cache)
2960 (c-state-semi-nonlit-pos-cache-limit):
2961 New variables for...
2962 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
2963 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
dbbc2e69
SM
2964 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
2965 Use c-state-semi-safe-place.
56d093a9 2966
dbbc2e69
SM
2967 * progmodes/cc-langs.el (c-get-state-before-change-functions):
2968 Add c-invalidate-macro-cache to the C, C++, Obj entries.
56d093a9 2969
817e5c3d
MA
29702012-03-02 Michael Albinus <michael.albinus@gmx.de>
2971
dbbc2e69
SM
2972 * jka-compr.el (jka-compr-call-process):
2973 Apply `file-accessible-directory-p' only when the default directory is
817e5c3d
MA
2974 not remote.
2975
a032a702
MA
29762012-03-01 Michael Albinus <michael.albinus@gmx.de>
2977
2978 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
2979 access of FILE2, if FILE1 does not exist.
2980
99a54f21
MA
2981 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
2982 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
2983
2984 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
2985 Add "PAGER=" to `process-environment'.
2986
f6561e1f
MM
29872012-03-01 Michael R. Mauger <mmaug@yahoo.com>
2988
2989 * progmodes/sql.el: Bug fix
2990 (sql-get-login-ext): Save login values in globals.
2991 (sql-get-login): Use new version of `sql-get-login-ext'.
2992 (sql-interactive-mode): Set global `sql-connection' to nil.
2993 (sql-connect): Set global values for connection.
2994 (sql-product-interactive): Save global values as buffer local.
2995
2d44d9cc
LL
29962012-02-29 Leo Liu <sdl.web@gmail.com>
2997
2998 * abbrev.el (define-abbrevs): Reset sys to nil.
2999
96b49301 30002012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3001
bf7f9bc5
JB
3002 * files.el (file-equal-p): Rename from `files-equal-p'.
3003 Return nil when one or both files don't exist.
96b49301 3004 (file-subdir-of-p): Now only top directory must exists,
3005 return nil if it doesn't.
bf7f9bc5
JB
3006 (copy-directory): No need to test with `file-subdir-of-p' after
3007 creating dir.
3008 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
3009 to `file-equal-p'.
96b49301 3010
44e97401
GM
30112012-02-28 Glenn Morris <rgm@gnu.org>
3012
3013 * shell.el (shell-mode):
3014 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
3015 * play/landmark.el (landmark-font-lock-face-O):
3016 * play/handwrite.el (handwrite):
3017 * play/gomoku.el (gomoku-O):
3018 * net/browse-url.el (browse-url-browser-display):
3019 * international/mule.el (define-charset):
3020 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
3021 * filesets.el (filesets-find-file-delay):
3022 * eshell/em-xtra.el (eshell-xtra):
3023 * eshell/em-unix.el (eshell-grep):
3024 * emulation/viper.el (viper-mode):
3025 * emacs-lisp/regexp-opt.el (regexp-opt-group):
3026 * emacs-lisp/easymenu.el (easy-menu-define):
3027 * calendar/timeclock.el (timeclock-use-display-time):
3028 * bs.el (bs-mode):
3029 * bookmark.el (bookmark-save-flag):
3030 Doc fix (standardize possessive apostrophe usage).
3031
c98c6276
CY
30322012-02-27 Chong Yidong <cyd@gnu.org>
3033
bf7f9bc5
JB
3034 * emulation/viper-cmd.el (viper-intercept-ESC-key):
3035 Fix key-binding lookup for ESC key (Bug#9146).
ecf5f74e 3036
c98c6276
CY
3037 * font-lock.el (font-lock-specified-p): Rename from
3038 font-lock-spec-present. Callers changed.
3039
9c62cd04 30402012-02-27 Daniel Hackney <dan@haxney.org>
8ac9e529 3041
bf7f9bc5
JB
3042 * emacs-lisp/package.el (package-compute-transaction):
3043 Handle holding a package version to t in package-load-list.
8ac9e529 3044
530739c9
MA
30452012-02-26 Michael Albinus <michael.albinus@gmx.de>
3046
3047 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
3048 (tramp-get-inode, tramp-get-device): Use cached values.
3049
487915d7
AM
30502012-02-26 Alan Mackenzie <acm@muc.de>
3051
3052 Check there is a font-lock specification before doing initial
3053 fontification.
3054
3055 * font-core.el (font-lock-mode): Move the conditional from
3056 :after-hook to font-lock-initial-fontify.
3057 (font-lock-default-function): Move the check for a specification
3058 to font-lock-spec-present.
3059
dc9924b8 3060 * font-lock.el (font-lock-initial-fontify): Call ...
487915d7
AM
3061 (font-lock-spec-present): New function.
3062
4fd96557
JB
30632012-02-26 Jim Blandy <jimb@red-bean.com>
3064
3065 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
3066 (gdb-send): Apply it to the operand of the '-interpreter-exec
3067 console' command, so that we can pass arguments with (say) quotes
3068 in them. Store exact string sent in gdb-debug-log (Bug#10765).
3069
9a4888c0
CY
30702012-02-26 Chong Yidong <cyd@gnu.org>
3071
07498861
CY
3072 * help-fns.el (describe-function-1): Clarify description of
3073 remapping (Bug#10844).
3074
9a4888c0
CY
3075 * files.el (files-equal-p): Doc fix.
3076 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
3077 and quit the loop once a mismatch is found.
3078
ea8fb88d
JB
30792012-02-25 Juanma Barranquero <lekktu@gmail.com>
3080
3081 * bs.el (bs--show-with-configuration): Don't throw an error
3082 if the window cannot be split; otherwise, subsequent calls to
3083 bs-show fail, restoring a stale window config. (Bug#10882)
3084
525795c1
JD
30852012-02-25 Jan Djärv <jan.h.d@swipnet.se>
3086
3087 * term/ns-win.el (global-map): Bind ns-drag-file to
3088 ns-find-file (Bug#5855, Bug#10050).
3089
f008086f
AS
30902012-02-25 Andreas Schwab <schwab@linux-m68k.org>
3091
3092 * calendar/parse-time.el (parse-time-string): Allow extractor to
3093 return nil.
3094
a3fcfa99
MA
30952012-02-25 Michael Albinus <michael.albinus@gmx.de>
3096
91027d08
JB
3097 * net/tramp.el (tramp-file-name-for-operation):
3098 Add `files-equal-p' and `file-subdir-of-p'.
a3fcfa99
MA
3099
3100 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
91027d08
JB
3101 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
3102 Add COPY-CONTENTS argument.
a3fcfa99 3103
67b0de11
CY
31042012-02-25 Chong Yidong <cyd@gnu.org>
3105
3106 Add custom groups for VC backends, for consistency with vc-bzr.
3107
3108 * vc/vc-arch.el (vc-arch):
3109 * vc/vc-cvs.el (vc-cvs):
3110 * vc/vc-git.el (vc-git):
3111 * vc/vc-hg.el (vc-hg):
3112 * vc/vc-mtn.el (vc-mtn):
3113 * vc/vc-rcs.el (vc-rcs):
3114 * vc/vc-sccs.el (vc-sccs):
3115 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
3116 All relevant defcustoms reassigned.
3117
3c9dfce6
CY
31182012-02-25 Chong Yidong <cyd@gnu.org>
3119
1339bf43
CY
3120 * newcomment.el (comment-styles): Add autoload (Bug#10868).
3121
3c9dfce6
CY
3122 * term/x-win.el (x-initialize-window-system): Reduce default for
3123 x-selection-timeout to 5 seconds (Bug#8869).
3124
25b2e303 31252012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3126
ec70a47d
GM
3127 * files.el (files-equal-p, file-subdir-of-p): New functions.
3128 (copy-directory): Error when trying to copy a directory on itself.
25b2e303 3129 Add missing copy-contents arg to tramp handler.
ec70a47d
GM
3130 * dired-aux.el (dired-copy-file-recursive): Same.
3131 (dired-create-files): Modify destination when source is equal to
3132 dest when copying files.
53a46cd0 3133 Return also when dest is a subdir of source. (Bug#10489)
25b2e303 3134
914260cd
MA
31352012-02-24 Michael Albinus <michael.albinus@gmx.de>
3136
3137 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
3138 (Bug#10874)
3139
2cb228f7
AM
31402012-02-23 Alan Mackenzie <acm@muc.de>
3141
3142 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
3143 parameter "after-hook:" to allow the expansion to run code after
3144 the execution of the mode hooks.
3145
3146 * font-lock.el (font-lock-initial-fontify): New function extracted
91027d08 3147 from font-lock-mode-internal.
2cb228f7 3148
91027d08 3149 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
2cb228f7
AM
3150 :after-hook.
3151
8f0fde21
SM
31522012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
3153
3e88618b
SM
3154 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
3155 (completion--cache-all-sorted-completions): New function.
3156 (completion-all-sorted-completions): Use it.
3157 (completion--do-completion, minibuffer-force-complete):
3158 Use it to re-instate the flush hook.
3159
8f0fde21
SM
3160 * icomplete.el (icomplete-completions): Replace last fix with a better
3161 one (bug#10850).
3162
8e911f6f
DG
31632012-02-23 Dmitry Gutov <dgutov@yandex.ru>
3164
3165 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
3166 when it might call us back infinitely (bug#10797).
3167
49fe4321
GM
31682012-02-23 Glenn Morris <rgm@gnu.org>
3169
3170 * minibuffer.el (completion-category-overrides): Doc fix.
3171
b291b572
SM
31722012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
3173
3174 * minibuffer.el (completion-table-with-context): Fix inf-loop.
3175 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
3176
31a9ef2e
GM
31772012-02-23 Glenn Morris <rgm@gnu.org>
3178
5e6e6794 3179 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
31a9ef2e
GM
3180 (authors-obsolete-files-regexps, authors-ignored-files)
3181 (authors-ambiguous-files, authors-renamed-files-alist):
3182 Add more entries.
3183
0bd1e074
JL
31842012-02-23 Juri Linkov <juri@jurta.org>
3185
3186 * isearch.el (isearch-occur): Sync interactive spec with occur's
3187 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
3188
b617673c
JL
3189 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
3190
19e9789e
JL
31912012-02-22 Juri Linkov <juri@jurta.org>
3192
3193 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
3194 (ucs-insert): Doc fix. Check for hex digits in the string.
3195 Don't display `nil' in the error message. (Bug#10857)
3196
f41ce09d
AM
31972012-02-22 Alan Mackenzie <acm@muc.de>
3198
7a71b18d 3199 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
f41ce09d 3200
ac2eceee
GM
32012012-02-22 Glenn Morris <rgm@gnu.org>
3202
3203 * ffap.el (ffap-c-path):
3204 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
3205
abd1f678
CY
32062012-02-22 Chong Yidong <cyd@gnu.org>
3207
3208 * custom.el (load-theme): Doc fix.
3209
f25aef2e
GM
32102012-02-22 Glenn Morris <rgm@gnu.org>
3211
3212 * dired-x.el (dired-guess-shell-alist-default):
3213 Remove escape sequences from nroff output. (Bug#172)
3214
5f8dc2ca
GM
32152012-02-21 Glenn Morris <rgm@gnu.org>
3216
6ff86ec4
GM
3217 * vc/emerge.el (emerge-defvar-local):
3218 Set `permanent-local' property rather than unused `preserved'.
3219
be3223a3 3220 * textmodes/picture.el (picture-delete-char): New alias.
5f8dc2ca
GM
3221 (picture-mode-map): Use it. (Bug#10860)
3222 (picture-mode): Doc fix.
3223
3fe58f4f
JB
32242012-02-21 Juanma Barranquero <lekktu@gmail.com>
3225
3226 * newcomment.el (uncomment-region-default): Remove unused binding.
3227
f9a998c3
GM
32282012-02-21 Glenn Morris <rgm@gnu.org>
3229
3230 * textmodes/picture.el (picture-motion, picture-motion-reverse)
3231 (picture-self-insert, picture-tab-chars): Doc fix.
3232 (picture-mode-map): Fix C-a, C-e.
3233
c6029348
GM
32342012-02-20 Glenn Morris <rgm@gnu.org>
3235
3236 * emacs-lisp/authors.el (authors-aliases): Add another entry.
3237
ab1ce9d7
LL
32382012-02-20 Leo Liu <sdl.web@gmail.com>
3239
3240 * icomplete.el (icomplete-completions): Check FROM arg before
3241 passing to substring (Bug#10850).
3242
0fd40f89
CY
32432012-02-19 Chong Yidong <cyd@gnu.org>
3244
3245 * comint.el: Require ansi-color.
3246 (comint-output-filter-functions): Add ansi-color-process-output.
3247
3248 * ansi-color.el: Don't set comint-output-filter-functions; it is
3249 now in the initial value defined in comint.el.
3250 (ansi-color-apply-face-function): New variable.
3251 (ansi-color-apply-on-region): Use it.
3252 (ansi-color-apply-overlay-face): New function.
3253
3254 * shell.el (shell): No need to require ansi-color.
3255 (shell-mode): Use ansi-color-apply-face-function to highlight
3256 color escapes using font-lock-face property (Bug#10835).
3257
20af2394
CY
32582012-02-19 Chong Yidong <cyd@gnu.org>
3259
3260 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
3261 mode-line formats (Bug#10839).
3262
e23a3fbe
GM
32632012-02-18 Glenn Morris <rgm@gnu.org>
3264
b474519e
GM
3265 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
3266
3267 * mail/undigest.el (unforward-rmail-message): Doc fix.
3268
e23a3fbe
GM
3269 * saveplace.el (save-place-ignore-files-regexp): Add :version.
3270
57939ff4
EZ
32712012-02-18 Eli Zaretskii <eliz@gnu.org>
3272
3273 * international/characters.el (script-list): Sync with the latest
3274 Unicode Character Database.
3275
0c23686e
AS
32762012-02-18 Andreas Schwab <schwab@linux-m68k.org>
3277
3278 * international/titdic-cnv.el: Remove duplicate coding tag.
3279 * language/cham.el: Likewise.
3280 * language/tai-viet.el: Likewise.
3281
6818b449
GM
32822012-02-18 Glenn Morris <rgm@gnu.org>
3283
3284 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
3285 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
3286 (calendar-bahai-all-holidays-flag, calendar-other-dates):
3287 * calendar/diary-lib.el (diary-abbreviated-year-flag):
3288 * calendar/holidays.el (holiday-bahai-holidays)
3289 (calendar-holidays, list-holidays):
3290 Use utf-8 Bahá'í in doc-strings, menus, etc.
3291
0311a3fc
TH
32922012-02-17 Tassilo Horn <tassilo@member.fsf.org>
3293
3294 * saveplace.el (save-place-ignore-files-regexp): New variable
3295 allowing for excluding files from saving their location of point.
3296 The default value matches the temporary commit message editing
3297 files from Git, SVN, Bazaar, and Mercurial.
3298 (save-place-to-alist): Use it.
3299
eb864a71
LM
33002012-02-17 Lawrence Mitchell <wence@gmx.li>
3301 Stefan Monnier <monnier@iro.umontreal.ca>
3302
3303 * newcomment.el (uncomment-region-default): Don't leave extra space
3304 when an arg is provided (bug#8150).
3305
ee0ce425
TZ
33062012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
3307
eb864a71 3308 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
ee0ce425 3309
95ddf442
GM
33102012-02-17 Glenn Morris <rgm@gnu.org>
3311
3312 * net/socks.el: Require network-stream. (Bug#10599)
3313
48dd1e39 33142012-02-17 Kenichi Handa <handa@m17n.org>
c406be43
KH
3315
3316 * international/charprop.el:
3317 * international/uni-name.el:
3318 * international/uni-old-name.el:
3319 * international/uni-comment.el: Regenerate.
3320
d68cd087
GM
33212012-02-16 Glenn Morris <rgm@gnu.org>
3322
3323 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
3324 Interactively in calendar buffer, give an error if not on a date.
3325
13932042
GM
33262012-02-15 Glenn Morris <rgm@gnu.org>
3327
3328 * shell.el (shell-delimiter-argument-list):
3329 Revert 2011-02-17 change. (Bug#8027)
3330
c3a70e2b
CY
33312012-02-15 Chong Yidong <cyd@gnu.org>
3332
60236b0d
CY
3333 * minibuffer.el (completion-at-point-functions): Doc fix.
3334
c3a70e2b
CY
3335 * custom.el (defcustom): Doc fix; note use of defvar.
3336
9f26dc24
GM
33372012-02-15 Glenn Morris <rgm@gnu.org>
3338
3339 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
3340 Doc fixes.
3341
6546b134
GM
33422012-02-14 Glenn Morris <rgm@gnu.org>
3343
3344 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
3345
d29b2b4c
LI
33462012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
3347
3348 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
3349 way the ports list is computed.
835bdcba
LI
3350 (smtpmail-query-smtp-server): Prompt the user for a port number if
3351 we can't connect to any of the standard ports (bug#10810).
d29b2b4c 3352
08dcdbc9
TZ
33532012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
3354
3355 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
3356
2605051a
GM
33572012-02-13 Glenn Morris <rgm@gnu.org>
3358
3359 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
3360
7ee99f32
TZ
33612012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
3362
3363 * net/gnutls.el (gnutls-trustfiles): New variable.
3364 (gnutls-negotiate): Use it.
3365
5f0af64f
LI
33662012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
3367
3368 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
3369 does its stuff if Gnus is running.
3370
c14fcc95
AM
33712012-02-13 Alan Mackenzie <acm@muc.de>
3372
3373 Fix a loop in c-set-fl-decl-start.
3374
7a71b18d 3375 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
c14fcc95
AM
3376 c-backward-syntactic-ws actually moves backwards.
3377
142b4d90
LL
33782012-02-13 Leo Liu <sdl.web@gmail.com>
3379
3380 * net/rcirc.el (rcirc-markup-attributes): Move point to the
3381 beginning so that all \C-o chars are removed.
3382
fa9958a6
TZ
33832012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
3384
dc9924b8 3385 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
fa9958a6 3386
0bc5886a
AM
33872012-02-12 Alan Mackenzie <acm@muc.de>
3388
3389 Fix infinite loop with long macros.
4d6769e1 3390 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
0bc5886a 3391
d4bd55e7
CY
33922012-02-12 Chong Yidong <cyd@gnu.org>
3393
3394 * window.el (display-buffer): Doc fix (Bug#10785).
3395
66f3fe22
GM
33962012-02-12 Glenn Morris <rgm@gnu.org>
3397
bd7da63e
GM
3398 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
3399 (x-disown-selection-internal, x-get-selection-internal):
3400 Sync docs with the xselect.c versions.
3401
66f3fe22
GM
3402 * allout-widgets.el: Add missing license notice.
3403
3e0d2fa7
GM
34042012-02-11 Glenn Morris <rgm@gnu.org>
3405
cfecdf09
GM
3406 * select.el (x-get-selection-internal, x-own-selection-internal)
3407 (x-disown-selection-internal):
3408 * x-dnd.el (x-get-selection-internal): Update declarations.
3409
6d216d7f
GM
3410 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
3411
2bed3f04
GM
3412 * window.el (window-sides-slots):
3413 * tool-bar.el (tool-bar-position):
3414 * term/xterm.el (xterm-extra-capabilities):
3415 * ses.el (ses-self-reference-early-detection):
3416 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
3417 (verilog-auto-wire-type)
3418 (verilog-auto-delete-trailing-whitespace)
3419 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
3420 (verilog-auto-tieoff-declaration):
3421 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
3422 (sql-oracle-statement-starters, sql-oracle-scan-on):
3423 * progmodes/prolog.el (prolog-align-comments-flag)
3424 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
3425 (prolog-left-indent-regexp, prolog-paren-indent-p)
3426 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
3427 (prolog-types, prolog-mode-specificators)
3428 (prolog-determinism-specificators, prolog-directives)
3429 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
3430 (prolog-electric-dot-flag)
3431 (prolog-electric-dot-full-predicate-template)
3432 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
3433 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
3434 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
3435 (prolog-program-switches, prolog-prompt-regexp)
3436 (prolog-debug-on-string, prolog-debug-off-string)
3437 (prolog-trace-on-string, prolog-trace-off-string)
3438 (prolog-zip-on-string, prolog-zip-off-string)
3439 (prolog-use-standard-consult-compile-method-flag)
3440 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
3441 (prolog-imenu-max-lines, prolog-info-predicate-index)
3442 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
3443 (prolog-char-quote-workaround):
3444 * progmodes/cc-vars.el (c-defun-tactic):
3445 * net/tramp.el (tramp-encoding-command-interactive)
3446 (tramp-local-end-of-line):
3447 * net/soap-client.el (soap-client):
3448 * net/netrc.el (netrc-file):
3449 * net/gnutls.el (gnutls):
3450 * minibuffer.el (completion-category-overrides)
3451 (completion-cycle-threshold)
3452 (completion-pcm-complete-word-inserts-delimiters):
3453 * man.el (Man-name-local-regexp):
3454 * mail/feedmail.el (feedmail-display-full-frame):
3455 * international/characters.el (glyphless-char-display-control):
3456 * eshell/em-ls.el (eshell-ls-date-format):
3457 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
3458 (lisp-lambda-list-keyword-parameter-indentation)
3459 (lisp-lambda-list-keyword-parameter-alignment):
3460 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
3461 * dired-x.el (dired-omit-verbose):
3462 * cus-theme.el (custom-theme-allow-multiple-selections):
3463 * calc/calc.el (calc-highlight-selections-with-faces)
3464 (calc-lu-field-reference, calc-lu-power-reference)
3465 (calc-note-threshold):
3466 * battery.el (battery-mode-line-limit):
3467 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
3468 (archive-7z-update):
3469 * allout.el (allout-prefixed-keybindings)
3470 (allout-unprefixed-keybindings)
3471 (allout-inhibit-auto-fill-on-headline)
3472 (allout-flattened-numbering-abbreviation):
3473 * allout-widgets.el (allout-widgets-auto-activation)
3474 (allout-widgets-icons-dark-subdir)
3475 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
3476 (allout-widgets-theme-dark-background)
3477 (allout-widgets-theme-light-background)
3478 (allout-widgets-item-image-properties-emacs)
3479 (allout-widgets-item-image-properties-xemacs)
3480 (allout-widgets-run-unit-tests-on-load)
3481 (allout-widgets-time-decoration-activity)
3482 (allout-widgets-hook-error-post-time)
3483 (allout-widgets-track-decoration):
3484 Add missing :version tags to new defcustoms and defgroups.
3485
5fec1b8e
GM
3486 * progmodes/sql.el (sql-ansi-statement-starters)
3487 (sql-oracle-statement-starters): Add custom type.
3488
3e0d2fa7
GM
3489 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
3490 (prolog-system-version): Give it a type.
3491
90b671e2
EZ
34922012-02-11 Eli Zaretskii <eliz@gnu.org>
3493
3494 * term/pc-win.el (x-select-text, x-selection-owner-p)
3495 (x-own-selection-internal, x-disown-selection-internal)
3496 (x-get-selection-internal): Sync doc strings and argument lists
3497 with xselect.c, common-win.el and x-win.el. (Bug#10783)
3498
5eac0c02
LL
34992012-02-11 Leo Liu <sdl.web@gmail.com>
3500
3501 * progmodes/python.el (python-end-of-statement): Fix infinite
3502 loop. (Bug#10788)
3503
f82cb659
GM
35042012-02-10 Glenn Morris <rgm@gnu.org>
3505
3506 * international/mule-cmds.el (unify-8859-on-encoding-mode)
3507 (unify-8859-on-decoding-mode): Properly mark as obsolete.
3508
cc26d239
LI
35092012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
3510
3511 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
3512 about SMTP before checking the From header.
3513
91027d08 3514 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
cc26d239
LI
3515 into own function for reuse by emacsbug.el.
3516
1be3ca5a
LL
35172012-02-10 Leo Liu <sdl.web@gmail.com>
3518
3519 * subr.el (condition-case-unless-debug): Rename from
3520 condition-case-no-debug. All callers changed.
3521 (with-demoted-errors): Fix caller.
3522
3523 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
3524 * nxml/rng-valid.el (rng-do-some-validation):
3525 * emacs-lisp/package.el (package-refresh-contents)
3526 (package-menu-execute):
3527 * desktop.el (desktop-create-buffer):
91027d08 3528 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
1be3ca5a 3529
b011fbfe
GM
35302012-02-10 Glenn Morris <rgm@gnu.org>
3531
b2096d72
GM
3532 * textmodes/bibtex.el:
3533 Add missing :version tags for new/changed defcustoms.
3534
b011fbfe
GM
3535 * files.el (remote-file-name-inhibit-cache): Doc fixes.
3536
4c7e65bf
LI
35372012-02-09 Lars Ingebrigtsen <larsi@rusty>
3538
3539 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
3540 (smtpmail-via-smtp): Use it, or fall back on the From address.
3541 (smtpmail-send-it): Ditto.
3542
f3934f6f
SM
35432012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
3544
3545 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
3546 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
3547 (byte-compile-tmp-var): New const.
3548 (byte-compile-defvar): Use it to minimize .elc size.
3549 Just use `defvar' rather than simulate it (bug#10761).
3550
a075a2c5
GM
35512012-02-09 Glenn Morris <rgm@gnu.org>
3552
cf3aa21b
GM
3553 * files.el (rename-uniquely): Doc fix. (Bug#3806)
3554
354998cd
GM
3555 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
3556 Add :version tags.
3557
dc9924b8
SM
3558 * progmodes/compile.el (compilation-error-screen-columns)
3559 (compilation-first-column, compilation-filter-start): Doc fixes.
83274125 3560
dab3703d
GM
3561 * vc/log-view.el (log-view-toggle-entry-display):
3562 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
3563
3f88cd72
GM
3564 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
3565 (report-emacs-bug-can-use-xdg-email):
3566 (report-emacs-bug-insert-to-mailer): Doc fixes.
3567 (report-emacs-bug): Message fix.
3568
d95b247d
GM
3569 * net/browse-url.el (browse-url-can-use-xdg-open)
3570 (browse-url-xdg-open): Doc fixes.
3571
a075a2c5
GM
3572 * electric.el (electric-indent-mode, electric-pair-mode)
3573 (electric-layout-rules, electric-layout-mode): Doc fixes.
3574 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
3575
ffb6157e
MR
35762012-02-08 Martin Rudalics <rudalics@gmx.at>
3577
3578 * server.el (server-unselect-display): Don't inadvertently kill
3579 the current buffer. (Bug#10729)
3580
e1ac4066
GM
35812012-02-08 Glenn Morris <rgm@gnu.org>
3582
34e8a2da
GM
3583 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
3584 (sql-list-table): Doc fixes.
3585
b4ac6e8c
GM
3586 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
3587 Comment out (does nothing).
3588
e1ac4066
GM
3589 * completion.el (dynamic-completion-mode):
3590 * dirtrack.el (dirtrack-debug-mode):
3591 * electric.el (electric-layout-mode):
3592 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
3593 * face-remap.el (text-scale-mode, buffer-face-mode):
3594 * iimage.el (iimage-mode):
3595 * image-mode.el (image-transform-mode):
3596 * minibuffer.el (completion-in-region-mode):
3597 * scroll-lock.el (scroll-lock-mode):
3598 * simple.el (next-error-follow-minor-mode):
3599 * tar-mode.el (tar-subfile-mode):
3600 * tooltip.el (tooltip-mode):
3601 * vcursor.el (vcursor-use-vcursor-map):
3602 * wid-browse.el (widget-minor-mode):
3603 * emulation/tpu-edt.el (tpu-edt-mode):
3604 * emulation/tpu-extras.el (tpu-cursor-free-mode):
3605 * international/iso-ascii.el (iso-ascii-mode):
3606 * language/thai-util.el (thai-word-mode):
3607 * mail/supercite.el (sc-minor-mode):
3608 * net/goto-addr.el (goto-address-mode):
3609 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
3610 * progmodes/cwarn.el (cwarn-mode):
3611 * progmodes/flymake.el (flymake-mode):
3612 * progmodes/glasses.el (glasses-mode):
3613 * progmodes/hideshow.el (hs-minor-mode):
3614 * progmodes/pascal.el (pascal-outline-mode):
3615 * textmodes/enriched.el (enriched-mode):
3616 * vc/smerge-mode.el (smerge-mode):
3617 Doc fixes (minor mode argument).
3618
5e0d957f
EZ
36192012-02-07 Eli Zaretskii <eliz@gnu.org>
3620
3621 * ls-lisp.el (ls-lisp-sanitize): New function.
3622 (ls-lisp-insert-directory): Use it to fix or remove any elements
3623 in file-alist with missing attributes. (Bug#4673)
3624
98d7371e
AM
36252012-02-07 Alan Mackenzie <acm@muc.de>
3626
3627 Fix spurious recognition of c-in-knr-argdecl.
3628
3629 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
3630 putative K&R region.
3631
667ced3a
AM
36322012-02-07 Alan Mackenzie <acm@muc.de>
3633
eb864a71
LM
3634 * progmodes/cc-engine.el (c-forward-objc-directive):
3635 Prevent looping in "#pragma mark @implementation".
667ced3a 3636
5b77774d
MA
36372012-02-07 Michael Albinus <michael.albinus@gmx.de>
3638
3639 * notifications.el (notifications-on-closed-signal): Make `reason'
3640 optional. (Bug#10744)
3641
af008560
GM
36422012-02-07 Glenn Morris <rgm@gnu.org>
3643
60d47423
GM
3644 * emacs-lisp/easy-mmode.el (define-minor-mode):
3645 Doc fixes for the macro and the mode it defines.
3646
dd605cc4
GM
3647 * image.el (imagemagick-types-inhibit): Doc fix.
3648
af008560
GM
3649 * cus-start.el (imagemagick-render-type): Add it.
3650
5cc59a37
LI
36512012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
3652
4d6769e1
JB
3653 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
3654 Set the default at load time, too, so that `font-lock-fontify-buffer'
3655 can be called without setting up the entire mode first. This fixes
3656 a bug in `mm-inline-text' with C MIME parts.
5cc59a37 3657
9a6dd747
CY
36582012-02-06 Chong Yidong <cyd@gnu.org>
3659
2d16b285
CY
3660 * simple.el (list-processes--refresh): Delete exited processes
3661 (Bug#8094).
3662
171e9b6e
CY
3663 * comint.el (comint-next-prompt): next-single-char-property-change
3664 and prev-single-char-property-change never return nil (Bug#8657).
3665
9a6dd747
CY
3666 * custom.el (defcustom): Doc fix (Bug#9711).
3667
aa4589a7
CY
36682012-02-05 Chong Yidong <cyd@gnu.org>
3669
5c2a252f
CY
3670 * cus-edit.el (custom-variable-reset-backup): Quote the value
3671 before storing it in the customized-value property (Bug#6712).
4aab9006 3672 (custom-display): Add a customization type tag.
983b9602 3673 (custom-buffer-create-internal): Improve tooltip message.
5c2a252f 3674
aa4589a7
CY
3675 * wid-edit.el (widget-field-value-get): New optional arg to
3676 suppress trailing whitespace truncation.
3677 (character): Use it (Bug#2689).
3678
1ff980ae
AS
36792012-02-05 Andreas Schwab <schwab@linux-m68k.org>
3680
3681 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
3682 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
3683
03988c98
CY
36842012-02-05 Chong Yidong <cyd@gnu.org>
3685
eeb6cc88
CY
3686 * cus-edit.el (custom-variable-value-create): For mismatched
3687 types, show the current value (Bug#7600).
3688
03988c98
CY
3689 * custom.el (defcustom): Doc fix.
3690
f8cdeef0
GM
36912012-02-05 Glenn Morris <rgm@gnu.org>
3692
3693 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
3694
0696d255
JB
36952012-02-05 Juanma Barranquero <lekktu@gmail.com>
3696
3697 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
3698 (pp-buffer): Use `ignore-errors', `looking-at-p'.
3699 (pp-last-sexp): Use `looking-at-p'.
3700
34c99998
GM
37012012-02-04 Glenn Morris <rgm@gnu.org>
3702
8f05da42
GM
3703 * files.el (revert-buffer):
3704 Doc fix (mention revert-buffer-in-progress-p).
3705
f160676e
GM
3706 * emacs-lisp/ert-x.el (ert-simulate-command):
3707 Check deferred-action-list (which is obsolete) is bound.
3708
c7291ad9
GM
3709 * subr.el (with-wrapper-hook): Doc fixes.
3710
34c99998
GM
3711 * simple.el (filter-buffer-substring-functions)
3712 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
3713
6283a7d3
LL
37142012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
3715
3716 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
3717 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
3718
e96e3013
LL
37192012-02-04 Leo Liu <sdl.web@gmail.com>
3720
3721 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
3722
8ded50f2
GM
37232012-02-04 Glenn Morris <rgm@gnu.org>
3724
82ff1d13
GM
3725 * image.el (image-extension-data): Add obsolete alias.
3726
987a0a16
GM
3727 * isearch.el (isearch-update): Doc fix.
3728
ea32ef46
GM
3729 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
3730
8ded50f2
GM
3731 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
3732
eea14f31
GM
37332012-02-03 Glenn Morris <rgm@gnu.org>
3734
3735 * image.el (image-animated-p): Doc fix. Use image-animated-types.
3736 (image-animate-timeout): Doc fix.
3737
3738 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
3739
12f381b7
GM
37402012-02-02 Glenn Morris <rgm@gnu.org>
3741
953cebf5
GM
3742 * server.el (server-auth-dir): Doc fix.
3743 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
3744
12f381b7
GM
3745 * subr.el (run-mode-hooks): Doc fix.
3746
953a8c3b
JL
37472012-02-02 Juri Linkov <juri@jurta.org>
3748
3749 * image-mode.el (image-toggle-display-image): Remove tautological
3750 `major-mode' from the `derived-mode-p' test.
3751
c5d3843c
KH
37522012-02-02 Kenichi Handa <handa@m17n.org>
3753
9f6e692e 3754 * composite.el (compose-region): Cancel previous change.
c5d3843c 3755
159462d4 37562012-02-02 Kenichi Handa <handa@m17n.org>
d2a51fd7
KH
3757
3758 * composite.el (compose-region, compose-string): Signal error for
3759 a null string component (Bug#6988).
3760
9f562668
CY
37612012-02-01 Chong Yidong <cyd@gnu.org>
3762
e2cef717
CY
3763 * view.el (view-buffer-other-window, view-buffer-other-frame):
3764 Handle special modes like view-buffer (Bug#10650).
3765 (view-buffer): Simplify.
3766
9f562668
CY
3767 * frame.el (set-frame-font): Tweak meaning of third argument.
3768
9f6e692e
JB
3769 * dynamic-setting.el (font-setting-change-default-font):
3770 Use set-frame-font (Bug#9982).
9f562668 3771
781acb9f
GM
37722012-02-01 Glenn Morris <rgm@gnu.org>
3773
6035be52
GM
3774 * progmodes/compile.el (compilation-internal-error-properties):
3775 Respect compilation-first-column in the "*compilation*" buffer.
3776
781acb9f
GM
3777 * emacs-lisp/easy-mmode.el (define-minor-mode):
3778 Relax :variable's test for a named function.
3779
abbceb00
AM
37802012-01-31 Alan Mackenzie <acm@muc.de>
3781
3782 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
3783 off by one error.
3784
fce3fdeb
CY
37852012-01-31 Chong Yidong <cyd@gnu.org>
3786
3787 * frame.el (set-frame-font): New arg ALL-FRAMES.
3788
3789 * menu-bar.el (menu-set-font): Use set-frame-font.
3790
3791 * faces.el (face-spec-reset-face): Don't apply unspecified
3792 attribute values to the default face.
3793
47893581
JB
37942012-01-31 Juanma Barranquero <lekktu@gmail.com>
3795
3796 * progmodes/cwarn.el (cwarn): Remove dead link.
3797 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
3798 Remove * from defcustom docstrings.
3799 (turn-on-cwarn-mode): Make obsolete.
3800 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
3801 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
3802
e58e988a
GM
38032012-01-31 Glenn Morris <rgm@gnu.org>
3804
60dc2671 3805 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
6c9b47ae 3806 Fix :variable handling of mode a symbol not equal to modefun.
60dc2671 3807 Allow named functions to be used as the cdr of :variable.
e58e988a 3808
7a3f511d
GM
38092012-01-30 Glenn Morris <rgm@gnu.org>
3810
3811 * emacs-lisp/authors.el (authors-fixed-entries):
3812 Remove reference to deleted file rnewspost.el.
3813
cb882333
JB
38142012-01-29 Juanma Barranquero <lekktu@gmail.com>
3815
3816 * window.el (window-with-parameter): Remove unused variable `windows'.
3817 (window--side-check): Remove unused variable `code'.
3818 (window--resize-siblings): Remove unused variable `first'.
3819 (adjust-window-trailing-edge): Remove unused variable `failed'.
3820 (window-deletable-p, window--delete): Remove unused variable `buffer'.
3821 Use `let', not `let*'.
3822 (balance-windows-2): Remove unused variable `found'.
3823 (window--state-put-2): Remove unused variable `splits'.
3824 (window-state-put): Remove unused variable `selected'.
3825 (same-window-p): Use `string-match-p'.
3826 (display-buffer-assq-regexp): Remove unused variable `value'.
3827 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
3828 Mark argument ALIST as ignored.
3829 (pop-to-buffer): Remove unused variable `old-window'.
3830
907201af
EZ
38312012-01-29 Eli Zaretskii <eliz@gnu.org>
3832
3833 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
3834 and .lzma compressed files.
3835
ea162670
CY
38362012-01-29 Chong Yidong <cyd@gnu.org>
3837
5b95ee8a
CY
3838 * frame.el (window-system-default-frame-alist): Doc fix.
3839
ea162670
CY
3840 * dynamic-setting.el (font-setting-change-default-font): Don't
3841 change the default face if SET-FONT argument is non-nil (Bug#9982).
3842
d6e6f4b1
SB
38432012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
3844
3845 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
3846
0f29fa41 38472012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
6b25e4e2
SE
3848
3849 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
3850 breakpoints in files outside current directory (Bug#6098).
3851
db174434
CY
38522012-01-29 Chong Yidong <cyd@gnu.org>
3853
6b25e4e2
SE
3854 * progmodes/python.el: Require ansi-color at top-level.
3855
6df6ae42
JB
3856 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
3857 Define and use in Emacs Lisp mode (Bug#9360).
db174434
CY
3858 (lisp-mode-abbrev-table): Add doc.
3859 (lisp-mode-variables): Don't set local-abbrev-table.
3860 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
3861
e70ee681
RW
38622012-01-28 Roland Winkler <winkler@gnu.org>
3863
3864 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
3865
ace88aa2
RW
38662012-01-28 Roland Winkler <winkler@gnu.org>
3867
3868 * textmodes/bibtex.el (bibtex-entry-alist): New function.
3869 (bibtex-set-dialect): Use it. Either set global values of
3870 dialect-dependent variables or bind these variables buffer-locally
3871 (Bug#10254).
3872 (bibtex-mode): Call bibtex-set-dialect via
3873 hack-local-variables-hook.
eb864a71
LM
3874 (bibtex-dialect): Update docstring.
3875 Add safe-local-variable predicate.
ace88aa2
RW
3876 (bibtex-entry-alist, bibtex-field-alist): Initialize via
3877 bibtex-set-dialect.
3878 (bibtex-mode-map): Define menu for each dialect.
3879 (bibtex-entry): Fix docstring.
3880
93376c5b
CY
38812012-01-28 Chong Yidong <cyd@gnu.org>
3882
3883 * eshell/esh-arg.el (eshell-quote-argument): New function.
3884
3885 * eshell/esh-ext.el (eshell-invoke-batch-file):
3886 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
3887 first arg to eshell-parse-command (Bug#10523).
3888
4372494f
DA
38892012-01-28 Drew Adams <drew.adams@oracle.com>
3890
3891 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
3892 `default-directory' is non-nil.
3893
4d4ec1f8
EZ
38942012-01-28 Eli Zaretskii <eliz@gnu.org>
3895
3896 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
3897 line that displays system-configuration-options. (Bug#9924)
3898
7c188927
DA
38992012-01-28 Drew Adams <drew.adams@oracle.com>
3900
3901 * descr-text.el (describe-char): Show information about POS, in
3902 addition to information about the character at POS. Improve and
3903 update the doc string. Change "code point" to "code point in
3904 charset", to avoid confusion with the character's Unicode code
3905 point shown above that. (Bug#10129)
3906
e0da685a
EZ
39072012-01-28 Eli Zaretskii <eliz@gnu.org>
3908
3909 * descr-text.el (describe-char): Show the raw character, not only
3910 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
3911 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
3912 for the reasons.
3913
70550acf
PH
39142012-01-28 Phil Hagelberg <phil@hagelb.org>
3915
eb864a71
LM
3916 * emacs-lisp/package.el (package-install):
3917 Run package-refresh-contents if there is no archive yet (Bug#9798).
70550acf 3918
0ce8e868
CY
39192012-01-28 Chong Yidong <cyd@gnu.org>
3920
cb882333
JB
3921 * emacs-lisp/package.el (package-maybe-load-descriptor):
3922 New function, split from package-maybe-load-descriptor.
0ce8e868
CY
3923 (package-maybe-load-descriptor): Use it.
3924 (package-download-transaction): Fully load required packages
3925 inside the loop, so that `require' calls work (Bug#10593).
3926 (package-install): No need to call package-initialize now.
3927
2e7f3bea
CY
39282012-01-28 Chong Yidong <cyd@gnu.org>
3929
6e9bad14
CY
3930 * simple.el (deactivate-mark): Doc fix (Bug#8614).
3931
f823b8ca
CY
3932 * tooltip.el (tooltip-mode): Doc fix.
3933 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
3934
2680c309
CY
3935 * frame.el (set-cursor-color): Doc fix (Bug#352).
3936
d7a9e63b
CY
3937 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
3938 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
3939
2e7f3bea
CY
3940 * cus-edit.el (custom-buffer-create-internal): Fix search button
3941 action (Bug#10542).
2ae01800 3942 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
2e7f3bea 3943
fc4f7a23
EW
39442012-01-27 Eduard Wiebe <usenet@pusto.de>
3945
3946 * dired.el (dired-mark-files-regexp):
3947 Include any subdirectory components. (Bug#10445)
3948
7dd37071
ML
39492012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
3950
3951 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
3952 Handle [host]:port syntax. (Bug#10533)
3953
a268160b
AH
39542012-01-27 Alex Harsanyi <harsanyi@mac.com>
3955
3956 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
3957
e43273ef
GM
39582012-01-26 Glenn Morris <rgm@gnu.org>
3959
3960 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
3961 * term.el (term-raw-escape-map): Use Control-X-prefix.
3962 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
3963
1edf595d
MR
39642012-01-25 Martin Rudalics <rudalics@gmx.at>
3965
3966 * window.el (window-state-get, window--state-get-1): Don't deal
3967 with fixed-sizeness of windows. Simplify code.
3968
fa8eafef
JC
39692012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
3970
6df6ae42
JB
3971 * window.el (window--state-get-1, window--state-put-2):
3972 Don't save and restore the mark.
fa8eafef 3973
0b21c100
CY
39742012-01-25 Chong Yidong <cyd@gnu.org>
3975
3976 * custom.el (custom-variable-p): Doc fix.
3977
5ae1a6c8
GM
39782012-01-25 Glenn Morris <rgm@gnu.org>
3979
40047858
GM
3980 * dired.el (dired-goto-file): Handle some of the more common
3981 characters that `ls -b' escapes. (Bug#10596)
3982
5ddce96c
GM
3983 * progmodes/compile.el (compilation-next-error-function):
3984 Respect compilation-first-column in the "*compilation*" buffer.
3985 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
3986
5ae1a6c8
GM
3987 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
3988
b559f1a9
GM
39892012-01-24 Glenn Morris <rgm@gnu.org>
3990
3991 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
3992
6725d21a
JD
39932012-01-24 Julien Danjou <julien@danjou.info>
3994
3995 * color.el (color-rgb-to-hsl): Fix value computing.
3996 (color-hue-to-rgb): New function.
3997 (color-hsl-to-rgb): New function.
3998 (color-clamp, color-saturate-hsl, color-saturate-name)
3999 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
4000 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
4001
70df4bbe
GM
40022012-01-24 Glenn Morris <rgm@gnu.org>
4003
4004 * vc/vc-rcs.el (vc-rcs-create-tag):
4005 * vc/vc-sccs.el (vc-sccs-create-tag):
4006 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
4007
802a2ae2
ML
40082012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
4009
4010 * eshell/esh-util.el (eshell-read-hosts-file):
4011 Skip comment lines. (Bug#10549)
4012
d7128bb1
ML
4013 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
4014
d1a5c3b4
JB
40152012-01-23 Juanma Barranquero <lekktu@gmail.com>
4016
2724d9c7
JB
4017 * subr.el (display-delayed-warnings): Doc fix.
4018 (collapse-delayed-warnings): New function to collapse identical
4019 adjacent warnings.
4020 (delayed-warnings-hook): Add it.
d1a5c3b4 4021
a5509865
MA
40222012-01-22 Michael Albinus <michael.albinus@gmx.de>
4023
4024 * net/tramp.el (tramp-action-login): Set connection property "login-as".
4025
4026 * net/tramp-cache.el (tramp-dump-connection-properties): Do not dump
4027 properties, when "login-as" is set.
4028
4029 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
4030 (tramp-default-user-alist): Don't add "pscp".
4031 (tramp-do-copy-or-rename-file-out-of-band): Use connection
4032 property "login-as", if set. (Bug#10530)
4033
cc6d5805
MA
40342012-01-21 Michael Albinus <michael.albinus@gmx.de>
4035
4036 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
4037 "plink1" and "psftp". (Bug#10530)
4038
40392012-01-21 Kenichi Handa <handa@m17n.org>
71784361
KH
4040
4041 * international/mule-cmds.el (prefer-coding-system): Show a
4042 warning message if the default value of file-name-coding-system
4043 was not changed.
4044
f0960428
JC
40452012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
4046
cb882333
JB
4047 * windmove.el (windmove-reference-loc):
4048 Fix windmove-reference-loc miscalculation.
f0960428 4049
dd6f2a63
JB
40502012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
4051
4052 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
4053 default unit.
4054
7b447e9b
GM
40552012-01-21 Glenn Morris <rgm@gnu.org>
4056
117a9ea1
GM
4057 * international/mule.el (auto-coding-alist): Add .tbz.
4058
7b447e9b
GM
4059 * files.el (local-enable-local-variables): Doc fix.
4060 (inhibit-local-variables-regexps): Rename from
4061 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
4062 Doc fix. Add some extensions from auto-coding-alist.
4063 (inhibit-local-variables-suffixes):
4064 Rename from inhibit-first-line-modes-suffixes. Doc fix.
4065 (inhibit-local-variables-p):
4066 New function, extracted from set-auto-mode-1.
4067 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
4068 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
4069 (hack-local-variables): Doc fix. Make the mode-only case
4070 respect enable-local-variables and friends.
4071 Respect inhibit-local-variables-regexps for file-locals, but
4072 not for directory-locals.
4073 (set-visited-file-name):
4074 Take account of inhibit-local-variables-regexps.
4075 Whether it applies may change as the file name is changed.
4076 * jka-cmpr-hook.el (jka-compr-install):
4077 * jka-compr.el (jka-compr-uninstall):
4078 Update for inhibit-first-line-modes-suffixes name change.
4079
dd6e3cdd
MR
40802012-01-20 Martin Rudalics <rudalics@gmx.at>
4081
4082 * help-macro.el (make-help-screen): Temporarily restore original
4083 binding for minor-mode-map-alist (Bug#10454).
4084
0d0deb38
JD
40852012-01-19 Julien Danjou <julien@danjou.info>
4086
4087 * color.el (color-name-to-rgb): Use the white color to find the max
4088 color component value and return correctly computed values.
4089 (color-name-to-rgb): Add missing float conversion for max value.
4090
34a02f46
MR
40912012-01-19 Martin Rudalics <rudalics@gmx.at>
4092
4093 * window.el (window--state-get-1, window-state-get): Do not use
eb864a71
LM
4094 special state value for window-persistent-parameters.
4095 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
34a02f46
MR
4096 (window--state-put-2): Reset all window parameters to nil before
4097 assigning values of persistent parameters.
4098
606c44c4
AM
40992012-01-18 Alan Mackenzie <acm@muc.de>
4100
4101 Eliminate sluggishness and hangs in fontification of "semicolon
4102 deserts".
4103
cb882333
JB
4104 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
4105 Change value 10000 -> 3000.
606c44c4
AM
4106 (c-state-safe-place): Reformulate so it doesn't stack up an
4107 infinite number of wrong entries in c-state-nonlit-pos-cache.
4108 (c-determine-limit-get-base, c-determine-limit): New functions to
4109 determine backward search limits disregarding literals.
4110 (c-find-decl-spots): Amend commenting.
4111 (c-cheap-inside-bracelist-p): New function which detects "={".
4112
4113 * progmodes/cc-fonts.el
4114 (c-make-font-lock-BO-decl-search-function): Give a limit to a
4115 backward search.
4116 (c-font-lock-declarations): Fix an occurrence of point being
4117 undefined. Check additionally for point being in a bracelist or
4118 near a macro invocation without a semicolon so as to avoid a
4119 fruitless time consuming search for a declarator. Give a more
4120 precise search limit for declarators using the new
4121 c-determine-limit.
4122
f3860cea
GM
41232012-01-18 Glenn Morris <rgm@gnu.org>
4124
4125 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
4126 (set-auto-mode): Doc fixes.
4127
1db03b16
GM
41282012-01-17 Glenn Morris <rgm@gnu.org>
4129
0e6038be
GM
4130 * isearch.el (search-nonincremental-instead): Fix doc typo.
4131
1db03b16
GM
4132 * dired.el (dired-insert-directory): Handle newlines in directory name.
4133 (dired-build-subdir-alist): Unescape newlines in directory name.
4134
4cb0aa75
MA
41352012-01-17 Michael Albinus <michael.albinus@gmx.de>
4136
4137 * net/tramp.el (tramp-local-end-of-line): New defcustom.
4138 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
4139 (tramp-action-terminal): Use it. (Bug#10530)
4140
1d00653d
SM
41412012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
4142
4143 * minibuffer.el (completion--replace): Strip properties (bug#10062).
4144
6a6ee00d
MR
41452012-01-16 Martin Rudalics <rudalics@gmx.at>
4146
4147 * window.el (window-state-ignored-parameters): Remove variable.
4148 (window--state-get-1): Rename argument MARKERS to IGNORE.
4149 Handle persistent window parameters. Make copy of clone-of
4150 parameter only if requested. (Bug#10348)
4151 (window--state-put-2): Install a window parameter only if it has
4152 a non-nil value or an existing parameter shall be overwritten.
4153
97912def
MA
41542012-01-15 Michael Albinus <michael.albinus@gmx.de>
4155
4156 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
4157
688070a5
EZ
41582012-01-14 Eli Zaretskii <eliz@gnu.org>
4159
4160 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
4161 don't pass the (nil) value of `upnode' to string-match.
4162
301afadc
CY
41632012-01-14 Chong Yidong <cyd@gnu.org>
4164
4165 * startup.el (command-line): Fix X resource class for cursorColor.
04877ddb 4166 Fix values recognized by the cursorBlink resource.
301afadc 4167
9e5788aa
PE
41682012-01-14 Paul Eggert <eggert@cs.ucla.edu>
4169
4170 * epg.el (epg--make-temp-file): Avoid permission race condition
4171 when running on old Emacs versions (bug#10403).
4172
3cdb7f5a
GM
41732012-01-14 Glenn Morris <rgm@gnu.org>
4174
4175 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
4176
8c82b1b4
AM
41772012-01-13 Alan Mackenzie <acm@muc.de>
4178
4179 Fix filling for when filladapt mode is enabled.
4180
4181 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
4182 c-mask-paragraph, pass in `fill-paragraph' rather than
4183 `fill-region-as-paragraph'. (This is a reversion of a previous
4184 change.)
eb864a71
LM
4185 * progmodes/cc-mode.el (c-basic-common-init):
4186 Make fill-paragraph-handle-comment buffer local and set it to nil.
8c82b1b4 4187
e517eda4
GM
41882012-01-13 Glenn Morris <rgm@gnu.org>
4189
1498536e
GM
4190 * dired.el (dired-switches-escape-p): New function.
4191 (dired-insert-directory): Use dired-switches-escape-p.
4192 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
4193
e517eda4
GM
4194 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
4195
328f984d
GM
41962012-01-12 Glenn Morris <rgm@gnu.org>
4197
4198 * mail/sendmail.el (mail-mode): Update paragraph-separate for
4199 changes in adaptive-fill-regexp. (Bug#10276)
4200
2cc769a8
AM
42012012-01-11 Alan Mackenzie <acm@muc.de>
4202
4203 Fix Emacs bug #10463 - put `widen's around the critical spots.
4204
1d00653d 4205 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
2cc769a8
AM
4206 widen around each invocation of c-state-pp-to-literal. Remove an
4207 unused let variable.
4208
e52c37fa
GM
42092012-01-11 Glenn Morris <rgm@gnu.org>
4210
4211 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
09044622 4212 Doc fix.
e52c37fa 4213
96f8741e
CY
42142012-01-10 Chong Yidong <cyd@gnu.org>
4215
1d00653d
SM
4216 * net/network-stream.el (network-stream-open-starttls):
4217 Avoid emitting a confusing error message when the server gives a bad
96f8741e
CY
4218 response to the capability command.
4219
b09a806e
GM
42202012-01-10 Glenn Morris <rgm@gnu.org>
4221
4222 * mail/unrmail.el (unrmail): Tweak previous change.
4223
7655cb66
CY
42242012-01-09 Chong Yidong <cyd@gnu.org>
4225
4226 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
4227
9d5a8f0b
AM
42282012-01-08 Alan Mackenzie <acm@muc.de>
4229
4230 Optimise font locking in long enum definitions.
4231
4232 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
4233 arm to a cond form to handle enums.
4234 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
4235 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
4236
9a0115ab 42372012-01-07 Paul Eggert <eggert@cs.ucla.edu>
6bb72cbd
PE
4238
4239 * files.el (move-file-to-trash): Preserve default file modes on error.
a0562b3d 4240 (Bug#10401)
6bb72cbd 4241
f186bb95
LMI
42422012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
4243
29232a68
LMI
4244 * faces.el (set-face-attribute): Clarify the meaning of the nil
4245 frame (bug#10294).
4246
4e5d086d
LMI
4247 * subr.el (with-selected-frame): Mention that the selected frame
4248 is restored (bug#9980).
4249
8e66aebe
LMI
4250 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
4251 (bug#9759).
4252
cd394be1 4253 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
f186bb95
LMI
4254 (password-read): Don't autoload unused function.
4255
adf4e762
JB
42562012-01-07 Juanma Barranquero <lekktu@gmail.com>
4257
4258 * progmodes/which-func.el (which-func-mode): Turn into a
4259 non-interactive function and mark as obsolete (bug#10428).
4260
89bd9ccd
CY
42612012-01-06 Chong Yidong <cyd@gnu.org>
4262
4263 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
4264 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
4265 functions, along with 1 and -1.
4266
4afee9d5
EZ
42672012-01-06 Eli Zaretskii <eliz@gnu.org>
4268
4269 * time.el (display-time-load-average)
4270 (display-time-default-load-average): Doc fixes. See the thread
4271 starting at
4272 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
4273 for the details.
4274
536aea70
GM
42752012-01-06 Glenn Morris <rgm@gnu.org>
4276
665ae865
GM
4277 * mail/unrmail.el (unrmail): Give an explicit error if the input file
4278 has no messages. (Bug#10377)
4279
c869783d
GM
4280 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
4281 than Info-edit. (Bug#10385)
4282
2bb4227e
GM
4283 * time.el (display-time-load-average, display-time-next-load-average):
4284 Doc fixes.
4285
7d5944b9
GM
4286 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
4287 local setting of buffer-read-only to the input buffer. (Bug#10419)
4288
536aea70
GM
4289 * calendar/calendar.el (calendar-mode):
4290 Locally set scroll-margin to 0. (Bug#10379)
4291
7dccca16
UM
42922012-01-06 Ulrich Mueller <ulm@gentoo.org>
4293
4294 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
4295
afbb7930
GM
42962012-01-05 Glenn Morris <rgm@gnu.org>
4297
4298 * eshell/em-unix.el (diff-no-select): Autoload it.
4299 (eshell/diff): Use diff-no-select. (Bug#10420)
4300
04482335
CY
43012012-01-05 Chong Yidong <cyd@gnu.org>
4302
7baca3bc
CY
4303 * shell.el (shell-dynamic-complete-functions): Revert last change.
4304 (shell-command-completion-function): New function.
4305 (shell-completion-vars): Use it to implement
4306 shell-completion-execonly (Bug#10417).
4307
04482335
CY
4308 * custom.el (enable-theme): Don't set custom-safe-themes.
4309
1d00653d
SM
4310 * cus-theme.el (custom-theme-merge-theme):
4311 Ignore custom-enabled-themes and custom-safe-themes.
04482335 4312
bb5aa5d6
MM
43132012-01-05 Michael R. Mauger <mmaug@yahoo.com>
4314
4315 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
4316 first prompt in `sql-interacive-mode'.
4317 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
04482335 4318 keywords.
6df6ae42 4319 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
bb5aa5d6
MM
4320 (sql-product-interactive): Bug fix: Set `sql-buffer' in
4321 context of original buffer. Invoke `sql-login-hook'.
4322
a7183d7c
EZ
43232012-01-04 Eli Zaretskii <eliz@gnu.org>
4324
4325 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
4326 letters in cite-prefix.
4327
a1eacd1e
LMI
43282012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4329
4330 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
4331
787cdb34
CY
43322012-01-03 Chong Yidong <cyd@gnu.org>
4333
1d00653d
SM
4334 * shell.el (shell-dynamic-complete-functions):
4335 Put pcomplete-completions-at-point, so as to try
787cdb34
CY
4336 comint-filename-completion first (Bug#10417).
4337
30710442
RS
43382012-01-02 Richard Stallman <rms@gnu.org>
4339
4340 * battery.el (battery-status-function):
4341 Detect when to use battery-yeeloong-sysfs.
4342 (battery-echo-area-format): Add string for Yeeloong.
4343 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
4344 (battery-yeeloong-sysfs): New function.
4345
f75bfc33
CY
43462012-01-02 Chong Yidong <cyd@gnu.org>
4347
4348 * dirtrack.el (dirtrack-list): Eliminate unused third element.
4349 (dirtrack): Merge code for handling relative filenames in prompt
4350 from shell-dir-cookie-watcher.
4351 (dirtrack-debug-message): New arg to avoid excess format calls.
4352
4353 * shell.el (shell-dir-cookie-re): Variable deleted.
4354 (shell-dir-cookie-watcher): Function deleted.
4355 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
4356 with dirtrack-mode.
4357
651e947e
EZ
43582012-01-01 Eli Zaretskii <eliz@gnu.org>
4359
1d00653d
SM
4360 * term/w32-win.el (dynamic-library-alist) <gnutls>:
4361 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
651e947e
EZ
4362 libgnutls-26.dll.
4363
94d4c7dc
AS
43642011-12-31 Andreas Schwab <schwab@linux-m68k.org>
4365
4366 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
4367
8d43f3cd
EZ
43682011-12-31 Eli Zaretskii <eliz@gnu.org>
4369
4370 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
4371 headers of non-MIME messages, when rmail-enable-mime is non-nil.
4372
98c8795a
MA
43732011-12-29 Michael Albinus <michael.albinus@gmx.de>
4374
4375 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
4376 also for alternative shells.
4377 (tramp-open-connection-setup-interactive-shell): Check, whether
4378 the shell is a busybox.
4379 (tramp-send-command): Don't suppress multiple prompts for
4380 busyboxes, it hurts.
4381
51281b32
CY
43822011-12-28 Chong Yidong <cyd@gnu.org>
4383
4384 * progmodes/gdb-mi.el (gdb-get-source-file-list)
4385 (gdb-get-source-file): Move mode line update to
4386 gdb-get-source-file (Bug#10087).
4387
2170cb53
CY
43882011-12-25 Chong Yidong <cyd@gnu.org>
4389
4390 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
4391 gud-gdb-marker-filter without taking it as an argument.
4392 (gud-gdb-run-command-fetch-lines): Caller changed.
4393 (gud-gdb-completion-function): New variable.
4394 (gud-gdb-completion-at-point): Use it.
4395 (gud-gdb-completions-1): Split from gud-gdb-completions.
4396
4397 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
4398 function as separate arguments.
4399 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
4400 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
4401 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
4402 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
4403 (gdb-stopped, def-gdb-auto-update-trigger)
4404 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
b81d40f0
JB
4405 (gdb-get-changed-registers, gdb-get-main-selected-frame):
4406 Callers changed.
2170cb53
CY
4407 (gud-gdbmi-completions): New function.
4408 (gdb): Use it for generating the completion table.
4409
be8b11bb
AM
44102011-12-24 Alan Mackenzie <acm@muc.de>
4411
4412 Introduce a mechanism to widen the region used in context font
1d00653d 4413 locking. Use this to protect declarations from losing their contexts.
be8b11bb 4414
1d00653d
SM
4415 * progmodes/cc-langs.el (c-before-font-lock-functions):
4416 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
b81d40f0 4417 (c-before-context-fontification-functions): New defvar, a list of
be8b11bb
AM
4418 functions to be run just before context (etc.) font locking.
4419
4420 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
b81d40f0 4421 New, functionality extracted from
be8b11bb 4422 c-neutralize-syntax-in-and-mark-CPP.
b81d40f0 4423 (c-in-after-change-fontification): New variable.
be8b11bb
AM
4424 (c-after-change): Set c-in-after-change-fontification.
4425 (c-set-fl-decl-start): Rejig its interface, so it can be called
4426 from both after-change and context fontifying.
b81d40f0
JB
4427 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
4428 New functions.
4429 (c-standard-font-lock-fontify-region-function): New variable.
4430 (c-font-lock-fontify-region): New function.
be8b11bb 4431
341cf6ac
JL
44322011-12-24 Juri Linkov <juri@jurta.org>
4433
4434 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
4435 (Bug#10348)
4436
bffcee0a
MA
44372011-12-23 Michael Albinus <michael.albinus@gmx.de>
4438
4439 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
4440 existence of source file. (Bug#10325)
4441
cb5e207c
AM
44422011-12-23 Alan Mackenzie <acm@muc.de>
4443
4444 Fix unstable fontification inside templates.
4445
b81d40f0
JB
4446 * progmodes/cc-langs.el (c-before-font-lock-functions):
4447 Newly created from the singular version. The (c c++ objc) entry now
cb5e207c
AM
4448 additionally has c-set-fl-decl-start. The other languages (apart
4449 from AWK) have that as a single entry.
4450
b81d40f0
JB
4451 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
4452 The functionality for "local" declarations has been extracted to
cb5e207c
AM
4453 c-set-fl-decl-start.
4454
b81d40f0
JB
4455 * progmodes/cc-mode.el (c-common-init, c-after-change):
4456 Changes due to pluralisation of c-before-font-lock-functions.
cb5e207c
AM
4457 (c-set-fl-decl-start): New function, extracted from
4458 c-font-lock-enclosing-decls and enhanced.
4459
60ff536c
JB
44602011-12-23 Juanma Barranquero <lekktu@gmail.com>
4461
4462 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
4463
1c4757d6
JL
44642011-12-22 Juri Linkov <juri@jurta.org>
4465
4466 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
4467
d031f2c7
CY
44682011-12-22 Chong Yidong <cyd@gnu.org>
4469
4470 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
4471
bace743a
DA
44722011-12-21 Drew Adams <drew.adams@oracle.com>
4473
4474 * files.el (file-remote-p): Fix docstring. (Bug#10319)
4475
728a1f2b
JC
44762011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
4477
4478 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
4479
0d373f73
TZ
44802011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
4481
fec0aaa4
TZ
4482 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
4483 highlighting and support. Fix up comments for capitalization.
4484 (cfengine-mode-debug): New var.
4485 (cfengine3-mode): Change the modeline indicator to "CFE3".
4486 (cfengine3-font-lock-keywords): Improve defun highlighting.
4487 (cfengine2-actions): Rename from `cfengine-actions'.
4488 (cfengine2-font-lock-keywords): Rename from
4489 `cfengine-font-lock-keywords'.
4490 (cfengine2-imenu-expression): Rename from
4491 `cfengine-imenu-expression'.
4492 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
4493 (cfengine2-beginning-of-defun): Rename from
4494 `cfengine-beginning-of-defun'.
4495 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
4496 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
4497 (cfengine2-mode): Rename from `cfengine-mode'. Change the
4498 modeline indicator to "CFE2".
4499 (cfengine-mode): Defalias to `cfengine-auto-mode'.
4500 (cfengine-mode-abbrevs): Mark obsolete.
0d373f73 4501
bc86f573
CY
45022011-12-21 Chong Yidong <cyd@gnu.org>
4503
4504 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
4505 filename argument.
4506
d45ba96b
MR
45072011-12-20 Martin Rudalics <rudalics@gmx.at>
4508
4509 * window.el (window-normalize-buffer-to-display): Remove.
4510 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
4511
a6198c90
CY
45122011-12-19 Chong Yidong <cyd@gnu.org>
4513
4514 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
4515 Don't signal an error in a predicate function; return non-nil.
4516 (vc-dir-mark-file): Move the error here.
4517 (vc-dir-mark-unmark): If acting on the region, keep going if one
4518 of the entries cannot be marked/unmarked.
4519 (vc-dir-mark-all-files): If current entry is a directory, mark
4520 only child files, as documented.
4521
34c5fb55
VB
45222011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
4523
4524 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
4525 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
4526 addition.
4527
c803b2b7
JD
45282011-12-18 Jan Djärv <jan.h.d@swipnet.se>
4529
4530 * term/ns-win.el (ns-get-selection-internal)
4531 (ns-store-selection-internal): Declare.
1154d12e
JB
4532 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
4533 Declare as obsolete.
4534 (ns-get-pasteboard, ns-paste-secondary):
4535 Use ns-get-selection-internal.
4536 (ns-set-pasteboard, ns-copy-including-secondary):
4537 Use ns-store-selection-internal.
c803b2b7 4538
9cff91f8 45392011-12-17 Chong Yidong <cyd@gnu.org>
99a289d9
CY
4540
4541 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
9cff91f8 4542 (vc-deduce-fileset): Doc fix.
99a289d9 4543
f16c898a
AS
45442011-12-16 Andreas Schwab <schwab@linux-m68k.org>
4545
4546 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
4547
763237c4
SS
45482011-12-13 Sam Steingold <sds@gnu.org>
4549
4550 * man.el (Man-getpage-in-background): When running under a
4551 window-system, ignore $MANWIDTH and $COLUMNS.
4552
5fc1c122
KH
45532011-12-15 Kenichi Handa <handa@m17n.org>
4554
4555 * language/ethio-util.el: Change coding tag to utf-8-emacs.
4556 (setup-ethiopic-environment-internal): Comment out key-binding for
4557 ethio-toggle-punctuation.
4558
13d49cbb
AM
45592011-12-13 Alan Mackenzie <acm@muc.de>
4560
898169a2
AM
4561 Add the switch statement to AWK Mode.
4562
7a71b18d 4563 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
898169a2
AM
4564 "default" to the keywords regexp.
4565
7a71b18d 4566 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
898169a2 4567 expression as the rest.
1d00653d
SM
4568 (c-nonlabel-token-key): Allow string literals for AWK.
4569 Refactor for the other modes.
898169a2 4570
13d49cbb 4571 Large brace-block initialisation makes CC Mode slow: Fix.
1d00653d 4572 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
13d49cbb
AM
4573 routines. Limit backward searching in c-font-lock-enclosing.decl.
4574
4575 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
4576 pp-state and literal type in addition to the limits.
1d00653d 4577 (c-state-safe-place): New defun, extracted from c-state-literal-at.
13d49cbb 4578 (c-state-literal-at): Use the above new defun.
1d00653d
SM
4579 (c-slow-in-literal, c-fast-in-literal): Remove.
4580 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
13d49cbb
AM
4581
4582 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
4583 being in a literal. Add a limit for backward searching.
4584
4585 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
4586 c-slow-in-literal.
4587
15e0efc7
SM
45882011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
4589
4590 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
4591
454592a6
MR
45922011-12-13 Martin Rudalics <rudalics@gmx.at>
4593
4594 * window.el (delete-other-windows): Use correct frame in call to
4595 window-with-parameter.
4596
87393f26
DP
45972011-12-12 Daniel Pfeiffer <occitan@t-online.de>
4598
4599 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
4600 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
4601 (makefile-gmake-statements, makefile-makepp-statements):
4602 Use it and add new makepp keywords.
4603 (makefile-makepp-font-lock-keywords): Add new patterns.
4604 (makefile-match-function-end): Match new [...] and [[...]].
4605
11636b22
JB
46062011-12-11 Juanma Barranquero <lekktu@gmail.com>
4607
4608 * ses.el (ses-call-printer-return, ses-cell-property-get)
4609 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
4610 (ses-create-cell-variable, ses-reset-header-string)
4611 (ses-cell-set-formula, ses-repair-cell-reference-all)
4612 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
4613 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
4614 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
4615 (ses-aset-with-undo, ses-load, ses-truncate-cell)
4616 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
4617 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
4618 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
4619 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
4620 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
4621 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
4622 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
4623 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
4624
cf018193
VB
46252011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
4626
4627 * ses.el: The overall change is to add cell renaming, that is
4628 setting fancy names for cell symbols other than name matching
4629 "\\`[A-Z]+[0-9]+\\'" regexp .
4630 (ses-create-cell-variable): New defun.
4631 (ses-relocate-formula): Relocate formulas only for cells the
4632 symbols of which are not renamed, i.e. symbols whose names do not
4633 match regexp "\\`[A-Z]+[0-9]+\\'".
4634 (ses-relocate-all): Relocate values only for cells the symbols of
4635 which are not renamed.
4636 (ses-load): Create cells variables as the (ses-cell ...) are read,
4637 in order to check row col consistency with cell symbol name only
4638 for cells that are not renamed.
4639 (ses-replace-name-in-formula): New defun.
4640 (ses-rename-cell): New defun.
4641
ee957461
CY
46422011-12-11 Chong Yidong <cyd@gnu.org>
4643
4644 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
4645 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
4646
9a9e9ef0
MR
46472011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
4648
4649 * window.el (other-window): Fix docstring.
4650
92a8eba5
EZ
46512011-12-10 Eli Zaretskii <eliz@gnu.org>
4652
4653 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
1d00653d
SM
4654 `from' or `to' address before taking its substring.
4655 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
92a8eba5
EZ
4656 encoded name is chopped in the middle of the encoded string, and
4657 thus displayed encoded.
4658
e152e577
JB
46592011-12-10 Juanma Barranquero <lekktu@gmail.com>
4660
4661 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
4662
e5d84bfe
EZ
46632011-12-10 Eli Zaretskii <eliz@gnu.org>
4664
4665 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
4666 to use texinfo-update-node and commands that call it if the
4667 Texinfo file uses @node lines without next/prev/up pointers.
b8830d28 4668 Correct outdated description about texinfo-master-menu.
e5d84bfe
EZ
4669 (texinfo-all-menus-update, texinfo-master-menu)
4670 (texinfo-update-node, texinfo-every-node-update)
4671 (texinfo-multiple-files-update): Doc fix. Warn against updating
4672 all the @node lines.
4673 (texinfo-master-menu): Only call texinfo-update-node if the prefix
b8830d28
EZ
4674 argument is numeric. Explain better in the doc string what the
4675 function really does.
4676 (texinfo-insert-master-menu-list): Improve the error message
4677 displayed if there's no menu in the Top node.
4678 (Bug#2975) See also this thread:
e5d84bfe
EZ
4679 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
4680
1d84e9bb
MG
46812011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
4682
4683 * speedbar.el (speedbar-supported-extension-expressions):
4684 Add .adb and .ads, commonly used for Ada source code (bug#10256).
4685
382c953b
JB
46862011-12-09 Juanma Barranquero <lekktu@gmail.com>
4687
4688 * printing.el (pr-mode-alist):
4689 * simple.el (filter-buffer-substring-functions)
4690 (completion-list-insert-choice-function):
4691 * window.el (window-with-parameter, window-atom-root)
4692 (window-sides-slots, window-size-fixed, window-min-delta)
4693 (window-max-delta, window--resize-mini-window)
4694 (window--resize-child-windows-normal, window-tree)
4695 (delete-other-windows, quit-window, split-window)
4696 (display-buffer-record-window, special-display-buffer-names)
4697 (special-display-regexps, special-display-popup-frame)
4698 (same-window-p, split-window-sensibly)
4699 (display-buffer-overriding-action, display-buffer-alist)
4700 (display-buffer-base-action, display-buffer, switch-to-buffer)
4701 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
4702 (fit-window-to-buffer, recenter-positions)
4703 (mouse-autoselect-window-state, mouse-autoselect-window-select):
4704 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
4705 and remove unneeded backslashes in docstrings.
4706
39c9faef
SM
47072011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
4708
98449af8
SM
4709 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
4710
39c9faef
SM
4711 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
4712 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
4713 end in ".mk".
4714 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
4715 when reading the makefile (bug#10116).
4716
86ed9fdc
SM
47172011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
4718
4719 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
4720 (bug#10116).
4721
5580f89d
GM
47222011-12-06 Glenn Morris <rgm@gnu.org>
4723
4724 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
4725
28d3917c
CY
47262011-12-06 Chong Yidong <cyd@gnu.org>
4727
4728 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
4729
a98edce9
JB
47302011-12-06 Juanma Barranquero <lekktu@gmail.com>
4731
4732 * textmodes/table.el (table-shorten-cell): Fix typo.
4733
e65adfac
CG
47342011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
4735
4736 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
4737
71cc0b74
EZ
47382011-12-05 Eli Zaretskii <eliz@gnu.org>
4739
4740 * descr-text.el (describe-char): Fix display of strong
4741 right-to-left characters and directional embeddings and overrides.
4742
4743 * simple.el (what-cursor-position): Fix display of codepoints of
4744 strong right-to-left characters.
4745
315bc30d
CY
47462011-12-05 Chong Yidong <cyd@gnu.org>
4747
4748 * faces.el (read-color): Doc fix.
4749
58a70b94
GM
47502011-12-05 Glenn Morris <rgm@gnu.org>
4751
4752 * align.el (align--set-marker): Add doc-string.
4753 Don't try to move something that is not a marker. (Bug#10216)
4754
5158face
GM
47552011-12-04 Glenn Morris <rgm@gnu.org>
4756
4757 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
4758 overly zealous deletion of trailing whitespace.
4759
520fca41
JB
47602011-12-04 Juanma Barranquero <lekktu@gmail.com>
4761
4762 * server.el (server-delete-client): On Windows, do not try to delete
4763 the only terminal.
4764 (server-process-filter): On Windows, treat requests for a tty frame as
4765 if they were for a GUI frame if the running server is in GUI mode.
4766
5e605a2e
GM
47672011-12-03 Glenn Morris <rgm@gnu.org>
4768
4769 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
4770
5c3fe83f
SM
47712011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
4772
6f5e57e7
SM
4773 * electric.el: Streamline electric-indent's hook.
4774 (electric-indent-chars): Revert to simple list.
4775 (electric-indent-functions): New var.
4776 (electric-indent-post-self-insert-function): Use it.
4777
5c3fe83f
SM
4778 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
4779 there's no inferior buffer (bug#10196).
4780 (prolog-consult-compile): Don't use toggle-read-only.
4781
6bdac736
MA
47822011-12-02 Michael Albinus <michael.albinus@gmx.de>
4783
4784 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
4785 interrupt. (Bug#10187)
4786
6131ba7f
SM
47872011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
4788
99c79fee
SM
4789 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
4790 (bug#9160).
4791
6131ba7f
SM
4792 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
4793 (bug#10191).
4794
cb0a02ea
JL
47952011-12-02 Juri Linkov <juri@jurta.org>
4796
4797 * info.el (Info-search): Display "end of manual" when Isearch
4798 reaches the end of single-file Info manual. (Bug#9918)
4799
66e0570c
EZ
48002011-12-02 Eli Zaretskii <eliz@gnu.org>
4801
4802 * isearch.el (isearch-message-prefix): Run the input method part
4803 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
4804
02b16839
JL
48052011-12-02 Juri Linkov <juri@jurta.org>
4806
4807 * isearch.el (isearch-occur): Use `word-search-regexp' for
4808 `isearch-word'.
4809 (isearch-search-and-update): Add condition for `isearch-word' and
4810 call `word-search-regexp'. (Bug#10145)
4811
0b950688
GM
48122011-12-01 Glenn Morris <rgm@gnu.org>
4813
4814 * eshell/em-hist.el (eshell-hist-initialize):
4815 Handle eshell-history-size nil and HISTSIZE set or unset.
e8087a76 4816 (eshell-history-file-name, eshell-history-size): Fix custom type.
0b950688 4817
9505c3c7
SM
48182011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
4819
4820 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
4821
1bbe96b2 48222011-12-01 Michael McNamara <mac@mail.brushroad.com>
6288f0ca 4823
a1beca85
SM
4824 * progmodes/verilog-mode.el (verilog-pretty-expr):
4825 Rework verilog-pretty-expr to handle new assignment operators in system
6288f0ca
WS
4826 verilog, such as += *= and the like.
4827 (verilog-assignment-operator-re): Regular expression to find the
4828 assigment operator in a verilog assignment.
4829 (verilog-assignment-operation-re): Regular expression to find an
4830 assignment statement for pretty-expr.
4831 (verilog-in-attribute-p): Query returns true if point is in an
4832 attribute context; used to skip these for expression line up from
4833 pretty-expr.
4834 (verilog-in-parameter-p): Query returns true if point is in an
4835 parameter definition context; used to skip these for expression
4836 line up from pretty-expr.
4837 (verilog-in-parenthesis-p): Query returns true if point is in a
4838 parenthetical expression, specifically ( ) but not [ ] or { };
4839 used by pretty-expr.
4840 (verilog-just-one-space): If there is no space, don't add one.
4841 (verilog-get-lineup-indent-2): Specifically skip just attribute
4842 contexts for expression lineup, rather than skipping all
4843 parenthetical expressions.
4844 (verilog-calculate-indent): Fix comment, and fix indent.
4845 (verilog-do-indent): Indent declarations in lists (suggested by
4846 Joachim Lechner).
4847 (verilog-mode-abbrev-table): Populate abbrev mode with the various
4848 skeleton items.
4849 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
4850 by Alain Mellan).
4851
1bbe96b2 48522011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
6288f0ca
WS
4853
4854 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
4855 parameters with embedded comments. Reported by Ray Stevens.
4856 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
4857 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
4858 Reported by Tim Holt.
4859 (verilog-auto): Fix AUTOing a upper module then AUTOing module
4860 instantiated by upper module causing wrong expansion until AUTOed a
4861 second time. Reported by K C Buckenmaier.
4862 (verilog-diff-auto): Fix showing .* as a difference when
4863 `verilog-auto-star-save' off. Reported by Dan Dever.
4864 (verilog-auto-reset, verilog-read-always-signals)
4865 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
4866 temporary signals in reset list if
4867 verilog-auto-reset-blocking-in-non is nil, and match assignment
a1beca85
SM
4868 style to each signal's assignment type, bug381.
4869 Reported by Thomas Esposito.
6288f0ca
WS
4870 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
4871 (verilog-uvm-statement-re): Support UVM indentation and
4872 highlighting, with old OVM keywords only.
a1beca85 4873 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
1d00653d
SM
4874 Support AUTOTIEOFF creating non-wire data types.
4875 Suggested by Jonathan Greenlaw.
6288f0ca
WS
4876 (verilog-auto-insert-lisp, verilog-delete-to-paren)
4877 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
4878 (verilog-inject-sense, verilog-read-inst-pins)
a1beca85
SM
4879 (verilog-read-sub-decls, verilog-read-sub-decls-line):
4880 Fix mismatching parenthesis inside commented out code when deleting
382c953b 4881 AUTOINST, bug383. Reported by Jonathan Greenlaw.
6288f0ca
WS
4882 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
4883 non-numeric vector width. Reported by Alex Reed.
4884 (verilog-auto-ascii-enum): Add "onehot" option to work around not
382c953b 4885 detecting signals with parameter widths. Reported by Alex Reed.
a1beca85
SM
4886 (verilog-auto-delete-trailing-whitespace):
4887 With `verilog-auto-delete-trailing-whitespace' remove trailing
6288f0ca
WS
4888 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
4889 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
4890 Fix verilog-scan-cache corruption when running user AUTO expansion
4891 hooks that call indentation routines.
4892 (verilog-simplify-range-expression): Fix typo ignoring lower case
4893 identifiers.
4894 (verilog-delete-auto): Fix delete-autos to also remove user created
4895 automatics, as long as they start with AUTO.
4896 (verilog-batch-diff-auto, verilog-diff-auto)
4897 (verilog-diff-function): Add `verilog-diff-auto' and bind to
4898 "C-c?" to report differences in AUTO expansion, ignoring spaces.
4899 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
4900 (verilog-in-paren-quick, verilog-re-search-backward-quick)
a1beca85
SM
4901 (verilog-re-search-forward-quick, verilog-syntax-ppss):
4902 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
6288f0ca
WS
4903 is disabled and its cache will get corrupt, causing AUTOS not to
4904 expand. Instead use only -quick functions.
4905 (verilog-scan-region): Fix scanning over escaped quotes.
4906 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
4907 (verilog-re-search-backward-quick)
4908 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
4909 related functions now ignore strings, to fix misparsing of strings
4910 with magic comments embedded in them.
a1beca85
SM
4911 (verilog-read-auto-template):
4912 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
4913 Reported by Brad Dobbie.
4914 (verilog-read-auto-template):
4915 Fix 'verilog-auto-inst-template-numbers' with comments.
6288f0ca 4916 Reported by Brad Dobbie.
6288f0ca
WS
4917 (verilog-auto-inst, verilog-auto-inst-param)
4918 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
4919 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
4920 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
a1beca85
SM
4921 debugging templates without merge conflicts, bug357.
4922 Reported by Brad Dobbie.
4923 (verilog-read-auto-template):
4924 Fix verilog-auto-inst-template-numbers with multiple templates.
6288f0ca
WS
4925 Reported by Brad Dobbie.
4926 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
4927 abbrevs so user won't be asked to save.
4928 (verilog-read-auto-lisp-present): Fix to start at beginning of
4929 buffer in case called outside of verilog-auto.
4930 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
4931 to "X-2". Reported by Matthew Myers.
4932 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
4933 all inputs from module templates. Reported by Leith Johnson.
4934 (verilog-module-inside-filename-p): Fix locating programs as with
4935 modules.
4936 (verilog-auto-inst-port): Fix vl-width expressions when using
4937 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
4938 (verilog-decls-get-regs, verilog-decls-get-signals,
4939 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
4940 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
4941 verilog-read-decls): Combine reg and wire structures into one var
4942 structure to represent SystemVerilog concepts.
4943 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
4944 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
a1beca85
SM
4945 (verilog-auto-wire-type, verilog-insert-definition):
4946 Add verilog-auto-wire-type and AUTOLOGIC to support using
6288f0ca
WS
4947 SystemVerilog "logic" keyword instead of "wire"/"reg".
4948 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
4949 to declares outputs that also have assignments (presumably in an
a1beca85
SM
4950 ifdef or generate if so there's not a driver conflict).
4951 Reported by Matthew Myers.
4952 (verilog-auto-declare-nettype, verilog-insert-definition):
4953 Add verilog-auto-declare-nettype to fix declarations using
6288f0ca
WS
4954 `default_nettype none. Reported by Julian Gorfajn.
4955 (verilog-read-always-signals-recurse, verilog-read-decls)
4956 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
4957 malformed end statement, bug325. Reported by Joshua Wise and
4958 Andrew Drake.
4959 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
4960 (verilog-inst-comment-re): Fix not deleting Interfaced comment
1d00653d
SM
4961 when expanding .* in interfaces, bug320.
4962 Reported by Pierre-David Pfister.
6288f0ca 4963 (verilog-read-module-name): Fix import statements between module
1d00653d
SM
4964 name and open parenthesis, bug317.
4965 Reported by Pierre-David Pfister.
6288f0ca
WS
4966 (verilog-simplify-range-expression): Fix simplification of
4967 multiplications inside AUTOWIRE connections, bug303.
4968 (verilog-auto-inst-port): Support parameter expansion in
4969 multidimensional arrays.
4970 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
4971 after "assert property". Reported by Julian Gorfajn.
4972 (verilog-simplify-range-expression): Fix "couldn't merge" errors
4973 with multiplication, bug303.
4974 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
4975 Reported by Jan Frode Lonnum.
4976
1bbe96b2
GM
49772011-11-30 Juanma Barranquero <lekktu@gmail.com>
4978
4979 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
4980 (hfy-shell-file-name, hfy-shell):
4981 * international/fontset.el (x-decompose-font-name): Fix typos.
4982
49832011-11-29 Ken Brown <kbrown@cornell.edu>
4984
4985 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
4986 (gdb-version): Remove defvar.
4987 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
4988 (gdb-gud-context-command, gdb-non-stop-handler)
4989 (gdb-current-context-command, gdb-stopped): Use it.
4990 (gdb-init-1): Enable pretty printing here.
6131ba7f
SM
4991 (gdb-non-stop-handler): Don't enable pretty-printing here.
4992 Check to see if the target supports non-stop mode; if not, turn off
1bbe96b2
GM
4993 non-stop mode. Use the following.
4994 (gdb-check-target-async): New defun.
4995 (gud-watch, gdb-stopped): Fix whitespace.
4996 (gdb-get-source-file): Don't try to display the source file if
4997 `gdb-main-file' is nil.
4998
49992011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
5000
5001 * align.el: Try to generate fewer markers (bug#10047).
5002 (align--set-marker): New macro.
5003 (align-region): Use it.
5004
c935221f
SM
50052011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
5006
5007 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
5008
e70b5064
CY
50092011-11-29 Chong Yidong <cyd@gnu.org>
5010
5011 * indent.el (indent-for-tab-command, indent-according-to-mode):
5012 Doc fix.
5013 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
5014
f3af92b7
MA
50152011-11-29 Michael Albinus <michael.albinus@gmx.de>
5016
5017 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
5018 aware of remote file names. (Bug#10124)
5019
ed472be9
CY
50202011-11-29 Chong Yidong <cyd@gnu.org>
5021
5022 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
5023
24510c22
SM
50242011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
5025
5026 * files.el (find-file): Don't use force-same-window (bug#10144).
5027 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
5028 use pop-to-buffer if the selected window can't be used.
5029 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
5030
c60c3703
EZ
50312011-11-28 Eli Zaretskii <eliz@gnu.org>
5032
5033 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
5034 special-mode-map.
5035
e95def75
CY
50362011-11-28 Chong Yidong <cyd@gnu.org>
5037
5038 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
5039
c3f1c606
NR
50402011-11-27 Nick Roberts <nickrob@snap.net.nz>
5041
5042 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
5043 gdb-get-source-file-list on gdb-create-source-file-list.
5044
00db469c
EZ
50452011-11-26 Eli Zaretskii <eliz@gnu.org>
5046
5047 * whitespace.el (whitespace-newline): Use a different foreground
5048 color for 16-color light-background displays.
5049
4ad3bc2a
CY
50502011-11-24 Chong Yidong <cyd@gnu.org>
5051
5052 * window.el (display-buffer--special-action): Doc fix.
5053
e9fce1ac
JB
50542011-11-25 Juanma Barranquero <lekktu@gmail.com>
5055
5056 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
5057 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
5058 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
5059 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
5060 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
5061 (avl-tree-stack-first):
5062 * emacs-lisp/cconv.el (cconv--analyse-use):
5063 * net/gnutls.el (gnutls-negotiate): Fix typos.
5064
cb825e5d
GM
50652011-11-24 Glenn Morris <rgm@gnu.org>
5066
3adbe224
GM
5067 * lpr.el (lpr-windows-system, lpr-lp-system):
5068 * mail/binhex.el (binhex-begin-line):
5069 * progmodes/grep.el (grep-history, grep-find-history):
5070 * textmodes/flyspell.el:
5071 * vc/pcvs-defs.el (cvs-global-menu):
5072 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
5073 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
5074 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
5075
321decc8
GM
5076 * net/tls.el: Fix case of "GnuTLS".
5077
420b63ad
GM
5078 * paths.el (rmail-file-name): Format doc-string for make-docfile.
5079
cb825e5d
GM
5080 * version.el (emacs-build-system): Give it a doc-string.
5081
a0649f08
JL
50822011-11-24 Juri Linkov <juri@jurta.org>
5083
5084 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
5085
c0bc0fd4
GM
50862011-11-24 Glenn Morris <rgm@gnu.org>
5087
5088 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
5089 if called on a non-mime message just toggle the headers. (Bug#8006)
5090
20db1522
JB
50912011-11-24 Juanma Barranquero <lekktu@gmail.com>
5092
5093 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
5094 (allout-lead-with-comment-string, allout-structure-deleted-hook)
5095 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
5096 (allout-rebullet-heading, allout-open-sibtopic)
5097 (allout-toggle-current-subtree-encryption)
5098 (allout-toggle-subtree-encryption, allout-encrypt-string)
5099 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
5100 (allout-distinctive-bullets-string, allout-auto-activation):
5101 * window.el (window-normalize-buffer-to-display):
5102 * progmodes/verilog-mode.el (verilog-batch-indent):
5103 * textmodes/bibtex.el (bibtex-field-braces-opt)
5104 (bibtex-field-strings-opt):
5105 * vc/cvs-status.el (cvs-tree-merge):
5106 Fix typos.
5107
7262a87c
MA
51082011-11-23 Michael Albinus <michael.albinus@gmx.de>
5109
5110 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
5111 `non-essential' to t, in order to avoid remote connections.
5112
283430a1
EZ
51132011-11-23 Eli Zaretskii <eliz@gnu.org>
5114
a1beca85
SM
5115 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
5116 On MS-DOS and MS-Windows, compare with loaddefs.el
283430a1
EZ
5117 case-insensitively.
5118
d2992a38
ML
51192011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
5120
5121 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
5122
50419064
GM
51232011-11-23 Glenn Morris <rgm@gnu.org>
5124
da94eca1
GM
5125 * paths.el (rmail-file-name): Reformat the doc-string so that it
5126 is picked up.
5127
9aac4de2
GM
5128 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
5129 (rmail-auto-file): Ignore case in the "special" field names,
5130 as mail-fetch-field does for all others.
5131
8038d2d2
GM
5132 * mail/rmail.el (rmail-forward):
5133 * mail/rmailkwd.el (rmail-set-label):
5134 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
5135 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
5136
f3fe222a
GM
5137 * mail/rmail.el (rmail-current-message): Doc fix.
5138
50419064
GM
5139 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
5140
28109f49
SM
51412011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
5142
5143 * server.el (server-eval-and-print): Allow C-g (bug#6585).
5144
394c65f1
GM
51452011-11-22 Glenn Morris <rgm@gnu.org>
5146
5147 * mail/rmailmm.el (test-rmail-mime-handler)
5148 (test-rmail-mime-bulk-handler)
5149 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
5150
f2a0aa3a
JL
51512011-11-21 Juri Linkov <juri@jurta.org>
5152
1154d12e
JB
5153 * calc/calc.el (calc-read-key-sequence):
5154 Let-bind `input-method-function' to nil. (Bug#10018)
f2a0aa3a 5155
9c34a344
LMI
51562011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5157
5158 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
5159 Tell the caller that the next line needs recomputation, even
5160 though it doesn't start a sexp (bug#10094).
5161
f04a3be9
SM
51622011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
5163
5164 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
5165
7978747f
SM
51662011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
5167
f04a3be9
SM
5168 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
5169 Use force-same-window.
7978747f 5170
fe7a3057
JB
51712011-11-20 Juanma Barranquero <lekktu@gmail.com>
5172
5173 * descr-text.el (describe-char-unicode-data):
5174 * json.el (json-string-escape):
5175 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
5176 (Footnote-unicode, Footnote-style-p):
5177 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
5178
24901d61
CY
51792011-11-20 Chong Yidong <cyd@gnu.org>
5180
5181 * window.el (replace-buffer-in-windows): Restore interactive spec.
5182
bac7ff22
SM
51832011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
5184
24f3d7b9
SM
5185 * electric.el (electric-indent-mode): Fix last change (too optimistic).
5186
bac7ff22
SM
5187 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
5188 (byte-compile-global-not-obsolete-vars): New var.
5189 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
5190 Use it.
5191 (byte-compile-warn-obsolete): Align text with the one in *Help*.
5192
cd1181db
JB
51932011-11-20 Juanma Barranquero <lekktu@gmail.com>
5194
5195 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
5196 * progmodes/pascal.el (electric-pascal-equal):
5197 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
5198 * xml.el (xml-substitute-special): Fix typos.
5199
7fb18e9e
GM
52002011-11-20 Glenn Morris <rgm@gnu.org>
5201
5202 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
5203 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
5204 Doc fixes.
5205 (rmail-decode-mime-charset): Mark as obsolete.
5206
5207 * mail/rmailsum.el (rmail-message-regexp-p-1):
5208 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
5209 Before using mime functions, check they are set. (Bug#10077)
5210
d5a6b3ba
JL
52112011-11-19 Juri Linkov <juri@jurta.org>
5212
5213 * info.el (Info-finder-find-node): Use `package--builtins' instead
5214 of `package-alist'. Use node names formed by the pattern "Keyword "
5215 and the keyword name.
5216
e981b61f
AS
52172011-11-19 Andreas Schwab <schwab@linux-m68k.org>
5218
1d00653d 5219 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
e981b61f 5220
3ffbc301
JL
52212011-11-19 Juri Linkov <juri@jurta.org>
5222
5223 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
5224 that calls `revert-buffer' on all Info buffers. (Bug#9915)
5225 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
5226 `old-history', `old-history-forward'. Add let-binding
5227 `window-selected'. Remove calls to `kill-buffer',
5228 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
5229 before calling `Info-find-node', so `Info-find-node-2' will reread
5230 the Info file. Restore window positions only when `window-selected'
5231 is non-nil.
5232
30c62133
JL
52332011-11-19 Juri Linkov <juri@jurta.org>
5234
5235 * isearch.el (isearch-lazy-highlight-new-loop):
5236 Remove condition `(not isearch-error)'. (Bug#9918)
5237
5238 * misearch.el (multi-isearch-search-fun): Add condition
5239 `(not bound)' to ignore lazy-highlighting search.
5240 Add the search-failed message "end of multi" when the end of
5241 multi-sequence is reached. Uncapitalize the search-failed
5242 message "Repeat for next buffer".
5243
5244 * info.el (Info-search): Add the search-failed message
5245 "end of the manual" when the end of the manual is reached
5246 in Isearch mode.
5247
645ca9cf
JL
52482011-11-19 Juri Linkov <juri@jurta.org>
5249
5250 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
5251 Use non-destructive `remove' instead of `delete' because
5252 `Info-history-list' stored to `Info-isearch-initial-history-list' in
5253 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
5254
df754f66
JL
52552011-11-19 Juri Linkov <juri@jurta.org>
5256
5257 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
5258 to nil instead of binding `search-ring' and `regexp-search-ring'.
5259 (Bug#9185)
5260
0e23d96a
EZ
52612011-11-19 Eli Zaretskii <eliz@gnu.org>
5262
5263 * simple.el (line-move): Force movement by logical lines for any
5264 hscrolled window, not only when auto-hscroll-mode is on.
5265 (line-move-visual): Update doc string to that effect. (Bug#10076)
5266
8a6ccb66
AS
52672011-11-19 Andreas Schwab <schwab@linux-m68k.org>
5268
5269 * language/european.el (macintosh): Define as alias for mac-roman.
5270
49ae5b39
EZ
52712011-11-19 Eli Zaretskii <eliz@gnu.org>
5272
5273 * mail/rmailmm.el (rmail-mime-display-header)
5274 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
5275 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
5276 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
5277 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
5278 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
5279 of a raw aref.
5280 (rmail-mime-entity-segment): To get past the tagline, move forward
5281 2 more lines, to account for the 2 empty lines that precede and
5282 follow the line with the buttons.
5283 (rmail-mime-update-tagline): Move one more line, to get past the
5284 empty line that follows the buttons in the tagline. (Bug#9520)
5285
c56cad4a
MR
52862011-11-19 Martin Rudalics <rudalics@gmx.at>
5287
5288 * window.el (window-max-delta-1, window-min-delta-1)
5289 (window-min-size-1, window-state-get-1, window-state-put-1)
5290 (window-state-put-2): Use "window--" prefix.
5291
cbe71af3
SM
52922011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
5293
2ad52c60
SM
5294 * emacs-lisp/smie.el: Improve warnings and conflict detection.
5295 (smie-warning-count): New var.
5296 (smie-set-prec2tab): Use it.
5297 (smie-bnf->prec2): Improve warnings. Add docstring.
5298 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
5299 (smie-bnf--set-class): New function.
5300 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
5301 corner case.
5302
6944dbc1
SM
5303 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
5304 (compilation-error-properties, compilation-move-to-column):
5305 Handle compilation-first-column while in the target buffer.
5306
c400c4d7
SM
5307 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
5308 Don't hardcode point-min==1.
5309
6dbe3e96
SM
5310 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
5311 (eshell-rewrite-for-command): Remove workaround.
5312 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
5313 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
5314 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
5315
cbe71af3
SM
5316 * files-x.el (modify-file-local-variable): Obey commenting conventions.
5317
a8e1496d
GM
53182011-11-17 Glenn Morris <rgm@gnu.org>
5319
5320 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
5321 Ignore buffer-local generated-autoload-file if it is the same
5322 as the global value. (Bug#10049)
5323
df85d315
JB
53242011-11-17 Juanma Barranquero <lekktu@gmail.com>
5325
5326 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
5327 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
5328 (reftex-toc-previous-heading, reftex-toc-max-level)
5329 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
5330 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
5331 (reftex-toc-do-promote, reftex-toc-promote-prepare)
5332 (reftex-toc-promote-action, reftex-toc-extract-section-number)
5333 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
5334 (reftex-toc-rename-label, reftex-toc-visit-location)
5335 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
5336 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
5337 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
5338 leaving "*toc*" only for references to the buffer.
5339
a0c2d0ae
MR
53402011-11-17 Martin Rudalics <rudalics@gmx.at>
5341
5342 * window.el (window-resize, delete-window, split-window):
5343 Replace window-splits by window-combination-resize.
1d00653d 5344 * cus-start.el (window-splits): Replace by window-combination-resize.
a0c2d0ae 5345
35c0bac8
GM
53462011-11-17 Glenn Morris <rgm@gnu.org>
5347
5348 * progmodes/sh-script.el (sh-font-lock-keywords-var):
5349 Make bash entry derive from sh entry, not shell entry.
5350
d0c8fc8a
MA
53512011-11-16 Michael Albinus <michael.albinus@gmx.de>
5352
d0c8fc8a
MA
5353 * net/tramp-cache.el (tramp-flush-file-property): Flush also
5354 properties of linked files. (Bug#9879)
5355
7262a87c
MA
5356 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
5357 local file name.
5358
7877f373
JB
53592011-11-16 Juanma Barranquero <lekktu@gmail.com>
5360
5361 * menu-bar.el (menu-bar-file-menu):
5362 * printing.el (pr-ps-utility):
5363 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
5364 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
5365 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
5366 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
5367 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
5368 (icalendar--convert-cyclic-to-ical)
5369 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
5370 (icalendar--convert-ical-to-diary)
5371 (icalendar--convert-recurring-to-diary)
5372 (icalendar--convert-non-recurring-all-day-to-diary)
5373 (icalendar-import-format-sample):
5374 * progmodes/idlw-shell.el (idlwave-shell-mode):
5375 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
5376 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
5377 (vhdl-ps-print-init): Fix typos.
5378
10649b82
KM
53792011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
5380
9d0cfcd6
GM
5381 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
5382 FSF and collapse date sequence, obscure author/maintainer email address
5383 better, remove extra version line, track relocation of author's webpage.
10649b82 5384
9d0cfcd6
GM
5385 * progmodes/python.el (python-pdbtrack-input-prompt)
5386 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
5387 regular python pdb prompts. Adjustments shamelessly taken exactly as
5388 suggested in EmacsWiki page (tiny change):
5389 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
8642c216 5390
58179cce
JB
53912011-11-16 Juanma Barranquero <lekktu@gmail.com>
5392
5393 * expand.el (expand-pos, expand-index, expand-point):
5394 Remove redundant info from docstring.
5395 (expand-add-abbrevs): Doc fix.
5396 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
5397 (expand-sample-perl-mode-expand-list): Fix typos.
5398
5399 * net/dbus.el (dbus-event-member-name):
5400 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
5401 * term/pc-win.el (msdos-create-frame-with-faces):
5402 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
5403
b6f67890
MR
54042011-11-16 Martin Rudalics <rudalics@gmx.at>
5405
5406 * window.el (split-window, window-state-get-1)
5407 (window-state-put-1, window-state-put-2): Rename occurrences of
5408 window-nest to window-combination-limit.
1d00653d 5409 * cus-start.el (window-nest): Rename to window-combination-limit.
b6f67890 5410
ce7ddba0
CY
54112011-11-16 Chong Yidong <cyd@gnu.org>
5412
5413 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
5414 regexp (Bug#10033).
5415
3ae704f4
SM
54162011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
5417
5418 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
5419 `completing-read' will remove *Completions* and will preserve
5420 current-buffer for us.
5421 (tmm-add-prompt): Users of *Completions* will always (re)set its
5422 major mode.
5423 (tmm-old-comp-map): Remove.
5424
6ad1cdde
GM
54252011-11-16 Glenn Morris <rgm@gnu.org>
5426
5427 * mail/rmailedit.el: Require rmailmm when compiling.
5428 (rmail-old-mime-state): New declaration.
5429 (rmail-edit-current-message): If editing a mime message,
5430 edit the "raw" message from the mbox buffer.
5431 (rmail-cease-edit): Handle mime messages. (Bug#9840)
5432
d20faa20
GM
54332011-11-15 Glenn Morris <rgm@gnu.org>
5434
5435 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
5436 which wasn't being used. Add optional arg to force given state.
5437 (rmail-mime): Add optional arg to force given state.
5438
c7015153
JB
54392011-11-15 Juanma Barranquero <lekktu@gmail.com>
5440
5441 * allout.el (allout-encryption-plaintext-sanitization-regexps):
5442 * frame.el (display-mm-dimensions-alist):
5443 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
5444 (outline-move-subtree-down):
5445 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
5446 (newsticker--treeview-do-get-node):
5447 * net/quickurl.el (quickurl-list-buffer-name):
5448 * progmodes/dcl-mode.el (dcl-mode):
5449 * progmodes/gdb-mi.el (gdb-mapcar*):
5450 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
5451
45261b50
GM
54522011-11-15 Glenn Morris <rgm@gnu.org>
5453
5454 * mail/rmail.el (rmail-file-coding-system): It's only ever used
5455 in a boolean sense, so just make it a boolean, and fix the doc.
5456 (rmail-show-mime-function, rmail-mime-feature)
5457 (rmail-require-mime-maybe): Doc fixes.
5458 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
5459
5460 * mail/rmailmm.el (rmail-show-mime): Doc fix.
5461
0d26e0b6
JB
54622011-11-15 Juanma Barranquero <lekktu@gmail.com>
5463
5464 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
5465 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
5466 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
5467 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
5468
447f30f6
GM
54692011-11-15 Glenn Morris <rgm@gnu.org>
5470
672b871d
GM
5471 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
5472 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
5473 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
5474 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
5475 (rmail-mime, rmail-show-mime): Doc fixes.
5476
f6aa5bb1
GM
5477 * term/ns-win.el (mode-line-frame-identification):
5478 Leave it alone. (Bug#10051)
5479
947cd66b
GM
5480 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
5481
447f30f6
GM
5482 * mail/rmailout.el (rmail-output-to-rmail-buffer):
5483 Handle empty buffers. (Bug#9978)
5484
0b381c7e
JB
54852011-11-14 Juanma Barranquero <lekktu@gmail.com>
5486
5487 * international/mule.el (define-charset):
5488 * mail/rmailmm.el (rmail-mime-find-header-encoding):
5489 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
5490 * progmodes/verilog-mode.el (verilog-backward-token):
5491 * textmodes/ispell.el (lookup-words):
5492 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
5493
71e027ac
GM
54942011-11-14 Glenn Morris <rgm@gnu.org>
5495
56632ce4
GM
5496 * progmodes/executable.el
5497 (executable-make-buffer-file-executable-if-script-p):
5498 Handle file-modes returning nil.
5499
40500957
GM
5500 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
5501 message - not necessary, and causes problems. (Bug#9831)
5502
071c2340
GM
5503 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
5504
d3cfca60
GM
5505 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
5506
71e027ac
GM
5507 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
5508 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
5509 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
5510
89d61221
MR
55112011-11-12 Martin Rudalics <rudalics@gmx.at>
5512
5513 * window.el (window-resize, delete-window): Use window-splits
5514 variable instead of function.
5515 (window-state-get-1, window-state-put-2, window-state-put):
5516 Don't deal with windows' splits status.
5517
98282f6f
GM
55182011-11-12 Glenn Morris <rgm@gnu.org>
5519
5520 * apropos.el (apropos-do-all, apropos-library, apropos-value)
5521 (apropos-documentation): Doc fixes.
5522
40a8bdf6
JB
55232011-11-11 Juanma Barranquero <lekktu@gmail.com>
5524
5525 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
5526 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
5527
65bd19ff
SM
55282011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
5529
5530 * electric.el (electric-indent-post-self-insert-function): Make it
5531 possible for a char to only indent in some circumstances.
5532 (electric-indent-mode): Simplify.
5533
54f9154c
MR
55342011-11-11 Martin Rudalics <rudalics@gmx.at>
5535
5536 * window.el (windows-with-parameter): Remove unused function.
5537 (windows-at-side): Rename to window-at-side-list.
5538 (window-check, window-atom-check, window-atom-check-1)
5e92ca23
MR
5539 (window-side-check, window-size-ignore, window-size-fixed-1)
5540 (window-in-direction-2): Prefix with "window--".
5541 (window-tree-1): Rename to window--subtree, fix doc-string.
54f9154c 5542
68cbc58b
GM
55432011-11-11 Glenn Morris <rgm@gnu.org>
5544
5545 * subr.el (eval-after-load): If FILE is already loaded,
5546 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
5547
b2621720
GM
55482011-11-10 Glenn Morris <rgm@gnu.org>
5549
9a4de110
GM
5550 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
5551 Call svn via vc-svn-command rather than vc-do-command.
5552 (vc-svn-command): Add --non-interactive. (Bug#9993)
5553 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
5554
b2621720
GM
5555 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
5556 Add toggle-read-only. (Bug#7292)
5557 * files.el (toggle-read-only): Mention that it should only
5558 be used interactively. (Bug#10006)
5559
1dce7193
SM
55602011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
5561
d9ac1a1e
SM
5562 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5563 Adjust regexp for OCaml warnings.
5564
0c325082
SM
5565 * electric.el (electric-pair-post-self-insert-function): Let user
5566 turn it off buffer-locally (bug#9932).
5567
90132c14
SM
5568 * progmodes/python.el (python-beginning-of-statement):
5569 Rewrite (bug#2703).
5570
1dce7193
SM
5571 * progmodes/compile.el: Better handle TABs (bug#9749).
5572 (compilation-internal-error-properties)
5573 (compilation-next-error-function): Obey the target buffer's
5574 compilation-error-screen-columns.
5575
c4e7c63a
JB
55762011-11-09 Juanma Barranquero <lekktu@gmail.com>
5577
5578 * progmodes/meta-mode.el: Remove obsolete comments.
5579 (meta-right-comment-regexp, meta-ignore-comment-regexp):
5580 Fix typos in docstrings.
5581
2cffd681
MR
55822011-11-09 Martin Rudalics <rudalics@gmx.at>
5583
5584 * window.el (window-size-fixed-p): Rewrite doc-string.
1dce7193 5585 (window-resizable-p): Rename to window--resizable-p. Update callers.
2cffd681
MR
5586 (window--resizable): New function. Make all callers of
5587 window-resizable call window--resizable instead.
5588 (window-resizable): Rewrite in terms of window--resizable.
5589
0edcba87
GM
55902011-11-08 Glenn Morris <rgm@gnu.org>
5591
5592 * progmodes/delphi.el (delphi-mode-syntax-table):
5593 Let define-derived-mode define a proper syntax table. (Bug#9994)
5594
4b0d61e3
SM
55952011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
5596
5597 * window.el: Stay away from defsubst.
5598 (window-list-no-nils): Remove.
5599 (window-state-get-1, window-state-get): Use backquote instead.
5600
cd394be1 56012011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
fcbcac2e 5602
4b0d61e3 5603 * emacs-lisp/find-func.el (find-function-read):
fcbcac2e 5604 Fix incorrect use of default argument in `completing-read'.
5605
e1c2c6f2
MR
56062011-11-08 Martin Rudalics <rudalics@gmx.at>
5607
5608 * window.el (display-buffer-function, special-display-function):
5609 Mention display-buffer-record-window but do not mention
5610 help-setup parameter in doc-strings.
b3f4a882 5611 (window-min-delta): Fix doc-string typo.
e1c2c6f2 5612
105216ed
CY
56132011-11-08 Chong Yidong <cyd@gnu.org>
5614
5615 * window.el (window-total-height, window-total-width): Doc fix.
5616 (window-body-size): Move from C.
5617 (window-body-height, window-body-width): Move to C.
5618
0a9f9ab5
SM
56192011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
5620
5621 * window.el: Make special-display like display-buffer-alist (bug#9532).
5622 (display-buffer--special-action): New function, morphed
5623 from display-buffer--special.
5624 (display-buffer): Use it to handle special-display-buffers at higher
5625 priority (just after display-buffer-alist).
5626 (display-buffer-fallback-action, display-buffer--other-frame-action)
5627 (pop-to-buffer-same-window): Remove display-buffer--special.
5628
a769dd15
GM
56292011-11-07 Glenn Morris <rgm@gnu.org>
5630
5631 * calendar/cal-menu.el (cal-menu-set-date-title):
5632 Do nothing if not in a calendar. (Bug#9976)
5633
05a61ee3
SM
56342011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
5635
5636 * files.el (find-file): Always use selected-window.
5637
be7f5545
MR
56382011-11-07 Martin Rudalics <rudalics@gmx.at>
5639
5640 * window.el (window-combinations): Make WINDOW argument
5641 mandatory. Rewrite doc-string.
5642 (walk-window-subtree, window-atom-check, window-min-delta)
5643 (window-max-delta, window--resize-this-window)
5644 (window--resize-root-window-vertically, window-tree)
5645 (balance-windows, window-state-put): Rewrite doc-strings as to
5646 not mention the term "subwindow".
5647 (window--resize-subwindows-skip-p): Rename to
5648 window--resize-child-windows-skip-p.
5649 (window--resize-subwindows-normal): Rename to
5650 window--resize-child-windows-normal.
5651 (window--resize-subwindows): Rename to
5652 window--resize-child-windows.
5653 (window-or-subwindow-p): Rename to window--in-subtree-p.
5654
3c6702ef
ML
56552011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
5656
5657 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
5658 Ensure that mbox format messages end in two newlines (Bug#9974).
5659
49745b39
CY
56602011-11-06 Chong Yidong <cyd@gnu.org>
5661
5662 * window.el (window-combination-p): Function deleted; its
5663 side-effect is not used in any existing code.
5664 (window-combinations, window-combined-p): Call window-*-child
5665 directly.
5666
24300f5f
CY
56672011-11-05 Chong Yidong <cyd@gnu.org>
5668
5669 * window.el (window-valid-p): Rename from window-any-p.
447f16b8
CY
5670 (window-size-ignore, window-state-get): Callers changed.
5671 (window-normalize-window): Rename from window-normalize-any-window.
5672 New arg LIVE-ONLY, replacing window-normalize-live-window.
1dce7193 5673 (window-normalize-live-window): Delete.
447f16b8
CY
5674 (window-combination-p, window-combined-p, window-combinations)
5675 (walk-window-subtree, window-atom-root, window-min-size)
5676 (window-sizable, window-sizable-p, window-size-fixed-p)
5677 (window-min-delta, window-max-delta, window-resizable)
5678 (window-resizable-p, window-full-height-p, window-full-width-p)
5679 (window-current-scroll-bars, window-point-1, set-window-point-1)
5680 (window-at-side-p, window-in-direction, window-resize)
5681 (adjust-window-trailing-edge, maximize-window, minimize-window)
5682 (window-deletable-p, delete-window, delete-other-windows)
5683 (record-window-buffer, unrecord-window-buffer)
5684 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
5685 (quit-window, split-window, window-state-put)
5686 (set-window-text-height, fit-window-to-buffer)
5687 (shrink-window-if-larger-than-buffer): Callers changed.
24300f5f 5688
89bd5ee1
EZ
56892011-11-04 Eli Zaretskii <eliz@gnu.org>
5690
53479029
EZ
5691 * mail/rmail.el (rmail-simplified-subject): Decode subject with
5692 rfc2047-decode-string.
5693 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
5694 warnings.
5695
89bd5ee1
EZ
5696 * window.el (window-body-height, window-body-width): Mention in
5697 the doc string that the return values are in frame's canonical
5698 units. (Bug#9949)
5699
bd17fdee
AM
57002011-11-03 Alan Mackenzie <acm@muc.de>
5701
5702 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
5703 change in cc-engine.el.
5704
acc825c5
SM
57052011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
5706
5707 * window.el (switch-to-buffer): Use `force-same-window' interactively.
5708
1885e5b8
MR
57092011-11-02 Martin Rudalics <rudalics@gmx.at>
5710
5711 * window.el (quit-window): Call unrecord-window-buffer after
5712 showing another buffer in the window. (Bug#9937)
acc825c5 5713 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
1885e5b8 5714
ebe06da9
JB
57152011-11-02 Juanma Barranquero <lekktu@gmail.com>
5716
5717 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
5718 Accept status with more than 9 shelves. (Bug#9935)
5719 Reported by Colin D Bennett <colin@gibibit.com>.
5720
4ee88440
MR
57212011-11-01 Martin Rudalics <rudalics@gmx.at>
5722
5723 * help.el (with-help-window): Don't reference
5724 temp-buffer-show-specifiers in doc-string.
5725
08e1d82c
AS
57262011-10-31 Andreas Schwab <schwab@linux-m68k.org>
5727
5728 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
5729 menu-item.
5730
84bd6e9e
VJL
57312011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5732
5733 * whitespace.el: New version 13.2.2.
5734 (whitespace-newline-mode): Disable properly. Reported by Sarah
5735 <EmacsWiki>.
5736
dba0634a
UJ
57372011-10-30 Ulf Jasper <ulf.jasper@web.de>
5738
5739 * net/newst-treeview.el: Remove "Time-stamp".
5740 (newsticker--group-manage-orphan-feeds): Do not call
5741 newsticker--treeview-tree-update.
db22a3c2
JB
5742 (newsticker-treeview-update, newsticker-treeview):
5743 Call newsticker--treeview-tree-update if necessary.
dba0634a 5744
3d8daefe
MR
57452011-10-30 Martin Rudalics <rudalics@gmx.at>
5746
5747 * window.el (window-iso-combination-p, window-iso-combined-p)
acc825c5
SM
5748 (window-iso-combinations): Remove "iso-" infix.
5749 Suggested by Chong Yidong.
3d8daefe
MR
5750 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
5751 (window-max-delta-1, window-resize, window--resize-siblings)
5752 (window--resize-this-window, adjust-window-trailing-edge)
5753 (split-window, balance-windows-1)
5754 (shrink-window-if-larger-than-buffer):
5755 * calendar/calendar.el (calendar-generate-window):
db22a3c2 5756 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
3d8daefe 5757
1bc4c3ae
SM
57582011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
5759
5760 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
5761 in place (bug#9907).
5762 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
5763 (eshell-rewrite-if-command, eshell-rewrite-for-command)
5764 (eshell-structure-basic-command, eshell-rewrite-while-command)
5765 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
5766 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
5767 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
5768 (eshell-do-pipelines-synchronously, eshell-eval-command):
5769 Use backquotes and prefer setq to set.
5770 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
5771 (eshell-macrop): Use functionp.
c1e2f5fa 5772 (eshell-do-eval): Handle multiple expressions in `while' body.
1bc4c3ae 5773
30b65d9c
CY
57742011-10-30 Chong Yidong <cyd@gnu.org>
5775
5776 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
5777 instead of set-mark (Bug#9810).
5778
2d197ffb
CY
57792011-10-30 Chong Yidong <cyd@gnu.org>
5780
5781 * window.el (split-window-below, split-window-right): Rename from
5782 split-window-above-each-other and split-window-side-by-side
5783 respectively. All callers changed.
5784 (split-window-sensibly, split-window-sensibly): Use them.
5785 (split-window-keep-point): Doc fix.
5786
5787 * isearch.el: Add isearch-scroll property to split-window-below
5788 and split-window-right.
5789
5790 * follow.el (follow-mode):
5791 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
5792 * progmodes/ada-xref.el (ada-gdb-application):
5793 * emulation/vip.el (vip-buffer-in-two-windows):
5794 * image-dired.el (image-dired-dired-with-window-configuration):
5795 * dired-x.el (dired-do-find-marked-files):
5796 * dired.el (dired-pop-to-buffer):
5797 * bs.el (bs--show-with-configuration):
5798 * vc/emerge.el (emerge-setup-windows):
5799 * textmodes/two-column.el (2C-two-columns):
5800 * textmodes/reftex-toc.el (reftex-toc):
5801 * progmodes/gdb-mi.el (gdb-setup-windows):
5802 * progmodes/fortran.el (fortran-window-create):
5803 * net/newst-treeview.el (newsticker--treeview-window-init):
5804 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
5805 * emulation/tpu-edt.el (tpu-gold-map):
5806 * emulation/crisp.el (crisp-mode-map):
5807 * calendar/calendar.el (calendar-basic-setup): Callers changed.
5808
38bb2ca8
CY
58092011-10-29 Chong Yidong <cyd@gnu.org>
5810
aa4de341
CY
5811 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
5812
e1eb5385
CY
5813 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
5814
5d2ece3c
CY
5815 * textmodes/flyspell.el (flyspell-word): Fix char offset for
5816 forged Ispell output (Bug#7904).
5817
38bb2ca8
CY
5818 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
5819
d0af9f77
SM
58202011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5821
5822 * doc-view.el: Avoid ugly errors about not finding nil.
5823 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
5824 (doc-view-dvipdf-program, doc-view-unoconv-program)
5825 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
5826 Avoid nil or absolute file name as default value.
5827 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
5828
52bedd34
AM
58292011-10-28 Alan Mackenzie <acm@muc.de>
5830
db22a3c2 5831 * progmodes/cc-defs.el (c-version): -> 5.32.2.
52bedd34 5832
7e43cfa5
AM
58332011-10-28 Alan Mackenzie <acm@muc.de>
5834
5835 Amend the handling of c-beginning/end-of-defun in nested declaration
5836 scopes.
5837
52bedd34
AM
5838 * progmodes/cc-vars.el (c-defun-tactic): Move here from
5839 cc-langs.el. Change it to a defcustom.
7e43cfa5 5840
52bedd34
AM
5841 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
5842 cc-vars.el.
7e43cfa5 5843
d0af9f77
SM
5844 * progmodes/cc-engine.el (c-beginning-of-statement-1):
5845 Prevent "class foo : bar" being spuriously recognized as a label.
7e43cfa5 5846
52bedd34 5847 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
acc825c5 5848 Add parameter `inclusive' (to include enclosing braces in the region).
7e43cfa5
AM
5849 (c-widen-to-enclosing-decl-scope): New function.
5850 (c-while-widening-to-decl-block): New macro.
5851 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
5852 outward for defun boundaries, and correspondingly change symbol
5853 `respect-enclosure' to `go-outward'.
5854 (c-declaration-limits): Change algorithm to report only the "innermost"
5855 defun's boundaries.
5856
1a2ce9ee
DD
58572011-10-28 Deniz Dogan <deniz@dogan.se>
5858
5859 * net/rcirc.el (rcirc-mode): Use hard newlines.
5860
bc97a826
AM
58612011-10-28 Alan Mackenzie <acm@muc.de>
5862
5863 Amend to indent and fontify macros "which include their own semicolon"
5864 correctly, using the "virtual semicolon" mechanism.
5865
52bedd34 5866 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
bc97a826 5867
d0af9f77 5868 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
7877f373 5869 Recode to scan one line at a time rather than having \n and \r
58179cce 5870 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
bc97a826 5871 (c-forward-label): Amend for virtual semicolons.
58179cce 5872 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
bc97a826 5873
52bedd34
AM
5874 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
5875 of the new C macros.
bc97a826 5876
52bedd34 5877 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
acc825c5
SM
5878 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
5879 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
bc97a826
AM
5880 (c-opt-cpp-macro-define): Make into a full language variable.
5881 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
5882 AWK Mode (including \n, \r) removed, no longer needed.
5883
d0af9f77
SM
5884 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
5885 Invoke c-make-macro-with-semi-re.
bc97a826 5886
52bedd34
AM
5887 * progmodes/cc-vars.el (c-macro-with-semi-re):
5888 (c-macro-names-with-semicolon): New variables.
58179cce 5889 (c-make-macro-with-semi-re): New function.
bc97a826 5890
7a6c0941
SM
58912011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5892
5893 * vc/log-edit.el: Fill empty field rather than adding new one.
5894 (log-edit-add-field): New function.
5895 (log-edit-insert-changelog): Use it.
5896
b0c4cdcf
ML
58972011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
5898
5899 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
5900
ee1f1da9
SM
59012011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5902
5903 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
5904 (gdb--check-interpreter): New function.
5905 (gdb): Use it.
5906
51bc5f8b
GM
59072011-10-27 Glenn Morris <rgm@gnu.org>
5908
416a2c45
GM
5909 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
5910 (least-positive-float, least-negative-float)
5911 (least-positive-normalized-float, least-negative-normalized-float)
5912 (float-epsilon, float-negative-epsilon):
5913 Remove unnecessary declarations.
5914
5915 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
5916 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
5917 (least-positive-float, least-negative-float)
5918 (least-positive-normalized-float, least-negative-normalized-float)
5919 (float-epsilon, float-negative-epsilon): Add doc-strings,
5920 based on those in cl.texi.
5921
51bc5f8b
GM
5922 * files.el (set-visited-file-name): If the major-mode changed,
5923 reload the local variables. (Bug#9796)
5924
15de15c6
CY
59252011-10-27 Chong Yidong <cyd@gnu.org>
5926
5927 * subr.el (change-major-mode-after-body-hook): New hook.
5928 (run-mode-hooks): Run it.
5929
ee1f1da9
SM
5930 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5931 Use change-major-mode-before-body-hook.
15de15c6
CY
5932
5933 * simple.el (fundamental-mode):
5934 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
5935 change introducing fundamental-mode-hook.
5936
5430d399
JB
59372011-10-26 Juanma Barranquero <lekktu@gmail.com>
5938
acc825c5 5939 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
5430d399 5940
ad74a69e
MA
59412011-10-26 Michael Albinus <michael.albinus@gmx.de>
5942
5943 * ido.el (ido-file-name-all-completions-1): Do not require
c7015153 5944 tramp.el explicitly. (Bug#7583)
ad74a69e 5945
71d4c2a5
SM
59462011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
5947
5948 * progmodes/octave-mod.el:
5949 * progmodes/octave-inf.el: Update maintainer.
5950
b1f6fa26
CY
59512011-10-26 Chong Yidong <cyd@gnu.org>
5952
5953 * subr.el (with-wrapper-hook): Rewrite doc.
5954
3f04efd6
MA
59552011-10-25 Michael Albinus <michael.albinus@gmx.de>
5956
5957 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
ad74a69e 5958 filenames "/method:foo:". (Bug#9793)
3f04efd6 5959
410488d3
SM
59602011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
5961
5962 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
5963 (bug#9865).
5964
c1ebb47e
GM
59652011-10-24 Glenn Morris <rgm@gnu.org>
5966
5967 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
5968
7f5c46c7
MA
59692011-10-24 Michael Albinus <michael.albinus@gmx.de>
5970
5971 * notifications.el: Add the requirement of a running D-Bus session
5972 bus to the Commentary.
5973
db2440b6
JL
59742011-10-24 Juri Linkov <juri@jurta.org>
5975
5976 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
5977 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
5978 (Bug#9364)
5979
feecf435
JL
59802011-10-24 Juri Linkov <juri@jurta.org>
5981
5982 * info.el (Info-following-node-name-re): Add newline to the list
5983 of allowed characters for leading space. (Bug#9824)
5984
a3839de2
SM
59852011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5986
acc825c5
SM
5987 * progmodes/octave-inf.el (inferior-octave-mode-map):
5988 Fix C-c C-h binding.
a3839de2
SM
5989 * progmodes/octave-mod.el (octave-help): Remove.
5990
09388e76
MA
59912011-10-23 Michael Albinus <michael.albinus@gmx.de>
5992
5993 Sync with Tramp 2.2.3.
5994
5995 * net/tramp-cache.el (top): Pacify byte-compiler using
5996 `init-file-user' and `site-run-file'.
5997
5998 * net/trampver.el: Update release number.
5999
86c60681
CY
60002011-10-23 Chong Yidong <cyd@gnu.org>
6001
6002 * files.el (toggle-read-only): Remove obsolete comment about
6003 version control.
6004
6005 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
6006 for toggle-read-only. Note that this hasn't called vc-next-action
6007 since 2008-05-02, though it wasn't documented at the time.
6008
a3839de2
SM
6009 * vc/ediff-init.el (ediff-toggle-read-only-function):
6010 Use toggle-read-only.
86c60681 6011
cd5495ff
AM
60122011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
6013
6014 Fix bug #9560, sporadic wrong indentation; improve instrumentation
6015 of c-parse-state.
6016
00b77525 6017 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
a3839de2 6018 correct faulty logical expression.
cd5495ff
AM
6019 (c-parse-state-state, c-record-parse-state-state):
6020 (c-replay-parse-state-state): New defvar/defuns.
6021 (c-debug-parse-state): Use new functions.
6022
42ee24ed
MR
60232011-10-22 Martin Rudalics <rudalics@gmx.at>
6024
6025 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
53ebff1f 6026 last fix. Use window-in-direction correctly.
42ee24ed 6027
a7dee7e7
CY
60282011-10-21 Chong Yidong <cyd@gnu.org>
6029
6030 * progmodes/idlwave.el (idlwave-mode):
6031 * progmodes/vera-mode.el (vera-mode): No need to set
a3839de2
SM
6032 require-final-newline; that's done in prog-mode.
6033 Suggested by Stefan Monnier.
a7dee7e7 6034
e07b9a6d
MR
60352011-10-21 Martin Rudalics <rudalics@gmx.at>
6036
6037 * mouse.el (mouse-drag-window-above)
6038 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
6039 (mouse-drag-mode-line-1, mouse-drag-header-line)
6040 (mouse-drag-vertical-line-rightward-window): Remove.
6041 (mouse-drag-line): New function.
6042 (mouse-drag-mode-line, mouse-drag-header-line)
6043 (mouse-drag-vertical-line): Call mouse-drag-line.
6044 * window.el (window-at-side-p, windows-at-side): New functions.
6045
7e1361d9
UM
60462011-10-21 Ulrich Mueller <ulm@gentoo.org>
6047
6048 * tar-mode.el (tar-grind-file-mode):
6049 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
6050
30fcaf3a
CY
60512011-10-21 Chong Yidong <cyd@gnu.org>
6052
6053 * progmodes/idlwave.el (idlwave-mode):
a3839de2
SM
6054 * progmodes/vera-mode.el (vera-mode):
6055 Use mode-require-final-newline.
30fcaf3a 6056
516eddb0
GM
60572011-10-20 Glenn Morris <rgm@gnu.org>
6058
db22a3c2 6059 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
516eddb0 6060
10d5f513
CS
60612011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
6062
6063 * emulation/cua-base.el (cua-set-mark): Fix case of string.
6064
ac6c8639
CY
60652011-10-20 Chong Yidong <cyd@gnu.org>
6066
6067 * emulation/cua-base.el (cua-mode):
6068 * mail/footnote.el (footnote-mode):
6069 * mail/mailabbrev.el (mail-abbrevs-mode):
6070 * net/xesam.el (xesam-minor-mode):
6071 * progmodes/bug-reference.el (bug-reference-mode):
6072 * progmodes/cap-words.el (capitalized-words-mode):
6073 * progmodes/compile.el (compilation-minor-mode)
6074 (compilation-shell-minor-mode):
6075 * progmodes/gud.el (gud-tooltip-mode):
6076 * progmodes/hideif.el (hide-ifdef-mode):
6077 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
6078 * progmodes/subword.el (subword-mode):
6079 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
6080 * progmodes/which-func.el (which-function-mode):
6081 * term/tvi970.el (tvi970-set-keypad-mode):
6082 * term/vt100.el (vt100-wide-mode):
6083 * textmodes/flyspell.el (flyspell-mode):
6084 * textmodes/ispell.el (ispell-minor-mode):
6085 * textmodes/nroff-mode.el (nroff-electric-mode):
6086 * textmodes/paragraphs.el (use-hard-newlines):
6087 * textmodes/refill.el (refill-mode):
6088 * textmodes/reftex.el (reftex-mode):
6089 * textmodes/rst.el (rst-minor-mode):
6090 * textmodes/sgml-mode.el (html-autoview-mode)
6091 (sgml-electric-tag-pair-mode):
6092 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
6093 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
6094 * emulation/crisp.el (crisp-mode):
6095 * emacs-lisp/eldoc.el (eldoc-mode):
6096 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
6097 minor mode behavior.
6098
aa42ab43
JL
60992011-10-19 Juri Linkov <juri@jurta.org>
6100
6101 * descr-text.el (describe-char): Add #x2010 and #x2011 to
6102 the list of hard-coded chars with escape-glyph face.
6103
89400f1d
SM
61042011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
6105
6106 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
6107
305c07f6
MA
61082011-10-19 Michael Albinus <michael.albinus@gmx.de>
6109
6110 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
6111 running process.
6112
13754b54
GM
61132011-10-19 Glenn Morris <rgm@gnu.org>
6114
6115 * vc/vc-bzr.el (vc-bzr-after-dir-status):
6116 Ignore ignored files. (Bug#9726)
6117
06e21633
CY
61182011-10-19 Chong Yidong <cyd@gnu.org>
6119
6120 Doc fix for minor modes, stating that an omitted argument enables
6121 the mode unconditionally when called from Lisp.
6122
6123 * abbrev.el (abbrev-mode):
6124 * allout.el (allout-mode):
6125 * autoinsert.el (auto-insert-mode):
6126 * autoarg.el (autoarg-mode, autoarg-kp-mode):
6127 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
6128 (global-auto-revert-mode):
6129 * battery.el (display-battery-mode):
6130 * composite.el (global-auto-composition-mode)
6131 (auto-composition-mode):
6132 * delsel.el (delete-selection-mode):
6133 * desktop.el (desktop-save-mode):
6134 * dired-x.el (dired-omit-mode):
6135 * dirtrack.el (dirtrack-mode):
6136 * doc-view.el (doc-view-minor-mode):
6137 * double.el (double-mode):
6138 * electric.el (electric-indent-mode, electric-pair-mode):
6139 * emacs-lock.el (emacs-lock-mode):
6140 * epa-hook.el (auto-encryption-mode):
6141 * follow.el (follow-mode):
6142 * font-core.el (font-lock-mode):
6143 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
6144 * help.el (temp-buffer-resize-mode):
6145 * hilit-chg.el (highlight-changes-mode)
6146 (highlight-changes-visible-mode):
6147 * hi-lock.el (hi-lock-mode):
6148 * hl-line.el (hl-line-mode, global-hl-line-mode):
6149 * icomplete.el (icomplete-mode):
6150 * ido.el (ido-everywhere):
6151 * image-file.el (auto-image-file-mode):
6152 * image-mode.el (image-minor-mode):
6153 * iswitchb.el (iswitchb-mode):
6154 * jka-cmpr-hook.el (auto-compression-mode):
6155 * linum.el (linum-mode):
6156 * longlines.el (longlines-mode):
6157 * master.el (master-mode):
6158 * mb-depth.el (minibuffer-depth-indicate-mode):
6159 * menu-bar.el (menu-bar-mode):
6160 * minibuf-eldef.el (minibuffer-electric-default-mode):
6161 * mouse-sel.el (mouse-sel-mode):
6162 * msb.el (msb-mode):
6163 * mwheel.el (mouse-wheel-mode):
6164 * outline.el (outline-minor-mode):
6165 * paren.el (show-paren-mode):
6166 * recentf.el (recentf-mode):
6167 * reveal.el (reveal-mode, global-reveal-mode):
6168 * rfn-eshadow.el (file-name-shadow-mode):
6169 * ruler-mode.el (ruler-mode):
6170 * savehist.el (savehist-mode):
6171 * scroll-all.el (scroll-all-mode):
6172 * scroll-bar.el (scroll-bar-mode):
6173 * server.el (server-mode):
6174 * shell.el (shell-dirtrack-mode):
6175 * simple.el (auto-fill-mode, transient-mark-mode)
6176 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
6177 (line-number-mode, column-number-mode, size-indication-mode)
6178 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
6179 * strokes.el (strokes-mode):
6180 * time.el (display-time-mode):
6181 * t-mouse.el (gpm-mouse-mode):
6182 * tool-bar.el (tool-bar-mode):
6183 * tooltip.el (tooltip-mode):
6184 * type-break.el (type-break-mode-line-message-mode)
6185 (type-break-query-mode):
6186 * view.el (view-mode):
6187 * whitespace.el (whitespace-mode, whitespace-newline-mode)
6188 (global-whitespace-mode, global-whitespace-newline-mode):
6189 * xt-mouse.el (xterm-mouse-mode): Doc fix.
6190
a3839de2
SM
6191 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
6192 Fix autogenerated docstring.
06e21633 6193
5214e501
JL
61942011-10-19 Juri Linkov <juri@jurta.org>
6195
6196 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
6197 by checking environment variables "DESKTOP_SESSION" and
6198 "XDG_CURRENT_DESKTOP". (Bug#9779)
6199
195f8db9
JL
62002011-10-19 Juri Linkov <juri@jurta.org>
6201
6202 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
6203 (browse-url-chromium-program, browse-url-chromium-arguments):
6204 New defcustoms.
6205 (browse-url-default-browser): Check for `browse-url-chromium' and
6206 call `browse-url-chromium-program'.
6207 (browse-url-chromium): New command. (Bug#9779)
6208
343a34ff
JB
62092011-10-18 Juanma Barranquero <lekktu@gmail.com>
6210
6211 * facemenu.el (list-colors-duplicates): On Windows, detect more
6212 duplicates by assuming that only colors matching "^System" are
6213 special "system colors". (Bug#9722)
6214
6978a151
SM
62152011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
6216
6217 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
6218 to distinguish the author from the committer.
6219
6a80b297
MA
62202011-10-18 Michael Albinus <michael.albinus@gmx.de>
6221
6222 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
6223
b31a5677
JK
62242011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
6225
6226 * international/mule.el (sgml-html-meta-auto-coding-function):
6227 Add support for detecting encoding in HTML5 specified only as
6228 <meta charset="UTF-8">. Implementation just makes http-equiv and
6229 content-type parts from HTML4 encoding string optional. (Bug#9716)
6230
80c6d77f
GM
62312011-10-18 Glenn Morris <rgm@gnu.org>
6232
6233 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
6234
08b0fee8
CY
62352011-10-18 Chong Yidong <cyd@gnu.org>
6236
6237 * faces.el (cursor): Doc fix.
6238
67e729a5
CY
62392011-10-17 Chong Yidong <cyd@gnu.org>
6240
6241 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
6242
343a34ff 62432011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
87e478b3
RB
6244
6245 * dirtrack.el (dirtrack): Support shell buffers with path
6246 prefixes, e.g. tramp-based remote shells. (Bug#9647)
6247
0bc06380
TZ
62482011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
6249
6250 * json.el: Bump version to 1.3 and note change in History.
6251 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
6252
8b79f3e0
SM
62532011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
6254
5a7c536b
SM
6255 * comint.el (comint-insert-input, comint-send-input)
6256 (comint-get-old-input-default, comint-backward-matching-input)
6257 (comint-next-prompt): Use nil instead of `input' for field property of
6258 past user input (bug#114).
6259
96a8a0df
SM
6260 * minibuffer.el (completion--replace): Inherit surrounding properties
6261 (bug#114).
6262 (minibuffer-complete-and-exit): Use it.
6263
8b79f3e0
SM
6264 * comint.el (comint--table-subvert): Quote the all-completions output
6265 (bug#9160).
6266
b8f7ff0d
MR
62672011-10-17 Martin Rudalics <rudalics@gmx.at>
6268
8b79f3e0 6269 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
4e5c3d2b 6270
b8f7ff0d 6271 * menu-bar.el (menu-bar-file-menu): Add entry for making new
d912bdcf 6272 window on right of selected. (Bug#9350) Reword other window
b8f7ff0d
MR
6273 entries and separate them from frame entries.
6274
c235b555
GM
62752011-10-15 Glenn Morris <rgm@gnu.org>
6276
6277 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
6278 Doc fixes.
6279
6bbfa6e1
CY
62802011-10-15 Chong Yidong <cyd@stupidchicken.com>
6281
8b79f3e0
SM
6282 * net/network-stream.el (network-stream-open-starttls):
6283 Improve detection of failure due to lack of TLS support.
ec5c990d 6284
6bbfa6e1
CY
6285 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
6286 putting the input text in front and in bold.
6287
98488977
SM
62882011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
6289
3d1337be
SM
6290 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
6291
ee0b45e4
SM
6292 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
6293 empty buffer.
6294
98488977
SM
6295 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
6296 unread-command-events rather than pushing yet-another event.
6297
186f4720
EZ
62982011-10-14 Eli Zaretskii <eliz@gnu.org>
6299
6300 * mail/sendmail.el (sendmail-query-once): Improve the wording of
6301 the explanation of the possible choices. Make the options passed
6302 to completing-read shorter.
6303
8b7a997c
AM
63042011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
6305
6306 * textmodes/flyspell.el (flyspell-large-region): Make sure
6307 extended character mode is used if defined (Bug#1339).
6308
12587bbb
EZ
63092011-10-13 Eli Zaretskii <eliz@gnu.org>
6310
6311 * simple.el (what-cursor-position): Fix the display of the
e7e2364b
EZ
6312 character info for LRE, LRO, RLE, and RLO characters by appending
6313 an invisible PDF.
12587bbb 6314
bad41229
SM
63152011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
6316
6317 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
6318 even in case of error; add debug spec; simplify data flow.
6319 (with-timeout-handler): Remove.
6320
28dbc92f
MA
63212011-10-12 Michael Albinus <michael.albinus@gmx.de>
6322
6323 Fix Bug#6019, Bug#9315.
6324
6325 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
6326 complete `buffer-file-name', the local file name part could look
6327 remotely (for example on VMS).
6328
6329 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
6330 `tramp-run-real-handler'.
6331 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
6332 already quoted by '"'.
6333
6334 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
6335 Let `file-name-handler-alist' be nil, the local file name part
6336 could look remotely (for example on VMS).
6337
e1b0b23a
SM
63382011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
6339
6340 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
6341 from here...
6342 (flyspell-post-command-hook): ...to here.
6343
a120bde9
SM
63442011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
6345
6346 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
6347 if not needed.
6348 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
6349 using completion. Protect against "slow" callers.
6350 Remove the "message hack".
6351
7ce7717b
JL
63522011-10-11 Juri Linkov <juri@jurta.org>
6353
6354 * isearch.el (isearch-lazy-highlight-word): New variable.
6355 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
6356 Use it. (Bug#9727)
6357
c02ee9d6
GM
63582011-10-11 Glenn Morris <rgm@gnu.org>
6359
6360 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
6361 like f90-previous-statement does.
6362
93e616fd 63632011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6364
1f190e73 6365 * eshell/eshell.el (eshell-command): History should be saved
c02ee9d6
GM
6366 only in interactive use, to avoid error.
6367
af7b6078
SM
63682011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
6369
6370 * minibuffer.el (completion-file-name-table): Fix last change,
6371 i.e. ignore normal errors but not the other ones.
6372
0563dae9
MR
63732011-10-10 Martin Rudalics <rudalics@gmx.at>
6374
6375 * window.el (special-display-buffer-names)
6376 (special-display-regexps): Remove some remnants of earlier
6377 changes from doc-strings.
366ca7f3
MR
6378 (quit-windows-on): New function.
6379
6380 * vc/vc.el (vc-revert, vc-rollback):
6381 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
6382 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
9ac13c31 6383 (Bug#6183) (Bug#7074) (Bug#7447)
0563dae9 6384
49677495
MR
63852011-10-09 Martin Rudalics <rudalics@gmx.at>
6386
6387 * window.el (frame-auto-hide-function): Add version tag.
6388 (Bug#9699)
6389
56f2d1e1
MA
63902011-10-09 Michael Albinus <michael.albinus@gmx.de>
6391
6392 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
6393 condition.
6394
112a6592
LL
63952011-10-09 Leo Liu <sdl.web@gmail.com>
6396
6397 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
6398 (Bug#9701)
6399
0812589b
GM
64002011-10-08 Glenn Morris <rgm@gnu.org>
6401
6402 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
6403 before the first code statement zero indent. (Bug#9690)
6404
b2b0776e
CY
64052011-10-08 Chong Yidong <cyd@stupidchicken.com>
6406
6407 * simple.el (count-words-region): Always count in the region.
6408 Report the number of lines and characters too.
6409 (count-words): New command, which counts in the buffer if the
6410 region is inactive, as count-words-region used to.
6411 (count-words--message): New function. Handle plurals.
6412 (count-lines-region): Make it an alias for count-words-region.
6413
6414 * bindings.el (esc-map): Replace count-lines-region with
6415 count-words-region.
6416
c557cd6b
MR
64172011-10-08 Martin Rudalics <rudalics@gmx.at>
6418
6419 * window.el (window--delete): Delete dedicated frame
6420 unconditionally when argument KILL is non-nil. (Bug#9699)
235ce86f 6421 (switch-to-buffer): Fix doc-string typo.
c557cd6b 6422
61a57ef4 64232011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6424
3a7d293b 6425 * eshell/eshell.el (eshell-command): Avoid using hooks.
61a57ef4 6426
c3833279
CY
64272011-10-07 Chong Yidong <cyd@stupidchicken.com>
6428
6429 * bindings.el ([M-left],[M-right]): Bind to left-word and
6430 right-word respectively.
6431
21ce8245
GM
64322011-10-07 Glenn Morris <rgm@gnu.org>
6433
6434 * cus-start.el (debug-on-quit): Fix custom type.
6435
6d823bb2
LMI
64362011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
6437
0181e193
LMI
6438 * subr.el (define-key-after): Clarify that the function is not
6439 useful for non-menu keymaps.
6440
6d823bb2
LMI
6441 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
6442
8e3459ce 64432011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6444
21ce8245 6445 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
8e3459ce 6446 in current minibuffer (Fix bug with recursive minibuffers).
6447
a1c2d21e
CY
64482011-10-06 Chong Yidong <cyd@stupidchicken.com>
6449
6450 * progmodes/gdb-mi.el (gdb): Doc fix.
6451
5a4cf282
MR
64522011-10-05 Martin Rudalics <rudalics@gmx.at>
6453
6454 * window.el (frame-auto-hide-function): New option replacing
6455 frame-auto-delete. Suggested by Stefan Monnier.
6456 (window--delete): Call frame-auto-hide-function instead of
6457 investigating frame-auto-delete.
c96111ea
MR
6458 (window-point-1, set-window-point-1): New functions.
6459 (window-in-direction, record-window-buffer, window-state-get-1)
6460 (display-buffer-record-window): Use window-point-1 instead of
6461 window-point.
6462 (set-window-buffer-start-and-point): Use set-window-point-1.
5a4cf282 6463
9854542e
SM
64642011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
6465
6466 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
6467
8943cfb0
GM
64682011-10-05 Glenn Morris <rgm@gnu.org>
6469
6470 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
6471 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
6472
647ab967
LL
64732011-10-05 Leo Liu <sdl.web@gmail.com>
6474
6475 * subr.el (read-char-choice): Fix argument to buffer-live-p which
6476 works with buffer object.
6477
3ddfbced
SM
64782011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
6479
6480 * mpc.el (mpc-tool-bar-map): Add labels.
6481
bdfa5dd2
GM
64822011-10-04 Glenn Morris <rgm@gnu.org>
6483
6484 * calendar/holidays.el (calendar-check-holidays): Doc fix.
6485
0e2070b5
MR
64862011-10-04 Martin Rudalics <rudalics@gmx.at>
6487
6488 * window.el (window--delete): New function.
6489 (frame-auto-delete): Resuscitate option.
6490 (bury-buffer, replace-buffer-in-windows)
6491 (quit-window): Rewrite using window--delete.
6492 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
6493 Pass display-buffer-mark-dedicated to window--display-buffer-2
6494 (Bug#9639).
6495
3dc61a09
SM
64962011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
6497
915a9b64
SM
6498 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
6499 returns a list (bug#9554). Add remote file name completion.
6500 * comint.el (comint--table-subvert): Curry and get quote&unquote
6501 functions as arguments.
6502 (comint--complete-file-name-data): Adjust call accordingly.
6503 * pcomplete.el (pcomplete--table-subvert): Remove.
6504 (pcomplete-completions-at-point): Use comint--table-subvert instead.
6505
3dc61a09
SM
6506 * minibuffer.el (completion-table-case-fold): Use currying.
6507 (completion--styles-type, completion--cycling-threshold-type):
6508 New constants.
6509 (completion-styles, completion-category-overrides)
6510 (completion-cycle-threshold): Use them.
6511 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
6512 completion-table-case-fold.
6513
8ea0a993
SB
65142011-10-03 Stephen Berman <stephen.berman@gmx.net>
6515
6516 * minibuffer.el (completion-category-overrides): Fix type of styles
6517 and add more user friendly tags (bug#9660).
6518
8c24b7f6
SM
65192011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
6520
6521 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
6522 (mule-input-method-string): New widget.
6523 (default-input-method, language-info-custom-alist): Use it.
6524
428fe61a
SM
65252011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
6526
32c1fffd
SM
6527 * pcomplete.el: Require comint.
6528 (pcomplete--common-suffix): Remove.
6529 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
6530 (pcomplete--table-subvert): Sync with comint--table-subvert.
6531 (pcomplete--entries): Use comint-completion-file-name-table.
6532 * comint.el (comint-unquote-filename): Simplify.
6533 (comint-completion-file-name-table): New function (bug#9616).
6534 (comint--complete-file-name-data): Use it.
6535
428fe61a
SM
6536 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
6537 (pcmpl-gnu-tar-buffer): Remove.
6538 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
9aaf2b9c
GM
6539 around. Make sure pcomplete-suffix-list is only changed temporarily.
6540 Don't look inside the tar's file if it's too large.
428fe61a 6541
04c52e2f
CY
65422011-10-01 Chong Yidong <cyd@stupidchicken.com>
6543
ce3cefcc
CY
6544 * cus-edit.el (custom-mode-map):
6545 * epa.el (epa-key-list-mode-map):
6546 * man.el (Man-mode-map):
6547 * startup.el (splash-screen-keymap):
6548 * simple.el (special-mode-map): Use scroll-up-command and
6549 scroll-down-command.
6550
6551 * progmodes/idlw-help.el (idlwave-help-mode-map):
6552 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
6553 * net/newst-plainview.el (newsticker-mode-map):
6554 * emulation/ws-mode.el (wordstar-mode-map):
6555 * emulation/vi.el (vi-com-map):
6556 * calc/calc-graph.el (calc-graph-show-dumb):
6557 * term/sun.el (terminal-init-sun):
6558 * term/ns-win.el (global-map):
6559 * progmodes/grep.el (grep-mode-map):
6560 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
6561 * mail/rmail.el (rmail-mode-map):
6562 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
6563
04c52e2f
CY
6564 * custom.el (custom-safe-themes, load-theme): Treat value of t for
6565 custom-safe-themes as special.
6566
79adf8c8
JD
65672011-10-01 Julien Danjou <julien@danjou.info>
6568
6569 * notifications.el (notifications-notify): Fix docstring.
6570
63bd50d3
PS
65712011-10-01 Per Starbäck <per@starback.se>
6572
6573 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
6574
199e4c7e
MR
65752011-09-30 Martin Rudalics <rudalics@gmx.at>
6576
6577 * startup.el (command-line-1): Fix last fix by inserting
6578 initial-scratch-message into *scratch* before displaying it.
cbc5ee22 6579 (Bug#9605) and (Bug#9636)
199e4c7e 6580
fe5f08dd
EZ
65812011-09-29 Eli Zaretskii <eliz@gnu.org>
6582
6583 * simple.el (line-move): If auto-hscroll-mode is disabled and the
6584 window is hscrolled, move by logical lines. (Bug#9607)
6585 (line-move-visual): Update the doc string to the above effect.
6586
b5516bbd
MR
65872011-09-29 Martin Rudalics <rudalics@gmx.at>
6588
ccee00c0
MR
6589 * window.el (display-buffer-record-window): When WINDOW is the
6590 selected window use `point' instead of `window-point'. (Bug#9626)
6591
b5516bbd
MR
6592 * startup.el (command-line-1): Use insert-before-markers when
6593 inserting initial-scratch-message. (Bug#9605)
ccee00c0 6594
b5516bbd
MR
6595 * help.el (help-window): Remove variable.
6596
52aa0014
GM
65972011-09-29 Glenn Morris <rgm@gnu.org>
6598
6599 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
6600
df9a7357
JB
66012011-09-29 Juanma Barranquero <lekktu@gmail.com>
6602
6603 * descr-text.el (describe-char-categories): Accept category
6604 descriptions more than one line long.
6605
a8406c20
SM
66062011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
6607
88d9610c
SM
6608 * simple.el (delete-trailing-whitespace): Fix last change.
6609
a5daf810
SM
6610 * progmodes/perl-mode.el (perl-syntax-propertize-function):
6611 Don't confuse "y => 3" as the beginning of a `y' operation.
6612
a8406c20
SM
6613 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
6614 object has more than 4 slots (bug#9613).
6615
a239d4e9
JB
66162011-09-28 Juanma Barranquero <lekktu@gmail.com>
6617
6618 * subr.el (with-output-to-temp-buffer):
6619 * net/quickurl.el (quickurl, quickurl-browse-url):
6620 Fix typos in docstrings.
6621
693fbdb6
EZ
66222011-09-27 Eli Zaretskii <eliz@gnu.org>
6623
6624 * minibuffer.el (completion-styles)
6625 (completion-category-overrides): Cross reference each other in doc
6626 strings.
6627
8b457e28
GM
66282011-09-27 Glenn Morris <rgm@gnu.org>
6629
6630 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
6631 to split-string. (Bug#9606)
6632
85a16208
LMI
66332011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
6634
6635 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
6636 (bug#9615).
6637
502f9ebd
CY
66382011-09-27 Chong Yidong <cyd@stupidchicken.com>
6639
6640 * emacs-lisp/package.el (list-packages): Fix echo area message.
6641
7690bdea
LL
66422011-09-27 Leo Liu <sdl.web@gmail.com>
6643
6644 * ido.el (ido-read-internal): Accept cons cell HIST arg.
6645
e2ee6f30
MA
66462011-09-25 Michael Albinus <michael.albinus@gmx.de>
6647
6648 * net/dbus.el (dbus-unregister-object): Don't release services for
6649 registered signals. (Bug#9581)
6650
f3f98342
TZ
66512011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
6652
6653 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
6654 function that picks between cfengine 2 and 3 support
6655 automatically. Update docs accordingly.
6656
dd7aa8dd
KH
66572011-09-22 Kenichi Handa <handa@m17n.org>
6658
6659 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
6660 ZERO.
6661 (indian-itrans-v5-table-for-tamil): New variable.
6662 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
6663
3f2b07f8
KM
66642011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
6665
6666 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
6667 that's true if the current command involved collapsing of text.
6668 It's reset to false at the beginning of the next command.
6669 (allout-post-command-business): Move the cursor to the beginning
6670 of entry if the cursor is hidden and collapsing activity just
6671 happened.
6672
371d6a61
CY
66732011-09-24 Chong Yidong <cyd@stupidchicken.com>
6674
6675 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
6676 tracking (Bug#9541).
6677
2ac2721a
UJ
66782011-09-24 Ulf Jasper <ulf.jasper@web.de>
6679
6680 * net/newst-reader.el (newsticker-html-renderer)
1154d12e
JB
6681 (newsticker-show-news): Automatically load html rendering package
6682 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
6683 because w3m-fill-column is let-bound" and the error "Symbol's value
6684 as variable is void: w3m-fill-column".
2ac2721a 6685
fac7ae53
MA
66862011-09-24 Michael Albinus <michael.albinus@gmx.de>
6687
6688 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
6689 Release services only if they are defined. (Bug#9581)
6690
e08b633b
RS
66912011-09-23 Richard Stallman <rms@gnu.org>
6692
e488d29c
RS
6693 * textmodes/paragraphs.el (forward-sentence): For backwards case,
6694 distinguish start of paragraph from start of its text.
6695
19c38752
RS
6696 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
6697
e08b633b
RS
6698 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
6699 (rmail-generate-viewer-buffer): Put that hook on view buffer.
6700 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
6701
0a39f27e
AS
67022011-09-23 Andreas Schwab <schwab@linux-m68k.org>
6703
6704 * international/mule-diag.el (mule-diag): Insert a newline after
6705 each fontset description.
6706
db4e950d
SM
67072011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
6708
6709 * simple.el (delete-trailing-whitespace):
6710 Document last change; simplify.
6711
eca3f3ea
PW
67122011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
6713
d68e189a
PW
6714 * simple.el (delete-trailing-whitespace): Also delete
6715 extra newlines at the end of the buffer.
6716
eca3f3ea
PW
6717 * textmodes/picture.el: Make motion commands obey shift-select-mode.
6718 (picture-newline): Use forward-line so as to ignore fields.
6719
01c157cc
SM
67202011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
6721
6722 * subr.el (with-wrapper-hook): Fix edebug spec.
6723
022de23e
LMI
67242011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
6725
6726 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
6727 (bug#4538).
6728
91683089
MA
67292011-09-23 Michael Albinus <michael.albinus@gmx.de>
6730
eca3f3ea
PW
6731 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
6732 Fix nasty bug using wrong cached values.
91683089 6733
5bdd6fa4
AM
67342011-09-23 Alan Mackenzie <acm@muc.de>
6735
6736 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
6737
97adfb97
CY
67382011-09-23 Chong Yidong <cyd@stupidchicken.com>
6739
6740 * window.el (pop-to-buffer): Ensure right window is selected if we
6741 chose another frame.
6742
d4ef2b50
EZ
67432011-09-22 Eli Zaretskii <eliz@gnu.org>
6744
6745 * simple.el (what-cursor-position): Use get-char-property-change
6746 and next-single-char-property-change, to be able to show display
6747 properties that come from overlays as well as text properties.
6748
72258fe5
CY
67492011-09-22 Chong Yidong <cyd@stupidchicken.com>
6750
6751 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
6752
6753 * cmuscheme.el (run-scheme, switch-to-scheme):
6754 * cus-edit.el (customize-group, custom-buffer-create)
6755 (customize-browse):
6756 * info.el (info):
6757 * shell.el (shell):
6758 * mail/sendmail.el (mail):
6759 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
6760
8f098516
RS
67612011-09-22 Richard Stallman <rms@gnu.org>
6762
6763 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
6764 move back only to line beg, don't move back over blank lines.
6765
e74f1bb6
MA
67662011-09-22 Michael Albinus <michael.albinus@gmx.de>
6767
6768 * files.el (copy-directory): Set directory attributes only in case
6769 they could be retrieved from the source directory. (Bug#9565)
6770
bfeef8b6
DK
67712011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
6772
6773 * progmodes/hideshow.el (hs-looking-at-block-start-p)
6774 (hs-find-block-beginning, hs-hide-level-recursive):
6775 Ignore strings as well as comments. (Bug#9502)
6776
7e423bb8
AS
67772011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
6778
6779 * progmodes/sql.el (sql-comint-postgres):
6780 Convert port number to a string. (Bug#9566)
6781
b4d72fcf
MR
67822011-09-22 Martin Rudalics <rudalics@gmx.at>
6783
6784 * window.el (quit-window): Undedicate window when switching to
6785 previous buffer. Reported by Thierry Volpiatto
6786 <thierry.volpiatto@gmail.com>.
7f80c86d
MR
6787 (special-display-popup-frame): When popping up a new frame reset
6788 its previous buffers to nil. Simplify code.
b4d72fcf 6789
a7b88dc6
MA
67902011-09-21 Michael Albinus <michael.albinus@gmx.de>
6791
6792 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
6793 and process filter, as done also in `shell-command'.
6794
cf4eacfd
MR
67952011-09-21 Martin Rudalics <rudalics@gmx.at>
6796
eca3f3ea 6797 * window.el (set-window-buffer-start-and-point):
1154d12e
JB
6798 Call set-window-start with NOFORCE argument t.
6799 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
cf4eacfd
MR
6800 (quit-window): Reword doc-string. Handle new format of
6801 quit-restore parameter. Don't delete window if it has a
6802 previous buffer we can show instead of the present one.
6803 (display-buffer-record-window): Rewrite using a new format for
6804 the quit-restore window parameter
6805 (special-display-popup-frame, display-buffer-same-window)
6806 (display-buffer-reuse-window, display-buffer-pop-up-frame)
6807 (display-buffer-pop-up-window, display-buffer-use-some-window):
6808 Adapt symbol passed to display-buffer-record-window.
6809 * help.el (help-window-setup): Handle new format of quit-restore
6810 parameter.
6811
8d28cb95
SM
68122011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
6813
94ab793f
SM
6814 * faces.el (face-list): Fix docstring (bug#9564).
6815
8d28cb95
SM
6816 * window.el (display-buffer--action-function-custom-type):
6817 Don't include internal functions in the Custom interface.
6818
3820edeb
JL
68192011-09-20 Juri Linkov <juri@jurta.org>
6820
6821 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
6822 (Info-forward-node, Info-backward-node, Info-next-preorder)
6823 (Info-last-preorder): Use it. (Bug#9528)
6824
5147931d
JL
68252011-09-20 Juri Linkov <juri@jurta.org>
6826
6827 * info.el (Info-last-preorder): Visit last menu item only when
6828 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
6829
cf499a1a
JD
68302011-09-20 Julien Danjou <julien@danjou.info>
6831
6832 * password-cache.el (password-cache-remove): Remove entries even if the
6833 value is nil, so that password with a nil value (negative caching) is
6834 possible to invalidate.
6835
f84e2fe2
LM
68362011-09-20 Lawrence Mitchell <wence@gmx.li>
6837
6838 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
6839 all whitespace around breakpoint. (Bug#9553)
6840 (f90-find-breakpoint): Only break at whitespace inside a comment.
6841
78054a46
SM
68422011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
6843
6844 * minibuffer.el (completion-file-name-table): Keep track of errors.
6845 (completion-table-with-predicate): Handle the case where pred1 is nil.
6846 * pcomplete.el (pcomplete-completions-at-point): Simplify.
6847
345083b2
SM
68482011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6849
e24e27be
SM
6850 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
6851 (debugger-return-value): Signal an error if the debugging context does
6852 not await any return value.
6853
345083b2
SM
6854 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
6855 * image-mode.el (image-toggle-display-text)
6856 (image-toggle-display-image): Stay away from evil `intangible'.
6857
08d355e3
LL
68582011-09-19 Leo Liu <sdl.web@gmail.com>
6859
6860 * replace.el (occur-revert-arguments): Make it permanent-local.
6861 (occur-mode): Don't call font-lock-defontify.
6862
f01da43f
CY
68632011-09-19 Chong Yidong <cyd@stupidchicken.com>
6864
6865 * net/ldap.el (ldap-search-internal): Don't push empty search
6866 result (Bug#9508).
6867
b6072fa6
SM
68682011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6869
6870 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
6871
443d6696
MA
68722011-09-19 Michael Albinus <michael.albinus@gmx.de>
6873
6874 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
6875 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
6876
7cc6e154
JL
68772011-09-18 Juri Linkov <juri@jurta.org>
6878
6879 * buff-menu.el (Buffer-menu-mode-map):
6880 * dired.el (dired-mode-map):
6881 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
6882 (lisp-interaction-mode-map):
6883 * emacs-lisp/package.el (package-menu-mode-map):
6884 * epa.el (epa-key-list-mode-map):
6885 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
6886 (menu-bar-options-menu):
6887 * outline.el (outline-mode-menu-bar-map):
6888 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
6889 * vc/vc-dir.el (vc-dir-menu-map):
6890 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
6891 Capitalize non-function content words in menu item strings.
6892
6893 * dired.el (dired-mode-map): Add menu item for
6894 `image-dired-dired-toggle-marked-thumbs'.
6895
80302a81
JL
68962011-09-18 Juri Linkov <juri@jurta.org>
6897
6898 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
6899 to `isearch-case-fold-search' and restore its original value
6900 after the `isearch-mode' call.
6901
46c5cf66
JL
69022011-09-18 Juri Linkov <juri@jurta.org>
6903
6904 * progmodes/grep.el (grep-process-setup): Don't check code for 1
6905 because `zgrep' returns 1 for successful matches (bug#9226).
6906
d18b513b
JL
69072011-09-18 Juri Linkov <juri@jurta.org>
6908
6909 * info.el (Info-extract-menu-node-name): Check the second match
6910 for empty string (second test-case of bug#9528).
6911 (Info-last-preorder): Let-bind `Info-history' to nil to not add
6912 intermediate nodes to the history (first test-case of bug#9528).
6913
72753f87
JL
69142011-09-18 Juri Linkov <juri@jurta.org>
6915
6916 * info.el (Info-mode-syntax-table): New variable.
1154d12e 6917 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
72753f87 6918
c9384295
JL
69192011-09-18 Juri Linkov <juri@jurta.org>
6920
1154d12e
JB
6921 * info.el (Info-file-supports-index-cookies):
6922 Increment line-beginning-position's arg from 3 to 4 because makeinfo
6923 outputs one more line for long file names (bug#4142).
c9384295 6924
d473dce8
CY
69252011-09-18 Chong Yidong <cyd@stupidchicken.com>
6926
6927 * newcomment.el (comment-normalize-vars): If prompting for
6928 comment-start, set comment-start-skip too (Bug#8424).
6929
2176854d
JB
69302011-09-18 Johan Bockgård <bojohan@gnu.org>
6931
6932 * icomplete.el: Fix previous fix of Bug#5849.
6933 (icomplete-mode): Don't set completion-show-inline-help.
6934 (icomplete-minibuffer-setup): Set completion-show-inline-help
6935 locally during icompletion.
6936
3aace4e4
CY
69372011-09-18 Chong Yidong <cyd@stupidchicken.com>
6938
c940224f
CY
6939 * woman.el (woman2-process-escapes): Don't delete unrecognized
6940 escapes (Bug#7843).
6941
3aace4e4
CY
6942 * files.el (inhibit-first-line-modes-regexps): Add image files.
6943 (hack-local-variables-prop-line): Return nil for malformed
6944 prop-lines (Bug#9044).
6945
710dec63
MA
69462011-09-18 Michael Albinus <michael.albinus@gmx.de>
6947
6948 * net/tramp.el (top): Don't require 'shell.
6949 (tramp-methods): Fix docstring.
6950 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
8d28cb95
SM
6951 Return complete remote file name. Handle "smb" case.
6952 Use `tramp-tmpdir', if defined for the respective method.
710dec63
MA
6953 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
6954
6955 * net/tramp-compat.el (top): Require 'shell.
6956
6957 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
6958 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
6959 `tramp-current-host'.
6960 (tramp-get-remote-tmpdir): Remove.
6961
6962 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
6963 `tramp-tmpdir' entries.
6964 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
6965 (tramp-smb-handle-file-attributes): Ignore errors.
6966 (tramp-smb-wait-for-output): Check also for process end.
6967
5d5ac8ec
LMI
69682011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
6969
6970 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
6971 when sending QUIT (bug#9312).
6972
8c0f49f0
CY
69732011-09-17 Chong Yidong <cyd@stupidchicken.com>
6974
6975 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
6976 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
6977 occur-mode-display-occurrence.
6978 (occur-edit-mode): Add usage message.
6979 (occur-cease-edit): New command.
6980 (occur-after-change-function): Use text properties to find the
6981 position of the prefix text.
6982 (occur-engine): Set stickiness of prefix text properties.
6983
8f1383f7
GM
69842011-09-17 Glenn Morris <rgm@gnu.org>
6985
6986 * progmodes/etags.el (complete-tag):
6987 Fix call to completion-in-region. (Bug#9526)
6988
744ba0e3
JL
69892011-09-17 Juri Linkov <juri@jurta.org>
6990
6991 * textmodes/ispell.el (ispell-word): Add to the error message
6992 the word, ispell program name and current dictionary (bug#9121).
6993 (ispell-tex-arg-end): Capitalize "error" in the error message.
6994
d9bbf400
AS
69952011-09-17 Andreas Schwab <schwab@linux-m68k.org>
6996
6997 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
6998 check. (Bug#4251)
6999
8da11505
JL
70002011-09-17 Juri Linkov <juri@jurta.org>
7001
7002 * window.el (window-safe-min-height, window-safe-min-width):
7003 Fix typos (followup to bug#9522).
7004
a91adc7e
SJ
70052011-09-17 Sven Joachim <svenjoac@gmx.de>
7006
7007 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
7008
064f328a
EZ
70092011-09-16 Eli Zaretskii <eliz@gnu.org>
7010
7011 * simple.el (line-move): If goal-column is set, move by logical
7012 lines, not by display lines. (Bug#971)
7013 (next-line, previous-line, goal-column, line-move-visual): Doc fix
7014 to reflect the above change.
7015
e69df516
SM
70162011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
7017
7018 * image.el (imagemagick-register-types): Use regexp-opt.
7019
cbb0f9ab
CY
70202011-09-15 Chong Yidong <cyd@stupidchicken.com>
7021
7022 * window.el (display-buffer-base-action): Rename from
7023 display-buffer-default-action. Make default value empty.
7024 (display-buffer-overriding-action): Convert to defvar.
7025 (display-buffer-fallback-action): New var.
7026
25322144
CY
70272011-09-15 Chong Yidong <cyd@stupidchicken.com>
7028
7029 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
7030 declaration.
7031 (package--add-to-archive-contents): If there is a duplicate entry
7032 with an older version, remove it.
7033 (package-menu-mark-delete, package-menu-mark-install)
7034 (package-menu-mark-unmark): Make unused args optional.
e69df516
SM
7035 (package-menu-mark-obsolete-for-deletion):
7036 Use package-menu-get-status instead of a regexp search.
25322144
CY
7037 (package-menu-get-status): Use tabulated-list-entry.
7038 (package-menu-mark-upgrades): New command.
d770725a 7039 (package-menu-mode-map): Bind it to U. Add it to menu bar.
25322144
CY
7040 (package-menu-execute): Do installation before deletion.
7041 (package-menu-refresh, package-menu-execute): Use derived-mode-p
7042 instead of checking major-mode.
7043 (package-menu--find-upgrades): New function.
7044
7520339c
LMI
70452011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
7046
7047 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
7048 passwords in the log buffer.
65a046c4
LMI
7049 (smtpmail-process-filter): Update the process marker so that the
7050 "broken by peer" status message is inserted in the right place.
7520339c 7051
d3c30954
SM
70522011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
7053
3fe48822
SM
7054 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
7055 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
7056 bibtex-completion-at-point-function.
7057 (bibtex-completion-at-point-function): Use them.
7058
1b8b3954
SM
7059 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
7060
d3c30954
SM
7061 * mpc.el (mpc-constraints-tag-lookup): New function.
7062 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
7063 also to browser "album|playlist".
7064
72779976
JL
70652011-09-14 Juri Linkov <juri@jurta.org>
7066
7067 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
7068 (isearch-edit-string): Use length of `isearch-string' when
7069 `isearch-fail-pos' returns nil.
7070 (isearch-message): Remove duplicate code and call
7071 `isearch-fail-pos' with arg `t'.
7072
a0bf2bcd
CY
70732011-09-14 Chong Yidong <cyd@stupidchicken.com>
7074
17bb0a2d
CY
7075 * replace.el (occur-mode-goto-occurrence): Don't force using other
7076 window (Bug#9499).
7077
a0bf2bcd
CY
7078 * dired-aux.el (dired-do-chmod): Don't provide initial input.
7079
f678e0b6
MR
70802011-09-14 Martin Rudalics <rudalics@gmx.at>
7081
7082 * window.el (display-buffer-window): Remove.
7083 (display-buffer-record-window): Use help-setup window parameter
7084 instead of variable display-buffer-window.
7085 (display-buffer-function, special-display-buffer-names)
7086 (special-display-function): Mention help-setup parameter instead
7087 of display-buffer-window in doc-string.
d3c30954
SM
7088 * help.el (help-window-setup): New argument help-window.
7089 Use help-window-setup parameter instead of display-buffer-window.
f678e0b6
MR
7090 Reword some messages.
7091 (with-help-window): Pass window used for displaying the buffer
7092 to help-window-setup. Don't set display-buffer-window.
7093
8e39b2e8
GM
70942011-09-13 Glenn Morris <rgm@gnu.org>
7095
7096 * emacs-lisp/debug.el (debugger-make-xrefs):
7097 Preserve point. (Bug#9462)
7098
85e9c04b
CY
70992011-09-13 Chong Yidong <cyd@stupidchicken.com>
7100
7101 * window.el (window-deletable-p): Use next-frame.
7102
1b36ed6a
MR
71032011-09-13 Martin Rudalics <rudalics@gmx.at>
7104
7105 * window.el (window-auto-delete): Remove.
7106 (window-deletable-p): Remove argument FORCE. Don't deal with
e4769531 7107 dedication and previous buffers.
1b36ed6a
MR
7108 (switch-to-prev-buffer): Don't delete window.
7109 (delete-windows-on): Delete a window's frame if and only if the
7110 window is dedicated.
7111 (replace-buffer-in-windows): Delete buffer's window or frame if
7112 and only if window is dedicated.
7113 (quit-window): Handle quit-restore as before last change.
4d61f28d 7114 (bury-buffer): Delete window only if window-deletable-p returns t.
1b36ed6a 7115
ef8ef9fb
CY
71162011-09-13 Chong Yidong <cyd@stupidchicken.com>
7117
7118 * window.el (window-deletable-p): Never delete the last frame on a
7119 given terminal.
7120
b2cba41e
GM
71212011-09-13 Glenn Morris <rgm@gnu.org>
7122
7123 * help.el (describe-key-briefly): Copy previous standard-output change.
7124
51553db6 71252011-09-13 PJ Weisberg <pj@irregularexpressions.net>
e3ce671f
PW
7126
7127 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
7128
b7556719
GM
71292011-09-13 Glenn Morris <rgm@gnu.org>
7130
7131 * emacs-lisp/lisp-mode.el (lisp-indent-function):
7132 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
7133
64b51947
CY
71342011-09-12 Chong Yidong <cyd@stupidchicken.com>
7135
7136 * dired-aux.el (dired-mark-read-string): Don't return default
7137 value on empty input (Bug#9361).
7138 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
7139 Omit initial minibuffer contents.
7140 (dired-do-chmod): Signal an error on empty input.
7141 (dired-mark-read-string): Don't return default on empty input.
7142
7143 * files.el (file-modes-symbolic-to-number): Doc fix.
7144
393a301e
SM
71452011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7146
7147 * international/mule-cmds.el (ucs-completions): Remove.
7148 (read-char-by-name): Use complete-with-action instead; add metadata.
7149
fa5660f9
CY
71502011-09-11 Chong Yidong <cyd@stupidchicken.com>
7151
7152 * window.el (display-buffer--action-function-custom-type)
7153 (display-buffer--action-custom-type): New vars.
7154 (display-buffer-alist, display-buffer-default-action)
7155 (display-buffer-overriding-action): Add defcustom types.
7156
4a592f66
CY
7157 * frame.el (delete-other-frames): Doc fix (Bug#276).
7158
73d56dbd
LMI
71592011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
7160
7161 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
7162
37ac18a3
CY
71632011-09-11 Chong Yidong <cyd@stupidchicken.com>
7164
7165 Change modes that used same-window-* vars to use switch-to-buffer.
7166
7167 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
7168 Use switch-to-buffer.
7169
7170 * cus-edit.el (customize-group, custom-buffer-create)
393a301e
SM
7171 (customize-browse, custom-buffer-create-other-window):
7172 Use switch-to-buffer or switch-to-buffer-other-window.
37ac18a3
CY
7173
7174 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
7175 (Info-prev, Info-up, Info-speedbar-goto-node)
7176 (info-display-manual): Use switch-to-buffer.
7177 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
7178
7179 * mail/sendmail.el (mail): Use switch-to-buffer.
7180 (mail-recover): Use switch-to-buffer-other-window.
7181
7182 * cmuscheme.el (run-scheme, switch-to-scheme):
7183 * ielm.el (ielm):
7184 * shell.el (shell):
7185 * net/rlogin.el (rlogin):
7186 * net/telnet.el (telnet, rsh):
7187 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
7188
10195bd6
AS
71892011-09-11 Andreas Schwab <schwab@linux-m68k.org>
7190
7191 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
7192
b322f63a
LMI
71932011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
7194
39d7fed6
LMI
7195 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
7196 so don't mention it (bug#9301).
ba5a81f1 7197 (dired-sort-toggle-or-edit): Clarify string further.
39d7fed6 7198
ee0e9f11
LMI
7199 * faces.el (face-spec-set-match-display): Make `(type graphic)'
7200 match `x', `w32' and `ns', like the manual says (bug#9029).
7201
0b1c89c1 7202 * subr.el (eval-after-load): Doc string clarification (bug#9125).
da9fcb93
LMI
7203 (process-kill-buffer-query-function): Mention the buffer name in
7204 the query.
0b1c89c1 7205
77549ea8
LMI
7206 * image-mode.el (image-next-line): The line parameter is mandatory
7207 (bug#9258).
7208
803ef892
LMI
7209 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
7210 which can be useful (bug#9301).
7211
12980837
LMI
7212 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
7213
91054f8f
LMI
7214 * subr.el (match-string): Mention that the current buffer should
7215 be the same as the search was done in (bug#9282).
7216
b322f63a
LMI
7217 * facemenu.el: Disable the remove-* commands if the mark isn't
7218 active (bug#9162).
7219
3199b96f
CY
72202011-09-10 Chong Yidong <cyd@stupidchicken.com>
7221
7222 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
7223 of display-buffer.
7224 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
7225
7226 * replace.el (occur-mode-goto-occurrence)
7227 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
7228 and display-buffer.
7229
7230 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
7231 display-buffer.
7232
7233 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
7234 special-display and same-window variables.
7235 (mail-other-window): Use switch-to-buffer-other-window.
7236 (mail-other-frame): USe switch-to-buffer-other-frame.
7237
393a301e
SM
7238 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
7239 Use display-buffer-other-frame.
3199b96f
CY
7240 (gdb-display-gdb-buffer): Use pop-to-buffer.
7241
7242 * progmodes/gud.el (gud-goto-info): Use info-other-window.
7243
7244 * progmodes/python.el: Don't set same-window-buffer-names.
7245
7246 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
7247
7248 * window.el (display-buffer-alist): Add *Python*.
7249
8319e0bf
CY
72502011-09-10 Chong Yidong <cyd@stupidchicken.com>
7251
7252 * window.el (display-buffer-alist): Add entry for buffers
7253 previously handled same-window-*.
7254 (display-buffer-alist, display-buffer-default-action)
7255 (display-buffer-overriding-action): Mark as risky.
7256 (display-buffer-alist): Document action function changes.
7257 (display-buffer--same-window-action)
7258 (display-buffer--other-frame-action): New variables.
7259 (switch-to-buffer, display-buffer-other-frame): Use them.
7260 (display-buffer): Rename reuse-frame entry to reusable-frames.
7261 (display-buffer-reuse-selected-window): Function deleted.
7262 (display-buffer-reuse-window): Handle reusable-frames alist entry.
7263 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
7264 (display-buffer-special): New function.
7265 (display-buffer--maybe-pop-up-frame-or-window): Rename from
7266 display-buffer-reuse-or-pop-window. Split off special-display
7267 part into display-buffer-special.
7268 (display-buffer-use-some-window): Don't perform any special
7269 pop-up-frames handling.
7270 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
393a301e 7271 (display-buffer--maybe-same-window): Rename from
0d3ff375 7272 display-buffer-maybe-same-window.
8319e0bf 7273
919a69aa
CY
7274 * info.el: Don't set same-window-regexps.
7275 (info-setup): New function.
7276 (info-other-window, info): Call it.
7277
7278 * cus-edit.el: Don't set same-window-regexps.
7279 (customize-group): New argument.
7280 (customize-group-other-window): Use it.
7281 (customize-face, customize-face-other-window): Likewise.
7282 (custom-buffer-create-other-window): Use pop-to-buffer directly.
7283
8319e0bf
CY
7284 * net/rlogin.el:
7285 * net/telnet.el:
7286 * progmodes/gud.el: Don't set same-window-regexps.
7287
7288 * cmuscheme.el:
7289 * ielm.el:
7290 * shell.el:
7291 * mail/sendmail.el:
7292 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
7293
25173000
JL
72942011-09-10 Juri Linkov <juri@jurta.org>
7295
7296 * isearch.el (isearch-edit-string): Remove obsolete mention of
7297 `C-w' (`isearch-yank-word-or-char') from docstring.
7298 (isearch-query-replace): Fix typo in docstring (bug#9466).
7299
056e44ef
JL
73002011-09-10 Juri Linkov <juri@jurta.org>
7301
7302 * paren.el (show-paren-function): Don't show escaped parens.
7303 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
7304
c3760c17
EZ
73052011-09-10 Eli Zaretskii <eliz@gnu.org>
7306
7307 * mail/sendmail.el (mml-to-mime, mml-attach-file)
7308 (mm-default-file-encoding): Remove autoload forms, they are
7309 replaced with autoload cookies in mml.el and mm-encode.el.
7310 (mail-add-attachment): New command.
7311 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
7312 (mail-mode): Mention mail-insert-file and mail-add-attachment in
7313 the doc string.
7314 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
7315
fece895e
RT
73162011-09-10 Reuben Thomas <rrt@sc3d.org>
7317
e69df516
SM
7318 * simple.el (count-words-region): Use buffer if there's no region
7319 (bug#9429).
fece895e 7320
5e68ce4a
JL
73212011-09-09 Juri Linkov <juri@jurta.org>
7322
7323 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
7324 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
7325 (wdired-isearch-filter-read-only): New function. (Bug#6362)
7326
0a6b9622
AM
73272011-09-09 Alan Mackenzie <acm@muc.de>
7328
7329 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
7330 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
7331
14a29deb
EZ
73322011-09-09 Eli Zaretskii <eliz@gnu.org>
7333
7334 Fix for Savannah bug#9392.
7335 * simple.el (mail-encode-mml): New defvar.
7336
7337 * mail/rmail.el (mail-encode-mml): Add a defvar.
7338 (rmail-enable-mime-composing): Default to t.
7339 (rmail-forward): Use MIME method of forwarding only if both
7340 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
7341 Set mail-encode-mml non-nil if the MIME method was used.
7342
7343 * mail/sendmail.el (mml-to-mime): Add autoload form.
7344 (mail-encode-mml): Add a defvar.
7345 (mail-mode): Make mail-encode-mml buffer-local and initialize it
7346 to nil.
7347 (mail-send): If mail-encode-mml is non-nil, run the outgoing
7348 message through mml-to-mime, and reset mail-encode-mml to nil.
7349
28c45130
GM
73502011-09-09 Glenn Morris <rgm@gnu.org>
7351
7352 * woman.el (woman-if-body): When processing an .el block,
7353 do not delete the next .el block as well. (Bug#9447)
69f4b618 7354 (woman-special-characters): Add oq, cq, and hy characters.
28c45130 7355
9b1c252e
MR
73562011-09-08 Martin Rudalics <rudalics@gmx.at>
7357
7358 * window.el (window-deletable-p): Make sure window is live before
7359 invoking window-prev-buffers.
7360
567457e3
LL
73612011-09-08 Leo Liu <sdl.web@gmail.com>
7362
7363 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
7364
97f05794
JL
73652011-09-08 Juri Linkov <juri@jurta.org>
7366
7367 * progmodes/compile.el (compilation-environment): Make it
7368 a defcustom (bug#8340).
7369
8b0874b5
MR
73702011-09-08 Martin Rudalics <rudalics@gmx.at>
7371
7372 * window.el (frame-auto-delete): Rename to window-auto-delete.
7373 Make it control auto-deletion of windows and/or frames.
7374 (window-deletable-p): New argument FORCE. Rewrite conditions
5e617bc2 7375 for deleting window/frame. (Bug#9419)
8b0874b5
MR
7376 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
7377 Rewrite handling of case when window/frame can be deleted.
7378 (delete-windows-on): Call window-deletable-p with new FORCE
5e617bc2 7379 argument t. (Bug#9456)
8b0874b5 7380
4feb6e73
CY
73812011-09-07 Chong Yidong <cyd@stupidchicken.com>
7382
7383 * help-mode.el (help-mode): Restore autoload.
7384
91ab9c13
JL
73852011-09-07 Juri Linkov <juri@jurta.org>
7386
7387 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
7388 `compilation-environment'. Set buffer-local
7389 `compilation-environment' to `thisenv' later after (funcall mode).
7390 (Bug#8340)
7391
7392 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
7393 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
7394 instead of replacing its value. (Bug#8340)
7395
0527e251
JL
73962011-09-07 Juri Linkov <juri@jurta.org>
7397
7398 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
7399 based on text properties put by `grep-filter' instead of matching
7400 escape sequences.
7401 (grep-mode): Set buffer-local `compilation-error-screen-columns'
7402 to the value of `grep-error-screen-columns' (bug#9438).
7403
249f792c
JL
74042011-09-07 Juri Linkov <juri@jurta.org>
7405
7406 * simple.el (next-error-highlight, next-error-highlight-no-select):
7407 Doc fix (bug#9432).
7408
ff7271b9
OT
74092011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
7410
7411 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
7412 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
7413
183fc730
LL
74142011-09-07 Leo Liu <sdl.web@gmail.com>
7415
7416 * net/rcirc.el (rcirc-mode): Conditionally initialize
7417 rcirc-input-ring.
7418
77694924
SM
74192011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
7420
7421 * emacs-lisp/find-func.el (find-function-C-source): Only set
7422 find-function-C-source-directory after checking that we found a source
7423 file there (bug#9440).
7424
d809b8eb
AM
74252011-09-06 Alan Mackenzie <acm@muc.de>
7426
7427 * isearch.el (isearch-other-meta-char): Wherever a key list is
7428 unread, "unread" the prefix arg, too. This fixes bug #8901.
7429
453de99f
OG
74302011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
7431
7432 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
7433
90439906
JL
74342011-09-05 Juri Linkov <juri@jurta.org>
7435
7436 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
7437
f62bd846
JL
74382011-09-05 Juri Linkov <juri@jurta.org>
7439
7440 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
7441 keeping point where processing of grep matches begins, and
7442 continue to delete remaining escape sequences from the same point.
7443 (grep-filter): Make leading zero optional in "0?1;31m" because
7444 git-grep emits "\033[1;31m" escape sequences unlike expected
7445 "\033[01;31m" as GNU Grep does (bug#9408).
7446 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
7447
045820ec
JL
74482011-09-05 Juri Linkov <juri@jurta.org>
7449
7450 * subr.el (y-or-n-p): Capitalize "yes".
7451
f5e29b9b
MA
74522011-09-04 Michael Albinus <michael.albinus@gmx.de>
7453
7454 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
7455 `tramp-cache-unload-hook' where appropriate.
7456 (tramp-methods): Rename `tramp-remote-sh' to
7457 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
7458 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
7459
7460 * net/tramp-sh.el (top): Don't require 'shell.
7461 (tramp-methods): Add `tramp-remote-shell' and
7462 `tramp-remote-shell-args' entries.
7463 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
7464 (tramp-sh-handle-shell-command): Remove.
7465 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
7466 Use `tramp-remote-shell'.
7467
2784c434
CY
74682011-09-03 Chong Yidong <cyd@stupidchicken.com>
7469
393a301e 7470 * mail/sendmail.el (sendmail-query-once-function): Delete.
2784c434
CY
7471 (sendmail-query-once): Save directly to send-mail-function.
7472 Update message-send-mail-function too.
7473
7474 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
7475
464cdf56
CS
74762011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
7477
7478 * progmodes/python.el (python-mode-map): Use correct function to
7479 start python interpreter from menu-bar (as reported by Geert
7480 Kloosterman).
7481 (inferior-python-mode-map): Fix typo.
393a301e 7482 (python-shell-map): Remove.
464cdf56 7483
d37e5c87
DD
74842011-09-03 Deniz Dogan <deniz@dogan.se>
7485
7486 * net/rcirc.el (rcirc-print): Simplify code for
7487 rcirc-scroll-show-maximum-output. There is no need to walk
7488 through all windows to find the right one.
7489
f3ada0ee
CS
74902011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
7491
7492 * help.el (help-return-method): Doc fix.
7493
1f3c99ca
MR
74942011-09-03 Martin Rudalics <rudalics@gmx.at>
7495
7496 * window.el (window-deletable-p): Don't return a non-nil value
7497 when there's a buffer that was shown in the window before.
7498 (Bug#9419)
393a301e
SM
7499 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
7500 Set window's previous buffers to nil.
1f3c99ca 7501
a3cf097f
EZ
75022011-09-03 Eli Zaretskii <eliz@gnu.org>
7503
7504 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
7505 newline before and after the tag line, so it doesn't interfere
7506 with determining the paragraph direction of bidirectional text.
7507
3d03de90
LL
75082011-09-03 Leo Liu <sdl.web@gmail.com>
7509
7510 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
7511
c3313451
CY
75122011-09-02 Chong Yidong <cyd@stupidchicken.com>
7513
393a301e 7514 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
c3313451
CY
7515 (pop-to-buffer): Change interactive spec. Pass second argument
7516 directly to display-buffer.
7517 (display-buffer): Fix interactive spec. Use functionp to
7518 distinguish between a function and a list of functions.
7519
7520 * abbrev.el (edit-abbrevs):
7521 * arc-mode.el (archive-extract):
7522 * autoinsert.el (auto-insert):
7523 * bookmark.el (bookmark-bmenu-list):
7524 * files.el (find-file):
7525 * view.el (view-buffer):
7526 * progmodes/compile.el (compilation-goto-locus):
7527 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
7528
89894cd8
CY
75292011-09-02 Chong Yidong <cyd@stupidchicken.com>
7530
7531 * window.el (display-buffer-alist): Doc fix.
7532 (display-buffer): Add docstring. Don't treat
7533 display-buffer-default specially.
7534 (display-buffer-reuse-selected-window)
7535 (display-buffer-same-window, display-buffer-maybe-same-window)
7536 (display-buffer-reuse-window, display-buffer-pop-up-frame)
7537 (display-buffer-pop-up-window)
7538 (display-buffer-reuse-or-pop-window)
7539 (display-buffer-use-some-window): New functions.
7540 (display-buffer-default-action): Use them.
393a301e 7541 (display-buffer-default): Delete.
89894cd8
CY
7542 (pop-to-buffer-1): Fix choice of actions.
7543
ae0bc9fb
SM
75442011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
7545
7546 * minibuffer.el (completion--insert-strings): Don't get confused by
7547 completion entries that end with an LF char.
7548
e9d90883
EZ
75492011-09-01 Eli Zaretskii <eliz@gnu.org>
7550
7551 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
7552
437014c8
CY
75532011-09-01 Chong Yidong <cyd@stupidchicken.com>
7554
7555 * window.el (display-buffer): Restore interactive spec.
ae0bc9fb
SM
7556 (display-buffer-same-window, display-buffer-other-window):
7557 New functions.
437014c8
CY
7558 (pop-to-buffer-1): New function. Use the above.
7559 (pop-to-buffer, pop-to-buffer-same-window): Use it.
ae0bc9fb 7560 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
437014c8
CY
7561
7562 * view.el (view-buffer-other-window, view-buffer-other-frame):
7563 Just use pop-to-buffer.
7564
a5e063d5
TV
75652011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7566
7567 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
7568
793d32bb
WH
75692011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
7570
7571 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
7572
d65e4c15
RS
75732011-08-31 Richard Stallman <rms@gnu.org>
7574
7575 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
7576 of the separation of rmail-view-buffer from rmail-buffer.
7577 If you say no to "replace original", the decrypt is in the
7578 view buffer. If you say yes, the decrypt goes into the
7579 rmail buffer also.
7580
f818cd2a
MR
75812011-08-31 Martin Rudalics <rudalics@gmx.at>
7582
7583 * window.el (display-buffer-window): Rewrite doc-string.
7584 (display-buffer-record-window): New function.
7585 (display-buffer-macro-specifiers)
7586 (display-buffer-even-window-sizes, display-buffer-set-height)
7587 (display-buffer-set-width, display-buffer-in-window)
7588 (display-buffer-reuse-window, display-buffer-split-specifiers)
7589 (display-buffer-side-specifiers, display-buffer-split-window-1)
7590 (display-buffer-split-window, display-buffer-split-atom-window)
7591 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
7592 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
7593 (display-buffer-other-window-means-other-frame)
7594 (display-buffer-normalize-special)
7595 (display-buffer-normalize-default)
7596 (display-buffer-normalize-argument)
7597 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
7598 (display-buffer-normalize-specifiers, display-buffer-frame)
7599 (display-buffer-same-window, display-buffer-same-frame)
7600 (display-buffer-other-window)
7601 (display-buffer-same-frame-other-window)
7602 (display-buffer-other-frame, pop-to-buffer-same-window)
7603 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
7604 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
7605 (switch-to-buffer-same-frame)
7606 (switch-to-buffer-other-window-same-frame)
7607 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
7608 (display-buffer-alist-set-1, display-buffer-alist-set-2)
7609 (display-buffer-alist-set): Remove.
7610 (display-buffer-function, special-display-buffer-names)
ae0bc9fb
SM
7611 (special-display-regexps, special-display-function):
7612 In doc-string refer to display-buffer-window and quit-restore
f818cd2a
MR
7613 parameter.
7614 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
7615 (special-display-frame-alist, special-display-popup-frame)
7616 (same-window-buffer-names, same-window-regexps, same-window-p)
7617 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
7618 (split-window-preferred-function, split-height-threshold)
7619 (split-width-threshold, window-splittable-p)
7620 (split-window-sensibly, window--try-to-split-window)
7621 (window--frame-usable-p, even-window-heights)
7622 (window--even-window-heights, window--display-buffer-1)
ae0bc9fb
SM
7623 (window--display-buffer-2, display-buffer-other-frame):
7624 Restore old Emacs 23 code, order and doc-strings where applicable.
f818cd2a
MR
7625 (display-buffer-default, display-buffer-assq-regexp): New functions.
7626 (display-buffer-alist): Rewrite doc-string.
7627 (display-buffer-default-action)
7628 (display-buffer-overriding-action): New variables.
7629 (display-buffer, switch-to-buffer): Rewrite.
7630 (pop-to-buffer): Restore Emacs 23 behavior but use
7631 window-normalize-buffer-to-display.
7632 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
7633 Restore Emacs 23 behavior but use
7634 window-normalize-buffer-to-switch-to.
7635 (pop-to-buffer-same-window): Rewrite.
ae0bc9fb
SM
7636 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
7637 Rewrite using Emacs 23 options.
f818cd2a 7638
5bc3b51d
MA
76392011-08-31 Michael Albinus <michael.albinus@gmx.de>
7640
7641 * net/tramp.el (tramp-root-regexp): Remove.
7642 (tramp-completion-file-name-regexp-unified)
7643 (tramp-completion-file-name-regexp-separate)
7644 (tramp-completion-file-name-regexp-url): Don't use leading volume
7645 letter on win32 systems. (Bug#5303, Bug#9311)
ae0bc9fb
SM
7646 (tramp-drop-volume-letter): Simplify definition.
7647 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5bc3b51d 7648
b1a4f8e1
SM
76492011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
7650
7651 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
7652 (bug#9356).
7653
5664fa7b
RT
76542011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
7655
b1a4f8e1 7656 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
5664fa7b 7657
9a45d6c3
JL
76582011-08-29 Juri Linkov <juri@jurta.org>
7659
7660 * isearch.el (isearch-done): Don't display message "Mark saved"
7661 when arg `edit' is non-nil to prevent its flicker in the echo area.
7662
fb87e0fb
CY
76632011-08-28 Chong Yidong <cyd@stupidchicken.com>
7664
7665 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
7666 obsolete packages for deletion.
7667
09ac1c2a
CS
76682011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
7669
7670 * help-mode.el (help-mode-map): Add special-mode-map to parent.
5e617bc2 7671 (help-mode): Derive help-mode from special-mode. Don't invoke
09ac1c2a
CS
7672 view-mode from help-mode.
7673 (help-xref-override-view-map): Remove.
7674 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
7675 view-mode is not used anymore.
7676
7a1ff57f
CY
76772011-08-28 Chong Yidong <cyd@stupidchicken.com>
7678
7679 * server.el (server-port): Doc fix.
7680
b9696605
CY
7681 * cus-theme.el (custom-theme-choose-mode): Inherit from
7682 special-mode (Bug#9124).
7683 (custom-theme-choose-mode-map): Add special-mode to parent.
7684
ef8cdf8c
AM
76852011-08-28 Alan Mackenzie <acm@muc.de>
7686
7687 * progmodes/cc-fonts.el
7688 (c-make-font-lock-BO-decl-search-function): New function.
7689 (c-basic-matchers-after - "Fontify the clauses after various
7690 keywords"): Extract the three keyword lists for the 3 erroneous
7691 constructs from the list of four, and use the new function above
7692 in place of an old one.
7693
27de4e20
DD
76942011-08-28 Deniz Dogan <deniz@dogan.se>
7695
7696 * net/rcirc.el (rcirc-insert-prev-input)
7697 (rcirc-insert-next-input): Remove unused argument.
7698
356a3681
SM
76992011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
7700
7701 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
7702
3fc9b218
AM
77032011-08-27 Alan Mackenzie <acm@muc.de>
7704
7705 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
7706 handle function pointer parameters properly.
7707
538a061c
MR
77082011-08-27 Martin Rudalics <rudalics@gmx.at>
7709
7710 * window.el (display-buffer-reuse-window): Fix case where
7711 selected window was reused with non-nil OTHER-WINDOW argument.
7712 (Bug#9381)
7713
35b1c40c
DD
77142011-08-27 Deniz Dogan <deniz@dogan.se>
7715
7716 * net/rcirc.el (rcirc-check-auth-status): Adding support for
7717 oftc's NickServ messages.
7718
2f6a3e79
GM
77192011-08-27 Glenn Morris <rgm@gnu.org>
7720
7721 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
7722
7254299e
CY
77232011-08-26 Chong Yidong <cyd@stupidchicken.com>
7724
7725 * emacs-lisp/package.el (package-install): Call package-initialize
7726 if called interactively.
7727
f8ccf167
LL
77282011-08-26 Leo Liu <sdl.web@gmail.com>
7729
7730 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
7731
3e8cd5ce
JL
77322011-08-25 Juri Linkov <juri@jurta.org>
7733
7734 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
7735 `search-whitespace-regexp' (bug#9364).
7736
93eb7113
JL
77372011-08-25 Juri Linkov <juri@jurta.org>
7738
7739 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
7740 `regexp-search-ring' to their global values to protect from
7741 updating by `read-from-minibuffer' (bug#9185).
7742
f65d1611
JL
77432011-08-25 Juri Linkov <juri@jurta.org>
7744
7745 * textmodes/ispell.el (ispell-command-loop): Add newline
7746 at the end of the "Use option `i'..." line.
7747
f1cf7a31
JL
77482011-08-25 Juri Linkov <juri@jurta.org>
7749
7750 * battery.el (display-battery-mode): If `battery-status-function'
7751 or `battery-mode-line-format' is nil, display the message and set
7752 `display-battery-mode' to nil (bug#9363).
7753
0c95fcf7
EZ
77542011-08-25 Eli Zaretskii <eliz@gnu.org>
7755
7756 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
7757 bidi-string-mark-left-to-right; they are unnecessary now.
7758
a2ebe600
DD
77592011-08-25 Deniz Dogan <deniz@dogan.se>
7760
7761 * net/quickurl.el: Documentation typo fixes.
7762
e4ed06f1
CY
77632011-08-25 Chong Yidong <cyd@stupidchicken.com>
7764
7765 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
7766
e5f1c99e
GM
77672011-08-25 Glenn Morris <rgm@gnu.org>
7768
b2948976
GM
7769 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
7770
e5f1c99e
GM
7771 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
7772 (smtpmail-via-smtp): Handle nil response from smtp.
7773
f22f4808
JL
77742011-08-24 Juri Linkov <juri@jurta.org>
7775
7776 * proced.el (proced-marked): Inherit from `error' instead of
7777 `font-lock-warning-face'.
7778
7779 * ibuffer.el (ibuffer-marked-face): Change default face from
7780 `font-lock-warning-face' to `warning'.
7781 (ibuffer-deletion-face): Change default face from
7782 `font-lock-type-face' to `error'.
7783
7784 * battery.el (battery-update): Use the face `error' instead of
7785 `font-lock-warning-face' (bug#6117).
7786
6a93965e
JL
77872011-08-24 Juri Linkov <juri@jurta.org>
7788
7789 * faces.el (success): Change face color from "Green3" to
7790 "ForestGreen" on light background (bug#9353).
7791
1ed43b09
CY
77922011-08-24 Chong Yidong <cyd@stupidchicken.com>
7793
5664fa7b
RT
7794 * window.el (quit-window): Rename from quit-restore-window.
7795 Use same arglist as old quit-window.
1ed43b09
CY
7796 (frame-auto-delete): Doc fix.
7797
7798 * view.el (view-mode-exit): Use quit-window.
7799
11dcdbb2
JL
78002011-08-24 Juri Linkov <juri@jurta.org>
7801
7802 * isearch.el (isearch-ring-adjust1): Start visiting previous
7803 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
7804 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
7805 for empty search string (when the last search string is reused
7806 automatically) to adjust the isearch ring to the last element and
7807 prepare the correct index for further M-p commands (bug#9185).
7808
de62b4df
KH
78092011-08-24 Kenichi Handa <handa@m17n.org>
7810
7811 * international/ucs-normalize.el: If decomposition property of
7812 CHAR is the default one (i.e. a list of CHAR itself), treat it as
7813 nil.
7814 (nfd, nfkd): Likewise.
7815
963b492b
SM
78162011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
7817
7818 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
7819 from process filters aren't reliably transmitted to the surrounding
7820 accept-process-output.
7821 (mpc-proc-check): New function.
7822 (mpc-proc-sync): Use it (bug#8293)
7823
93b6b5e1
SM
78242011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
7825
7826 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
7827 Add compatibility functions (bug#9313).
7828
bca633fb
EZ
78292011-08-23 Eli Zaretskii <eliz@gnu.org>
7830
b177498a
EZ
7831 * cus-start.el (all): Add entry for bidi-paragraph-direction.
7832
6df6ae42 7833 * international/uni-bidi.el: Regenerate.
bca633fb 7834
0902a04e
KH
78352011-08-23 Kenichi Handa <handa@m17n.org>
7836
7837 * international/charprop.el:
7838 * international/uni-bidi.el:
7839 * international/uni-category.el:
7840 * international/uni-combining.el:
7841 * international/uni-comment.el:
7842 * international/uni-decimal.el:
7843 * international/uni-decomposition.el:
7844 * international/uni-digit.el:
7845 * international/uni-lowercase.el:
7846 * international/uni-mirrored.el:
7847 * international/uni-name.el:
7848 * international/uni-numeric.el:
7849 * international/uni-old-name.el:
7850 * international/uni-titlecase.el:
7851 * international/uni-uppercase.el: Regenerate.
7852
3bbf23bc
MR
78532011-08-23 Martin Rudalics <rudalics@gmx.at>
7854
7855 * help.el (help-window-setup): Fix message displayed when other
7856 window is reused. (Bug#9341)
7857
b3fd59bd
SM
78582011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
7859
1802e444
SM
7860 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
7861 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
7862
b3fd59bd
SM
7863 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
7864 Mark obsolete.
7865 * shell.el (shell-parse-pcomplete-arguments): New function.
7866 (shell-completion-vars): Use it instead (bug#9160).
7867
4eb61348
SM
78682011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
7869
867cab74
SM
7870 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
7871 strings and comments (bug#9333).
7872
4eb61348
SM
7873 * emacs-lisp/debug.el (debug-arglist): New function.
7874 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
7875 (debug-on-entry-1): Handle interpreted closures (bug#9120).
7876
262a1439
JL
78772011-08-22 Juri Linkov <juri@jurta.org>
7878
56ee679c
JL
7879 * progmodes/compile.el (compilation-mode-font-lock-keywords):
7880 Revert regexp that highlights output switches to its old
7881 pre-2010-10-28 value and remove one `?' from it (bug#9319).
7882
262a1439
JL
7883 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
7884 to check for empty output (bug#9226).
7885
f13f86fb
CY
78862011-08-22 Chong Yidong <cyd@stupidchicken.com>
7887
7888 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
7889 symbol-constituent as the default, as that stops font-lock from
7890 working properly (Bug#8843).
7891
c65c9622
LMI
78922011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7893
7894 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
7895 `coding-system-for-*' around the process open call to avoid
7896 auth-source side effects.
e7f2c178 7897 (smtpmail-try-auth-methods): Expand the secret password.
7185da52
LMI
7898 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
7899 probe hangs.
c65c9622 7900
23a8a5ab
CY
79012011-08-21 Chong Yidong <cyd@stupidchicken.com>
7902
ff98b2dd
CY
7903 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
7904
23a8a5ab
CY
7905 * emacs-lisp/find-func.el (find-function-noselect): New arg
7906 lisp-only.
7907
7908 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
7909 signal an error for built-in functions (Bug#6664).
7910
f5e3c598
LMI
79112011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7912
7913 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
7914 (smtpmail-try-auth-methods): Use it.
7915
a3f2468a
CY
79162011-08-21 Chong Yidong <cyd@stupidchicken.com>
7917
2c34e8da
CY
7918 * font-lock.el (font-lock-fontify-region)
7919 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
7920 (font-lock-default-unfontify-buffer)
7921 (font-lock-default-fontify-region)
7922 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
7923
b3fd59bd
SM
7924 * progmodes/compile.el (compilation-error-properties):
7925 Fix confusion between file struct and message struct (Bug#9319).
02e5c89e
CY
7926 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
7927 `ant' regexp.
ee31aabc 7928
a3f2468a
CY
7929 * net/browse-url.el (browse-url-firefox): Don't call
7930 browse-url-firefox-sentinel unless using -remote (Bug#9328).
7931
8e999f70
GM
79322011-08-20 Glenn Morris <rgm@gnu.org>
7933
c21a496a
GM
7934 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
7935
59ee0542
GM
7936 * tutorial.el (tutorial--default-keys): Update some default bindings.
7937
8e999f70
GM
7938 * files.el (hack-local-variables): Fully ignore case for "mode:".
7939
e3715033
AM
79402011-08-20 Alan Mackenzie <acm@muc.de>
7941
7942 Resolve invalid use of a regexp in regexp-opt.
7943
4d61f28d
JB
7944 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
7945 detection for a java annotation.
e3715033 7946
4d61f28d 7947 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
e3715033
AM
7948 detection for a java annotation.
7949
4d61f28d
JB
7950 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
7951 handling for java.
e3715033
AM
7952 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
7953
04ed2e9c
CY
79542011-08-20 Chong Yidong <cyd@stupidchicken.com>
7955
7956 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
7957 (Bug#9274).
7958
826cee64
AM
79592011-08-20 Alan Mackenzie <acm@muc.de>
7960
58179cce 7961 Fontify CPP expressions correctly when starting in the middle of
826cee64
AM
7962 such a construct. Mainly for when jit-lock etc. starts a chunk
7963 here.
7964
58179cce 7965 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
826cee64 7966 variable.
58179cce 7967 (c-make-font-lock-search-form): New function, extracted from
826cee64
AM
7968 c-make-font-lock-search-function.
7969 (c-make-font-lock-search-function): Use the above function.
7970 (c-make-font-lock-context-search-function): New function.
7971 (c-cpp-matchers): Enhance the preprocessor expression case with
7972 the above function
7973 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
7974 which takes an expression.
7975
7976 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
7977
13009bd8
MR
79782011-08-20 Martin Rudalics <rudalics@gmx.at>
7979
7980 * window.el (display-buffer-reuse-window)
7981 (display-buffer-pop-up-window): Don't reuse or split a side
7982 window.
7983
9234ff7f
GM
79842011-08-19 Glenn Morris <rgm@gnu.org>
7985
7986 * files.el (hack-local-variables-prop-line, hack-local-variables):
5e617bc2 7987 Downcase "Mode:". (Bug#9331)
9234ff7f 7988
f635daa1
CY
79892011-08-18 Chong Yidong <cyd@stupidchicken.com>
7990
7991 * international/characters.el: Add L and R categories.
7992
7993 * subr.el (bidi-string-mark-left-to-right): Rename from
7994 string-mark-left-to-right. Use category search.
7995
7996 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
7997
bc987f8b
JL
79982011-08-18 Juri Linkov <juri@jurta.org>
7999
8000 * faces.el (error, warning, success): New faces with definitions
8001 copied from old default values of `font-lock-warning-face',
8002 `compilation-warning', `compilation-info' (bug#6117).
8003
8004 * font-lock.el (font-lock-warning-face): Inherit from `error'.
8005
8006 * progmodes/compile.el (compilation-error): Inherit from `error'.
8007 (compilation-warning): Inherit from `warning'.
8008 (compilation-info): Inherit from `success'.
8009
8010 * dired.el (dired-marked): Inherit from `warning'.
8011 (dired-flagged): Inherit from `error'.
8012
57173b96
LMI
80132011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
8014
3e79eb87
LMI
8015 * mail/smtpmail.el (auth-source): Require to avoid problems with
8016 binding variables (bug#9298). Also clean up some unused
8017 autoloads.
8018
b3fd59bd
SM
8019 * net/network-stream.el (network-stream-open-starttls):
8020 Support using starttls.el without using gnutls-cli.
57173b96 8021
02b404de
JL
80222011-08-17 Juri Linkov <juri@jurta.org>
8023
8024 * progmodes/grep.el (rgrep): Handle the case when
8025 `grep-find-command' is a cons cell (bug#9278).
8026
8c9177f2
MR
80272011-08-17 Martin Rudalics <rudalics@gmx.at>
8028
8029 * window.el (display-buffer-pop-up-frame): Run frame creation
8030 function with BUFFER current (as special-display-popup-frame
8031 does). Reported by Drew Adams.
8032
3644a0ab
DU
80332011-08-17 Daiki Ueno <ueno@unixuser.org>
8034
8035 * epa-mail.el: Simplify GnuPG group expansion using
8036 epg-expand-group.
8037 (epa-mail-group-alist, epa-mail-group-modtime)
8038 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
8039 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
8040 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
8041 Remove.
8042
5e617bc2 80432011-08-16 Feng Li <fengli@gmail.com> (tiny change)
7c643369
FL
8044
8045 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
8046
9c4aeabf
AM
80472011-08-16 Alan Mackenzie <acm@muc.de>
8048
8049 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
8050 Correct, to avoid the inside of macros.
8051
3a99bf64
RS
80522011-08-16 Richard Stallman <rms@gnu.org>
8053
04963aa8
RS
8054 * epa-mail.el: Handle GnuPG group definitions.
8055 (epa-mail-group-alist, epa-mail-group-modtime)
8056 (epa-mail-gnupg-conf-file): New variables.
8057 (epa-mail-parse-groups, epa-mail-sync-groups)
8058 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
8059 (epa-mail-expand-recipients): New functions.
8060 (epa-mail-encrypt): Call epa-mail-expand-recipients.
8061
177549d0
RS
8062 * mail/rmail.el (rmail-epa-decrypt): New command.
8063
fe38beef
RS
8064 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
8065 Don't bind buffer-read-only, just inhibit-read-only.
3a99bf64
RS
8066 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
8067 (epa-decrypt-armor-in-region): Make error message clearer.
8068
934eacb9
SM
80692011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
8070
8071 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
8072 and "a2b" to "ab" for `prefix'.
8073
d024fb4e
CY
80742011-08-14 Chong Yidong <cyd@stupidchicken.com>
8075
8076 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
8077 filter groups.
de148fee
CY
8078 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
8079 Fourquet (Bug#8804).
d024fb4e 8080
62f1ca49
JB
80812011-08-12 Juanma Barranquero <lekktu@gmail.com>
8082
8083 * startup.el (argi): Declare as global variable (bug#9275).
8084
9ccaaa4b
CY
80852011-08-12 Chong Yidong <cyd@stupidchicken.com>
8086
8087 * subr.el (string-mark-left-to-right): Search the entire string
8088 for RTL script, not just the terminating character. Doc fix.
8089
a3dae87a
SM
80902011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
8091
6cd18349
SM
8092 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
8093 New function.
8094 (js--regexp-literal, js-syntax-propertize-function): Remove.
8095 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
8096 (js-mode-map): Don't rebind electric keys.
8097 (js-insert-and-indent): Remove.
8098 (js-mode): Setup electric-layout and electric-indent instead.
8099
a3dae87a
SM
8100 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
8101
9d5cb631
DU
81022011-08-12 Daiki Ueno <ueno@unixuser.org>
8103
8104 * epa.el (epa-progress-callback-function): Fix the logic of
8105 displaying progress.
8106 * epa-file.el (epa-file-insert-file-contents): Make progress
8107 display more user-friendly.
8108 (epa-file-write-region): Ditto.
8109
3e26a4a2
CY
81102011-08-10 Chong Yidong <cyd@stupidchicken.com>
8111
8112 * subr.el (string-mark-left-to-right): New function.
8113
8114 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
8115 Use string-mark-left-to-right.
8116 (list-buffers-noselect): Caller changed.
8117
a3dae87a
SM
8118 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
8119 Use string-mark-left-to-right.
3e26a4a2
CY
8120 (tabulated-list-print): Recenter after moving point.
8121
ac8cf6e6
JL
81222011-08-10 Juri Linkov <juri@jurta.org>
8123
8124 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
8125 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
8126 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
8127
8d96c9a4
CY
81282011-08-09 Chong Yidong <cyd@stupidchicken.com>
8129
8130 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
8131 (Bug#7554).
8132
7be1c708 81332011-08-09 Andreas Schwab <schwab@linux-m68k.org>
29bbcfa7
AS
8134
8135 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
8136 character. (Bug#6594)
8137
37e11a63
CY
81382011-08-08 Chong Yidong <cyd@stupidchicken.com>
8139
839dde57
CY
8140 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
8141 (image-dired--with-db-file): New macro.
8142 (image-dired-write-tags, image-dired-remove-tag)
8143 (image-dired-create-gallery-lists, image-dired-write-comments)
8144 (image-dired-get-comment, image-dired-mark-tagged-files)
8145 (image-dired-list-tags, image-dired-gallery-generate): Use it.
8146 (image-dired-gallery-generate): Use insert-file-contents.
8147
37e11a63
CY
8148 * time.el (display-time-world-list, display-time-world-display):
8149 * time-stamp.el (time-stamp-string):
8150 * vc/add-log.el (add-change-log-entry): Use setenv instead of
8151 set-time-zone-rule (Bug#7337).
8152
0b4946c4
DU
81532011-08-08 Daiki Ueno <ueno@unixuser.org>
8154
8155 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
8156 (epg-error-to-string, epg-errors-to-string): New function.
8157 (epg-wait-for-completion): Reverse errors list.
8158 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
8159 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
8160 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
8161 (epg-sign-keys, epg-generate-key-from-file)
8162 (epg-generate-key-from-string): Format errors by using
8163 epg-errors-to-string (bug#9255).
8164 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
8165
75bfc667
JL
81662011-08-07 Juri Linkov <juri@jurta.org>
8167
8168 * faces.el (list-faces-display): Remove extra angle bracket
8169 from `help-mode-map'.
8170
8171 * info.el (Info-history-toc-nodes): Doc fix.
8172
8173 * longlines.el (longlines-mode): Doc fix.
8174
673e08bb
SM
81752011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
8176
4640dd88
SM
8177 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
8178 of statements and in a few more cases (bug#9183).
8179
673e08bb
SM
8180 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
8181 New functions.
8182 (cl-transform-lambda): Use them (bug#9239).
8183
89b3f019
MR
81842011-08-05 Martin Rudalics <rudalics@gmx.at>
8185
8186 * window.el (display-buffer-same-window)
8187 (display-buffer-same-frame, display-buffer-other-window)
8188 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
8189 (pop-to-buffer-other-window)
8190 (pop-to-buffer-same-frame-other-window)
8191 (pop-to-buffer-other-frame): Make them defuns.
8192 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
8193
640c8776
SM
81942011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
8195
8196 * subr.el (make-composed-keymap): Move from C. Change calling
8197 convention, and improve docstring to bring attention to a subtle point.
8198 * minibuffer.el (completing-read-default): Adjust accordingly.
8199
63648a95
MA
82002011-08-03 Michael Albinus <michael.albinus@gmx.de>
8201
8202 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
8203 (tramp-open-shell): Use `tramp-shell-quote-argument'.
8204
8205 * net/trampver.el: Update release number.
8206
b796c9b7
SM
82072011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
8208
8209 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
8210 "in" (bug#9190).
8211
2239d7d5
LMI
82122011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
8213
e07dd7c3
LMI
8214 * mail/sendmail.el (sendmail-query-once): Restore the current
8215 buffer after querying (bug#9074).
8216
0e6a2bd7
LMI
8217 * dired.el (dired-flagged): Use different faces for marked and
8218 flagged files (bug#6117).
8219
ce887515
LMI
8220 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
8221 (bug#4433).
8222
92f2affc
LMI
8223 * ido.el (ido-mode): Switch off the message if called
8224 non-interactively.
8225
57d5aff0
LMI
8226 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
8227 before 587, since it appears that that's more likely to work for
8228 more people.
8229
98cd6c18 8230 * cus-edit.el (custom-file): When running under emacs -q, always
e1dbe924 8231 refuse to save the customizations, even if the .emacs file doesn't
98cd6c18
LMI
8232 exist.
8233
b96dec83
LMI
8234 * info.el: Remove the `Info-beginning-of-buffer' function
8235 (bug#8325).
8236
b796c9b7
SM
8237 * net/network-stream.el (network-stream-open-starttls):
8238 Use `starttls-available-p' to see whether starttls.el can be used.
2239d7d5 8239
d90e2ea0
MR
82402011-08-01 Martin Rudalics <rudalics@gmx.at>
8241
8242 * window.el (display-buffer-in-window): Don't set dedicated status
8243 of window here (Bug#9215).
8244 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
8245 (display-buffer-pop-up-side-window)
b796c9b7 8246 (display-buffer-in-side-window): Set dedicated status of window here.
d90e2ea0 8247
cca09170
SM
82482011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
8249
8250 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
8251 before binding generated-autoload-file.
8252
027b979c
DD
82532011-08-01 Deniz Dogan <deniz@dogan.se>
8254
8255 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
8256
3c7ee4f3
MA
82572011-07-30 Michael Albinus <michael.albinus@gmx.de>
8258
8259 Sync with Tramp 2.2.2.
8260
8261 * net/trampver.el: Update release number.
8262
2cc8e51a
JL
82632011-07-30 Juri Linkov <juri@jurta.org>
8264
8265 * dired-aux.el (dired-touch-initial): Remove function.
8266 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
8267 current time, and `default' to the last modification time of the
8268 current marked file (bug#6887).
8269
a514d856
JM
82702011-07-28 Jose E. Marchesi <jemarch@gnu.org>
8271
8272 * simple.el (goto-line): Use string-to-number to provide a
2cc8e51a 8273 numeric argument to read-number (bug#9163).
a514d856 8274
8a7eddd7
MA
82752011-07-27 Michael Albinus <michael.albinus@gmx.de>
8276
8277 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
8278 connection process, it could be nil.
8279
1ddd96f5
LL
82802011-07-27 Leo Liu <sdl.web@gmail.com>
8281
8282 Simplify url handling in rcirc-mode.
8283
8284 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
8285 (rcirc-browse-url-at-mouse): Remove.
8286 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
8287
b248a85d
AM
82882011-07-26 Alan Mackenzie <acm@muc.de>
8289
8290 Fontify bitfield declarations properly.
8291
8292 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
8293 (c-symbol-chars): Now exported as a lang variable.
8294 (c-not-primitive-type-keywords): New lang variable.
8295
8296 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
8297 QT keyword "more" to prevent "more slots: ...." being spuriously
58179cce 8298 parsed as a bitfield declaration.
b248a85d 8299
b796c9b7
SM
8300 * progmodes/cc-engine.el (c-beginning-of-statement-1):
8301 Refactor and enhance to handle bitfield declarations.
b248a85d
AM
8302 (c-punctuation-in): New function.
8303 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
8304 declarations properly.
8305
68575ab0
UJ
83062011-07-26 Ulf Jasper <ulf.jasper@web.de>
8307
8308 * calendar/icalendar.el (icalendar--all-events): Take care of
8309 multiple vcalendars in a single file.
b796c9b7 8310 (icalendar--convert-float-to-ical): Checkdoc fixes.
68575ab0 8311
0f0a88b9
DD
83122011-07-25 Deniz Dogan <deniz@dogan.se>
8313
8314 * image.el (insert-image): Clarifying docstring.
8315
0b3f36df
MA
83162011-07-24 Michael Albinus <michael.albinus@gmx.de>
8317
8318 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
8319 `tramp-send-command-and-check' if there is no error.
8320 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
8321
a9901f61
AM
83222011-07-22 Alan Mackenzie <acm@muc.de>
8323
8324 Prevent cc-langs.elc being loaded at run time.
8325
8326 * progmodes/cc-mode.el: Remove two autoload forms which loaded
8327 cc-langs.
8328
4d61f28d 8329 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
a9901f61
AM
8330 "(require 'cc-langs)". Quote a form so it will evaluate at
8331 (cc-mode's) compilation time.
8332
11d074b2
MA
83332011-07-22 Michael Albinus <michael.albinus@gmx.de>
8334
8335 * net/tramp.el (tramp-file-name-handler): Avoid recursive
8336 loading. (Bug#9114)
8337
938b94c8
MR
83382011-07-21 Martin Rudalics <rudalics@gmx.at>
8339
8340 * window.el (display-buffer-pop-up-window)
8341 (display-buffer-pop-up-side-window)
8342 (display-buffer-in-side-window): Call display-buffer-set-height
8343 and display-buffer-set-width after setting the new window's
b796c9b7 8344 buffer so `fit-window-to-buffer' and friends work on the right buffer.
938b94c8 8345
bfa4f190
SS
83462011-07-20 Sam Steingold <sds@gnu.org>
8347
8348 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
8349 (etags-tags-included-tables): Call `convert-standard-filename' on
8350 the file names contained in TAGS so that windows Emacs can handle
8351 TAGS files created by cygwin ctags.
8352
8ca42262
LMI
83532011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
8354
8355 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
8356 which apparently didn't work.
8357
5db2afd2 83582011-07-19 Roland Winkler <winkler@gnu.org>
2ecab2b5 8359
5db2afd2
RW
8360 * proced.el (proced-send-signal): For *Marked Processes* buffer
8361 put point at beginning of buffer.
8362
92e15d10
SB
83632011-07-19 Stephen Berman <stephen.berman@gmx.net>
8364
8365 * proced.el (proced-format): Make header lines align with the text
8366 (bug#1779).
8367
1bfd59e5
LMI
83682011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
8369
8370 * view.el (view-buffer): Allow running in `special' modes if we're
8371 visiting a file (bug#8615).
8372
f5aae37c
MR
83732011-07-19 Martin Rudalics <rudalics@gmx.at>
8374
8375 * window.el (display-buffer-alist-of-strings-p)
b796c9b7
SM
8376 (display-buffer-alist-set-1, display-buffer-alist-set-2):
8377 New functions.
f5aae37c
MR
8378 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
8379 more accurately.
8380
bf2c1571
AM
83812011-07-18 Alan Mackenzie <acm@muc.de>
8382
8383 Fontify declarators properly when, e.g., a jit-lock chunk begins
8384 inside a declaration.
8385
8386 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
8387
b796c9b7
SM
8388 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
8389 New function.
bf2c1571
AM
8390 (c-complex-decl-matchers): Insert reference to
8391 c-font-lock-enclosing-decls.
8392
8393 * progmodes/cc-engine.el (c-backward-single-comment):
8394 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
8395 to nil around calls to (forward-comment -1).
8396
4e190b80
LMI
83972011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
8398
12dc863d
LMI
8399 * image.el (put-image): Doc typo fix.
8400
a762e966
LMI
8401 * progmodes/etags.el (tags-search): Doc typo fix.
8402
4e190b80
LMI
8403 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
8404 password if we get errors 550 to 554.
8405
f019fb21
LMI
84062011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
8407
b796c9b7 8408 * net/gnutls.el (gnutls-log-level): Remove.
750c33f7 8409
81746738
LMI
8410 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
8411 indentation character (bug#6380).
8412
3ee3a1b5
LMI
8413 * files.el (buffer-offer-save): Made permanently local (bug#6241).
8414
c82f64de
LMI
8415 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
8416 to clarify what the problem is (bug#4291).
8417
f019fb21
LMI
8418 * simple.el (current-kill): Clarify what
8419 `interprogram-paste-function' does (bug#7500).
ca425c7c
LMI
8420 (auto-fill-mode): Document `auto-fill-function' in relation to
8421 `auto-fill-mode' (bug#2470).
f019fb21 8422
0794775d
LM
84232011-07-16 Lawrence Mitchell <wence@gmx.li>
8424
8425 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
8426 method if slot is read-only (bug#9035).
8427
be39b8cc
MR
84282011-07-16 Martin Rudalics <rudalics@gmx.at>
8429
b796c9b7 8430 * frame.el (select-frame-set-input-focus): New argument NORECORD.
be39b8cc 8431 * window.el (pop-to-buffer): Select window used even if it was
b796c9b7
SM
8432 selected before, see discussion of (Bug#8615), (Bug#6954).
8433 Pass argument NORECORD on to select-frame-set-input-focus.
be39b8cc 8434
6ccf7859
GM
84352011-07-15 Glenn Morris <rgm@gnu.org>
8436
8437 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
03ea5b87 8438 Respect help-form.
6ccf7859 8439
87e86684
LM
84402011-07-09 Lawrence Mitchell <wence@gmx.li>
8441
8442 * net/gnutls.el (gnutls-min-prime-bits): New variable.
8443 (gnutls-negotiate): Use it.
8444
d6066239
LMI
84452011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
8446
b796c9b7
SM
8447 * net/gnutls.el (gnutls-negotiate):
8448 Upcase `gnutls-algorithm-priority'.
d6066239 8449
bd23ebc0
GM
84502011-07-15 Glenn Morris <rgm@gnu.org>
8451
c65bca65
GM
8452 * jka-compr.el (jka-compr-verbose): Move from here...
8453 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
8454 Add missing :version tag.
8455 * info.el: No need to require jka-compr when compiling.
bd23ebc0 8456
478615cc
LMI
84572011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
8458
7b41decb
LMI
8459 * net/gnutls.el (gnutls-algorithm-priority): New variable.
8460 (gnutls-negotiate): Use it.
8461
dbc44fcd
LMI
8462 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
8463
06789f97
LMI
8464 * info.el (Info-beginning-of-buffer): New command.
8465 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
8466 announcing `b' as the key (bug#8325).
ab896c37 8467 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
06789f97 8468
c39da690
LMI
8469 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
8470
3aa5f34b
LMI
8471 * international/mule-cmds.el
8472 (describe-specified-language-support): Make the error message
8473 clearer (bug#8905).
8474
4bf0979f
LMI
8475 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
8476
478615cc
LMI
8477 * isearch.el (isearch-barrier): Add a doc string, since it's
8478 mentioned in a function doc string (bug#8678).
8479
75c68aa1
MR
84802011-07-15 Martin Rudalics <rudalics@gmx.at>
8481
8482 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
8483 buffer argument (Bug#9083) and self-identifying label argument.
8484
a7c33da2
GM
84852011-07-15 Glenn Morris <rgm@gnu.org>
8486
8487 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
8488
2f5c6024
LMI
84892011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
8490
8491 * man.el (Man-fontify-manpage): Fix message when formatting the
8492 man page (bug#7929).
8493
0bb23927 84942011-07-14 Eli Zaretskii <eliz@gnu.org>
cce4b0a7
EZ
8495
8496 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
8497 argument LRM; if non-nil, append an invisible LRM character to the
8498 buffer name.
8499 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
8500 last argument non-nil, when formatting buffer names.
0bb23927
EZ
8501 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
8502 paragraph direction.
cce4b0a7 8503
621ef9ab
LMI
85042011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
8505
d1583c48
LMI
8506 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
8507 the man page name (bug#7929).
8508
6a57fb5f
LMI
8509 * image.el (put-image): Mention the `put-image' overlay property
8510 (bug#7834).
8511
d7956b14
LMI
8512 * scroll-bar.el (set-scroll-bar-mode): Mention that
8513 `scroll-bar-mode' lists the values (bug#7772).
8514
5b2d4a66
LMI
8515 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
8516 command (bug#7729).
8517
7509a874
LMI
8518 * rect.el (apply-on-rectangle): Return the point after the last
8519 operation.
8520 (string-rectangle): Go to the point after the last operation
8521 (bug#7522).
8522
4fe74b19
LMI
8523 * printing.el (pr-toggle-region): Clarify the documentation
8524 slightly (bug#7493).
8525
b796c9b7
SM
8526 * time.el (display-time-update):
8527 Allow `display-time-mail-function' to return nil (bug#7158).
8528 Fix suggested by Detlev Zundel.
ab283561 8529
fc233c9d
LMI
8530 * vc/diff.el (diff): Clarify the order the file names are read
8531 (bug#7111).
8532
43f5740b
LMI
8533 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
8534 the doc string (bug#7015).
8535
f2182a76
LMI
8536 * font-lock.el (font-lock-maximum-decoration): Mention what
8537 numeric levels mean (bug#6935).
8538
621ef9ab
LMI
8539 * startup.el (initial-buffer-choice): Don't mention the `none'
8540 selection, which is against policy.
8541
adc47434
MR
85422011-07-14 Martin Rudalics <rudalics@gmx.at>
8543
b796c9b7
SM
8544 * window.el (display-buffer-normalize-special):
8545 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
adc47434 8546
7e5bfb8f
EZ
85472011-07-14 Eli Zaretskii <eliz@gnu.org>
8548
8549 * subr.el (version<, version<=, version=): Mention "-CVS" and
8550 "-12345" alpha version numbers.
8551
27fa387a
CY
85522011-07-14 Chong Yidong <cyd@stupidchicken.com>
8553
8554 * bindings.el: Add advertised binding for set-mark-command
8555 (Bug#5772).
8556
8bdfa064
CY
85572011-07-14 Chong Yidong <cyd@stupidchicken.com>
8558
8559 * bindings.el (mode-line-other-buffer):
8560 * bookmark.el (bookmark-bmenu-2-window):
8561 * bs.el (bs-cycle-next, bs-cycle-previous):
8562 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
8563 switch-to-buffer.
8564
8565 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
b796c9b7 8566 Delete.
8bdfa064 8567
5eba16a3
JB
85682011-07-14 Juanma Barranquero <lekktu@gmail.com>
8569
8570 * follow.el (follow-debug-message, follow-redisplay):
8571 * jka-cmpr-hook.el (with-auto-compression-mode):
8572 Fix typos in docstrings.
8573
15853710
LMI
85742011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8575
a28e4607
LMI
8576 * subr.el (with-silent-modifications): Clarify somewhat what the
8577 macro inhibits (bug#6525).
8578
15853710
LMI
8579 * simple.el (eval-expression): Note what it does if called
8580 interactively (bug#6495).
8581
bee0fcef
CY
85822011-07-13 Chong Yidong <cyd@stupidchicken.com>
8583
b796c9b7
SM
8584 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
8585 Use pop-to-buffer buffer-or-name if it is nil.
bee0fcef
CY
8586
8587 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
8588 Remove switch-to-buffer.
8589
58274504
LMI
85902011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8591
bd2fcc8d
LMI
8592 * files.el (make-directory): Clarify that an error will be raised
8593 if there's an error (bug#6397).
8594
0f04b32c
LMI
8595 * startup.el (initial-buffer-choice): Add `none' as a choice
8596 (bug#6234).
8597
465c5fc8
LMI
8598 * subr.el (add-hook): Clarify section about buffer-local hooks
8599 (bug#6218).
8600
58274504
LMI
8601 * dired.el (dired-flagged): Clarify doc string (bug#6117).
8602
bead9a43
JB
86032011-07-13 Juanma Barranquero <lekktu@gmail.com>
8604
8605 * tabify.el (untabify): Preserve the current column so that point
8606 doesn't move (bug#6032).
8607
3af98a7b
LMI
86082011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8609
b796c9b7
SM
8610 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
8611 Rewrite to avoid awkward possessive "s" (bug#5986).
3af98a7b 8612
6240145a
GM
86132011-07-13 Glenn Morris <rgm@gnu.org>
8614
8615 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
8616 (dired-insert-directory): Give a message the first time
8617 if ls is found not to support --dired.
8618
1d8c2ccc
LMI
86192011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8620
8621 * simple.el (toggle-truncate-lines): Clarify what is toggled
8622 (bug#5580). Text by Drew Adams.
8623
5fc4038e
CY
86242011-07-13 Chong Yidong <cyd@stupidchicken.com>
8625
8626 * simple.el (blink-matching-open): Make the error message from the
8627 last change less verbose.
8628
bf6012e5
DN
86292011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
8630
8631 * font-lock.el (font-lock-comment-face): Use the high contrast
8632 "yellow" color for font-lock-comment-face on low color terminals
8633 using a dark background color (bug#4221).
8634
343c3b5a
LMI
86352011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8636
7e9505c5
LMI
8637 * dired.el (dired-insert-set-properties): Make the doc string
8638 reflect what it does now (bug#5325).
8639
c26fdcf5
LMI
8640 * simple.el (blink-matching-open): Say that we were unable to find
8641 the match within the limit, if we're limited (bug#5122).
8642
bb388cc5
LMI
8643 * international/mule-cmds.el (prefer-coding-system): Add an
8644 example (bug#4869).
8645
343c3b5a
LMI
8646 * progmodes/etags.el (tags-search): Document `file-list-form'
8647 (bug#4731).
8648
2a517d45
LM
86492011-07-13 Lawrence Mitchell <wence@gmx.li>
8650
8651 * net/browse-url.el (browse-url-default-browser)
8652 (browse-url-browser-function): Make the default browser choice a
8653 bit more logical (bug#4300). Also clean up the doc string.
8654
b6c78ef2
JB
86552011-07-13 Juanma Barranquero <lekktu@gmail.com>
8656
8657 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
8658 binary endings (bug#4440).
8659
1c4dd947
LMI
86602011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8661
a2014063
LMI
8662 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
8663 which can be pretty annoying (bug#8971).
8664
9c9c2d88
LMI
8665 * jka-compr.el (jka-compr-verbose): New variable, and use
8666 throughout (bug#8971).
8667
1c4dd947
LMI
8668 * info.el (Info-find-file): Fall back on the installation
8669 directory if we can't find the info node anywhere else.
8670
a1c9f41b
SO
86712011-07-13 Sergei Organov <osv@javad.com> (tiny change)
8672
8673 * vc/vc.el (vc-revert-file):
8674 Don't set file time-stamp in the past. (Bug#5181)
8675
536f3d36
LMI
86762011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
8677
7152b011
LMI
8678 * files.el (after-find-file): Give a better error message when
8679 trying to find a symlink that points to a file that doesn't exist
8680 (bug#4398).
8681
536f3d36
LMI
8682 * progmodes/cc-vars.el: Remove (probably) misleading comment
8683 (bug#4396).
8684
460c0fba
JB
86852011-07-12 Johan Bockgård <bojohan@gnu.org>
8686
8687 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
8688
7a6bda45
CY
86892011-07-12 Chong Yidong <cyd@stupidchicken.com>
8690
8691 * mouse-sel.el: Hack restoring functionality, while keeping
8692 compatibility with 2010-07-03 changes to mouse selection.
8693 (mouse-sel-primary-overlay): New var.
8694 (mouse-sel-selection-alist): Use it.
8695 (mouse-sel-mode): Doc fix; remove points that are default features
8696 of mouse.el.
8697
c79598ef
JB
86982011-07-12 Johan Bockgård <bojohan@gnu.org>
8699
8700 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8701 Fix previous fix (bug#2490).
8702
ff8be6ef
RW
87032011-07-12 Roland Winkler <winkler@gnu.org>
8704
b796c9b7
SM
8705 * textmodes/bibtex.el (bibtex-initialize):
8706 Use pop-to-buffer-same-window.
ff8be6ef
RW
8707 (bibtex-search-entries): Fix interactive call.
8708
296ba3ee
LMI
87092011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
8710
f5242a02 8711 * progmodes/compile.el (compilation-error-regexp-alist-alist):
b796c9b7
SM
8712 Fontise bytecomp Error lines more correctly (bug#2490).
8713 Fix suggested by Johan Bockgård.
f5242a02 8714
296ba3ee
LMI
8715 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
8716
8717 * dired-x.el (dired-guess-default): Use `delete-dups'.
8718
f69fd0d2
CY
87192011-07-12 Chong Yidong <cyd@stupidchicken.com>
8720
8721 * dired.el (dired-mark-prompt):
8722 * dired-aux.el (dired-read-shell-command): Doc fix.
8723
eab5dc07
LMI
87242011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
8725
b796c9b7
SM
8726 * mail/sendmail.el (sendmail-query-once):
8727 Use `customize-save-variable' unconditionally, now that it works under
9988520a
LMI
8728 emacs -Q.
8729
8730 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
8731
eab5dc07
LMI
8732 * cus-edit.el (custom-file): Take an optional no-error variable.
8733 (customize-save-variable): Set the variable, and give a warning if
8734 running under "emacs -q".
8735
a1e65d42
JB
87362011-07-11 Juanma Barranquero <lekktu@gmail.com>
8737
8738 * loadhist.el (unload-feature-special-hooks):
8739 Add `auto-coding-functions', `fill-nobreak-predicate' and
8740 `find-directory-functions' (bug#5327).
8741
1d52da10
LMI
87422011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
8743
be958f1d
LMI
8744 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
8745
5bedb26c
LMI
8746 * cus-edit.el (custom-guess-name-alist): -alist variables should
8747 use the `alist' type (bug#3120). Suggested by Drew Adams.
8748
1d52da10
LMI
8749 * printing.el: Add documentation to all the `pr-toggle-' commands.
8750
cd394be1 87512011-07-11 Leo Liu <sdl.web@gmail.com>
481a51b6
LL
8752
8753 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
8754 backends where it makes sense (bug#2623).
8755
dcc88d8a
LMI
87562011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
8757
c3de9feb
LMI
8758 * dired-x.el (dired-guess-default): Remove duplicate shell command
8759 entries (bug#2028).
8a93078b 8760 (dired-guess-default): Fix grammar in doc string (bug#2028).
eea84fe5 8761 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
c3de9feb 8762
dcc88d8a
LMI
8763 * subr.el (remove-duplicates): New conveniency function.
8764
505e3645
LMI
87652011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
8766
8767 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
8768 (bug#1526).
8769
87702011-07-10 Martin Rudalics <rudalics@gmx.at>
8771
8772 * window.el (display-buffer-normalize-default): Don't invert
8773 meaning of even-window-heights. Reported by Eli Zaretskii
8774 <eliz@gnu.org>.
8775
455e4fa1
BR
87762011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
8777
8778 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
8779
8e0bc3e9
CY
87802011-07-10 Chong Yidong <cyd@stupidchicken.com>
8781
8782 * window.el (display-buffer): Fix arguments to
8783 display-buffer-reuse-window in last change.
8784
fa7c3228
CY
8785 * faces.el (link): Use a less saturated blue on light backgrounds.
8786
8787 * startup.el (fancy-startup-text, fancy-about-text)
8788 (fancy-startup-tail): Use font-lock faces, for background safety.
8789
c0a7f300
BN
87902011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
8791
b796c9b7
SM
8792 * emulation/viper-cmd.el (viper-change-state-to-vi):
8793 Limit triggering of abbrev expansion (Bug#9038).
c0a7f300 8794
4dc2a129
MR
87952011-07-09 Martin Rudalics <rudalics@gmx.at>
8796
8797 * window.el (display-buffer-default-specifiers): Remove.
8798 (display-buffer-macro-specifiers): Remove default specifiers.
8799 (display-buffer-alist): Default to nil.
b796c9b7 8800 (display-buffer-reuse-window): New optional argument other-window.
4dc2a129
MR
8801 (display-buffer-pop-up-window): Allow splitting internal
8802 windows. Check whether a live window was created.
8803 (display-buffer-other-window-means-other-frame)
8804 (display-buffer-normalize-arguments): Rename to
8805 display-buffer-normalize-argument and rewrite. Set the
8806 other-window specifier.
8807 (display-buffer-normalize-special): New function.
8808 (display-buffer-normalize-options): Rename to
8809 display-buffer-normalize-default and rewrite.
8810 (display-buffer-normalize-options-inhibit): Remove.
8811 (display-buffer-normalize-specifiers): Rewrite.
8812 (display-buffer): Process other-window specifier and call
8813 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
8814 more faithfully.
b796c9b7 8815 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
4dc2a129 8816 (display-buffer-alist-set): Don't handle 'unset default values.
b796c9b7
SM
8817 (display-buffer-in-window, display-buffer-alist-set):
8818 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
4dc2a129
MR
8819 <tassilo@member.fsf.org>.
8820
2d43b8c9
LL
88212011-07-09 Leo Liu <sdl.web@gmail.com>
8822
8823 * register.el (insert-register): Restore accidental change on
8824 2011-06-26. (Bug#9028)
8825
7f9b7c53
GM
88262011-07-09 Glenn Morris <rgm@gnu.org>
8827
8828 * subr.el (remq): Handle the empty list. (Bug#9024)
8829
f042cfd8
AS
88302011-07-08 Andreas Schwab <schwab@linux-m68k.org>
8831
8832 * mail/sendmail.el (send-mail-function): No longer delay custom
8833 initialization.
8834 * custom.el (custom-initialize-delay): Doc fix.
8835
856b2f11
SM
88362011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
8837
8838 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
8839
afae1d68
MA
88402011-07-08 Michael Albinus <michael.albinus@gmx.de>
8841
8842 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
8843 human-friendly prompt.
8844
0757af94
SM
88452011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
8846
8847 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
8848 provided by a particular plugin.
8849
d760b731
LMI
88502011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
8851
8852 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
8853 save customizations (with "emacs -Q"), just set the variable
8854 instead of erroring out.
8855
8856 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
8857
cd79ce90
JL
88582011-07-08 Juri Linkov <juri@jurta.org>
8859
8860 * arc-mode.el (archive-zip-expunge, archive-zip-update)
8861 (archive-zip-update-case): Use 7z if found by `executable-find'.
8862 The order of searching the available programs is the same as in
8863 `archive-zip-extract' (bug#8968).
8864
14cc04aa
CY
88652011-07-07 Chong Yidong <cyd@stupidchicken.com>
8866
8867 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
8868 (menu-bar-options-menu): Tweak descriptions.
8869
0a1848ec
LMI
88702011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
8871
8872 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
8873 menu items into verb phrases (bug#1421). Also refill to fit under
8874 80 columns.
8875
f5bd0689
CY
88762011-07-07 Chong Yidong <cyd@stupidchicken.com>
8877
538e85c6
CY
8878 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
8879 (Info-read-node-name): Doc fix (Bug#1084).
8880
f5bd0689
CY
8881 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
8882 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
8883 (end-of-sexp, beginning-of-sexp)
8884 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
8885 (forward-symbol, forward-same-syntax, word-at-point)
8886 (sentence-at-point): Doc fix (Bug#1144).
8887
56ec5115
LMI
88882011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
8889
f3f8e37f
LMI
8890 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
8891 should cover it (bug#1281).
8892
0757af94 8893 * cus-edit.el (custom-show): Mark as obsolete.
af0905c8 8894
e9fce1ac 8895 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
12b9eb35
LMI
8896 negotiation fails, then possibly try again with a non-encrypted
8897 connection (bug#9017).
8898
56ec5115
LMI
8899 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
8900 be used.
8901
c2f9aec8
RS
89022011-07-07 Richard Stallman <rms@gnu.org>
8903
8904 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
8905 property, and handle its changed format.
8906 Look for the correct line number.
8907 Use file's line contents (but not past first =) to find
8908 correct line in message.
8909
ef7b981d 89102011-07-07 Kenichi Handa <handa@m17n.org>
c805dec0
KH
8911
8912 * international/characters.el (build-unicode-category-table):
8913 Delete it.
0757af94 8914 (unicode-category-table): Set it by unicode-property-table-internal.
c805dec0 8915
0757af94 8916 * international/mule-cmds.el (char-code-property-alist): Move to
c805dec0
KH
8917 to src/chartab.c.
8918 (get-char-code-property): Call unicode-property-table-internal to
8919 load a file. Call get-unicode-property-internal where necessary.
8920 (put-char-code-property): Call unicode-property-table-internal to
8921 load a file. Call put-unicode-property-internal where necessary.
8922 put-unicode-property-internal where necessary.
0757af94
SM
8923 (char-code-property-description):
8924 Call unicode-property-table-internal to load a file.
c805dec0
KH
8925
8926 * international/charprop.el:
8927 * international/uni-bidi.el:
8928 * international/uni-category.el:
8929 * international/uni-combining.el:
8930 * international/uni-comment.el:
8931 * international/uni-decimal.el:
8932 * international/uni-decomposition.el:
8933 * international/uni-digit.el:
8934 * international/uni-lowercase.el:
8935 * international/uni-mirrored.el:
8936 * international/uni-name.el:
8937 * international/uni-numeric.el:
8938 * international/uni-old-name.el:
8939 * international/uni-titlecase.el:
8940 * international/uni-uppercase.el: Regenerate.
8941
8942 * loadup.el: Load international/charprop.el before
8943 international/characters.
8944
e14b388a
CY
89452011-07-07 Chong Yidong <cyd@stupidchicken.com>
8946
8947 * window.el (next-buffer, previous-buffer): Signal an error if
8948 called from a minibuffer window.
8949
8950 * bindings.el: Revert 2011-07-04 change.
8951
354cf0ba
RS
89522011-07-06 Richard Stallman <rms@gnu.org>
8953
8954 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
8955 (rmail-mime-insert-bulk, rmail-mime-insert-text):
8956 Treat markers like ints.
8957 (rmail-mime-entity): Doc fix.
8958
a48868a7
LMI
89592011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
8960
4906cd3d
LMI
8961 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
8962 defcustom again for backwards compatibility.
8963
e0457abe
LMI
8964 * simple.el (shell-command-on-region): Fill.
8965
d67f7e1f
LMI
8966 * dired-aux.el (dired-kill-line): Add a doc string.
8967
fe204702
LMI
8968 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
8969 to "\\sw\\|\\s_" (bug#358).
8970
a48868a7
LMI
8971 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
8972 (dired-unmark-backward): Ditto.
8973 (dired-flag-backup-files): Ditto.
8974
8975 * dired-x.el (dired-mark-sexp): Ditto.
8976
aa8a705c
RS
89772011-07-06 Richard Stallman <rms@gnu.org>
8978
8979 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
8980 (rmail-mime-entity): New arg TRUNCATED.
8981 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
8982 New functions.
8983 (rmail-mime-save): Warn if entity is truncated.
8984 (rmail-mime-toggle-hidden): Likewise, for showing.
8985 (rmail-mime-process-multipart): Record when an entity is truncated.
8986
a9a936b9
RS
8987 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
8988 if ENTITY is a string.
8989
1f2b92cb
LMI
89902011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
8991
f4f73198 8992 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
0757af94
SM
8993 of faces when `M-C-x'-ing their definitions (bug#8378).
8994 Also clean up the code slightly.
f4f73198 8995
12b16734 8996 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
da6062e6 8997 because that makes the colors go away.
12b16734 8998
f0691d22
LMI
8999 * mail/sendmail.el (send-mail-function): Change the default to
9000 `sendmail-query-once'.
9e87df06 9001 (sendmail-query-once): Add an autoload cookie.
f0691d22 9002
1f2b92cb
LMI
9003 * net/network-stream.el (network-stream-open-starttls): Try using
9004 a plain connection even if the server offered STARTTLS, and we
9005 kinda wanted to use it, if Emacs doesn't have any STARTTLS
9006 capability. This should make smtpmail.el work in slightly more
9007 configurations.
9008
1cdd2a1b
MA
90092011-07-06 Michael Albinus <michael.albinus@gmx.de>
9010
9011 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
9012 New defun.
9013 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
9014
fbcc67e2
MM
90152011-07-06 Michael R. Mauger <mmaug@yahoo.com>
9016
9017 * progmodes/sql.el: Version 3.0
0757af94 9018 (sql-product-alist): Add product :completion-object,
fbcc67e2 9019 :completion-column, and :statement attributes.
0757af94 9020 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
fbcc67e2 9021 (sql-mode-syntax-table): Mark all punctuation.
0757af94 9022 (sql-font-lock-keywords-builder): Temporarily remove fallback on
fbcc67e2
MM
9023 ansi keywords.
9024 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
0757af94 9025 (sql-mode-oracle-font-lock-keywords): Improve.
fbcc67e2
MM
9026 (sql-oracle-show-reserved-words): New function for development.
9027 (sql-product-font-lock): Simplify for source code buffers.
9028 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
9029 New functions.
9030 (sql-highlight-product): Set product specific syntax table.
0757af94
SM
9031 (sql-mode-map): Add statement movement functions.
9032 (sql-ansi-statement-starters, sql-oracle-statement-starters):
9033 New variable.
fbcc67e2
MM
9034 (sql-statement-regexp, sql-beginning-of-statement)
9035 (sql-end-of-statement, sql-signum): New functions.
0757af94 9036 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
fbcc67e2
MM
9037 (sql-show-sqli-buffer): Bug fix.
9038 (sql-interactive-mode): Store connection data as buffer local.
0757af94 9039 (sql-connect): Add NEW-NAME parameter. Redesign interaction
fbcc67e2
MM
9040 with sql-interactive-mode.
9041 (sql-save-connection): Save buffer local settings.
0757af94 9042 (sql-connection-menu-filter): Change menu entry name.
fbcc67e2
MM
9043 (sql-product-interactive): Bug fix.
9044 (sql-preoutput-hold): New variable.
9045 (sql-interactive-remove-continuation-prompt): Bug fixes.
9046 (sql-debug-redirect): New variable.
9047 (sql-str-literal): New function.
9048 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
0757af94 9049 Redesign.
fbcc67e2
MM
9050 (sql-oracle-save-settings, sql-oracle-restore-settings)
9051 (sql-oracle-list-all, sql-oracle-list-table): New functions.
9052 (sql-completion-object, sql-completion-column)
9053 (sql-completion-sqlbuf): New variables.
9054 (sql-build-completions-1, sql-build-completions)
9055 (sql-try-completion): New functions.
9056 (sql-read-table-name): Use them.
9057 (sql-contains-names): New buffer local variable.
9058 (sql-list-all, sql-list-table): Use it.
9059 (sql-oracle-completion-types): New variable.
9060 (sql-oracle-completion-object, sql-sqlite-completion-object)
9061 (sql-postgres-completion-object): New functions.
9062
d4eaeab1
GM
90632011-07-06 Glenn Morris <rgm@gnu.org>
9064
9065 * window.el (pop-to-buffer): Doc fix.
9066
322b7dab 90672011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
a1d3a912
CY
9068
9069 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
9070
322b7dab 90712011-07-06 Chong Yidong <cyd@stupidchicken.com>
0484d600 9072
322b7dab 9073 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
4f8f657f 9074
322b7dab 9075 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
8f43cbf3 9076
605dd5bf
CY
90772011-07-05 Chong Yidong <cyd@stupidchicken.com>
9078
9079 * button.el (button): Inherit from link face. Suggested by Dan
9080 Nicolaescu.
9081
7dbfa719
SM
90822011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
9083
3db614b0
SM
9084 * progmodes/gdb-mi.el: Fit in 80 columns.
9085 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
9086 switch-to-buffer.
9087
7dbfa719
SM
9088 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
9089 if imenu is simply not configured (bug#8941).
9090
919d884a
KM
90912011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
9092
9093 * allout.el (allout-post-undo-hook): New allout outline-change
9094 event hook to signal undo activity.
9095 (allout-post-command-business): Run allout-post-undo-hook if an
9096 undo just occurred.
7dbfa719
SM
9097 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
9098 * allout-widgets.el (allout-widgets-after-undo-function):
9099 Ensure the integrity of the current item's decoration after it has been
919d884a
KM
9100 in the vicinity of an undo.
9101 (allout-widgets-mode): Include allout-widgets-after-undo-function
9102 on the new allout-post-undo-hook.
9103
450a0f09
SM
91042011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
9105
9106 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
9107 Let define-derived-mode define it.
9108 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
9109 cycles of abbrev-table inheritance (bug#8998).
9110
2de69e00
RW
91112011-07-05 Roland Winkler <winkler@gnu.org>
9112
9113 * textmodes/bibtex.el: Add support for biblatex.
9114 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
9115 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
9116 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
9117 (bibtex-entry-alist, bibtex-field-alist): New variables.
9118 (bibtex-entry-field-alist): Obsolete alias for
9119 bibtex-BibTeX-entry-alist.
9120 (bibtex-entry-alist, bibtex-field-alist): New widgets.
9121 (bibtex-set-dialect): New command.
9122 (bibtex-entry-type, bibtex-entry-head)
450a0f09
SM
9123 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
9124 Bind via bibtex-set-dialect.
2de69e00
RW
9125 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
9126 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
9127 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
9128 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
9129 Define via bibtex-set-dialect.
450a0f09
SM
9130 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
9131 Obey bibtex-no-opt-remove-re.
2de69e00
RW
9132 (bibtex-vec-push, bibtex-vec-incr): New functions.
9133 (bibtex-format-entry, bibtex-field-list)
9134 (bibtex-print-help-message, bibtex-validate)
9135 (bibtex-search-entries): Use new format of bibtex-entry-alist.
9136
2dcdbdd9
SM
91372011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
9138
9139 * progmodes/compile.el (compilation-goto-locus):
9140 * net/tramp-cmds.el (tramp-append-tramp-buffers):
9141 * bs.el (bs-cycle-next, bs-cycle-previous):
9142 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
9143 * bindings.el (mode-line-other-buffer):
9144 * autoinsert.el (auto-insert):
9145 * arc-mode.el (archive-extract):
9146 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
9147
b27640fe
JB
91482011-07-05 Juanma Barranquero <lekktu@gmail.com>
9149
9150 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
9151 Fix check of `emacs-lock-unlockable-modes'.
9152 Coerce true values of `emacs-lock--try-unlocking' to t.
9153
53bbe3ad
JB
91542011-07-05 Juanma Barranquero <lekktu@gmail.com>
9155
9156 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
9157 * emacs-lock.el: New file.
9158
1d3cdbc7
JD
91592011-07-05 Julien Danjou <julien@danjou.info>
9160
9161 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
9162 than `boundp' to check if face is set.
9163
9173deec
JB
91642011-07-05 Juanma Barranquero <lekktu@gmail.com>
9165
9166 * register.el (registerv-make):
9167 * window.el (window-min-height): Fix typos in docstrings.
9168
869795d6
JD
91692011-07-05 Jan Djärv <jan.h.d@swipnet.se>
9170
9173deec 9171 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
869795d6
JD
9172 Update doc string.
9173
b768cdcd
JB
91742011-07-04 Juanma Barranquero <lekktu@gmail.com>
9175
9176 * server.el (server-execute): Catch quit and call
9177 `server-return-error' to pass the error back to emacsclient and
9178 close the connection (bug#8942).
9179
13aa217b
KM
91802011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
9181
9182 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
9183 insecure exception for current topic. Also note that auto-saves
9184 are handled differently.
9185
5d3385a0 9186 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
13aa217b
KM
9187 State variables for tracking auto-save inhibition situation.
9188
9189 (allout-write-contents-hook-handler): Rename from
9190 'allout-write-file-hook-handler', and describe how it depends on
9191 write-contents-functions sensitivity to non-nil value to prevent
9192 file write.
9193
9194 (allout-auto-save-hook-handler): Remove. auto-save does not check
9195 this in individual buffers, only in the starting buffer, so this
9196 is not the right way for us to inhibit auto-save in a buffer
9197 according to its condition.
9198
9199 (allout-mode): Use new allout-write-contents-hook-handler, and
9200 only with write-contents-functions. Remove auto-save provisions -
9201 they're implemented elsewhere.
9202
9203 (allout-before-change-handler): If undo is in progress, note that
9204 for attention of allout-post-command-business.
9205
9206 (allout-post-command-business): If the command we're following was
9207 an undo, check for change in the status of encrypted items and
9208 adjust auto-save inhibitions accordingly.
9209
9210 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
9211 according to whether there are or aren't any plain-text topics
9212 pending encryption.
9213
2dcdbdd9 9214 (allout-inhibit-auto-save-info-for-decryption):
1154d12e
JB
9215 Adjust buffer-saved-size and some allout state to inhibit auto-saves
9216 if there are plain-text topics pending encryption.
13aa217b
KM
9217
9218 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
9219 buffer-saved-size and some allout state to not inhibit auto-saves
9220 if there are no longer any plain-text topics pending encryption.
9221
0757af94
SM
9222 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
9223 No longer provide for exemption of the current topic.
13aa217b 9224
ac89b32c
JL
92252011-07-04 Juri Linkov <juri@jurta.org>
9226
9227 Add 7z operations to delete and save changed members (bug#8968).
9228 * arc-mode.el (archive-7z-expunge, archive-7z-update):
9229 New defcustoms.
9230 (archive-7z-write-file-member): New function.
9231 (archive-7z-summarize): Fix the number of dashes in the
9232 listing output.
9233
8fa39615
SM
92342011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
9235
9236 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
9237 (bug#8958).
9238
2f11b3f1
CY
92392011-07-04 Chong Yidong <cyd@stupidchicken.com>
9240
d66fef2b
CY
9241 * bindings.el: Ignore next-buffer and previous-buffer in
9242 minibuffer-local-map.
9243
2f11b3f1
CY
9244 * font-lock.el (font-lock-builtin-face): Change light background
9245 color to dark slate blue (Bug#6693).
9246
f932a347
WD
92472011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
9248
9249 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
9250
c8af70e1
SM
92512011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
9252
9253 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
9254 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9255 Add switch-to-buffer.
9256
f158badc
LMI
92572011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
9258
9259 * isearch.el (isearch-search-fun-function): Clarify further the
9260 meaning of the function returned.
9261
6d95bd46
MA
92622011-07-04 Michael Albinus <michael.albinus@gmx.de>
9263
9264 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
9265
9266 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
9267 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
9268 Use it.
9269 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
9270 `tramp-default-remote-path' does not exist.
9271 (tramp-send-command-and-read): New optional argument NOERROR.
9272 (tramp-open-connection-setup-interactive-shell)
9273 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
9274 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
9275 (tramp-process-sentinel): Flush also process' connection property.
9276 (tramp-sh-handle-start-file-process): Do not set process
9277 sentinel. It is done now ...
9278 (tramp-maybe-open-connection): ... here. (Bug#8929)
9279
909e6b67
MK
92802011-07-04 MON KEY <monkey@sandpframing.com>
9281
9282 * play/animate.el (animate-string): Doc fixes and allow changing
9283 the buffer name (bug#5417).
9284
92852011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
9286
c8af70e1 9287 * play/animate.el (animation-buffer-name): Rename from *animate*.
909e6b67 9288
f34755dc
PE
92892011-07-04 Paul Eggert <eggert@cs.ucla.edu>
9290
396cec72
PE
9291 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
9292 This is simpler and helps future-proof the code.
9293 (timer-until): Use time-subtract and float-time.
08235028 9294 (timer--time-less-p): Use time-less-p.
f34755dc 9295
56e6cc31
JB
92962011-07-04 Juanma Barranquero <lekktu@gmail.com>
9297
3abb79e5
JB
9298 * type-break.el (timep): Use the value of `float-time' to avoid a
9299 byte-compiler warning.
9300
56e6cc31
JB
9301 * server.el (server-eval-and-print): Return any result, even nil.
9302
7b9430b4
PE
93032011-07-03 Paul Eggert <eggert@cs.ucla.edu>
9304
9305 * type-break.el: Accept time formats that the builtins accept.
9306 (timep, type-break-time-difference): Accept any format that
9307 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
9308 This is simpler and helps future-proof the code.
9309 (type-break-time-difference): Round rather than ignoring
9310 subseconds components.
9311
3034e9e7
LMI
93122011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9313
9314 * info.el (Info-apropos-matches): Make non-interactive, since it
9315 doesn't seem to do anything useful as a command (bug#8829).
9316
1485f4c0
CY
93172011-07-03 Chong Yidong <cyd@stupidchicken.com>
9318
9319 * frame.el (frame-background-mode, frame-set-background-mode):
c8af70e1 9320 Move from faces.el.
1485f4c0
CY
9321 (frame-default-terminal-background): New function.
9322
9323 * custom.el (custom-push-theme): Don't record faces in `changed'
9324 theme; this doesn't work correctly for per-frame face settings.
9325 (disable-theme): Use face-set-after-frame-default to reset faces.
9326 (custom--frame-color-default): New function.
9327
9fa3dd45
LMI
93282011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9329
c8af70e1 9330 * dired.el (dired-flagging-regexp): Remove unused variable
9fa3dd45
LMI
9331 (bug#8769).
9332
6cbbc20c
KR
93332011-03-29 Kevin Ryde <user42@zip.com.au>
9334
9335 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9336 `perl-Test2' extend to match possible "fail #N" rep count
9337 (bug#8377).
9338
c7f98048
LMI
93392011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9340
65676592
LMI
9341 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
9342 `smtpmail-via-smtp' now returns the error instead of nil.
9343
c7f98048
LMI
9344 * isearch.el (isearch-search-fun-function): Clarify the doc string
9345 (bug#8101).
9346
56e6cc31 93472011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
9a51c6c7
RK
9348
9349 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
9350 unnecessary spaces (bug#8987).
9351
2b216704
LMI
93522011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9353
9354 * net/network-stream.el (open-network-stream): Use the
9355 :end-of-capability command thoughout.
9356
93572011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
9358
9359 * net/network-stream.el (open-network-stream): Add the
9360 :end-of-capability command parameter, used by pop3.el.
9361
36adf6ce
LMI
93622011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9363
1ca0da0e
LMI
9364 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
9365
fc00f69c
LMI
9366 * fringe.el (fringe-query-style): Remove redundant text " (type ?
9367 for list)" (bug#6475).
9368
28fd8759 9369 * files.el (file-expand-wildcards): Ignore non-readable
8350f087 9370 sub-directories while trying to find matches instead of signaling
28fd8759
LMI
9371 an error (bug#6297).
9372
0dd8b6da
LMI
9373 * man.el (Man-reference-regexp): Allow matching possible
9374 word-wrapped references (bug#6289).
9375
ce1438d6
LMI
9376 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
9377 for consistency with the other vc buffers (bug#6197).
9378 (vc-checkin): Ditto.
9379
9380 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
9381
36adf6ce
LMI
9382 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
9383
e83cc1f7
LMI
93842011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
9385
8a20ca4c
LMI
9386 * custom.el (defcustom): Clarify that :set is only used in the
9387 Customize user interface (bug#6089).
9388
83319045
LMI
9389 * progmodes/flymake.el (flymake-mode): If the buffer isn't
9390 associated with a file, refuse to run instead of erroring out
9391 (bug#6084).
9392
a8392169
LMI
9393 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
9394 the doc string, since it appears that using `fill-column' always
9395 controls the width (bug#7845).
9396
e83cc1f7
LMI
9397 * simple.el (shell-command-on-region): Say where the error output
9398 went if `shell-command-default-error-buffer' is set (bug#6857).
9399
e47ca23b
KM
94002011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
9401
9402 * allout.el (allout-yank-processing): Adjust cursor position for
9403 backwards-deleted space.
9404
9405 (allout-rebullet-heading): Register changes with
9406 allout-exposure-changed-hook, so the modified topic is properly
9407 decorated.
9408
5cf56143
LMI
94092011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
9410
08549772
LMI
9411 * minibuffer.el (completion-in-region): Document PREDICATE
9412 (bug#7136).
9413
48e96771
LMI
9414 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
9415 of keyword/argument pairs (bug#6904).
9416
c8af70e1
SM
9417 * replace.el (multi-occur):
9418 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
5cf56143 9419
e17d05e2
LMI
94202011-07-02 Drew Adams <drew.adams@oracle.com>
9421
9422 * dired.el (dired-mark-if): Make the message about whether it's
9423 marking or unmarking clearer (bug#8523).
9424
063b0e45
LMI
94252011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
9426
9427 * disp-table.el (display-table-print-array): New function.
9428 (describe-display-table): Use it to print the vectors more pretty
9429 (Bug#8859).
9430
28545e04
MR
94312011-07-02 Martin Rudalics <rudalics@gmx.at>
9432
9433 * window.el (window-state-get-1): Don't assign clone numbers.
9434 Add clone-of item to list of window parameters.
9435 (window-state-put-2): Don't process clone numbers.
9436 (display-buffer-alist): Fix doc-string.
9437
3349e122
SM
94382011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
9439
9440 * subr.el (remq): Don't allocate if it's not needed.
9441 (keymap--menu-item-binding, keymap--menu-item-with-binding)
9442 (keymap--merge-bindings): New functions.
9443 (keymap-canonicalize): Use them to refine the canonicalization.
9444 * minibuffer.el (minibuffer-local-completion-map)
9445 (minibuffer-local-must-match-map): Move initialization from C.
9446 (minibuffer-local-filename-completion-map): Move initialization from C;
9447 don't inherit from anything here.
9448 (minibuffer-local-filename-must-match-map): Make obsolete.
9449 (completing-read-default): Use make-composed-keymap to combine
9450 minibuffer-local-filename-completion-map with either
9451 minibuffer-local-must-match-map or
9452 minibuffer-local-filename-completion-map.
9453
d224ac83
GM
94542011-07-01 Glenn Morris <rgm@gnu.org>
9455
3de63bf8
GM
9456 * type-break.el (type-break-time-sum): Use dolist.
9457
d224ac83
GM
9458 * textmodes/flyspell.el (flyspell-word-search-backward):
9459 Replace CL function.
9460
1a1e3f32
SM
94612011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
9462
fe3f64d5
SM
9463 * mouse.el (mouse--strip-first-event): New function.
9464 (function-key-map): Use it to map fringe clicks to normal clicks
9465 by default.
9466
eb604e34
SM
9467 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
9468 (vc-bzr-revision-completion-table): Add support for annotate and date.
9469
1a1e3f32
SM
9470 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
9471 inherit from parent.
9472
5bd35902
LMI
94732011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9474
ace6c69c 9475 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
26bde865 9476 (dired-show-file-type): Doc fixup (bug#8818).
ace6c69c 9477
191e2bed
LMI
9478 * dired.el (dired-mode): Fix up the doc string as suggested by
9479 Drew Adams (bug#8817).
9480
5bd35902
LMI
9481 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
9482 cookie, since the manual says that it should be possible to add
9483 this function to `find-file-hook' (bug#8709).
9484
eee8207a
TZ
94852011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
9486
9487 * progmodes/cfengine.el: Moved all cfengine3.el functionality
9488 here. Noted Ted Zlatanov as the maintainer.
9489 (cfengine-common-settings, cfengine-common-syntax): New functions
9490 to set up common things between `cfengine-mode' and
9491 `cfengine3-mode'.
9492 (cfengine3-mode): New mode.
9493 (cfengine3-defuns cfengine3-defuns-regex
9494 (cfengine3-class-selector-regex cfengine3-category-regex)
9495 (cfengine3-vartypes cfengine3-font-lock-keywords)
9496 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
eb604e34 9497 (cfengine3-indent-line): Add from cfengine3.el.
eee8207a 9498
36b148cf
MA
94992011-07-01 Michael Albinus <michael.albinus@gmx.de>
9500
9501 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
9502
9503 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
9504
0bf4ba9a
MR
95052011-07-01 Martin Rudalics <rudalics@gmx.at>
9506
9507 * window.el (same-window-buffer-names, same-window-regexps)
9508 (same-window-p, special-display-frame-alist)
9509 (special-display-popup-frame, special-display-function)
9510 (special-display-buffer-names, special-display-regexps)
9511 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
9512 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
9513 (split-window-preferred-function, split-height-threshold)
9514 (split-width-threshold, even-window-heights)
9515 (display-buffer-mark-dedicated, window-splittable-p)
9516 (split-window-sensibly, window-safely-shrinkable-p):
9517 Un-obsolete.
9518 (display-buffer): Don't spread args with function specifier
9519 because special-display-popup-frame won't like it.
9520
35837f51
PE
95212011-07-01 Paul Eggert <eggert@cs.ucla.edu>
9522
d0672f86
PE
9523 Time-stamp simplifications and fixes.
9524 These improve accuracy slightly, and future-proof the code
9525 against some potential changes to current-time format.
9526
b9444d97
PE
9527 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
9528 by using time-since and float-time.
9529
0ef923dc
PE
9530 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
9531 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
9532 + NNN microseconds".
9533
2f81380d
PE
9534 * type-break.el (type-break-time-sum): Rewrite using time-add.
9535
845b5c3e
PE
9536 * play/hanoi.el (hanoi-current-time-float): Remove.
9537 All uses replaced by float-time.
9538
ee6f1be0
PE
9539 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
9540 This yields a more-accurate answer.
9541 (rng-time-to-float): Remove; no longer needed.
9542
fe955043
PE
9543 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
9544
5777162a
PE
9545 * calendar/timeclock.el (timeclock-seconds-to-time):
9546 Defalias to seconds-to-time, since they're the same thing.
9547
3103f8b6 9548 * emacs-lisp/elp.el (elp-elapsed-time):
e2bac5f6 9549 * emacs-lisp/benchmark.el (benchmark-elapse):
35837f51
PE
9550 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
9551
0e61a35f
SM
95522011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
9553
9554 * window.el (bury-buffer): Don't iconify the only frame.
9555 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
9556 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
9557
ddd63a1e
CY
95582011-07-01 Chong Yidong <cyd@stupidchicken.com>
9559
0e61a35f
SM
9560 * eshell/em-smart.el (eshell-smart-display-navigate-list):
9561 Add mouse-yank-primary.
ddd63a1e 9562
055f4923
TZ
95632011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
9564
9565 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
9566
6a2fb145
SM
95672011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
9568
9569 * emacs-lisp/find-func.el (find-library--load-name): New fun.
9570 (find-library-name): Use it to find relative load names when provided
9571 absolute file name (bug#8803).
9572
fd4983f2
LMI
95732011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
9574
887d14ad
LMI
9575 * textmodes/flyspell.el (flyspell-word): Consider words that
9576 differ only in case as potential doublons (bug#5687).
9577
c53dc7fc
LMI
9578 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
9579 Remove two rather uninteresting debugging-like messages to make
9580 debbugs.el more silent.
9581
fd4983f2
LMI
9582 * comint.el (comint-password-prompt-regexp): Accept "Response" as
9583 a password-like phrase.
9584
7a71b18d 95852011-06-30 Masatake YAMATO <yamato@redhat.com>
b14c0c55
AM
9586
9587 * progmodes/cc-guess.el: New file.
9588
6a2fb145 9589 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
b14c0c55
AM
9590
9591 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
9592 derived from `c-basic-common-init'.
9593
9594 * progmodes/cc-mode.el (top-level): Require cc-guess.
9595 (c-basic-common-init): Use `cc-choose-style-for-mode'.
9596
1fa280a3
LM
95972011-06-30 Lawrence Mitchell <wence@gmx.li>
9598
9599 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
9600
e6597158
AM
96012011-06-30 Alan Mackenzie <acm@muc.de>
9602
1fa280a3
LM
9603 * progmodes/cc-engine.el (c-guess-continued-construct):
9604 Correct the handling of template-args-cont, particularly for when font
e6597158
AM
9605 lock is disabled. Name this case as "CASE G".
9606
68ba37fb
KM
96072011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
9608
9609 * allout.el (allout-yank-processing): Fix injection of extra space
9610 between bullet and non-whitespace character in first topic when
9611 pasting, ensuring that the actual spacing in the pasted topic
9612 following the bullet char is preserved. This extra space was
9613 causing pasted encrypted topics to get a decrypted status even
9614 when the content was actually still encrypted. Now the decryption
9615 status from before the paste is preserved.
9616
9617 (allout-flag-region): Set all allout overlays so they evaporate
9618 when reduced to zero length (evanescent), to prevent overlay
9619 leakage.
9620
887a0b34
GM
96212011-06-30 Glenn Morris <rgm@gnu.org>
9622
94b9acce
GM
9623 * w32-fns.el (w32-charset-info-alist): Declare.
9624
1d9b46d4
GM
9625 * find-dired.el (find-grep-options): Simplify.
9626
cc232200
GM
9627 * term/ns-win.el (ns-set-resource): Declare.
9628
28e77c46
GM
9629 * ses.el (row, col): Declare dynamic variables honestly.
9630
887a0b34
GM
9631 * textmodes/reftex-parse.el (index-tags): Declare.
9632
658d8eb8
CY
96332011-06-30 Chong Yidong <cyd@stupidchicken.com>
9634
9635 * cus-edit.el (customize-push-and-save): New function.
9636
9637 * files.el (hack-local-variables-confirm): Use it.
9638
1fa280a3
LM
9639 * custom.el (load-theme): New arg NO-CONFIRM.
9640 Use customize-push-and-save (Bug#8720).
658d8eb8
CY
9641 (custom-enabled-themes): Doc fix.
9642
9643 * cus-theme.el (customize-create-theme)
9644 (custom-theme-merge-theme): Callers to load-theme changed.
9645
bb617717
LMI
96462011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
9647
d61bdd5d
LMI
9648 * thingatpt.el (thing-at-point-short-url-regexp): Require that
9649 short URLs have at least one dot in them (bug #7614).
9650
bb617717
LMI
9651 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
9652 nil, because using a pty is apparently too slow (bug #895).
9653
2f31f37a
LMI
96542011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
9655
9656 * mail/sendmail.el (sendmail-query-once): New function.
9657 (sendmail-query-once-function): New variable.
9658
3076b24e
GM
96592011-06-29 Glenn Morris <rgm@gnu.org>
9660
faf2a174
GM
9661 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
9662
3076b24e
GM
9663 * ses.el (top-level): Require cl when compiling.
9664 (ses-set-localvars): Fix error statement.
9665 Call it at compile time to silence a storm of warnings.
9666
5386012d
MR
96672011-06-29 Martin Rudalics <rudalics@gmx.at>
9668
9669 * window.el (normalize-live-buffer): Rename to
9670 window-normalize-buffer.
9671 (normalize-live-frame): Rename to window-normalize-frame.
9672 (normalize-any-window): Rename to window-normalize-any-window.
9673 (normalize-live-window): Rename to window-normalize-live-window.
9674 (make-window-atom): Rename to window-make-atom.
9675 (window-resize-reset): Rename to window--resize-reset.
9676 (window-resize-reset-1): Rename to window--resize-reset-1.
9677 (resize-mini-window): Rename to window--resize-mini-window.
9678 (resize-subwindows-skip-p): Rename to
9679 window--resize-subwindows-skip-p.
9680 (resize-subwindows-normal): Rename to
9681 window--resize-subwindows-normal.
9682 (resize-subwindows): Rename to window--resize-subwindows.
9683 (resize-other-windows): Rename to window--resize-siblings.
9684 (resize-this-window): Rename to window--resize-this-window.
9685 (resize-root-window): Rename to window--resize-root-window.
9686 (resize-root-window-vertically): Rename to
9687 window--resize-root-window-vertically.
9688 (normalize-buffer-to-display): Rename to
9689 window-normalize-buffer-to-display.
9690 (normalize-buffer-to-switch-to): Rename to
9691 window-normalize-buffer-to-switch-to.
9692 Correspondingly update all callers of the functions listed
9693 above.
9694 (display-buffer-alist, display-buffer-normalize-arguments)
9695 (display-buffer-normalize-options, display-buffer)
9696 (display-buffer-alist-set): Use "function" instead of
9697 "fun-with-args".
9698
1176868d
CY
96992011-06-28 Chong Yidong <cyd@stupidchicken.com>
9700
9701 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
9702 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
9703 debbugs.gnu.org. Mention acknowledgment email.
9704
20a7a65f
LMI
97052011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
9706
9707 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
9708 buffer multibyteness, since it shouldn't matter.
9709
5f45cca5
MR
97102011-06-28 Martin Rudalics <rudalics@gmx.at>
9711
9712 * window.el (display-buffer-in-side-window): Handle dedicated
9713 windows as in display-buffer-reuse-window.
9714 (display-buffer-normalize-alist): Use value of override
9715 specifier.
9716 (display-buffer-normalize-specifiers): Use value of
9717 other-window-means-other-frame specifier.
9718 (display-buffer-alist): Rewrite some texts in widgets.
9719 (display-buffer): Spread arguments when calling function
9720 specified by fun-with-args.
9721
ad85fe1f
DD
97222011-06-28 Deniz Dogan <deniz@dogan.se>
9723
1fa280a3
LM
9724 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
9725 Unnest `let'.
da68c4c8 9726
ad85fe1f
DD
9727 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
9728 selectors (Bug#5732).
ec49bd31 9729 (css-proprietary-nmstart-re): Use `regexp-opt'.
ad85fe1f 9730
a08cc025
JA
97312011-06-27 Jari Aalto <jari.aalto@cante.net>
9732
9733 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
9734 (eshell-ls-date-format): New defcustom.
9735 (eshell-ls-file): Use it.
9736
e2b551c5
SM
97372011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
9738
9739 * help-fns.el (describe-variable): Fix message for terminal-local vars.
9740
8982b231
KY
97412011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
9742
9743 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
9744 (ange-ftp-make-tmp-name): New arg.
9745 (ange-ftp-file-local-copy): Use it.
9746
36c9fa27
J
97472011-06-27 Jambunathan K <kjambunathan@gmail.com>
9748
9749 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
9750 no-conversion (Bug#8870).
9751
d68443dc
MR
97522011-06-27 Martin Rudalics <rudalics@gmx.at>
9753
9754 * window.el (window-right, window-left, window-child)
9755 (window-child-count, window-last-child)
9756 (window-iso-combination-p, walk-window-tree-1)
9757 (window-atom-check-1, window-tree-1, delete-window)
9758 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
9759 new naming conventions - window-vchild, window-hchild,
9760 window-next and window-prev are now called window-top-child,
9761 window-left-child, window-next-sibling and window-prev-sibling
9762 respectively.
d615d6d2
MR
9763 (resize-window-reset): Rename to window-resize-reset.
9764 (resize-window-reset-1): Rename to window-resize-reset-1.
9765 (resize-window): Rename to window-resize.
9766 (window-min-height, window-min-width)
9767 (resize-mini-window, resize-this-window, resize-root-window)
9768 (resize-root-window-vertically, adjust-window-trailing-edge)
9769 (enlarge-window, shrink-window, maximize-window)
9770 (minimize-window, delete-window, quit-restore-window)
9771 (split-window, balance-windows, balance-windows-area-adjust)
9772 (balance-windows-area, window-state-put-2)
9773 (display-buffer-even-window-sizes, display-buffer-set-height)
9774 (display-buffer-set-width, set-window-text-height)
9775 (fit-window-to-buffer): Rename all "resize-window" prefixed
9776 calls to use the "window-resize" prefix convention.
9777 (display-buffer-alist): Fix symbol for label specifier.
9778 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
9779 corresponding specifier.
9780 Reported by Juanma Barranquero <lekktu@gmail.com>.
d68443dc 9781
b6458526
VB
97822011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
9783
9784 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
9785 convention.
9786 (ses-call-printer): Does not pass an empty string to formatter when the
9787 cell is empty to keep from barking printer Calc math-format-value.
9788
d31fd9ac
RS
97892011-06-27 Richard Stallman <rms@gnu.org>
9790
43d5bf84
RS
9791 * battery.el (battery-mode-line-limit): New variable.
9792 (battery-update): Handle it.
9793
d31fd9ac
RS
9794 * mail/rmailmm.el (rmail-mime-process-multipart):
9795 Handle truncated messages.
9796
819a6054
GM
97972011-06-27 Glenn Morris <rgm@gnu.org>
9798
9799 * progmodes/flymake.el (flymake-err-line-patterns):
9800 Allow for column numbers in the ant/javac pattern. (Bug#8866)
9801
cedc73f2
VB
98022011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
9803
819a6054 9804 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
cedc73f2
VB
9805 (ses--clean-!, ses--clean-_): New functions.
9806 (ses-range): Add configurability of readout order, and conversion
9807 to Calc vector.
9808
5e5d49b6
VB
9809 * ses.el (ses-repair-cell-reference-all): New function.
9810 (ses-cell-symbol): Set macro as safe, so that it can be used in
9811 formulas.
9812
56e6cc31 9813 * ses.el: Update cycle detection algorithm.
90ca8b49 9814 (ses-localvars): Add ses--Dijkstra-attempt-nb and
819a6054 9815 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
90ca8b49
VB
9816 (ses-set-localvars): New function.
9817 (ses-make-cell): Add property-list as a cell element.
9818 (ses-cell-property-get-fun, ses-cell-property-get)
9819 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
819a6054
GM
9820 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
9821 New functions.
90ca8b49
VB
9822 (ses-cell-property-set, ses-cell-property-pop)
9823 (ses-cell-property-get-handle): New macro.
9824 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
9825 New aliases, used for code readability.
9826 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
9827 cycle detection.
9828 (ses-self-reference-early-detection): New defcustom.
fac916bf 9829 (ses-formula-references): Robustify against self-referring cells.
90ca8b49
VB
9830 (ses-mode): Use ses-set-localvars.
9831 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
9832 before lauching the update processing.
9833 (ses-initialize-Dijkstra-attempt): New function.
9834 (ses-recalculate-cell): Update for cycle detection based on
9835 Dijkstra algorithm.
9836
2bb63e81
VB
9837 * ses.el: Fix commenting and indenting convention.
9838
c9d29fb8
SM
98392011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
9840
9841 * bs.el (bs-cycle-next): Complete last change.
9842
d8e4b68b
JB
98432011-06-27 Drew Adams <drew.adams@oracle.com>
9844
9845 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
9846
40098786
LMI
98472011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
9848
c9d29fb8
SM
9849 * net/network-stream.el (network-stream-open-starttls):
9850 Don't re-get capabilities unless we've reestablished connection.
f6ab314e
LMI
9851 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
9852
40098786
LMI
9853 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
9854 to binary to possibly avoid line encoding issues on Windows (among
9855 other things).
9856
468d09d4
LMI
98572011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
9858
9859 * net/network-stream.el (open-network-stream): Return an :error
9860 saying what the problem was, if possible.
9861
9862 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
9863 server.
9864
9865 * net/network-stream.el (network-stream-open-starttls): If we
9866 wanted to use STARTTLS, and the server offered it, but we weren't
9867 able to because we had no STARTTLS support, then close the connection.
9868 (open-network-stream): Return an :error element, if present.
9869
16f07dd7
CY
98702011-06-26 Chong Yidong <cyd@stupidchicken.com>
9871
88821ca0
CY
9872 * hl-line.el (hl-line-sticky-flag): Doc fix.
9873 (global-hl-line-sticky-flag): New option (Bug#8323).
9874 (global-hl-line-highlight): Obey it.
9875
16f07dd7
CY
9876 * vc/vc.el (vc-revert-show-diff): Default to t.
9877
6b5ccddf
KM
98782011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
9879
c9d29fb8
SM
9880 * allout-widgets.el (allout-widgets-post-command-business):
9881 Stop decorating intermediate isearch matches. They're not being
6b5ccddf
KM
9882 undecorated when an isearch is continued past, and isearch
9883 automatically collapses them. This leads to "widget leaks", where
9884 decorated items accumulate in collapsed areas. Lines with lots of
c9d29fb8
SM
9885 hidden widgets can slow down cursor travel, substantially.
9886 Too much complicated machinery would be needed to ensure undecoration,
6b5ccddf
KM
9887 so we're doing without this nicety.
9888
9889 (allout-widgets-tally-string): Don't try to do a hash-table-count
9890 of allout-widgets-tally when it's nil. This eliminates spurious "Error
9891 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
9892 *Messages* when allout-widgets-maintain-tally is t.
9893
355f2e07
MR
98942011-06-26 Martin Rudalics <rudalics@gmx.at>
9895
9896 * window.el (display-buffer-normalize-argument): Rename to
9897 display-buffer-normalize-arguments. Handle special meaning of
6b5ccddf
KM
9898 LABEL argument. Respect special-display-function when popping up
9899 a new frame. Fix code searching for a window showing the buffer
9900 on another frame.
c9d29fb8
SM
9901 (display-buffer-normalize-specifiers):
9902 Call display-buffer-normalize-arguments.
355f2e07
MR
9903 (display-buffer-in-window): Don't undedicate the window if its
9904 buffer remains the same.
9905 Reported by Drew Adams <drew.adams@oracle.com>.
9906 (display-buffer-alist): Add choice for same-window macro
9907 specfier.
9908 (display-buffer): Mention special meaning of LABEL argument in
9909 doc-string. Fix quoting. Don't pop up a new frame even as
9910 fallback.
9911
7ca8fc42
JB
99122011-06-26 Juanma Barranquero <lekktu@gmail.com>
9913
9914 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
9915 avoid deleting the current window in some cases (bug#8911).
9916
bc312254
AS
99172011-06-26 Andreas Schwab <schwab@linux-m68k.org>
9918
9919 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
9920 (Bug#8934)
9921
2db18f3f
LMI
99222011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
9923
c9d29fb8
SM
9924 * net/network-stream.el (network-stream-open-starttls):
9925 Use built-in TLS support if `gnutls-available-p' is true.
2db18f3f
LMI
9926 (network-stream-open-tls): Ditto.
9927
6302e0d3
LL
99282011-06-26 Leo Liu <sdl.web@gmail.com>
9929
9930 * register.el (registerv): New struct.
9931 (registerv-make): New function.
c9d29fb8
SM
9932 (jump-to-register, describe-register-1, insert-register):
9933 Support the jump-func, print-func and insert-func slot of a registerv
6302e0d3
LL
9934 struct. (Bug#8415)
9935
5fdd4046
CY
99362011-06-26 Chong Yidong <cyd@stupidchicken.com>
9937
2afef60a
CY
9938 * vc/vc.el (vc-revert-show-diff): New defcustom.
9939 (vc-diff-internal): New arg specifying diff buffer.
9940 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
9941 reuse an existing *vc-diff* buffer (Bug#8927).
9942
5fdd4046
CY
9943 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
9944
e93db24a
GM
99452011-06-26 Glenn Morris <rgm@gnu.org>
9946
9947 * progmodes/f90.el (f90-critical-indent): New option.
9948 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
9949 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
9950 (f90-mode): Doc fix.
9951 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
9952 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
9953 (f90-beginning-of-block, f90-next-block, f90-indent-region)
9954 (f90-match-end): Handle block, critical.
9955
eefff499
GM
99562011-06-25 Glenn Morris <rgm@gnu.org>
9957
f6ba4cc9
GM
9958 * calendar/diary-lib.el (diary-included-files): Doc fix.
9959 (diary-include-files): New function, extracted from
9960 diary-include-other-diary-files and diary-mark-included-diary-files.
9961 (diary-include-other-diary-files, diary-mark-included-diary-files):
9962 Just call diary-include-files.
9963 (diary-mark-entries): Reset diary-included-files on first call.
9964
16712304
GM
9965 * calendar/diary-lib.el (diary-mark-entries)
9966 (diary-mark-included-diary-files):
9967 Visit included diary-files in temp buffers.
9968
5d8e0d43
GM
9969 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
9970 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
9971 (f90-start-block-re, f90-imenu-generic-expression)
9972 (f90-looking-at-program-block-start, f90-no-block-limit):
9973 Add support for submodules.
9974
ccf7a5d5
GM
9975 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
9976 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
eefff499 9977
11fdef7d 99782011-06-25 Eli Zaretskii <eliz@gnu.org>
638e9005
EZ
9979
9980 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
9981 buffer-file-type before setting its value, to avoid disastrous
eefff499 9982 global effects on decoding files for DOS/Windows systems. (Bug#8780)
638e9005 9983
74f53697
JB
99842011-06-25 Juanma Barranquero <lekktu@gmail.com>
9985
9986 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
9987
9988 * ses.el (ses-unload-function):
9989 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
9990
9991 * proced.el (proced-unload-function):
9992 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
9993
18a4ce5e
AR
99942011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
9995
9996 * server.el (server-create-window-system-frame): Add parameters arg.
9997 (server-process-filter): Doc fix. Handle frame-parameters.
9998
519d22cc
JB
99992011-06-25 Juanma Barranquero <lekktu@gmail.com>
10000
10001 Fix bug#8730, bug#8781.
10002
10003 * loadhist.el (unload--set-major-mode): New function.
10004 (unload-feature): Use it.
10005
10006 * progmodes/python.el (python-after-info-look): Add autoload cookie.
10007 (python-unload-function): New function.
10008
c206f5b0
SM
100092011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
10010
10011 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
10012
f9ad64f3
GS
100132011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
10014
10015 * net/browse-url.el (browse-url-firefox-program): Add icecat to
10016 the candidates list.
10017
7d0da90e
JB
100182011-06-24 Juanma Barranquero <lekktu@gmail.com>
10019
10020 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
10021
14b4e83d
RS
100222011-06-23 Richard Stallman <rms@gnu.org>
10023
10024 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
10025 (rmail-variables): Set next-error-move-function.
10026 (rmail-what-message): Take argument POS.
10027 (rmail-next-error-move): New function.
10028
273d2baf
SM
100292011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
10030
10031 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
10032 messages for adjacent non-terminals.
10033
56c2cc9a
RS
100342011-06-23 Richard Stallman <rms@gnu.org>
10035
10036 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
f444564c 10037 (rmail-show-message-1): Preserve buffer modified flag.
8050daa1
RS
10038 (rmail-start-mail): Don't specify use of rmail-mail-return;
10039 that's done by mail-bury now.
10040 (rmail-mail-return): Handle arg NEWBUF.
56c2cc9a 10041
d59eb518
MA
100422011-06-23 Michael Albinus <michael.albinus@gmx.de>
10043
10044 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
10045 SIZE is a number.
10046
02cfc6d6
MR
100472011-06-23 Martin Rudalics <rudalics@gmx.at>
10048
10049 * window.el (get-lru-window, get-mru-window)
10050 (get-largest-window): Never return a minibuffer window.
10051 (display-buffer-pop-up-window): Fix a bug that could lead to
10052 reusing the minibuffer window.
10053 (display-buffer): Pass original specifier argument to
10054 display-buffer-function instead of the normalized one.
10055 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
10056
4e323265
LL
100572011-06-22 Leo Liu <sdl.web@gmail.com>
10058
10059 * minibuffer.el (completing-read-function)
10060 (completing-read-default): Move from minibuf.c
10061
7a70468f
RS
100622011-06-22 Richard Stallman <rms@gnu.org>
10063
50718fc2
RS
10064 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
10065 to Rmail even if not started by a special Rmail command.
10066
7a70468f
RS
10067 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
10068 Copy the buffer currently showing just one message.
10069
297dde5a
RW
100702011-06-22 Roland Winkler <winkler@gnu.org>
10071
10072 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
10073 (bibtex-clean-entry): First delete the old key so that a
10074 customized algorithm for generating the new key does not get
10075 confused by the old key.
10076 (bibtex-url): Obey regexp of first step.
10077 (bibtex-search-entries): Do not use add-to-list with local
10078 list-var.
10079
97bb1093
LMI
100802011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
10081
10082 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
10083 stored a user name, then query for the password first, instead of
10084 waiting for SMTP to give an error message and the trying again.
10085
1c0f1a19
JD
100862011-06-22 Lawrence Mitchell <wence@gmx.li>
10087
10088 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
10089 BUFFER in call-process.
10090
396f7c9d
LMI
100912011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
10092
10093 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
10094 QUIT twice.
ddb7ffee
LMI
10095 (smtpmail-try-auth-methods): Require user name and password from
10096 auth-source.
396f7c9d 10097
8998d1b3
MR
100982011-06-22 Martin Rudalics <rudalics@gmx.at>
10099
10100 * window.el (display-buffer-default-specifiers)
10101 (display-buffer-alist): Remove entries for pop-up-frame-alist.
10102 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
130e3e11 10103 (split-window): Normalize SIDE argument (Bug#8916).
8998d1b3
MR
10104
10105 * frame.el (pop-up-frame-alist, pop-up-frame-function)
10106 (special-display-frame-alist, special-display-popup-frame):
10107 Remove duplicate declarations. These are now in window.el.
10108
4ea31e07
LMI
101092011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10110
c9d29fb8
SM
10111 * mail/smtpmail.el (smtpmail-via-smtp):
10112 Set :use-starttls-if-possible so that we always use STARTTLS if the
6af7a784
LMI
10113 server supports it. SMTP servers that support STARTTLS commonly
10114 require it.
10115
10116 * net/network-stream.el (network-stream-open-starttls): Support
10117 upgrading to STARTTLS always, even if we don't have built-in support.
fa463103 10118 (open-network-stream): Add the :always-query-capabilities keyword.
6af7a784 10119
95f41d9a
LMI
10120 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
10121 upgrades with `open-network-stream', and rely solely on
10122 auth-source for all credentials. Big changes throughout the file,
10123 but in particular:
c9d29fb8
SM
10124 (smtpmail-auth-credentials): Remove.
10125 (smtpmail-starttls-credentials): Remove.
7d36ad46
LMI
10126 (smtpmail-via-smtp): Check for servers saying they want AUTH after
10127 MAIL FROM, too.
95f41d9a 10128
c9d29fb8
SM
10129 * net/network-stream.el (network-stream-open-starttls):
10130 Provide support for client certificates both for external and built-in
4ea31e07
LMI
10131 STARTTLS.
10132 (auth-source): Require.
10133 (open-network-stream): Document the :client-certificate keyword.
eb8c9362
LMI
10134 (network-stream-certificate): Change cert-cert to cert and
10135 cert-key to key.
4ea31e07 10136
065ec2c7
MA
101372011-06-21 Michael Albinus <michael.albinus@gmx.de>
10138
10139 * net/tramp-cache.el (top): Don't load the persistency file when
10140 "emacs -Q" has been called.
10141
cd93b359
DR
101422011-06-21 Tim Harper <timcharper@gmail.com>
10143
d8e4b68b
JB
10144 * term/ns-win.el (ns-initialize-window-system):
10145 Set application-specific `ApplePressAndHoldEnabled' system
cd93b359
DR
10146 resource to NO as it is not yet supported by the NS port.
10147
ae9c0411
JB
101482011-06-21 Juanma Barranquero <lekktu@gmail.com>
10149
10150 * misc.el (list-dynamic-libraries--refresh): Compute header here...
10151 (list-dynamic-libraries): ...not here.
10152
7f3f739f
LL
101532011-06-21 Leo Liu <sdl.web@gmail.com>
10154
10155 * subr.el (sha1): Implement sha1 using secure-hash.
10156
327c8fb1
MR
101572011-06-21 Martin Rudalics <rudalics@gmx.at>
10158
10159 * window.el (display-buffer-alist): In default value do not
10160 enforce searching a window on any but the selected frame.
10161 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
10162 (display-buffer-select-window): Remove function.
10163 (display-buffer-in-window): When a window on another frame gets
10164 reused, do not select it any more but just raise its frame if
10165 necessary (Bug#8851) and (Bug#8856).
10166 (display-buffer-normalize-options): Handle pop-up-frames related
10167 options more faithfully.
10168 (pop-to-buffer): Don't rely on `display-buffer' selecting the
10169 window if it is on another frame.
c9d29fb8
SM
10170 (display-buffer-alist, display-buffer-default-specifiers):
10171 Don't make new frame unsplittable by default.
9e9de014
MR
10172 (display-buffer-normalize-argument): Fix doc-string typo and use
10173 'same-frame-other-window instead of 'other-window when associating
10174 with display-buffer-macro-specifiers.
327c8fb1 10175
7cf3f556
VB
101762011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
10177
10178 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
10179 New functions.
10180 (5x5-mode-map, 5x5-mode-menu): Bind them.
10181 (5x5-draw-grid): Tweak the solver's rendering.
10182
60a406cf
SM
101832011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
10184
10185 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
10186 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
10187
d8e4b68b 101882011-06-21 Drew Adams <drew.adams@oracle.com>
5d907d6c
DA
10189
10190 * menu-bar.el: Use function variable instead of switch-to-buffer.
10191 (menu-bar-select-buffer-function): New variable.
60a406cf 10192 (menu-bar-update-buffers): Use it (bug#8876).
5d907d6c 10193
478d6f95
SM
101942011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
10195
10196 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
10197 variable's status.
10198
ca530739
JD
101992011-06-20 Jan Djärv <jan.h.d@swipnet.se>
10200
10201 * x-dnd.el (x-dnd-version-from-flags)
10202 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
10203 and long as number (Bug#8899).
10204 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
10205
bcd70d97
SM
102062011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
10207
60a406cf 10208 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
4cb3bfa0
SM
10209 (completion-try-completion, completion-all-completions): Compute the
10210 metadata argument if it's missing; make it optional (bug#8795).
10211
60a406cf 10212 * wid-edit.el: Use lex-bind and move towards completion-at-point.
bcd70d97
SM
10213 (widget-complete): Use new :completion-function property.
10214 (widget-completions-at-point): New function.
10215 (default): Use :completion-function instead of :complete.
60a406cf
SM
10216 (widget-default-completions): Rename from widget-default-complete;
10217 Rewrite.
bcd70d97
SM
10218 (widget-string-complete, widget-file-complete, widget-color-complete):
10219 Remove functions.
10220 (file, symbol, function, variable, coding-system, color):
10221 * international/mule-cmds.el (default-input-method, charset)
10222 (language-info-custom-alist):
10223 * cus-edit.el (face): Use new property :completions.
10224
10225 * progmodes/pascal.el (pascal-completions-at-point): New function.
10226 (pascal-mode): Use it.
10227 (pascal-mode-map): Use completion-at-point.
10228 (pascal-toggle-completions): Make obsolete.
10229 (pascal-complete-word, pascal-show-completions):
10230 * progmodes/octave-mod.el (octave-complete-symbol):
10231 Redefine as obsolete alias.
10232 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
10233 Signal absence of completion info for old Octave,
10234 (inferior-octave-complete): Redefine as obsolete alias.
10235 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
10236 (meta-completions-at-point): Rename from meta-complete-symbol and
10237 adapt it for use on completion-at-point-functions.
10238 (meta-common-mode): Use it.
10239 (meta-looking-at-backward, meta-match-buffer): Remove.
10240 (meta-complete-symbol): Redefine as obsolete alias.
10241 (meta-common-mode-map): Use completion-at-point.
10242 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
10243 (makefile-mode-map): Use completion-at-point.
10244 (makefile-completions-at-point): Rename from makefile-complete and
10245 adapt it for use on completion-at-point-functions.
10246 (makefile-mode): Use it.
10247 (makefile-complete): Redefine as obsolete alias.
10248
aebf69c8
DD
102492011-06-20 Deniz Dogan <deniz@dogan.se>
10250
10251 * net/rcirc.el: Delete trailing whitespaces once and for all.
10252
bfbbb27d
DC
102532011-06-20 Daniel Colascione <dan.colascione@gmail.com>
10254
10255 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
10256
d264a46b
CY
102572011-06-19 Chong Yidong <cyd@stupidchicken.com>
10258
4ca009e5
CY
10259 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
10260
d264a46b
CY
10261 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
10262
fbf5b3ce
MR
102632011-06-19 Martin Rudalics <rudalics@gmx.at>
10264
10265 * window.el (display-buffer-other-window-means-other-frame):
10266 Call display-buffer-normalize-alist.
10267 (display-buffer-normalize-specifiers-1): Rename to
10268 display-buffer-normalize-argument. New argument other-frame.
10269 Rewrite.
10270 (display-buffer-normalize-specifiers-2): Rename to
10271 display-buffer-normalize-options.
10272 (display-buffer-normalize-alist-1): New function.
10273 (display-buffer-normalize-specifiers-3): Rename to
bcd70d97
SM
10274 display-buffer-normalize-alist.
10275 Call display-buffer-normalize-alist-1.
fbf5b3ce
MR
10276 (display-buffer-normalize-options-inhibit): New variable.
10277 (display-buffer-normalize-specifiers): Rewrite calling
10278 display-buffer-normalize-alist,
10279 display-buffer-normalize-argument, and
10280 display-buffer-normalize-options. Don't call the latter if
10281 display-buffer-normalize-options-inhibit is non-nil.
10282 (frame-auto-delete): New option.
10283 (window-deletable-p): Use frame-auto-delete.
9d89fec7
MR
10284 (window-list-no-nils, window-state-ignored-parameters)
10285 (window-state-get-1, window-state-get, window-state-put-list)
bcd70d97
SM
10286 (window-state-put-1, window-state-put-2, window-state-put):
10287 New functions.
9a028c23
MR
10288 (display-buffer-normalize-options): Move special-display-p group
10289 after pop-up-frame group (Bug#8851) and (Bug#8856).
fbf5b3ce 10290
6d10d800
CY
102912011-06-18 Chong Yidong <cyd@stupidchicken.com>
10292
6420d28b
CY
10293 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
10294 groups (Bug#8776).
10295 (rx-submatch-n): New function.
10296 (rx): Document it.
10297
ddb8b596
CY
10298 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
10299 (Bug#8768).
10300
10301 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
10302
77080289
CY
10303 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
10304
61dfb316
CY
10305 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
10306 anytime existing face settings are present (Bug#8889).
10307
6d10d800
CY
10308 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
10309 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
10310 Remove unused argument.
10311
be3fb2b8
MR
103122011-06-18 Martin Rudalics <rudalics@gmx.at>
10313
bcd70d97
SM
10314 * window.el (display-buffer-default-specifiers):
10315 Remove pop-up-frame. Add pop-up-window-min-height,
be3fb2b8
MR
10316 pop-up-window-min-width, and another reuse-window specifier
10317 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
bcd70d97
SM
10318 (display-buffer-normalize-specifiers-2):
10319 Handle split-height-threshold and split-width-threshold also when
be3fb2b8
MR
10320 pop-up-windows is unset. Add a reuse-window specifier for the
10321 case popping up a new window fails.
10322 (special-display-popup-frame): Remove double quoting.
28dec25a 10323 (display-buffer-normalize-specifiers-1): Fix thinko.
be3fb2b8 10324
1c6d8c76
SM
103252011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
10326
10327 * shell.el (shell-completion-vars): Set pcomplete-termination-string
10328 according to comint-completion-addsuffix.
10329
10330 * pcomplete.el: Convert to lexical binding and fix bug#8819.
10331 (pcomplete-suffix-list): Mark as obsolete.
10332 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
10333 pcomplete-seen in the closure.
10334 (pcomplete-comint-setup): Setup completion-at-point as well.
10335 (pcomplete--entries): New function.
10336 (pcomplete--env-regexp): New var.
10337 (pcomplete-entries): Rewrite to work with partial-completion and
10338 without relying on pcomplete-suffix-list.
10339 (pcomplete-pare-list): Remove, unused.
10340
25aef8b8
MR
103412011-06-17 Martin Rudalics <rudalics@gmx.at>
10342
10343 * window.el (display-buffer-alist): Set pop-up-window-min-height
10344 and pop-up-window-min-width in default value. Reported by
10345 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
10346 other-window-means-other-frame.
10347 (display-buffer-macro-specifiers): Comment out entry for
10348 other-window specifier.
10349 (display-buffer-other-window-means-other-frame): New function.
10350 (display-buffer-normalize-specifiers-1): New arguments
10351 buffer-name and label. Treat other-window case specially.
10352 (display-buffer-normalize-specifiers-2): Treat other-window case
10353 specially.
10354 (display-buffer-normalize-specifiers-3): New function.
bcd70d97
SM
10355 (display-buffer-normalize-specifiers):
10356 Call display-buffer-normalize-specifiers-3.
25aef8b8 10357
dbad4f69
MR
103582011-06-17 Martin Rudalics <rudalics@gmx.at>
10359
10360 * window.el (same-window-p): Fix two typos introduced when
10361 adding with-no-warnings.
d1067961
MR
10362 (display-buffer-normalize-specifiers-1): Don't check
10363 pop-up-frames for 'unset initialization.
10364 (display-buffer-normalize-specifiers-2): Major rewrite using
10365 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
10366 (pop-up-frames, display-buffer-reuse-frames)
10367 (display-buffer-mark-dedicated): Don't initialize to 'unset.
10368 Suggested by David Engster <deng@randomsample.de>.
10369 (even-window-heights): Initialize to 'unset.
10370 (display-buffer-alist-set): Handle new 'unset initializations.
25aef8b8
MR
10371 (display-buffer-macro-specifiers): Don't pop up a new frame in the
10372 other window case.
dbad4f69 10373
9b9c9e3a
MR
103742011-06-16 Martin Rudalics <rudalics@gmx.at>
10375
bcd70d97
SM
10376 * window.el (display-buffer-normalize-specifiers-1):
10377 Respect current value of pop-up-frames for most reasonable values of
9b9c9e3a 10378 second argument of display-buffer (Bug#8865).
981d5c09
MR
10379 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
10380 (switch-to-buffer-other-window-same-frame)
10381 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
10382 Adams (Bug#8875).
9c2755e9
MR
10383 (display-buffer): Don't check noninteractive when calling
10384 display-buffer-pop-up-frame.
10385 (display-buffer-pop-up-frame): Never pop up a frame in
10386 noninteractive mode (Bug#8857).
67222e1d
MR
10387 (enlarge-window, shrink-window): Don't report an error when the
10388 window can't be resized as requested (Bug#8862).
9b9c9e3a 10389
2b75be67
SM
103902011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
10391
9ffdd3ba
SM
10392 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
10393
cb581a67
SM
10394 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
10395
2b75be67
SM
10396 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
10397
8c0e3589
AM
103982011-06-15 Alan Mackenzie <acm@muc.de>
10399
cb581a67
SM
10400 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
10401 for declarators, disable knr checking to speed up for normal files.
10402 2: Refactor, replacing a sequence of nested if forms by a cond form.
8c0e3589 10403
b96e6cde
LMI
104042011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
10405
4bba86e6
LMI
10406 * net/network-stream.el (open-network-stream): Add the keyword
10407 :always-query-capabilities for the case where you want to force a
10408 `plain' network connection, but the protocol still requires the
10409 capabilitiy command (i.e., SMTP and EHLO).
10410
2b75be67 10411 * subr.el (process-live-p): Rename from `process-alive-p' for
b96e6cde
LMI
10412 consistency with other `-live-p' functions.
10413
efdcdbf8
SM
104142011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
10415
10416 * window.el (same-window-buffer-names, same-window-regexps)
10417 (special-display-frame-alist, special-display-popup-frame)
10418 (special-display-function, special-display-buffer-names)
10419 (special-display-regexps, pop-up-frame-alist)
10420 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
10421 (pop-up-windows, split-window-preferred-function)
10422 (split-height-threshold, split-width-threshold, even-window-heights)
10423 (display-buffer-mark-dedicated): Don't encourage the use of
10424 display-buffer-alist from Elisp code.
10425
c5cde042
DN
104262011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
10427
10428 * progmodes/python.el (python-mode): Derive from prog-mode.
10429 * progmodes/ps-mode.el (ps-mode):
10430 * progmodes/mixal-mode.el (mixal-mode):
50328a1b 10431 * progmodes/cfengine.el (cfengine-mode):
c5cde042
DN
10432 * progmodes/ld-script.el (ld-script-mode): Likewise.
10433
baa1c9ab
MR
104342011-06-15 Martin Rudalics <rudalics@gmx.at>
10435
10436 * window.el (display-buffer-alist): Trim default value to avoid
10437 popping up a new frame (Bug#8857) or reusing an arbitrary window
10438 on another frame.
10439 (display-buffer): Do not fall back on popping up a new frame in
10440 batch mode (Bug#8857).
10441
c5dd5a51
CY
104422011-06-14 Chong Yidong <cyd@stupidchicken.com>
10443
10444 * cus-theme.el (describe-theme-1): Use custom-theme-p.
10445 (custom-theme-summary): New function.
10446 (customize-themes): Use it.
10447
d647b7c4
GM
104482011-06-13 Glenn Morris <rgm@gnu.org>
10449
10450 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
10451
9481c002
MR
104522011-06-13 Martin Rudalics <rudalics@gmx.at>
10453
357f93d2
MR
10454 * help.el (help-window): Remove variable.
10455 (help-window-point-marker, temp-buffer-max-height)
10456 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
10457 (help-print-return-message): Don't set help-window.
10458 (resize-temp-buffer-window): Rewrite cod eand doc-string.
10459 (help-window-setup-finish): Remove.
10460 (help-window-display-message, help-window-setup)
10461 (with-help-window): Major rewrite based on new
10462 display-buffer-window variable.
10463
10464 * help-mode.el (help-mode-finish): Remove help-window related
10465 code.
10466
10467 * view.el (view-exits-all-viewing-windows): Remove reference to
10468 view-return-to-alist in doc-string.
10469 (view-return-to-alist): Make obsolete.
10470 (view-buffer): Call pop-to-buffer-same-window and remove
10471 undo-window code.
10472 (view-buffer-other-window): Call pop-to-buffer-other-window and
10473 simplify code. Ignore second argument.
10474 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
10475 simplify code. Ignore second argument.
10476 (view-return-to-alist-update): Make obsolete.
10477 (view-mode-enter): Rename second argument to QUIT-RESTORE.
10478 Rewrite using quit-restore window parameters.
2b75be67
SM
10479 (view-mode-exit): Rename second argument to EXIT-ONLY.
10480 Rewrite using quit-restore-window.
357f93d2
MR
10481 (View-exit, View-exit-and-edit, View-leave, View-quit)
10482 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
10483 appropriate arguments.
10484 (view-end-message): Use quit-restore window parameter.
10485
9481c002
MR
10486 * window.el (display-buffer-function): Rewrite doc-string.
10487 (display-buffer-window, display-buffer-alist): New variables.
10488 (display-buffer-split-specifiers)
10489 (display-buffer-side-specifiers)
10490 (display-buffer-macro-specifiers): New constants.
10491 (display-buffer-even-window-sizes, display-buffer-set-height)
10492 (display-buffer-set-width, display-buffer-select-window)
10493 (display-buffer-in-window, display-buffer-reuse-window)
10494 (display-buffer-split-window-1, display-buffer-split-window)
10495 (display-buffer-split-atom-window, display-buffer-pop-up-window)
10496 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
10497 (display-buffer-in-side-window, normalize-buffer-to-display)
10498 (display-buffer-normalize-specifiers-1)
10499 (display-buffer-normalize-specifiers-2)
2b75be67
SM
10500 (display-buffer-normalize-specifiers, display-buffer-frame):
10501 New functions.
9481c002
MR
10502 (display-buffer): Major rewrite.
10503 (display-buffer-other-window, display-buffer-other-frame)
10504 (pop-to-buffer, switch-to-buffer-other-window)
10505 (switch-to-buffer-other-frame): Rewrite.
10506 (display-buffer-same-window, display-buffer-same-frame)
10507 (display-buffer-same-frame-other-window)
10508 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
10509 (pop-to-buffer-other-window)
10510 (pop-to-buffer-same-frame-other-window)
10511 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
10512 (switch-to-buffer-other-window-same-frame): New functions.
10513 (same-window-p, special-display-p): Rewrite disabling warnings.
10514 Make obsolete.
10515 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
10516 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
10517 Make obsolete
10518 (same-window-buffer-names, same-window-regexps)
10519 (special-display-frame-alist, special-display-popup-frame)
10520 (special-display-function, special-display-buffer-names)
10521 (special-display-regexps, pop-up-frame-alist)
10522 (pop-up-frame-function, split-window-preferred-function)
10523 (split-height-threshold, split-width-threshold)
10524 (even-window-heights): Make obsolete.
10525
9db51aca
GM
105262011-06-12 Glenn Morris <rgm@gnu.org>
10527
10528 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
7cb363eb 10529 Misc simplifications.
9db51aca 10530
39cffb44
MR
105312011-06-12 Martin Rudalics <rudalics@gmx.at>
10532
10533 * window.el (window-safely-shrinkable-p): Restore function which
10534 was inadvertently removed in change from 2011-06-11. Declare as
10535 obsolete.
10536
2b75be67
SM
10537 * calendar/calendar.el (calendar-generate-window):
10538 Use window-iso-combined-p instead of combination of one-window-p and
39cffb44
MR
10539 window-safely-shrinkable-p.
10540
a8955be7
GM
105412011-06-12 Glenn Morris <rgm@gnu.org>
10542
10543 * progmodes/fortran.el (fortran-mode-syntax-table):
10544 * progmodes/f90.el (f90-mode-syntax-table):
10545 Set % to punctuation. (Bug#8820)
10546 (f90-find-tag-default): Remove, no longer needed.
10547
f0d4059d
DC
105482011-06-12 Daniel Colascione <dan.colascione@gmail.com>
10549
10550 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
10551
1100a63c
CY
105522011-06-11 Chong Yidong <cyd@stupidchicken.com>
10553
10554 * image.el (image-animated-p): Return animation delay in seconds.
10555 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
10556 (image-animate-timeout): Remove DELAY argument. Don't assume
10557 every subimage has the same delay; get it from image-animated-p.
10558 (image-animate): Caller changed.
10559
def722bf
MA
105602011-06-11 Michael Albinus <michael.albinus@gmx.de>
10561
10562 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
10563 to ignored backtrace functions.
10564
0a2bb1a9
GM
105652011-06-11 Glenn Morris <rgm@gnu.org>
10566
10567 * calendar/appt.el (appt-disp-window-function): Doc fix.
10568 (appt-check): Handle overlapping appointments. (Bug#8337)
10569
6198ccd0
MR
105702011-06-11 Martin Rudalics <rudalics@gmx.at>
10571
10572 * window.el (window-tree-1, window-tree): New functions, moving
10573 the latter to window.el.
10574 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
10575 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
10576 (bw-refresh-edges): Remove.
10577 (balance-windows-1, balance-windows-2): New functions.
10578 (balance-windows): Rewrite in terms of window tree functions,
10579 balance-windows-1 and balance-windows-2.
10580 (bw-adjust-window): Remove.
10581 (balance-windows-area-adjust): New function with functionality of
10582 bw-adjust-window but using resize-window.
2b75be67
SM
10583 (set-window-text-height): Rewrite doc-string.
10584 Use normalize-live-window and resize-window.
10585 (enlarge-window-horizontally, shrink-window-horizontally):
10586 Rename argument to DELTA.
6198ccd0
MR
10587 (window-buffer-height): New function.
10588 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
10589 Rewrite using new window resize routines.
2b75be67
SM
10590 (kill-buffer-and-window, mouse-autoselect-window-select):
10591 Use ignore-errors instead of condition-case.
6198ccd0
MR
10592 (quit-window): Call delete-frame instead of delete-windows-on
10593 for the only buffer on frame.
10594
9397e56f
MR
105952011-06-10 Martin Rudalics <rudalics@gmx.at>
10596
10597 * loadup.el (top-level): Load window before files for the sake
10598 of replace-buffer-in-windows.
10599
10600 * files.el (read-buffer-to-switch)
10601 (switch-to-buffer-other-window)
2b75be67
SM
10602 (switch-to-buffer-other-frame, display-buffer-other-frame):
10603 Move to window.el.
9397e56f
MR
10604
10605 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
10606 (previous-buffer): Move to window.el.
10607
10608 * bindings.el (unbury-buffer): Move to window.el.
10609
10610 * window.el (delete-other-windows-vertically): Move after
10611 definition of delete-other-windows.
10612 (other-window, delete-windows-on, replace-buffer-in-windows):
10613 Move here from window.c.
10614 (record-window-buffer, unrecord-window-buffer)
10615 (set-window-buffer-start-and-point, switch-to-prev-buffer)
10616 (switch-to-next-buffer): New functions.
10617 (get-next-valid-buffer, last-buffer, next-buffer): Move here
10618 from simple.el. Call switch-to-next-buffer.
2b75be67
SM
10619 (previous-buffer): Move here from simple.el.
10620 Call switch-to-prev-buffer.
9397e56f
MR
10621 (bury-buffer): Move here from buffer.c. Switch to previous
10622 buffer when window cannot be deleted.
10623 (unbury-buffer): Move here from bindings.el.
10624 (ctl-x-map): Move binding for other-window from window.c to
10625 here.
10626 (read-buffer-to-switch, switch-to-buffer-other-window)
10627 (switch-to-buffer-other-frame): Move here from files.el.
10628 (normalize-buffer-to-switch-to): New functions.
2b75be67
SM
10629 (switch-to-buffer): Move here from buffer.c.
10630 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
9397e56f 10631
562dd5e9
MR
106322011-06-10 Martin Rudalics <rudalics@gmx.at>
10633
10634 * window.el (window-min-height, window-min-width): Move here
10635 from window.c. Add defcustoms and rewrite doc-strings.
10636 (resize-mini-window, resize-window): New functions.
10637 (adjust-window-trailing-edge, enlarge-window, shrink-window):
10638 Move here from window.c.
10639 (maximize-window, minimize-window): New functions.
10640 (delete-window, delete-other-windows, split-window): Move here
10641 from window.c.
10642 (window-split-min-size): New function.
10643 (split-window-keep-point): Mention split-window-above-each-other
10644 instead of split-window-vertically.
2b75be67 10645 (split-window-above-each-other, split-window-vertically):
1154d12e
JB
10646 Rename split-window-vertically to split-window-above-each-other
10647 and provide defalias for old definition.
10648 (split-window-side-by-side, split-window-horizontally):
10649 Rename split-window-horizontally to split-window-side-by-side
10650 and provide defalias for the old definition.
562dd5e9
MR
10651 (ctl-x-map): Move bindings for delete-window,
10652 delete-other-windows and enlarge-window here from window.c.
10653 Replace bindings for split-window-vertically and
10654 split-window-horizontally by bindings for
10655 split-window-above-each-other and split-window-side-by-side.
10656
10657 * cus-start.el (all): Remove entries for window-min-height and
10658 window-min-width. Add entries for window-splits and
10659 window-nest.
10660
f0da764a
GM
106612011-06-09 Glenn Morris <rgm@gnu.org>
10662
80675c21
GM
10663 * calendar/appt.el (appt-mode-line): New function.
10664 (appt-check, appt-disp-window): Use it.
10665
f0da764a
GM
10666 * files.el (hack-one-local-variable-eval-safep):
10667 Allow minor-modes with explicit +/-1 arguments.
10668
59f623b7
TZ
106692011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
10670
10671 * term/xterm.el (xterm): Add defgroup.
10672 (xterm-extra-capabilities): Add defcustom to supply known xterm
10673 capabilities, skip querying them, or query them (default).
10674 (terminal-init-xterm): Use it.
10675 (terminal-init-xterm-modify-other-keys): New function to set up
10676 modifyOtherKeys support to simplify `terminal-init-xterm'.
10677
9aab8e0d
MR
106782011-06-09 Martin Rudalics <rudalics@gmx.at>
10679
10680 * window.el (resize-window-reset, resize-window-reset-1)
10681 (resize-subwindows-skip-p, resize-subwindows-normal)
10682 (resize-subwindows, resize-other-windows, resize-this-window)
10683 (resize-root-window, resize-root-window-vertically)
10684 (window-deletable-p, window-or-subwindow-p)
10685 (frame-root-window-p): New functions.
10686
e8b08aee
GM
106872011-06-09 Glenn Morris <rgm@gnu.org>
10688
10689 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
10690 (ange-ftp-get-files): Use it.
10691
254c37a5
AK
106922011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
10693
10694 * mail/sendmail.el (mail-recover-1, mail-recover):
10695 * files.el (recover-file, recover-session):
10696 Handle dired-listing-switches not being just a single short option.
10697
35d7dbd3
GM
106982011-06-09 Glenn Morris <rgm@gnu.org>
10699
10700 * calendar/appt.el (appt-display-message, appt-disp-window):
10701 Handle lists of appointments.
10702
387522b2
MR
107032011-06-08 Martin Rudalics <rudalics@gmx.at>
10704
2b75be67
SM
10705 * window.el (one-window-p): Move down in code.
10706 Rewrite doc-string.
10707 (window-current-scroll-bars): Rewrite doc-string.
10708 Normalize live window argument.
387522b2
MR
10709 (walk-windows, get-window-with-predicate, count-windows):
10710 Rewrite doc-string. Use window-list-1.
10711 (window-in-direction-2, window-in-direction, get-mru-window):
10712 New functions.
10713
d8e4b68b 107142011-06-08 Reuben Thomas <rrt@sc3d.org>
2c587104
GM
10715
10716 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
10717 Doc fix (Bug#8713).
10718
107192011-06-08 Chong Yidong <cyd@stupidchicken.com>
10720
10721 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
10722
107232011-06-08 Juanma Barranquero <lekktu@gmail.com>
10724
10725 * loadhist.el (unload-feature-special-hooks):
10726 Add `comint-output-filter-functions'.
10727
0de12c52
IK
107282011-06-08 Ivan Kanis <gnu@kanis.fr>
10729
10730 * calendar/appt.el (appt-check): Move some initializations into the let.
10731
f3d1777e
MR
107322011-06-08 Martin Rudalics <rudalics@gmx.at>
10733
10734 * window.el (window-height): Defalias to window-total-height.
10735 (window-width): Defalias to window-body-width.
10736
18af70d0
CY
107372011-06-07 Chong Yidong <cyd@stupidchicken.com>
10738
10739 * image-mode.el (image-toggle-animation): New command.
10740 (image-mode-map): Bind it to RET.
10741 (image-mode): Update message.
10742 (image-toggle-display-image): Avoid a spurious cache flush.
10743 (image-transform-rotation): Doc fix.
10744 (image-transform-properties): Return quickly in the normal case.
10745 (image-animate-loop): Rename from image-animate-max-time.
10746
2b75be67 10747 * image.el (image-animate-max-time): Move to image-mode.el.
18af70d0
CY
10748 (create-animated-image): Remove unnecessary function.
10749 (image-animate): Rename from image-animate-start. New arg.
2b75be67 10750 (image-animate-stop): Remove; just use image-animate-timer.
18af70d0
CY
10751 (image-animate-timer): Use car-safe.
10752 (image-animate-timeout): Rename argument.
10753
190b47e6
MR
107542011-06-07 Martin Rudalics <rudalics@gmx.at>
10755
10756 * window.el (get-lru-window, get-largest-window): Move here from
2b75be67
SM
10757 window.c. Rename first argument to ALL-FRAMES.
10758 Rephrase doc-strings.
10759 (get-buffer-window-list): Rewrite using window-list-1.
10760 Rephrase doc-string.
a1511caf
MR
10761 (window-safe-min-height, window-safe-min-width): New constants.
10762 (window-size-ignore, window-min-size, window-min-size-1)
10763 (window-sizable, window-sizable-p, window-size-fixed-1)
10764 (window-size-fixed-p, window-min-delta-1, window-min-delta)
10765 (window-max-delta-1, window-max-delta, window-resizable)
10766 (window-resizable-p, window-total-height, window-total-width)
10767 (window-body-width): New functions.
10768 (window-full-height-p, window-full-width-p): Rewrite using
10769 window-total-size.
10770 (window-body-height): Rewrite using window-body-size.
190b47e6 10771
85cc1f11
MR
107722011-06-06 Martin Rudalics <rudalics@gmx.at>
10773
10774 * window.el (window-right, window-left, window-child)
10775 (window-child-count, window-last-child, window-any-p)
10776 (normalize-live-buffer, normalize-live-frame)
10777 (normalize-any-window, normalize-live-window)
10778 (window-iso-combination-p, window-iso-combined-p)
10779 (window-iso-combinations)
10780 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
10781 (windows-with-parameter, window-with-parameter)
10782 (window-atom-root, make-window-atom, window-atom-check-1)
2b75be67
SM
10783 (window-atom-check, window-side-check, window-check):
10784 New functions.
85cc1f11
MR
10785 (ignore-window-parameters, window-sides, window-sides-vertical)
10786 (window-sides-slots): New variables.
10787 (window-size-fixed): Move down in code. Minor doc-string fix.
10788
e7156492
AS
107892011-06-05 Andreas Schwab <schwab@linux-m68k.org>
10790
10791 * comint.el (comint-dynamic-complete-as-filename)
10792 (comint-dynamic-complete-filename): Correctly call
10793 completion-in-region.
10794
7e821d0d
DD
107952011-06-05 Deniz Dogan <deniz@dogan.se>
10796
10797 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
10798 in last change.
10799
ac09b8a1
DD
108002011-06-05 Deniz Dogan <deniz@dogan.se>
10801
10802 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
10803 (rcirc): Use it to prompt for encryption.
10804
34699b85
RW
108052011-06-05 Roland Winkler <winkler@gnu.org>
10806
10807 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
10808 (bibtex-search-entries): New command bound to C-c C-a.
10809 (bibtex-display-entries): New function.
10810
004dedd3
RW
108112011-06-05 Roland Winkler <winkler@gnu.org>
10812
10813 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
10814 (bibtex-insert-kill): After yanking insert newline if necessary.
10815 (bibtex-initialize): Call bibtex-string-files-init only once.
10816 (bibtex-mode): Do not call easy-menu-add.
10817 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
10818 (bibtex-yank): Set arg properly if nil.
10819
022fe7ce
RW
108202011-06-05 Roland Winkler <winkler@gnu.org>
10821
2b75be67
SM
10822 * textmodes/bibtex.el (bibtex-search-entry-globally):
10823 New variable.
022fe7ce
RW
10824 (bibtex-search-entry): Use it.
10825
b7c3692a
RW
108262011-06-05 Roland Winkler <winkler@gnu.org>
10827
10828 * textmodes/bibtex.el (bibtex-entry-format): New option
10829 sort-fields.
10830 (bibtex-format-entry, bibtex-reformat): Honor this option.
10831 (bibtex-parse-entry): Return fields in proper order.
10832
8eda563d
JB
108332011-06-05 Juanma Barranquero <lekktu@gmail.com>
10834
10835 * doc-view.el (doc-view-remove-if): Move computation of result out
10836 of `dolist' to silence misleading lexical-binding warning.
10837
7dbe3dbc
CY
108382011-06-04 Chong Yidong <cyd@stupidchicken.com>
10839
10840 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
10841 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
10842
0c33dd17
MA
108432011-06-04 Michael Albinus <michael.albinus@gmx.de>
10844
10845 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
10846 "SunOS 5.10".
10847
f8f91c2b
MA
108482011-06-04 Michael Albinus <michael.albinus@gmx.de>
10849
10850 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
10851 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
10852 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
10853 (tramp-parse-putty):
10854 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
10855 (tramp-completion-function-alist-ssh)
10856 (tramp-completion-function-alist-telnet)
10857 (tramp-completion-function-alist-su)
10858 (tramp-completion-function-alist-putty): Set `tramp-autoload'
10859 cookie.
10860
10861 * net/tramp-ftp.el:
10862 * net/tramp-sh.el:
10863 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
10864 load "tramp.el" `tramp-set-completion-function'.
10865
e17d9003
SM
108662011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
10867
10868 * shell.el: Require and use pcomplete.
10869 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
10870 (shell-completion-vars): Set pcomplete-default-completion-function.
10871
6c4cab03
DD
108722011-06-04 Deniz Dogan <deniz@dogan.se>
10873
10874 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
10875 `memq' (Bug#8799).
10876
ea9fafe0
SM
108772011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
10878
10879 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
10880
b3e945d3
JB
108812011-06-02 Juanma Barranquero <lekktu@gmail.com>
10882
10883 * bs.el (bs--mark-unmark, bs--nth-wrapper):
10884 * mpc.el (mpc-select-extend, mpc-songpointer-context):
10885 * vc/log-view.el (log-view-beginning-of-defun):
10886 * vc/smerge-mode.el (smerge-apply-resolution-patch)
10887 (smerge-refine-forward, smerge-refine-chopup-region):
10888 Silence warning for unused `dotimes' counter variables.
10889
7d520089
SM
108902011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
10891
10892 * net/tramp.el (tramp-with-progress-reporter): Rename from
10893 with-progress-reporter. Use `declare'.
10894 * net/tramp-smb.el:
10895 * net/tramp-sh.el:
10896 * net/tramp-gvfs.el: Update all uses.
10897
a1c2400f
JB
108982011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
10899
10900 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
10901 buffer isn't killed before making it current.
10902
2403c841
SM
109032011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
10904
10905 Silence various byte-compiler warnings.
10906 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
10907 `access-type' and new obsolescence format.
10908 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
10909 new format.
10910 (byte-compile-check-variable): New `access-type' argument.
10911 Only warn if the access-type is obsolete.
10912 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
10913 (byte-compile-variable-set): Adjust callers.
10914 * help-fns.el (describe-variable): Adjust to new obsolescence format.
10915 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
10916 setting it as obsolete.
10917 * simple.el (minibuffer-completing-symbol):
10918 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
10919 access as obsolete.
10920 * minibuffer.el (minibuffer-completing-file-name): Don't make it
10921 obsolete yet.
10922 * international/quail.el (quail-mouse-choose-completion): Remove unused
10923 code referring to obsolete var.
10924 (quail-choose-completion-string): Remove.
10925 * server.el (server-clients-with, server-kill-buffer-query-function)
10926 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
10927 * proced.el (proced-send-signal):
10928 * emacs-lisp/lisp.el (lisp-complete-symbol):
10929 Replace completion-annotate-function with completion-extra-properties.
10930
2462470b
SM
109312011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
10932
fb5b2591
SM
10933 * simple.el (goto-line): Use read-number.
10934 (overriding-map-is-bound): Remove.
10935 (saved-overriding-map): Change default.
10936 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
10937 Take the map as argument.
10938 (universal-argument, negative-argument, digit-argument): Use it.
10939 (restore-overriding-map): Adjust.
10940 (do-auto-fill): Use fill-forward-paragraph.
10941 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
10942
fd6fa53f
SM
10943 * minibuffer.el (minibuffer-inactive-mode-map): New var.
10944 (minibuffer-inactive-mode): New major mode.
10945 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
10946 the *Messages* buffer" hack.
10947 (mouse-popup-menubar): Don't burp if the event is a normal key.
10948
2462470b
SM
10949 Miscellaneous tweaks.
10950 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
10951 lexical scoping as in subr.el's dolist and dotimes.
10952 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
10953 Silence compiler warning.
10954 * thingatpt.el (forward-whitespace): Trivial coding style fix.
10955 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
10956 * international/ccl.el (ccl-compile): Trivial simplification.
10957 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
10958 * emacs-lisp/testcover.el (testcover-end): Remove spurious
10959 `printflag' argument.
10960 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
10961 Purecopy the whole obsolescence data.
10962
108bf785
LL
109632011-06-01 Leo Liu <sdl.web@gmail.com>
10964
10965 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
10966 improve doc-string as suggested by Marco Pessotto
10967 <melmothx@gmail.com>.
10968 (rcirc-print): Fix last change.
10969
30a23501
SM
109702011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
10971
10972 * minibuffer.el (complete-with-action): Return nil for the metadata and
10973 boundaries of non-functional tables.
10974 (completion-table-dynamic): Return nil for the metadata.
10975 (completion-table-with-terminator): Add default case, using
10976 complete-with-action.
10977 (completion--metadata): New function.
10978 (completion-all-sorted-completions, minibuffer-completion-help): Use it
10979 to try and avoid pathological performance problems.
10980 (completion--embedded-envvar-table): Return `category' metadata.
10981
bcd54f83
LMI
109822011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
10983
10984 * subr.el (process-alive-p): New tiny convenience function.
10985
e227544d
SM
109862011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
10987
10988 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
10989 content but also its previous major mode.
10990
e8296fdc
HE
109912011-05-31 Helmut Eller <eller.helmut@gmail.com>
10992
4d61f28d 10993 * emacs-lisp/debug.el (debug): Restore the previous content of the
e8296fdc
HE
10994 *Backtrace* buffer when we exit with C-M-c.
10995
620c53a6
SM
109962011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
10997
10998 * minibuffer.el: Add metadata method to completion tables.
10999 (completion-category-overrides): New defcustom.
11000 (completion-metadata, completion--field-metadata)
11001 (completion-metadata-get, completion--styles)
11002 (completion--cycle-threshold): New functions.
11003 (completion-try-completion, completion-all-completions):
11004 Add `metadata' argument to choose completion-styles.
11005 (completion--do-completion): Use metadata to choose cycling.
11006 (completion-all-sorted-completions): Use metadata for sorting.
11007 Remove :completion-cycle-penalty which is not needed any more.
11008 (completion--try-word-completion): Add `metadata' argument.
11009 (minibuffer-completion-help): Check metadata for annotation function
11010 and sorting.
11011 (completion-file-name-table): Return `category' metadata.
11012 (minibuffer-completing-file-name): Make obsolete.
11013 * simple.el (minibuffer-completing-symbol): Make obsolete.
11014 * icomplete.el (icomplete-completions): Pass new `metadata' param to
11015 completion-try-completion.
11016
1257e755
SM
110172011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
11018
11019 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
11020
3767e706
LL
110212011-05-30 Leo Liu <sdl.web@gmail.com>
11022
11023 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
5ab33f2b
LL
11024 (rcirc-print): Decode all incoming messages (bug#8744).
11025 (rcirc-decode-coding-system): Allow value nil for automatic coding
11026 system detection.
3767e706 11027
d1a5d56a
GM
110282011-06-01 Glenn Morris <rgm@gnu.org>
11029
11030 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
11031
e8cbec34
CY
110322011-05-29 Chong Yidong <cyd@stupidchicken.com>
11033
11034 * image.el (image-animate-max-time): Allow nil and t values.
11035 Default to nil.
11036 (create-animated-image): Doc fix.
11037 (image-animate-start): Remove second arg; just use
11038 image-animate-max-time.
11039 (image-animate-timeout): Doc fix. Args changed.
11040
11041 * image-mode.el (image-toggle-display-image): Ensure that the
11042 image spec passed to the animate timer is the same object as in
58179cce 11043 the buffer's display property (Bug#6981).
e8cbec34
CY
11044 (image-transform-properties): Doc fix.
11045
11046 * image.el (image-animate-max-time): Default to nil.
11047
159daf87
MR
110482011-05-29 Martin Rudalics <rudalics@gmx.at>
11049
11050 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
11051 entire buffer list (Bug#8184).
11052
d66c4c7c
CY
110532011-05-29 Chong Yidong <cyd@stupidchicken.com>
11054
11055 * image.el (imagemagick-types-inhibit)
11056 (imagemagick-register-types): Doc fix.
11057
80aec780
DD
110582011-05-29 Deniz Dogan <deniz@dogan.se>
11059
11060 * net/rcirc.el (rcirc): Use the user's stored encryption method by
11061 default.
11062
1dd3c2d9
CY
110632011-05-29 Chong Yidong <cyd@stupidchicken.com>
11064
11065 * select.el: Don't perform clipboard-manager saving in hooks;
11066 leave the hooks empty.
11067
60e56523
LL
110682011-05-28 Leo Liu <sdl.web@gmail.com>
11069
11070 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
11071 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
11072 (occur-edit-mode): New major mode (Bug#8463).
11073 (occur-after-change-function): New function.
11074 (occur-engine): Give Occur tags a read-only property.
11075
2b1e1a22
KR
110762011-05-28 Kevin Ryde <user42@zip.com.au>
11077
11078 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
11079
5d344e88
CY
110802011-05-28 Chong Yidong <cyd@stupidchicken.com>
11081
8e6ca83d
CY
11082 * bindings.el (help-echo): Make the initial non-indicator dash
11083 empty on graphical terminals (Bug#7295).
11084
5d344e88
CY
11085 * files.el (auto-mode-alist): Move config rule after the
11086 in-stripping one (Bug#8547).
11087
bfbbace7
CY
11088 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
11089
fbeba6e2
CY
11090 * startup.el (normal-splash-screen): Remove gratuitous mode-line
11091 setting (Bug#8740).
11092
60ed8c72
AA
110932011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
11094
4ac619f0
AA
11095 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
11096 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
11097 (Bug#8539).
60ed8c72 11098
23db196e
CY
110992011-05-28 Chong Yidong <cyd@stupidchicken.com>
11100
11101 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
11102
5012f24c
DK
111032011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
11104
11105 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
11106 (hs-hide-block-at-point, hs-find-block-beginning)
11107 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
11108 (Bug#8279).
11109
6a639b16
GM
111102011-05-28 Glenn Morris <rgm@gnu.org>
11111
11112 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
11113
d43eaf2c
CY
111142011-05-28 Chong Yidong <cyd@stupidchicken.com>
11115
5199bde1
CY
11116 * help-fns.el (describe-function-1): If the function is a derived
11117 major mode, print the parent mode.
11118
d43eaf2c
CY
11119 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
11120 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
11121
423428a8
SM
111222011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
11123
0ff8e1ba 11124 * minibuffer.el (completion--capf-wrapper): Check applicability before
0b381c7e 11125 returning non-nil for non-exclusive completion data.
0ff8e1ba
SM
11126 * progmodes/etags.el (tags-completion-at-point-function):
11127 * info-look.el (info-lookup-completions-at-point): Mark as
11128 non-exclusive.
11129 (info-complete): Adjust accordingly.
11130
423428a8
SM
11131 * info-look.el: Convert to lexical-binding and completion-at-point.
11132 (info-lookup-completions-at-point): New function.
11133 (info-complete): Use it and completion-in-region.
11134
b74aa22b
DA
111352011-05-28 Drew Adams <drew.adams@oracle.com>
11136
11137 * isearch.el: Let M-e start with point at the first mismatched char.
11138 (isearch-fail-pos): New function.
11139 (isearch-edit-string): Use it.
11140
66e2e71d
DK
111412011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
11142
11143 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
11144
b1890b0f 111452011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
eb95d01d
TC
11146
11147 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
11148 traversal functions for avl-trees.
11149 (avl-tree--stack): New struct.
11150 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
11151 (avl-tree-enter): Add optional `updatefun' arg.
93a1c12a
TC
11152 (avl-tree--do-enter): Add optional `updatefun' arg.
11153 Change return value.
eb95d01d 11154 (avl-tree-delete): Add optional `test' and `nilflag' args.
93a1c12a
TC
11155 (avl-tree--do-delete): Add `test' and `nilflag' args.
11156 Change return value.
eb95d01d
TC
11157 (avl-tree-member): Add optional `nilflag'
11158 (avl-tree-member-p): New function.
11159 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
11160 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
11161 (avl-tree-stack-empty-p): New functions.
11162
3769ddcf
TC
11163 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
11164 avl-tree--del-balance1 and make it work both ways.
11165 (avl-tree--del-balance2): Remove.
11166 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
11167 make it work both ways.
11168 (avl-tree--enter-balance2): Remove.
11169 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
11170 New macros.
11171 (avl-tree--mapc, avl-tree-map): Add direction argument.
11172
eb95d01d 111732011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
7a6b1aef
DM
11174
11175 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
11176
a9f737ee
CY
111772011-05-27 Chong Yidong <cyd@stupidchicken.com>
11178
11179 * select.el: Support clipboard managers with built-in function
11180 x-clipboard-manager-save, via delete-frame-functions and
11181 kill-emacs-hook.
11182 (xselect-convert-to-targets): Add MULTIPLE target to list.
11183 (xselect-convert-to-save-targets): New function.
11184
c92a1e54
KH
111852011-05-27 Kenichi Handa <handa@m17n.org>
11186
11187 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
11188 let-binding rfc2047-encode-encoded-words to nil.
11189
e145f188
GM
111902011-05-27 Glenn Morris <rgm@gnu.org>
11191
5ec8a862
GM
11192 * mail/emacsbug.el: Don't require url-util.
11193
4b29d9fb
GM
11194 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
11195
e145f188
GM
11196 * files.el (set-auto-mode):
11197 Also respect mode: entries at the end of the file. (Bug#8586)
11198
7d15102b
GM
111992011-05-26 Glenn Morris <rgm@gnu.org>
11200
98f593b8
GM
11201 * files.el (hack-local-variables-prop-line, hack-local-variables):
11202 Downcase mode names, as seems to be traditional.
27b48e63 11203 (hack-local-variables, hack-local-variables-apply): Doc fixes.
98f593b8 11204
7d15102b
GM
11205 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
11206 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
11207
51d5b4ec
JD
112082011-05-25 Julien Danjou <julien@danjou.info>
11209
11210 * textmodes/rst.el (rst-define-level-faces): Do not define face
11211 symbol if it is already defined.
11212
91513f63
VB
112132011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
11214
11215 * play/5x5.el (5x5-new-game, 5x5-randomize):
11216 Reset 5x5-solver-output to nil when a new grid is cast.
11217 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
11218 these debugging traces, as defmacro breaks the compiled code.
11219
4d90d6d0
DK
112202011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
11221
11222 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
11223
e1b90ef6
LL
112242011-05-24 Leo Liu <sdl.web@gmail.com>
11225
11226 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
11227 (vc-bzr-sha1): Adapt.
11228
d8e4b68b 11229 * sha1.el: Remove. Function `sha1' is now builtin.
e1b90ef6
LL
11230
11231 * bindings.el: Provide sha1 feature.
11232
db0406bb 112332011-05-24 Kenichi Handa <handa@m17n.org>
b8d747b9
KH
11234
11235 * mail/sendmail.el: Require `rfc2047'.
11236 (mail-insert-from-field): Do not perform RFC2047 encoding.
11237 (mail-encode-header): New function.
11238 (sendmail-send-it): Set buffer-file-coding-system of the work
4d90d6d0
DK
11239 buffer to the return value of select-message-coding-system.
11240 Call mail-encode-header.
b8d747b9
KH
11241
11242 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
11243
db0406bb 112442011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
7261f6ce 11245
4d90d6d0
DK
11246 * mail/supercite.el (sc-default-cite-frame):
11247 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
7261f6ce 11248
eb8a5e9b
GM
112492011-05-24 Glenn Morris <rgm@gnu.org>
11250
f8630703
GM
11251 * progmodes/python.el (brm-menu): Declare.
11252
8831bbed
GM
11253 * emulation/viper.el (viper-set-hooks): Declare.
11254
eb8a5e9b
GM
11255 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
11256 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
11257 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
11258 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
11259 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
11260 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
11261
a2a25d24
SM
112622011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
11263
11264 Add an :exit-function for completion-at-point.
11265
11266 * minibuffer.el (completion--done): New fun.
11267 (completion--do-completion): Use it. New arg `expect-exact'.
11268 (minibuffer-complete, minibuffer-complete-word): Don't output message,
11269 since completion--do-completion does it for us now.
11270 (minibuffer-force-complete): Use completion--done and
11271 completion--replace. Handle sole-completion case with more care.
11272 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
11273 (completion-extra-properties): New var.
11274 (completion-annotate-function): Make obsolete.
11275 (minibuffer-completion-help): Adjust accordingly.
11276 Use completion-list-insert-choice-function.
11277 (completion-at-point, completion-help-at-point):
11278 Bind completion-extra-properties.
11279 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
11280 * simple.el (completion-list-insert-choice-function): New var.
11281 (completion-setup-function): Preserve it.
11282 (choose-completion): Pay attention to it, shuffle the code a bit.
11283 (choose-completion-string): New arg `insert-function'.
11284
11285 * textmodes/bibtex.el: Convert to lexical binding.
11286 (bibtex-mode-map): Use completion-at-point.
11287 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
11288 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
11289 (bibtex-complete): Define as obsolete alias.
11290 (bibtex-complete-internal): Remove.
11291 (bibtex-format-entry): Remove unused sub-group in regexp.
11292 * shell.el (shell--command-completion-data)
11293 (shell-environment-variable-completion):
11294 * pcomplete.el (pcomplete-completions-at-point):
11295 * comint.el (comint--complete-file-name-data): Use :exit-function
11296 instead of completion-table-with-terminator so it also works for
11297 choose-completion.
11298
e44e373d
SM
112992011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
11300
4f91a816
SM
11301 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
11302
782fc819
SM
11303 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
11304 (bug#8710).
11305
e44e373d
SM
11306 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
11307
381987c3
KM
113082011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
11309
11310 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
11311 customization variable and implement: If non-nil, auto-fill will
11312 be inhibited while on topic's header line.
11313
b776bc70
VB
113142011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
11315
11316 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
d8e4b68b 11317 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
b776bc70
VB
11318 always have a solution in grid size = 5 cases.
11319 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
11320 (5x5-solver-output, 5x5-log-buffer): New vars.
11321 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
11322 Make these variables buffer local to achieve 5x5 multi-session-ness.
11323 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
11324 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
11325 (5x5-solve-suggest): New funs.
11326 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
11327 randomize a grid so that we ensure that there is always a solution.
11328 (5x5-make-random-grid): Allow other movement than flipping.
11329
7de88b6e
KR
113302011-05-23 Kevin Ryde <user42@zip.com.au>
11331
11332 * emacs-lisp/advice.el (ad-read-advised-function):
5a5fa834 11333 Use `function-called-at-point' as the default, if it has
7de88b6e
KR
11334 advice and passes PREDICATE.
11335
b1ef1257
SM
113362011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
11337
bbca48fe
SM
11338 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
11339 byte-compile-lambda if it's actually a lambda.
11340
b1ef1257
SM
11341 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
11342 Fix function quoting. Use backquote better.
11343
92a9cc65
YS
113442011-05-22 Yuanle Song <sylecn@gmail.com>
11345
11346 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
11347 matching (Bug#8516).
11348
f0fb8059
JA
113492011-01-22 Jari Aalto <jari.aalto@cante.net>
11350
11351 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
11352 different face (Bug#8178).
11353
d5b44c93
CY
113542011-05-22 Chong Yidong <cyd@stupidchicken.com>
11355
11356 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
11357 defface (Bug#8144).
11358
79106a44
SM
113592011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
11360
9c848d8a
SM
11361 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
11362 funcall as well (bug#8712). Warn when performing those conversions.
11363 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
11364
79106a44
SM
11365 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
11366
88dfa756
GM
113672011-05-22 Glenn Morris <rgm@gnu.org>
11368
11369 * files.el (hack-local-variables-prop-line): Small simplifications.
11370 (hack-local-variables, hack-local-variables-prop-line):
11371 If MODE-ONLY, return the mode, rather than just `t'.
11372
b7cf2c79
SM
113732011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
11374
11375 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
11376
3f1a8558
GM
113772011-05-21 Glenn Morris <rgm@gnu.org>
11378
7e4ccca3
GM
11379 * files.el (hack-local-variables-prop-line, hack-local-variables):
11380 If only interested in the mode, don't bother doing the other stuff.
11381
637d46ca
GM
11382 * image-mode.el (image-after-revert-hook):
11383 Redraw all frames on which the image is visible. (Bug#8567)
11384
973d955b
GM
11385 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
11386
3f1a8558
GM
11387 * wid-edit.el (widget-checklist-match-inline):
11388 Fix 2011-04-19 change. (Bug#8649)
11389
96479927
SM
113902011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
11391
1dcf791f
SM
11392 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
11393 Also allow singlespace after single-letter capitals followed by a dot.
11394
96479927
SM
11395 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
11396 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
11397
35fd0881
N
113982011-05-20 Nix <nix@esperi.org.uk>
11399
11400 * files.el (basic-save-buffer-2):
11401 Fix handling of break-hardlink-on-save with non-existent files.
11402
82745640
DD
114032011-05-19 Deniz Dogan <deniz@dogan.se>
11404
11405 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
9ff90d99 11406 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
82745640 11407
4a720484
GM
114082011-05-19 Glenn Morris <rgm@gnu.org>
11409
d1f21341
GM
11410 * progmodes/f90.el (f90-type-def-re):
11411 Handle "type, bind(c)". (Bug#8691)
11412
4a720484
GM
11413 * emacs-lisp/autoload.el (batch-update-autoloads):
11414 Set autoload-excludes by parsing loadup.el rather than Makefiles.
11415
2fb0a219
MA
114162011-05-18 Michael Albinus <michael.albinus@gmx.de>
11417
11418 * net/tramp.el (tramp-process-actions): Set "first-password-request"
11419 property for the correct connection in case of multihops.
11420
e565dd37
GM
114212011-05-18 Glenn Morris <rgm@gnu.org>
11422
c2571358 11423 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
c136e5cd
GM
11424 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
11425
e565dd37
GM
11426 Rationalize calendar handling of day and month abbrev-arrays.
11427 * calendar/calendar.el (calendar-customized-p): New function.
11428 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
11429 (calendar-day-name-array, calendar-month-name-array): Doc fix.
11430 Add :set function.
11431 (calendar-abbrev-length, calendar-day-abbrev-array)
11432 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
11433 (calendar-day-abbrev-array, calendar-month-abbrev-array):
11434 Elements may no longer be nil.
11435 (calendar-day-name, calendar-month-name):
11436 Update for changed nature of abbrev arrays.
11437 * calendar/diary-lib.el (diary-name-pattern):
11438 Update for changed nature of abbrev arrays.
11439 (diary-mark-entries-1): Update calendar-make-alist calls.
11440 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
11441 * calendar/cal-html.el (cal-html-day-abbrev-array):
11442 Simply inherit from calendar-day-abbrev-array.
11443
1d99a745
SM
114442011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
11445
11446 * progmodes/grep.el (grep-mode): Disable default
11447 compilation-directory-matcher setting (bug#8684).
11448
7c1d9aa0
MA
114492011-05-17 Michael Albinus <michael.albinus@gmx.de>
11450
11451 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
11452 instead of "head" and "tail". There were problems with SunOS 5.9,
11453 and it performs better.
11454
3952e9d8
GM
114552011-05-17 Glenn Morris <rgm@gnu.org>
11456
2dd12e7f
GM
11457 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
11458
e4157b9c
GM
11459 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
11460 Replace obsolete function.
11461
8e249bbd
GM
11462 * shell.el (pcomplete-parse-arguments-function): Declare.
11463
3952e9d8
GM
11464 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
11465 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
11466 (appt-check): Doc fixes.
11467 (appt-disp-window-function, appt-delete-window-function):
11468 Remove needless special case in custom :type.
11469 (appt-display-count): Default to 0, not nil.
11470 (appt-check): Reset appt-display-count to 0, not nil.
11471
c71a0d48 114722011-05-17 Juanma Barranquero <lekktu@gmail.com>
165fd2df 11473
c71a0d48
GM
11474 * progmodes/python.el (python-font-lock-keywords):
11475 Add the Python 3.X keyword "nonlocal" (bug#8639).
165fd2df 11476
31d55be9
SM
114772011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
11478
11479 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
11480
3bfacb2f
KR
114812011-05-16 Kevin Ryde <user42@zip.com.au>
11482
11483 * info-look.el (makefile-automake-mode): New setups, looking in
11484 automake manual, then makefile-mode.
11485 (makefile-mode): Remove automake manual, have it just in
11486 makefile-automake-mode since there's various things different or
11487 not relevant to plain make.
11488 (makefile-mode): Remove "other-modes" non-existent automake-mode,
11489 believe a hypothetical automake-mode would go to makefile-mode,
11490 not the other way around.
11491
c8e83751
CY
114922011-05-15 Chong Yidong <cyd@stupidchicken.com>
11493
5e9e35cd
CY
11494 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
11495 hunk-end tags (Bug#8672).
11496
c8e83751
CY
11497 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
11498 vc-annotate-show-diff-revision-at-line (Bug#8671).
11499
50b23e5a
GM
115002011-05-14 Glenn Morris <rgm@gnu.org>
11501
7210a739
GM
11502 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
11503 in the middle of an existing one with multiple authors. (Bug#8645)
375cb676
GM
11504 (change-log-font-lock-keywords): Also handle multiple author lines
11505 with leading tabs. (Bug#8644)
7210a739 11506
4691905a
GM
11507 * calendar/appt.el (appt-check): Rename some local variables.
11508 Some simplification/reordering.
11509
50b23e5a
GM
11510 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
11511 (feedmail-sendmail-f-doesnt-sell-me-out)
11512 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
11513 (feedmail-debug-sit-for, feedmail-queue-express-hook)
11514 (feedmail-queue-runner-message-sender): Set :version.
1aa64307
GM
11515 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
11516 (bbdb-dwim-net-address, vm-mail): Declare.
50b23e5a
GM
11517 (feedmail-binmail-gnulinuxish-template):
11518 Rename from feedmail-binmail-linuxish-template.
11519 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
11520 Use insert-buffer-substring.
11521
215cda7c
BC
115222011-05-14 Bill Carpenter <bill@carpenter.org>
11523
11524 * mail/feedmail.el (feedmail-patch-level): Increase.
11525 (feedmail-debug): New custom group.
11526 (feedmail-confirm-outgoing-timeout)
11527 (feedmail-sendmail-f-doesnt-sell-me-out)
11528 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
11529 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
11530 (feedmail-sender-line, feedmail-from-line)
11531 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
c2571358 11532 (feedmail-spray-this-address)
215cda7c
BC
11533 (feedmail-spray-address-fiddle-plex-list)
11534 (feedmail-queue-use-send-time-for-date)
11535 (feedmail-queue-use-send-time-for-message-id)
11536 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
11537 (feedmail-buffer-eating-function):
11538 Doc fixes.
11539 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
11540 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
11541 (feedmail-message-action-scroll-down): New functions.
11542 (feedmail-queue-directory, feedmail-queue-draft-directory):
11543 Use expand-file-name.
11544 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
11545 Remove C-v help entry.
11546 (feedmail-queue-buffer-file-name): New variable.
11547 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
11548 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
11549 (feedmail-message-action-send-strong, feedmail-message-action-edit)
11550 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
11551 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
11552 (feedmail-message-action-toggle-spray)
11553 (feedmail-run-the-queue-no-prompts)
11554 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
11555 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
11556 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
11557 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
11558 (feedmail-envelope-deducer, feedmail-fiddle-from)
11559 (feedmail-fiddle-sender, feedmail-default-date-generator)
11560 (feedmail-fiddle-date, feedmail-fiddle-message-id)
11561 (feedmail-fiddle-spray-address)
11562 (feedmail-fiddle-list-of-spray-fiddle-plexes)
11563 (feedmail-fiddle-list-of-fiddle-plexes)
11564 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
11565 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
11566 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
11567 Change default. Doc fix.
11568 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
11569 (feedmail-binmail-linuxish-template): New constant.
11570 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
11571 Respect feedmail-sendmail-f-doesnt-sell-me-out.
11572 (feedmail-send-it): Add debug call.
11573 Use feedmail-queue-buffer-file-name, and
11574 feedmail-send-it-immediately-wrapper.
11575 (feedmail-message-action-send): Add debug call.
11576 Use feedmail-send-it-immediately-wrapper.
11577 (feedmail-queue-express-to-queue): Add debug call.
11578 Run feedmail-queue-express-hook.
11579 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
11580 (feedmail-message-action-help-blat):
11581 Rename from feedmail-queue-send-edit-prompt-help-first.
11582 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
11583 Check line-endings. Handle errors better.
11584 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
11585 Doc fix. Add debug call.
11586 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
11587 Use feedmail-queue-send-edit-prompt-inner.
11588 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
11589 (feedmail-queue-send-edit-prompt-inner): New function, extracted
11590 from feedmail-queue-send-edit-prompt.
11591 (feedmail-queue-send-edit-prompt-help)
11592 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
11593 (feedmail-tidy-up-slug): Add debug call.
11594 Respect feedmail-queue-slug-suspect-regexp.
11595 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
11596 (feedmail-dump-message-to-queue): Add debug call.
11597 Expand queue-directory.
11598 (feedmail-dump-message-to-queue): Change message slightly.
11599 Use feedmail-say-chatter.
11600 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
11601 (feedmail-send-it-immediately-wrapper): New function.
11602 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
11603 Insert empty string rather than newline. Handle full-frame case.
11604 Use catch/throw. Use feedmail-say-chatter.
11605 (feedmail-fiddle-from): Try mail-host-address.
11606 (feedmail-default-message-id-generator): Doc fix.
11607 Bind system-time-locale. Handle missing end.
11608 (feedmail-fiddle-x-mailer): Add debug call.
11609 Handle feedmail-x-mailer-line being nil.
11610 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
11611 Add debug call. Use buffer-substring-no-properties.
11612 (feedmail-say-debug, feedmail-say-chatter): New functions.
11613 (feedmail-find-eoh): Give an explicit error.
11614
42c7e61e
UJ
116152011-05-13 Ulf Jasper <ulf.jasper@web.de>
11616
c2571358 11617 * net/newst-treeview.el (newsticker-treeview-face): Change default
42c7e61e 11618 family from helvetica to sans.
c2571358 11619 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
11620 etc/images/newsticker.
11621
c2571358 11622 * net/newst-reader.el (newsticker-feed-face): Change default
42c7e61e
UJ
11623 family from helvetica to sans.
11624
11625 * net/newst-plainview.el (newsticker-new-item-face)
11626 (newsticker-old-item-face, newsticker-immortal-item-face)
11627 (newsticker-obsolete-item-face, newsticker-date-face)
c2571358 11628 (newsticker-statistics-face): Change default family from
42c7e61e 11629 helvetica to sans.
c2571358 11630 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
11631 etc/images/newsticker.
11632
5d3385a0
JB
11633 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
11634 (newsticker--process-auto-mark-filter-match): Tell user about
42c7e61e
UJ
11635 auto-marking.
11636
8497a297
DV
116372011-05-13 Didier Verna <didier@xemacs.org>
11638
11639 Common Lisp indentation improvements on defmethod and lambda-lists.
4d61f28d
JB
11640 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
11641 TODO entries.
8497a297
DV
11642 (lisp-lambda-list-keyword-parameter-indentation)
11643 (lisp-lambda-list-keyword-parameter-alignment)
11644 (lisp-lambda-list-keyword-alignment): New customizable user options.
11645 (lisp-indent-defun-method): Improve docstring.
11646 (extended-loop-p): Fix comment.
11647 (lisp-indent-lambda-list-keywords-regexp): New variable.
11648 (lisp-indent-lambda-list): New function.
11649 (lisp-indent-259): Use it.
11650 (lisp-indent-defmethod): Support for more than one
11651 method qualifier and properly indent methods lambda-lists.
11652 (defgeneric): Provide a missing common-lisp-indent-function property.
11653
f278f87f
SM
116542011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
11655
11656 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
11657 bounds for the empty string (bug#8667).
11658
5233edd7
GM
116592011-05-13 Glenn Morris <rgm@gnu.org>
11660
5237a44f
GM
11661 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
11662
8340026c 11663 * mail/sendmail.el (sendmail-program): Try executable-find first.
f278f87f 11664 (sendmail-send-it): `sendmail-program' cannot be unbound.
8340026c 11665
5233edd7 11666 * calendar/appt.el (appt-make-list): Simplify.
4accbca6 11667 (appt-time-msg-list): Doc fix.
a5464014 11668 (appt-check): Change mode-line message at the time of the appointment.
5233edd7 11669
92d10796
AS
116702011-05-12 Andreas Schwab <schwab@linux-m68k.org>
11671
11672 * progmodes/ld-script.el (ld-script-keywords)
11673 (ld-script-builtins): Update keywords list.
11674
914a0ae1
SM
116752011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
11676
c89be45f
SM
11677 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
11678
914a0ae1
SM
11679 * shell.el (shell-completion-vars): New function.
11680 (shell-mode):
11681 * simple.el (read-shell-command): Use it.
11682 (blink-matching-open): No need for " [...]" in minibuffer-message.
11683
98dc3df3
GM
116842011-05-12 Glenn Morris <rgm@gnu.org>
11685
11686 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
11687 (appt-check): Simplify.
11688
d2fc7e3d 116892011-05-12 Eli Zaretskii <eliz@gnu.org>
0e39ec21 11690
4d61f28d 11691 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
0e39ec21
EZ
11692 literal "/dev/null".
11693
d2fc7e3d 116942011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3f254caa
SM
11695
11696 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
11697 Fix typo.
11698
d2fc7e3d 116992011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
6eea50c7 11700
3f254caa
SM
11701 * progmodes/which-func.el (which-function):
11702 Use add-log-current-defun instead of add-log-current-defun-function,
6eea50c7
RS
11703 which might not be defined (Bug#8260).
11704
d45885f7
GM
117052011-05-12 Glenn Morris <rgm@gnu.org>
11706
11707 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
11708 Let byte-compile-initial-macro-environment always take precedence.
11709
488086f4
SM
117102011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
11711
11712 * net/rcirc.el: Add support for SSL/TLS connections.
11713 (rcirc-server-alist): New field `encryption'.
11714 (rcirc): Check `encryption' settings.
11715 (rcirc-connect): New arg `encryption'. Use open-network-stream.
11716 Merge make-local-variable into `set'.
11717 (rcirc--connection-open-p): New function.
11718 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
11719 the process is not a network process (e.g. running gnutls-cli).
11720 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
11721 Make rcirc-(en|de)code-coding-system local here.
11722 (rcirc-mode): Merge make-local-variable into `set'.
11723 (rcirc-parent-buffer): Make permanent buffer-local.
11724 (rcirc-multiline-minor-mode): Don't do it here.
11725 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
11726 there's no server buffer.
11727
7d3b9d44
GM
117282011-05-11 Glenn Morris <rgm@gnu.org>
11729
f64049c6
GM
11730 * newcomment.el (comment-kill): Prefix "unused" local.
11731
93c9df73
GM
11732 * term/w32console.el (get-screen-color): Declare.
11733
7d3b9d44
GM
11734 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
11735 Handle symbol elements of byte-compile-initial-macro-environment.
11736
9e2dd53f
LL
117372011-05-10 Leo Liu <sdl.web@gmail.com>
11738
488086f4
SM
11739 * bookmark.el (bookmark-bmenu-mode-map):
11740 Bind bookmark-bmenu-search to `/'.
8b340240 11741
9e2dd53f 11742 * mail/footnote.el: Convert to utf-8 encoding.
b4044869
LL
11743 (footnote-unicode-string, footnote-unicode-regexp): New variable.
11744 (Footnote-unicode): New function.
11745 (footnote-style-alist): Add unicode style to the list.
11746 (footnote-style): Doc fix.
9e2dd53f 11747
79b70037
GM
117482011-05-10 Jim Meyering <meyering@redhat.com>
11749
11750 Fix doubled-word typos.
11751 * international/quail.el (quail-insert-kbd-layout): and and -> and
11752 * kermit.el: and and -> and
11753 * net/ldap.el (ldap-search-internal): to to -> to
11754 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
11755 * progmodes/js.el (js-mode): and and -> and
11756 * textmodes/artist.el (artist-move-to-xy): at at -> at
11757 (artist-draw-region-trim-line-endings): if if -> if
11758 And Safetyc -> Safety.
11759 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
11760
b8f82dc1 117612011-05-10 Glenn Morris <rgm@gnu.org>
c2571358 11762 Stefan Monnier <monnier@iro.umontreal.ca>
b8f82dc1
GM
11763
11764 * files.el (hack-one-local-variable-eval-safep):
11765 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
11766
4f99f44b
GM
117672011-05-10 Glenn Morris <rgm@gnu.org>
11768
11769 * calendar/diary-lib.el (diary-list-entries-hook)
11770 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
11771 (diary-nongregorian-marking-hook, diary-list-entries)
11772 (diary-include-other-diary-files, diary-mark-entries)
11773 (diary-mark-included-diary-files): Doc fixes.
11774
84f29e6b
JB
117752011-05-09 Juanma Barranquero <lekktu@gmail.com>
11776
11777 * misc.el: Require tabulated-list.el during compilation.
11778
9bedd73a
CY
117792011-05-09 Chong Yidong <cyd@stupidchicken.com>
11780
488086f4
SM
11781 * progmodes/compile.el (compilation-start):
11782 Run compilation-filter-hook for the async case too.
9bedd73a
CY
11783 (compilation-filter-hook): Doc fix.
11784
797c735c
DD
117852011-05-09 Deniz Dogan <deniz@dogan.se>
11786
11787 * wdired.el: Remove outdated installation comment. Fix usage
11788 comment.
11789
5f4b1dfe
JB
117902011-05-09 Juanma Barranquero <lekktu@gmail.com>
11791
11792 * misc.el: Implement new command `list-dynamic-libraries'.
11793 (list-dynamic-libraries--loaded-only-p): New variable.
11794 (list-dynamic-libraries--refresh): New function.
11795 (list-dynamic-libraries): New command.
11796
4c44026c
CY
117972011-05-09 Chong Yidong <cyd@stupidchicken.com>
11798
488086f4
SM
11799 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11800 Fix the ant regexp to handle end-line and end-column info from jikes.
4c44026c
CY
11801 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
11802 higher priority to avoid clobbering by gnu.
11803
027f966d
CY
118042011-05-08 Chong Yidong <cyd@stupidchicken.com>
11805
11806 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
11807 if the face has existing theme settings (Bug#8454).
11808
085f5d7d
CY
118092011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
11810
488086f4
SM
11811 * progmodes/perl-mode.el (perl-imenu-generic-expression):
11812 Only match variables declared via `my' or `our' (Bug#8261).
085f5d7d 11813
2a86a00c
RS
11814 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
11815 special file names `.' and `..' (Bug#8259).
11816
d9c54a06
CY
118172011-05-08 Chong Yidong <cyd@stupidchicken.com>
11818
488086f4
SM
11819 * progmodes/grep.el (grep-mode-font-lock-keywords):
11820 Remove buffer-changing entries.
d9c54a06
CY
11821 (grep-filter): New function.
11822 (grep-mode): Add it to compilation-filter-hook.
11823
11824 * progmodes/compile.el (compilation-filter-hook)
11825 (compilation-filter-start): New defvars.
11826 (compilation-filter): Call compilation-filter-hook prior to
11827 updating the process mark.
11828
c4662635
SM
118292011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
11830
11831 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
11832
b0512a1d
EZ
118332011-05-07 Eli Zaretskii <eliz@gnu.org>
11834
605c9376
EZ
11835 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
11836 mailclient-send-it even if window-system is nil. (Bug#8595)
11837
c4662635
SM
11838 * term/w32console.el (terminal-init-w32console):
11839 Call get-screen-color and use its output to set the frame
b0512a1d
EZ
11840 background-mode. (Bug#8597)
11841
d1dc2cc2
SM
118422011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
11843
11844 Make bytecomp.el understand that defmethod defines funs (bug#8631).
11845 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
11846 New functions.
11847 (defgeneric, eieio--defmethod): Use them.
11848 (eieio-defgeneric): Remove.
11849 (defmethod): Call defgeneric in a way visible to the byte-compiler.
11850
915d1300
GM
118512011-05-07 Glenn Morris <rgm@gnu.org>
11852
a3961c3e
GM
11853 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
11854 Use let rather than let*.
11855 (timeclock-find-discrep): Remove unused local.
11856
314347b9
GM
11857 * calendar/diary-lib.el (diary-comment-start): Doc fix.
11858
915d1300
GM
11859 * calendar/appt.el (appt-time-msg-list): Doc fix.
11860
275b59b0
NF
118612011-05-06 Noah Friedman <friedman@splode.com>
11862
11863 * apropos.el (apropos-print-doc): Only use
11864 emacs-lisp-docstring-fill-column when it is bound to an integer,
11865 per that variable's documentation.
11866
6c19f744
SM
118672011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
11868
11869 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
d1dc2cc2 11870 and warnings are not silently discarded (e.g. use -d instead of -P).
6c19f744 11871
60f884b2
GM
118722011-05-06 Glenn Morris <rgm@gnu.org>
11873
5006e634
GM
11874 * calendar/appt.el (appt-message-warning-time): Doc fix.
11875 (appt-warning-time-regexp): New option.
11876 (appt-make-list): Respect appt-message-warning-time.
11877
548d0a63
GM
11878 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
11879 New options.
11880 (diary-add-to-list): Strip comments from the displayed string.
11881 (diary-mode): Set comment-start and comment-end.
11882
60f884b2
GM
11883 * vc/diff-mode.el (smerge-refine-subst): Declare.
11884 (diff-refine-hunk): Don't require smerge-mode when compiling.
11885
989681bb
JB
118862011-05-06 Juanma Barranquero <lekktu@gmail.com>
11887
11888 * simple.el (list-processes): Return nil as the docstring says.
11889
a6bc05e1
MA
118902011-05-05 Michael Albinus <michael.albinus@gmx.de>
11891
11892 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
11893 to "".
11894 (ange-ftp-write-region, ange-ftp-insert-file-contents)
11895 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
11896 determining of binary transfer. (Bug#7383)
11897
23c22e9a
MA
118982011-05-05 Michael Albinus <michael.albinus@gmx.de>
11899
c4662635
SM
11900 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
11901 Fix port computation bug. (Bug#8618)
23c22e9a 11902
0bff894f
GM
119032011-05-05 Glenn Morris <rgm@gnu.org>
11904
b8296902
GM
11905 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
11906
1f522ce8
GM
11907 * simple.el (shell-dynamic-complete-functions)
11908 (comint-dynamic-complete-functions): Declare.
11909
cf5bee67
GM
11910 * net/network-stream.el (gnutls-negotiate):
11911 * simple.el (tabulated-list-print): Fix declarations.
11912
11913 * progmodes/gud.el (syntax-symbol, syntax-point):
11914 Remove unnecessary and incorrect declarations.
11915
0bff894f
GM
11916 * emacs-lisp/check-declare.el (check-declare-scan):
11917 Handle byte-compile-initial-macro-environment in bytecomp.el
11918
9869b3ae
SM
119192011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
11920
11921 Fix earlier half-done eieio-defmethod change (bug#8338).
11922 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
11923 Streamline and change calling convention.
11924 (defmethod): Adjust accordingly and simplify.
11925 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
11926 new eieio--defmethod.
11927 (slot-boundp): Minor CSE simplification.
11928
9c1d5ac5
MZ
119292011-05-05 Milan Zamazal <pdm@zamazal.org>
11930
11931 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
11932 (glasses-make-readable): Use glasses-separate-capital-groups.
11933
455c834e
JB
119342011-05-05 Juanma Barranquero <lekktu@gmail.com>
11935
11936 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
11937 (warning-series): Doc fix.
11938 (display-warning): Don't try to create the buffer if we just found it.
11939
9ed7c8cb
CY
119402011-05-04 Chong Yidong <cyd@stupidchicken.com>
11941
11942 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
11943 (autoload-find-generated-file): New function.
11944 (generate-file-autoloads): Bind generated-autoload-file to
11945 buffer-file-name.
9869b3ae
SM
11946 (update-file-autoloads, update-directory-autoloads):
11947 Use autoload-find-generated-file. If called interactively, prompt for
9ed7c8cb
CY
11948 output file (Bug#7989).
11949 (batch-update-autoloads): Doc fix.
11950
0898ca10
JB
119512011-05-04 Juanma Barranquero <lekktu@gmail.com>
11952
11953 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
11954
31dfb76c
GM
119552011-05-04 Glenn Morris <rgm@gnu.org>
11956
f330b642
GM
11957 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
11958 function, so it follows changes in calendar-date-style.
11959 (diary-fancy-date-matcher): New function.
11960 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
11961 (diary-fancy-font-lock-fontify-region-function):
11962 Use diary-fancy-date-pattern as a function.
11963
31dfb76c
GM
11964 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
11965 non-numbers for `year' etc pseudo-variables. (Bug#8583)
11966
48e79d6a
TZ
119672011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
11968
11969 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
11970 instead of positional arguments. Allow :keylist and :crlfiles
11971 arguments.
11972 (open-gnutls-stream): Call it.
11973
11974 * net/network-stream.el (network-stream-open-starttls): Adjust to
11975 call `gnutls-negotiate' with :process and :hostname arguments.
11976
dd5a5ee0
SM
119772011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
11978
ef80fc09
SM
11979 * minibuffer.el (completion--message): New function.
11980 (completion--do-completion, minibuffer-complete)
11981 (minibuffer-force-complete, minibuffer-complete-word): Use it.
11982 (completion--do-completion): Don't ignore completion-auto-help when in
11983 icomplete-mode.
11984
dd5a5ee0
SM
11985 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
11986 internal encoding (e.g. tibetan zero is not whitespace).
11987 (global-whitespace-mode): Prefer save-current-buffer.
11988 (whitespace-trailing-regexp): Remove useless save-match-data.
11989 (whitespace-empty-at-bob-regexp): Minor simplification.
11990
b7d22a83
CY
119912011-05-03 Chong Yidong <cyd@stupidchicken.com>
11992
11993 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
11994
5192af46
AM
119952011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
11996
11997 * textmodes/ispell.el (ispell-add-per-file-word-list):
cdc4a047 11998 Use `concat' to create string for insertion.
5192af46 11999
5767d190
SM
120002011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
12001
12002 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
12003 Avoid open-line which runs post-self-insert-hook.
12004 (bibtex-fill-entry): Remove unused `end' var.
12005
bf242939
AM
120062011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
12007
5767d190
SM
12008 * textmodes/ispell.el (ispell-add-per-file-word-list):
12009 Protect against `nil' value of `comment-start' (Bug#8579).
bf242939 12010
25666126
LL
120112011-05-03 Leo Liu <sdl.web@gmail.com>
12012
12013 * isearch.el (isearch-yank-pop): New command.
5767d190 12014 (isearch-mode-map): Bind it to `M-y'.
25666126
LL
12015 (isearch-forward): Mention it.
12016
52d3c2d0
SM
120172011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
12018
1bcace58
SM
12019 * simple.el (minibuffer-complete-shell-command): Remove.
12020 (minibuffer-local-shell-command-map): Use completion-at-point.
12021 (read-shell-command): Setup completion vars here instead.
12022 (read-expression-map): Bind TAB to symbol completion.
12023
52d3c2d0
SM
12024 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
12025 error directly rather via storing it into `results'.
12026
35813471
LL
120272011-05-02 Leo Liu <sdl.web@gmail.com>
12028
12029 * vc/diff.el: Fix description.
12030
e793a940
LMI
120312011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
12032
12033 * server.el (server-eval-at): New function.
12034
8de66e05
LMI
120352011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
12036
12037 * net/network-stream.el (open-network-stream): Take a :nowait
12038 parameter and pass it on to `make-network-process'.
12039 (network-stream-open-plain): Ditto.
12040
dcb79f20
AS
120412011-04-30 Andreas Schwab <schwab@linux-m68k.org>
12042
12043 * faces.el (face-spec-set-match-display): Don't match toolkit
12044 options on terminal frames.
12045
14a7fbd8
SM
120462011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
12047
7eabc1be
SM
12048 * progmodes/pascal.el: Use lexical binding.
12049 (pascal-mode-map): Remove author preferences.
12050
14a7fbd8
SM
12051 * pcomplete.el (pcomplete-std-complete): Don't abuse
12052 completion-at-point.
12053
50f84510
JB
120542011-04-28 Juanma Barranquero <lekktu@gmail.com>
12055
6e087a44
JB
12056 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
12057 removing code that has been dead since 1991 or so.
12058
50f84510
JB
12059 * startup.el (command-line): When warning about "_emacs", use a
12060 delayed warning to allow the user to filter it out.
12061
0ba690bd
DD
120622011-04-28 Deniz Dogan <deniz@dogan.se>
12063
12064 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
12065 user has not joined.
12066
08abfaad
SM
120672011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
12068
12069 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
12070 aren't any completions at point.
12071
638f053a
JB
120722011-04-28 Juanma Barranquero <lekktu@gmail.com>
12073
12074 * subr.el (display-delayed-warnings): New function.
12075 (delayed-warnings-hook): New variable.
12076
8fff8daa
SM
120772011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
12078
08abfaad
SM
12079 * minibuffer.el (completion-at-point, completion-help-at-point):
12080 Don't presume that a given completion-at-point-function will always
12081 use the same calling convention.
12082
8fff8daa
SM
12083 * pcomplete.el (pcomplete-completions-at-point):
12084 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
12085 pcomplete-seen is non-nil.
12086 (pcomplete-comint-setup): Also recognize the new comint/shell
12087 completion functions.
12088 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
12089 pcomplete-seen is non-nil.
12090
841a1577 120912011-04-27 Niels Giesen <niels.giesen@gmail.com>
211ec907 12092
841a1577 12093 * calendar/icalendar.el (diary-lib): Add require statement.
211ec907 12094 (icalendar--create-uid): Read out a uid from a text-property on
841a1577 12095 the first character in the entry. This allows for code to add its
211ec907
UJ
12096 own uid to the entry.
12097 (icalendar--convert-float-to-ical): Add export of
12098 `diary-float'-entries save for those with the optional DAY
12099 argument.
12100
2a782793
DC
121012011-04-27 Daniel Colascione <dan.colascione@gmail.com>
12102
12103 * subr.el (shell-quote-argument): Use alternate escaping strategy
12104 when we spot a variable reference in a string.
12105
0438ce91
DC
121062011-04-26 Daniel Colascione <dan.colascione@gmail.com>
12107
12108 * cus-start.el (all): Define customization for debug-on-event.
12109
841a1577 121102011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8f91bf93
DC
12111
12112 * subr.el (shell-quote-argument): Escape correctly under Windows.
12113
d090ed6c
SM
121142011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
12115
12116 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
12117
bfd31217
MA
121182011-04-25 Michael Albinus <michael.albinus@gmx.de>
12119
d090ed6c
SM
12120 * net/tramp.el (tramp-process-actions): Add POS argument.
12121 Delete region between POS and (pos).
bfd31217 12122
d090ed6c
SM
12123 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
12124 Use `nil' position in `tramp-process-actions' call.
bfd31217
MA
12125 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
12126
12127 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
12128 position in `tramp-process-actions' call.
12129
12130 * net/trampver.el: Update release number.
12131
e92f3bd3
SM
121322011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
12133
850256b5
SM
12134 * custom.el (defcustom): Obey lexical-binding.
12135
e92f3bd3
SM
12136 Fix octave-inf completion problems reported by Alexander Klimov.
12137 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
12138 Inherit from octave-mode-syntax-table.
12139 (inferior-octave-mode): Set info-lookup-mode.
12140 (inferior-octave-completion-at-point): New function.
12141 (inferior-octave-complete): Use it and completion-in-region.
12142 (inferior-octave-dynamic-complete-functions): Use it as well, and use
12143 comint-filename-completion.
12144 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
12145 symbol elements which shouldn't be word elements.
12146 (octave-font-lock-keywords, octave-beginning-of-defun)
12147 (octave-function-header-regexp): Adjust regexps accordingly.
12148 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
12149
cd22b309
JB
121502011-04-25 Juanma Barranquero <lekktu@gmail.com>
12151
12152 * net/gnutls.el (gnutls-errorp): Declare before first use.
12153
8b492194
TZ
121542011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
12155
12156 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
12157 verify-error, and verify-hostname-error parameters. Check whether
cd22b309 12158 default trustfile exists before going to use it. Add missing
5a5fa834 12159 argument to gnutls-message-maybe call. Return value.
8b492194
TZ
12160 Reported by Claudio Bley <claudio.bley@gmail.com>.
12161 (open-gnutls-stream): Add usage example.
12162
12163 * net/network-stream.el (network-stream-open-starttls): Give host
12164 parameter to `gnutls-negotiate'.
12165 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
8f91bf93 12166 * subr.el (shell-quote-argument): Escape correctly under Windows.
8b492194 12167
841a1577 121682011-04-24 Daniel Colascione <dan.colascione@gmail.com>
05842630 12169
cd22b309
JB
12170 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
12171 Use correct match group (bug#8438).
05842630 12172
3ba7869c
CY
121732011-04-24 Chong Yidong <cyd@stupidchicken.com>
12174
512e3ae1
CY
12175 * emacs-lisp/package.el (package-built-in-p): Fix typo.
12176 (package-menu--generate): New arg specifying packages to show.
12177 (package-menu-refresh, package-menu-execute, list-packages):
12178 Callers changed.
12179 (package-show-package-list): New function, replacing deleted
12180 package--list-packages (renamed because it is non-internal).
12181
12182 * finder.el (finder-list-matches): Use package-show-package-list
12183 instead of deleted package--list-packages.
12184
e92f3bd3
SM
12185 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
12186 Based on a previous implementation by Juanma Barranquero (Bug#8366).
3ba7869c
CY
12187 (vc-annotate-mode-map): Bind it to RET.
12188
7031be6d
UR
121892011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
12190
12191 * progmodes/etags.el (next-file): Don't use set-buffer to change
12192 buffers (Bug#8478).
12193
4ef177aa
CY
121942011-04-24 Chong Yidong <cyd@stupidchicken.com>
12195
c8d173eb
CY
12196 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
12197
4ef177aa
CY
12198 * apropos.el (apropos-label-face): Avoid variable-pitch face.
12199 (apropos-accumulator): Doc fix.
12200 (apropos-function, apropos-macro, apropos-command)
12201 (apropos-variable, apropos-face, apropos-group, apropos-widget)
12202 (apropos-plist): Add face property.
12203 (apropos-symbols-internal): Fix indentation.
12204 (apropos-print): Simplify help, and recognize apropos-multi-type.
12205 (apropos-print-doc): Use button-type-get to extract the button's
12206 face property. Fill docstring (Bug#8352).
12207
4ffd0d6b 122082011-04-23 Juanma Barranquero <lekktu@gmail.com>
be71f810
JB
12209
12210 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
12211
c6c32125 12212 * play/mpuz.el (mpuz-silent): Doc fix.
4ffd0d6b 12213 (mpuz-mode-map): Use mapc.
c6c32125
JB
12214 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
12215 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
12216 Fix typos in docstrings.
12217
58d468b4
JB
12218 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
12219 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
12220
6470c3c6
JB
12221 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
12222
4ffd0d6b 122232011-04-23 Chong Yidong <cyd@stupidchicken.com>
6f21a319
CY
12224
12225 * minibuffer.el (completion--do-completion): Avoid the "Next char
12226 not unique" prompt if icomplete-mode is enabled (Bug#5849).
12227
3ad8bad0
CY
12228 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
12229 mouse-2 into unread-command-events, it is interpreted correctly.
12230
71d73c9c 12231 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
6395aab9 12232 (image-toggle-display): Doc fix.
71d73c9c 12233
841a1577 122342011-04-23 Stephen Berman <stephen.berman@gmx.net>
e935c6a2 12235
4ffd0d6b
GM
12236 * textmodes/page.el (what-page): Use line-number-at-pos to
12237 calculate line number (Bug#6825).
6e1dbaa9 12238
c2fb1b60
JB
122392011-04-22 Juanma Barranquero <lekktu@gmail.com>
12240
12241 * eshell/esh-mode.el (find-tag-interactive): Declare function.
12242 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
12243 Pass argument NO-DEFAULT to `find-tag-interactive'.
12244
e02f48d7
JB
122452011-04-22 Juanma Barranquero <lekktu@gmail.com>
12246
12247 Lexical-binding cleanup.
12248
12249 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
12250 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
12251 * progmodes/ada-prj.el (ada-prj-initialize-values)
12252 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
12253 (ada-prj-show-value):
12254 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
12255 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
12256 (antlr-invalidate-context-cache, antlr-options-menu-filter)
12257 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
12258 * progmodes/bug-reference.el (bug-reference-push-button):
12259 * progmodes/fortran.el (fortran-line-length):
12260 * progmodes/glasses.el (glasses-change):
12261 * progmodes/octave-mod.el (octave-fill-paragraph):
12262 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
12263 (python-pdbtrack-grub-for-buffer, python-sentinel):
12264 * progmodes/sql.el (sql-save-connection):
12265 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
12266 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
12267 Mark unused parameters.
12268
12269 * progmodes/compile.el (compilation--flush-directory-cache)
12270 (compilation--flush-parse, compile-internal): Mark unused parameters.
12271 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
12272 (compilation-next-error-function): Remove unused variable `timestamp'.
12273
12274 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
12275 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
12276
12277 * progmodes/dcl-mode.el (dcl-end-of-command):
12278 Remove unused variable `start'.
12279 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
12280 (dcl-option-value-basic, dcl-option-value-offset)
12281 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
12282 Mark unused parameters.
12283 (dcl-save-local-variable): Remove unused variable `val'.
12284 (mode): Declare.
12285
12286 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
12287 Mark unused parameters.
12288 (delphi-ignore-changes): Move before first use.
12289 (delphi-charset-token-at): Remove unused variable `start'.
12290 (delphi-else-start): Remove unused variable `if-count'.
12291 (delphi-comment-block-start, delphi-comment-block-end):
12292 Remove unused variable `kind'.
12293 (delphi-indent-line): Remove unused variable `new-point'.
12294
12295 * progmodes/ebrowse.el (ebrowse-files-list)
12296 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
12297 Mark unused parameters. Don't quote `lambda'.
12298 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
12299 Don't quote `lambda'.
12300 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
12301 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
12302 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
12303 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
12304 Use `ignore-errors'.
12305 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
12306 (ebrowse-view/find-file-and-search-pattern)
12307 (ebrowse-view/find-member-declaration/definition):
12308 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
12309 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
12310 Rename parameter PREFIX-ARG to PREFIX.
12311 (ebrowse-tags-read-name): Remove unused variables `start' and
12312 `member-info'.
12313 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
12314 to `tags-file'.
12315
12316 * progmodes/etags.el (local-find-tag-hook): Declare.
12317 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
12318 Mark unused parameters.
12319
12320 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
12321 (executable-interpret): Mark unused parameter.
12322
12323 * progmodes/flymake.el (flymake-process-sentinel)
12324 (flymake-after-change-function)
12325 (flymake-create-temp-with-folder-structure)
12326 (flymake-get-include-dirs-dot): Mark unused parameters.
12327 (flymake-safe-delete-directory): Remove unused variable `err'.
12328
12329 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
12330 (speedbar-timer-fn, speedbar-line-text)
12331 (speedbar-change-expand-button-char, speedbar-delete-subblock)
12332 (speedbar-center-buffer-smartly): Declare functions.
12333 (gdb-find-watch-expression): Remove unused variable `array'.
12334 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
12335 (gdb-starting): Mark unused parameters.
12336 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
12337 (gdb-table-string): Remove unused variable `res'.
12338 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
12339 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
12340 (gdb-display-buffer): Remove unused variable `cur-size'.
12341
12342 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
12343 allow lexical-binding compilation.
12344 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
12345 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
12346 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
12347 Mark unused parameters.
12348 (gud-gdb-marker-filter): Remove unused variable `match'.
12349 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
12350 lambda expressions and funcall them, instead of using `fset'.
12351
12352 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
12353 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
12354
12355 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
12356 variable `header-beg'; use `let'.
12357
12358 * progmodes/icon.el (indent-icon-exp): Remove unused variables
12359 `restart', `last-sexp' and `at-do'.
12360
12361 * progmodes/js.el (js--debug): Mark unused parameter.
12362 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
12363 (js--splice-into-items): Remove unused variable `item'.
12364 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
12365
12366 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
12367 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
12368 (makefile-complete): Remove unused variable `try'.
12369 (makefile-fill-paragraph, makefile-match-function-end):
12370 Mark unused parameters.
12371
12372 * progmodes/octave-inf.el (inferior-octave-complete):
12373 Remove unused variable `proc'.
12374 (inferior-octave-output-digest): Mark unused parameter.
12375
12376 * progmodes/perl-mode.el (perl-calculate-indent):
12377 Remove unused variable `err'.
12378
12379 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
12380 (prolog-indent-line): Mark unused parameters.
12381 (prolog-indent-line): Remove unused variable `beg'.
12382
12383 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
12384 (reporter-dont-compact-list): Declare.
12385
12386 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
12387 Remove unused variable `char'.
12388 (sh-debug): Mark unused parameter.
12389 (sh-get-indent-info): Remove unused variable `start'.
12390 (sh-calculate-indent): Remove unused variable `var'.
12391
12392 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
12393 (simula-electric-keyword): Remove unused variable `null'.
12394 (simula-search-backward, simula-search-forward): Remove unused
12395 variables `begin' and `end'.
12396
12397 * progmodes/vera-mode.el (vera-guess-basic-syntax):
12398 Remove unused variable `pos'.
12399 (vera-electric-tab, vera-comment-uncomment-region):
12400 Mark unused parameters.
12401 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
12402
7ede3b65
CY
124032011-04-22 Chong Yidong <cyd@stupidchicken.com>
12404
12405 * emacs-lisp/package.el (package--builtins, package-alist)
12406 (package-load-descriptor, package-built-in-p, package-activate)
12407 (define-package, package-installed-p)
12408 (package-compute-transaction, package-buffer-info)
12409 (package--push): Doc fix. Distinguish more clearly between
12410 version strings and version lists.
12411
121656e9
JB
124122011-04-21 Juanma Barranquero <lekktu@gmail.com>
12413
12414 Lexical-binding cleanup.
12415
12416 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
12417 (5x5-make-mutate-best):
12418 * play/fortune.el (fortune-in-buffer):
12419 * play/gomoku.el (gomoku-init-display):
12420 * play/solitaire.el (solitaire, solitaire-do-check):
12421 * play/tetris.el (tetris-default-update-speed-function):
12422 Mark unused parameters.
12423
12424 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
12425 (bubbles--shift): Remove unused variable `char-org'.
12426 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
12427 (bubbles--show-images): Remove unused variable `char'.
12428
12429 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
12430 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
12431 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
12432 (decipher-analyze-buffer): Use ?\s.
12433 (decipher-make-checkpoint): Remove unused variable `mapping'.
12434
12435 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
12436
12437 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
12438 Remove unused variable `result'; use `let'.
12439
12440 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
12441 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
12442 (gametree-children-shown-p, gametree-compute-reduced-score):
12443 Use `ignore-errors'.
12444
12445 * play/handwrite.el (ps-lpr-switches): Declare.
12446 (handwrite): Remove unused variables `pmin' and `lastp'.
12447
12448 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
12449
12450 * play/landmark.el (landmark-init-display)
12451 (landmark-update-naught-weights): Mark unused parameters.
12452 (landmark-y): Remove unused variable `noise'. Simplify.
12453 (landmark-human-plays): Remove unused variable `score'.
12454
12455 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
12456 (mpuz-try-proposal): Remove unused variable `game'.
12457
12458 * play/zone.el (life-patterns): Declare.
12459
80f499c7
JB
124602011-04-20 Juanma Barranquero <lekktu@gmail.com>
12461
12462 * vc/vc.el (ediff-vc-internal): Declare function.
12463
024ff170
SM
124642011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
12465
c0a193ea
SM
12466 * shell.el: Use lexical-binding and std completion UI.
12467 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
12468 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
12469 comint-preoutput-filter-functions rather than on
12470 comint-output-filter-functions.
12471 (shell-command-completion, shell--command-completion-data)
12472 (shell-filename-completion, shell-environment-variable-completion)
12473 (shell-c-a-p-replace-by-expanded-directory): New functions.
12474 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
12475 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
12476 (shell-dynamic-complete-environment-variable): Use them.
12477 (shell-dynamic-complete-as-environment-variable)
12478 (shell-dynamic-complete-as-command): Remove.
12479 (shell-match-partial-variable): Match past point.
12480 * comint.el: Clean up use of completion-at-point-functions.
12481 (comint-completion-at-point): New function.
12482 (comint-mode): Use it completion-at-point-functions.
12483 (comint-dynamic-complete): Make it obsolete.
12484 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
12485 (comint-c-a-p-replace-by-expanded-history): New function.
12486 (comint-dynamic-complete-functions)
12487 (comint-replace-by-expanded-history): Use it.
12488 * minibuffer.el (completion-table-with-terminator): Allow dynamic
12489 termination strings. Try harder to avoid second try-completion.
12490 (completion-in-region-mode-map): Disable bindings that don't work yet.
12491
2dbaa080
SM
12492 * comint.el: Use lexical-binding. Require CL.
12493 (comint-dynamic-complete-functions): Use comint-filename-completion.
12494 (comint-completion-addsuffix): Tweak custom type.
12495 (comint-filename-completion, comint--common-suffix)
12496 (comint--common-quoted-suffix, comint--table-subvert)
12497 (comint--complete-file-name-data): New functions.
12498 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
12499 (comint-dynamic-list-filename-completions): Use them.
12500 (comint-dynamic-simple-complete): Make obsolete.
c0a193ea 12501
2dbaa080
SM
12502 * minibuffer.el (completion-in-region-mode):
12503 Keep completion-in-region-mode--predicate global.
12504 (completion-in-region--postch):
12505 Assume completion-in-region-mode--predicate is not null.
12506
c79a6f38
SM
12507 * progmodes/flymake.el (flymake-start-syntax-check-process):
12508 Obey `dir'. Simplify.
12509
024ff170
SM
12510 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
12511 we're in VC after all.
12512
1c6c854e
CS
125132011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
12514
12515 * vc/vc.el (vc-diff-build-argument-list-internal)
024ff170 12516 (vc-version-ediff, vc-ediff): New commands.
1c6c854e
CS
12517 (vc-version-diff): Use vc-diff-build-argument-list-internal.
12518
bed7f140
SM
125192011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
12520
332e62ab
SM
12521 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
12522 add sanity check.
12523
bed7f140
SM
12524 * obsolete/erc-hecomplete.el: Make obsolete.
12525 * obsolete/: Standardize obsolescence info in the header.
12526
f195c582
GM
125272011-04-20 Glenn Morris <rgm@gnu.org>
12528
12529 * calendar/solar.el (solar-horizontal-coordinates):
12530 Use the longitude argument rather than `calendar-longitude'.
12531 (solar-date-next-longitude): Remove unused locals.
12532
cb79b8c0
VJL
125332011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12534
12535 * whitespace.el: New version 13.2.1.
12536
125372011-04-20 felix <EmacsWiki> (tiny change)
12538
d8e4b68b 12539 * whitespace.el (global-whitespace-mode): Keep highlight when
cb79b8c0
VJL
12540 switching between major modes on a file.
12541
602ea69d
SM
125422011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
12543
12544 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
12545 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
12546 multi-line comments as well.
12547
06b60517
JB
125482011-04-19 Juanma Barranquero <lekktu@gmail.com>
12549
12550 Lexical-binding cleanup.
12551
12552 * arc-mode.el (archive-mode-revert):
12553 * cmuscheme.el (scheme-interactively-start-process):
12554 * custom.el (custom-initialize-delay):
12555 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
12556 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
12557 * emacs-lock.el (emacs-lock-clear-sentinel):
12558 * ezimage.el (defezimage):
12559 * follow.el (follow-avoid-tail-recenter):
12560 * fringe.el (set-fringe-mode-1):
12561 * generic-x.el (bat-generic-mode-compile):
12562 * help-mode.el (help-info-variable, help-do-xref)
12563 (help-mode-revert-buffer):
12564 * help.el (view-emacs-todo):
12565 * iswitchb.el (iswitchb-completion-help):
12566 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
12567 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
12568 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
12569 * locate.el (locate-update):
12570 * longlines.el (longlines-encode-region)
12571 (longlines-after-change-function):
12572 * outline.el (outline-isearch-open-invisible):
12573 * ps-def.el (declare-function, charset-dimension, char-width)
12574 (encode-char):
12575 * ps-mule.el (ps-mule-plot-string):
12576 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
12577 (recentf-edit-list-select, recentf-edit-list-validate)
12578 (recentf-open-files-action):
12579 * rect.el (delete-whitespace-rectangle-line)
12580 (rectangle-number-line-callback):
12581 * register.el (window-configuration-to-register)
12582 (frame-configuration-to-register):
12583 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
12584 * select.el (xselect-convert-to-string, xselect-convert-to-length)
12585 (xselect-convert-to-targets, xselect-convert-to-delete)
12586 (xselect-convert-to-filename, xselect-convert-to-charpos)
12587 (xselect-convert-to-lineno, xselect-convert-to-colno)
12588 (xselect-convert-to-os, xselect-convert-to-host)
12589 (xselect-convert-to-user, xselect-convert-to-class)
12590 (xselect-convert-to-name, xselect-convert-to-integer)
12591 (xselect-convert-to-atom, xselect-convert-to-identity):
12592 * subr.el (declare, ignore, process-kill-without-query)
12593 (text-clone-maintain):
12594 * terminal.el (te-get-char, te-tic-sentinel):
12595 * tool-bar.el (tool-bar-make-keymap):
12596 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
12597 * type-break.el (type-break-mode, type-break-noninteractive-query):
12598 * view.el (View-back-to-mark):
12599 * wid-browse.el (widget-browse-action, widget-browse-widget)
12600 (widget-browse-widgets, widget-browse-sexp):
12601 * widget.el (define-widget-keywords):
12602 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
12603 Mark unused parameters.
12604
12605 * align.el (align-adjust-col-for-rule): Mark unused parameter.
12606 (align-areas): Remove unused variable `look'.
12607 (align-region): Remove unused variables `real-end' and `pos-list'.
12608
12609 * apropos.el (apropos-score-doc): Remove unused variable `i'.
12610
12611 * bindings.el (mode-line-modified, mode-line-remote):
12612 Mark unused parameters.
12613 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
12614
12615 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
12616 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
12617
12618 * comint.el (comint-history-isearch-pop-state)
12619 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
12620 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
12621 (comint-substitute-in-file-name): Doc fix.
12622
12623 * completion.el (cmpl-statistics-block): Mark unused parameter.
12624 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
12625 (save-completions-to-file, load-completions-from-file):
12626 Remove unused local variable `e'.
12627
12628 * composite.el (compose-chars): Remove unused variable `len'.
12629 (lgstring-insert-glyph): Remove unused variable `g'.
12630 (compose-glyph-string): Remove unused variables `ascent',
12631 `descent', `lbearing' and `rbearing'.
12632 (compose-glyph-string-relative): Remove unused variables
12633 `lbearing', `rbearing' and `wadjust'.
12634 (compose-gstring-for-graphic): Remove unused variables `header',
12635 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
12636 (compose-gstring-for-terminal): Remove unused variables `header'
12637 and `nchars'. Use `let', not `let*'.
12638
12639 * cus-edit.el (Custom-set, Custom-save, custom-reset)
12640 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
12641 (Custom-buffer-done, custom-buffer-create-internal)
12642 (custom-browse-visibility-action, custom-browse-group-tag-action)
12643 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
12644 (widget-magic-mouse-down-action, custom-toggle-parent)
12645 (custom-add-parent-links, custom-toggle-hide-variable)
12646 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
12647 (custom-toggle-hide-face, face, hook, custom-group-link-action)
12648 (custom-face-menu-create, custom-variable-menu-create, get)
12649 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
12650 (custom-reset-standard-save-and-update): Remove unused variable `value'.
12651 (customize-apropos): Remove unused variable `tests'.
12652 (custom-group-value-create): Remove unused variable `hidden-p'.
12653 (sort-fold-case): Declare.
12654
12655 * cus-theme.el (custom-reset-standard-faces-list)
12656 (custom-reset-standard-variables-list): Declare.
12657 (customize-create-theme, custom-theme-revert, custom-theme-write)
12658 (custom-theme-choose-mode, customize-themes, custom-theme-save):
12659 Mark unused parameters.
12660
12661 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
12662
12663 * delim-col.el (delimit-columns-max): Move defvar before first use.
12664
12665 * descr-text.el (describe-char-categories): Don't quote `lambda'.
bd0d2ee2 12666 (describe-char): Don't quote `lambda'. Mark unused parameter.
06b60517
JB
12667
12668 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
12669 (auto-insert): Declare.
12670 (desktop-restore-file-buffer): Rename desktop-* parameters;
12671 mark unused ones.
12672 (desktop-create-buffer): Rename desktop-* parameters and bind them.
12673 (desktop-buffer): Rename desktop-* parameters.
12674
12675 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
12676 (dframe-reposition-frame-xemacs, dframe-help-echo)
12677 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
12678 Mark unused parameters.
12679
12680 * dired-aux.el (backup-extract-version-start, overwrite-query)
12681 (overwrite-backup-query, rename-regexp-query)
12682 (rename-non-directory-query): Declare.
12683 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
12684 (dired-add-entry): Remove unused variable `orig-file-name'.
12685 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
12686 Use parameter PRESERVE-TIME instead of accessing dynamic variable
12687 `dired-copy-preserve-time' directly.
12688 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
12689 (dired-insert-subdir-newpos): Rename unused variable `pos'.
12690
12691 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
12692 (dired-virtual-revert, dired-make-relative-symlink):
12693 Mark unused parameters.
12694 (manual-program): Declare.
12695 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
12696 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
12697 wrapped in `with-no-warnings' to avoid replacing one warning by another.
12698
12699 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
12700
12701 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
12702
12703 * echistory.el (electric-history-in-progress, Helper-return-blurb):
12704 Declare.
12705
12706 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
12707
12708 * electric.el (Electric-command-loop): Rename parameter
12709 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
12710
12711 * expand.el (expand-in-literal): Remove unused variable `here'.
12712
12713 * facemenu.el (facemenu-add-new-color):
12714 Remove unused variable `docstring'.
12715
12716 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
12717 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
12718 (face-attr-construct): Mark unused parameter. Doc fix.
12719 (read-color): Remove unused variable `hex-string'.
12720
12721 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
12722 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
12723 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
12724 (display-buffer-other-frame): Remove unused variable `old-window'.
12725 (kill-buffer-hook): Declare.
12726 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
12727 Mark unused parameters.
12728 (after-find-file): Pass 1 to `auto-save-mode', not t.
12729
12730 * files-x.el (auto-insert): Declare.
12731 (modify-file-local-variable-prop-line): Remove unused variable `val'.
12732
12733 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
bd0d2ee2 12734 variable `buf'. Mark unused parameter.
06b60517
JB
12735 (find-lisp-insert-directory): Mark unused parameter.
12736
12737 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
12738 (format-encode-region): Remove unused variables `cur-buf' and `result'.
12739 (format-common-tail): Remove, unused.
12740 (format-deannotate-region): Remove unused variable `loc'.
12741 (format-annotate-region): Remove unused variable `p'.
12742 (format-annotate-single-property-change): Remove unused variables
12743 `default' and `tail'.
12744
12745 * forms.el (read-file-filter): Declare.
12746 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
12747
12748 * frame.el (frame-creation-function-alist): Mark unused parameter.
12749 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
12750
12751 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
12752 Remove unused parameters.
12753 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
12754 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
12755
12756 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
12757 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
12758 (hfy-prepare-tag-map): Mark unused parameters.
12759 (htmlfontify-buffer): Use `called-interactively-p'.
12760
12761 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
12762 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
12763 (ibuffer-do-occur): Mark unused parameters.
12764 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
12765 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
12766
12767 * ibuffer.el: Don't quote `lambda'.
12768 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
12769 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
12770 Mark unused parameters.
12771
12772 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
12773 (ido-completing-read): Mark unused parameters.
12774 (ido-copy-current-word): Mark unused parameters;
12775 remove unused variable `name'.
12776 (ido-sort-merged-list): Remove unused parameter `dirs'.
12777
12778 * ielm.el (ielm-input-sender): Mark unused parameter.
12779 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
12780 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
12781 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
12782 `ielm-string' as a dynamic variable accessible from the IELM prompt.
12783 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
12784
12785 * image-dired.el (image-dired-display-thumbs): Remove unused
12786 variables `curr-file' and `count'.
12787 (image-dired-remove-tag): Remove unused variable `start'.
12788 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
12789 variable `curr-file'
12790 (image-dired-rotate-original): Remove unused variable `temp-file'.
12791 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
12792 Remove unused variable `file'.
12793 (image-dired-gallery-generate): Remove unused variable `curr'.
12794 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
12795
12796 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
12797
12798 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
12799
12800 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
12801
12802 * isearch.el (minibuffer-history-symbol): Declare.
12803 (isearch-edit-string): Remove unused variable `err'.
12804 (isearch-message-prefix, isearch-message-suffix):
12805 Mark unused parameters.
12806
12807 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
12808
12809 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
12810
12811 * makesum.el (double-column): Remove unused variable `cnt'.
12812
12813 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
12814 (ido-ignore-item-temp-list): Declare.
12815
12816 * mouse-drag.el (mouse-drag-throw): Remove unused variables
12817 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
12818 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
12819 (mouse-drag-drag): Remove unused variables `mouse-delta' and
12820 `mouse-col-delta'.
12821
12822 * mouse-sel.el (mouse-extend-internal):
12823 Remove unused variable `orig-window-frame'.
12824
12825 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
12826 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
12827 Move declarations before first use.
12828 (pcomplete-opt): Mark unused parameters; doc fix.
12829
12830 * proced.el (proced-revert): Mark unused parameter.
12831 (proced-send-signal): Remove unused variable `err'.
12832
12833 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
12834 Rename parameter PREFIX-ARG to ARG.
12835 (ps-basic-plot-string, ps-basic-plot-whitespace):
12836 Mark unused parameters.
12837
12838 * replace.el (replace-count): Define.
12839 (occur-revert-function): Mark unused parameters.
12840 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
12841 (isearch-case-fold-search, isearch-string): Declare.
12842 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
12843 bind `case-fold-search'. Remove unused variables `beg' and `end',
12844 and simplify.
12845 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
12846 COUNT and bind `replace-count'.
12847 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
12848 to COUNT.
12849
12850 * savehist.el (print-readably, print-string-length): Declare.
12851
12852 * shadowfile.el (shadow-expand-cluster-in-file-name):
12853 Remove unused variable `cluster'.
12854 (shadow-copy-file): Remove unused variable `i'.
12855 (shadow-noquery, shadow-clusters, shadow-site-cluster)
12856 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
12857 (shadow-define-literal-group, shadow-define-regexp-group)
12858 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
12859
12860 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
12861 (shell): Use `called-interactively-p'.
12862 (shell-directory-tracker): Remove unused variable `chdir-failure'.
12863
12864 * simple.el (compilation-context-lines, comint-file-name-quote-list)
12865 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
12866 (delete-backward-char): Remove unused variable `ocol'.
12867 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
12868 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
12869 (event-apply-hyper-modifier, event-apply-shift-modifier)
12870 (event-apply-control-modifier, event-apply-meta-modifier):
12871 Mark unused parameters.
12872 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
12873 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
12874
12875 * speedbar.el (speedbar-ignored-directory-expressions)
12876 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
12877 (speedbar-find-file, speedbar-dir-follow)
12878 (speedbar-directory-buttons-follow, speedbar-tag-find)
12879 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
12880 (speedbar-buffers-line-directory, speedbar-buffer-click):
12881 Mark unused parameters.
12882 (speedbar-tag-file): Remove unused variable `mode'.
12883 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
12884
12885 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
12886
12887 * talk.el (talk): Remove unused variable `display'.
12888
12889 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
12890 (tar-write-region-annotate): Mark unused parameter.
12891
12892 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
12893 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
12894 Declare them, wrapped in `with-no-warnings' to avoid replacing one
12895 warning by another.
12896
12897 * time-stamp.el (time-stamp-string-preprocess):
12898 Remove unused variable `require-padding'.
12899
12900 * tree-widget.el (widget-glyph-enable): Declare.
12901 (tree-widget-action): Mark unused parameter.
12902
12903 * w32-fns.el (x-get-selection): Mark unused parameter.
12904 (autoload-make-program, generated-autoload-file): Declare.
12905
12906 * wdired.el (wdired-revert): Mark unused parameters.
12907 (wdired-xcase-word): Remove unused variable `err'.
12908
12909 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
12910 (whitespace-help-scroll): Remove unused variable `data-help'.
12911
12912 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
12913 (widget-image-insert, widget-after-change, default)
12914 (widget-default-format-handler, widget-default-notify)
12915 (widget-default-prompt-value, widget-info-link-action)
12916 (widget-url-link-action, widget-function-link-action)
12917 (widget-variable-link-action, widget-file-link-action)
12918 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
12919 (widget-field-prompt-internal, widget-field-action, widget-field-match)
12920 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
12921 (widget-insert-button-action, widget-delete-button-action, visibility)
12922 (widget-documentation-link-action, widget-documentation-string-action)
12923 (widget-const-prompt-value, widget-regexp-match, symbol)
12924 (widget-coding-system-prompt-value)
12925 (widget-key-sequence-value-to-external, sexp)
12926 (widget-sexp-value-to-internal, character, vector, cons)
12927 (widget-choice-prompt-value, widget-boolean-prompt-value)
12928 (widget-color--choose-action): Mark unused parameters.
12929 (widget-item-match-inline, widget-choice-match-inline)
12930 (widget-checklist-match, widget-checklist-match-inline)
12931 (widget-group-match): Rename parameter VALUES to VALS.
12932 (widget-field-value-set): Remove unused variable `size'.
12933 (widget-color-action): Remove unused variables `value' and `start'.
12934
12935 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
bd0d2ee2 12936 variable `dir'. Doc fix.
06b60517
JB
12937 (windmove-find-other-window): Don't pass it.
12938
12939 * window.el (count-windows): Mark unused parameter.
12940 (bw-adjust-window): Remove unused variable `err'.
12941
12942 * woman.el (woman-file-name): Remove unused variable `default'.
12943 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
12944 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
12945 (global-font-lock-mode): Declare.
12946 (woman-decode-region): Mark unused parameter.
12947 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
12948
12949 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
12950 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
12951 (x-dnd-handle-moz-url): Remove unused variable `title'.
12952 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
12953
12954 * xml.el (xml-parse-tag, xml-parse-attlist):
12955 Remove unused variable `pos'.
12956
bc4f7f3d
GM
129572011-04-19 Glenn Morris <rgm@gnu.org>
12958
12959 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
12960 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
12961 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
12962 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
12963 * calendar/cal-html.el (cal-html-insert-minical):
12964 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
12965 (calendar-mark-date-pattern):
12966 Prefix "unused" locals.
12967
12968 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
12969 optional argument `style'.
12970
12971 * calendar/appt.el (appt-make-list):
12972 * calendar/cal-china.el (calendar-chinese-date-string):
12973 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
12974 (diary-hebrew-yahrzeit):
12975 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
12976 * calendar/calendar.el (calendar-generate-window):
12977 * calendar/time-date.el (time-to-days):
12978 Remove unused local variables.
12979
16a43933
CY
129802011-04-18 Chong Yidong <cyd@stupidchicken.com>
12981
12982 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
12983 glyphless-char-display table.
12984 (tabulated-list-glyphless-char-display): New var.
12985
7eed1860
SS
129862011-04-18 Sam Steingold <sds@gnu.org>
12987
12988 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
12989 to acknowledgments.
12990
4d2d1ccd
GM
129912011-04-17 Glenn Morris <rgm@gnu.org>
12992
12993 * calendar/diary-lib.el (diary-sexp-entry):
12994 * calendar/holidays.el (holiday-sexp):
12995 Set debug-on-error rather than the removed stack-trace-on-error.
12996
239da61d
GM
129972011-04-16 Glenn Morris <rgm@gnu.org>
12998
12999 * progmodes/f90.el: Use lexical-binding.
13000 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
13001
8b05752a
SM
130022011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
13003
daca8ba5
SM
13004 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
13005 (mail-mode): Setup mailalias completion here instead.
13006 * mail/mailalias.el: Use lexical-binding.
13007 (pattern, mailalias-done): Declare dynamic.
13008 (mail-completion-at-point-function): New function, from mail-complete.
13009 (mail-complete): Use it.
13010 (mail-completion-expand): New function.
13011 (mail-get-names): Use it.
13012 (mail-directory, mail-directory-process, mail-directory-stream):
13013 Don't use `pattern' for lexically bound arg.
13014
6f542485
SM
13015 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
13016
037e7c3f
SM
13017 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
13018 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
13019 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
13020
8b05752a
SM
13021 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
13022 (byte-save-window-excursion, byte-temp-output-buffer-setup)
13023 (byte-interactive-p): Define them again, for use when inlining
13024 old code.
13025
49093f60
JB
130262011-04-15 Juanma Barranquero <lekktu@gmail.com>
13027
13028 * loadup.el: Use `string-to-number', not `string-to-int'.
13029
b5b8e7de
SM
130302011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
13031
13032 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
13033 gud-gdb-complete-command.
13034 (gud-gdb-completions): New function, from gud-gdb-complete-command.
13035 (gud-gdb-completion-at-point): New function.
13036 (gud-gdb-completions): Remove.
13037
f42efeb5
MA
130382011-04-14 Michael Albinus <michael.albinus@gmx.de>
13039
49093f60
JB
13040 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
13041 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
13042 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
13043 whether `executable-find' is bound.
f42efeb5
MA
13044
13045 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
13046
e240cc21
SM
130472011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
13048
13049 * minibuffer.el (completion-in-region-mode-predicate)
13050 (completion-in-region-mode--predicate): New vars.
13051 (completion-in-region, completion-in-region--postch)
13052 (completion-in-region-mode): Use them.
13053 (completion--capf-wrapper): Also return the hook function.
13054 (completion-at-point, completion-help-at-point):
13055 Adjust and provide a predicate.
c2bd2ab0
SM
13056
13057 Preserve arg names for advice of subr and lexical functions (bug#8457).
13058 * help-fns.el (help-function-arglist): Consolidate the subr and
13059 new-byte-code cases. Add argument `preserve-names' to extract names
13060 from the docstring when needed.
13061 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
13062 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
13063 (ad-arglist): Use help-function-arglist's new arg.
13064 (ad-definition-type): Use cond.
13065
c183f693
JB
130662011-04-13 Juanma Barranquero <lekktu@gmail.com>
13067
06641a47
JB
13068 * autorevert.el (auto-revert-handler):
13069 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
13070 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
13071 Don't quote lambda.
13072
c183f693
JB
13073 * image-mode.el (image-transform-set-scale):
13074 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
13075
1e3b6001
G
130762011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
13077
13078 * net/network-stream.el (network-stream-open-starttls): Only do
e9fce1ac 13079 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
1e3b6001
G
13080 Upgrades via gnutls-cli are too slow to be done opportunistically.
13081
2d6af8dd
JB
130822011-04-12 Juanma Barranquero <lekktu@gmail.com>
13083
13084 * dframe.el (dframe-current-frame): Remove spurious quote.
13085
c0749a51
GM
130862011-04-12 Glenn Morris <rgm@gnu.org>
13087
088d0d61
GM
13088 * calendar/cal-tex.el (cal-tex-end-document):
13089 Try to automatically use latin1 input if needed.
13090
c0749a51
GM
13091 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
13092 Don't try to cons a mark onto an empty element.
13093
5c90fde0
LL
130942011-04-11 Leo Liu <sdl.web@gmail.com>
13095
13096 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
13097 buffers.
13098 (ido-kill-buffer-at-head): Support killing virtual buffers.
13099
369e974d
CY
131002011-04-10 Chong Yidong <cyd@stupidchicken.com>
13101
13102 * minibuffer.el (completion-show-inline-help): New var.
13103 (completion--do-completion, minibuffer-complete)
daca8ba5
SM
13104 (minibuffer-force-complete, minibuffer-complete-word):
13105 Inhibit minibuffer messages if completion-show-inline-help is nil.
369e974d
CY
13106
13107 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
13108 to avoid interference from inline help (Bug#5849).
13109
37f1c930
LL
131102011-04-10 Leo Liu <sdl.web@gmail.com>
13111
099c39a4
JB
13112 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
13113 Fix typo.
37f1c930 13114
a32d4040
CY
131152011-04-09 Chong Yidong <cyd@stupidchicken.com>
13116
13117 * image-mode.el (image-toggle-display-image): Signal an error if
13118 not in Image mode.
13119 (image-transform-mode, image-transform-resize)
13120 (image-transform-set-rotation): Doc fix.
daca8ba5 13121 (image-transform-set-resize): Delete.
a32d4040
CY
13122 (image-transform-set-scale, image-transform-fit-to-height)
13123 (image-transform-fit-to-width): Handle image-toggle-display-image
13124 and image-transform-resize directly.
13125
099c39a4 131262011-04-08 Sho Nakatani <lay.sakura@gmail.com>
d7b89879
TH
13127
13128 * doc-view.el (doc-view-fit-width-to-window)
099c39a4
JB
13129 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
13130 New functions for fitting the shown image to the Emacs window size.
d7b89879
TH
13131 (doc-view-mode-map): Add bindings for the new functions.
13132
099c39a4 131332011-04-08 Juanma Barranquero <lekktu@gmail.com>
ddc20cdb 13134
4d61f28d 13135 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
ddc20cdb
JB
13136 Fix typo in docstring.
13137
3726838a
EZ
131382011-04-08 Eli Zaretskii <eliz@gnu.org>
13139
04f33f1e
EZ
13140 * files.el (file-size-human-readable): Produce one digit after
13141 decimal, like "ls -lh" does.
13142
13143 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
13144 the file size representation.
13145
3726838a
EZ
13146 * simple.el (list-processes): If async subprocesses are not
13147 available, error out with a clear error message.
13148
cbb59342
CY
131492011-04-08 Chong Yidong <cyd@stupidchicken.com>
13150
13151 * help.el (help-form-show): New function, to be called from C.
13152 Put help-form output in a buffer named differently than *Help*.
13153
e3971c44
EZ
131542011-04-08 Eli Zaretskii <eliz@gnu.org>
13155
13156 * files.el (file-size-human-readable): New function.
13157
13158 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
13159 computing the representation inline. Don't require `cl'.
13160
12544bbe
GM
131612011-04-08 Glenn Morris <rgm@gnu.org>
13162
a1de6c6a
GM
13163 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
13164
3c4671f4
GM
13165 * net/browse-url.el (browse-url-firefox):
13166 Test system-type, not system-configuration.
13167
b605679c
GM
13168 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
13169 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
13170 Use log-edit-empty-buffer-p. (Bug#7598)
13171
56442f0c
GM
13172 * net/rlogin.el (rlogin-process-connection-type): Simplify.
13173 (rlogin-mode-map): Initialize in the defvar.
13174 (rlogin): Use ignore-errors.
13175
12544bbe
GM
13176 * replace.el (occur-mode-map): Some fixes for menu items.
13177
eb237b0f
AH
131782011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
13179
13180 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
13181
7d668f2c
CY
131822011-04-06 Chong Yidong <cyd@stupidchicken.com>
13183
e67a13ab
CY
13184 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
13185 issuing unused warnings.
13186
13187 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
13188 macro directly.
13189
7d668f2c
CY
13190 * simple.el: Lisp reimplement of list-processes. Based on an
13191 earlier reimplementation by Leo Liu, but using tabulated-list.el.
13192 (process-menu-mode): New major mode.
13193 (list-processes--refresh, list-processes):
13194 (process-menu-visit-buffer): New functions.
13195
13196 * files.el (save-buffers-kill-emacs): Don't assume any return
13197 value of list-processes, which is undocumented anyway.
13198
a83ec3c9
CY
131992011-04-06 Chong Yidong <cyd@stupidchicken.com>
13200
13201 * emacs-lisp/tabulated-list.el: New file.
13202
e91a96fe
CY
13203 * emacs-lisp/package.el: Use Tabulated List mode.
13204 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
13205 (package-menu-mode): Derive from tabulated-list-mode. Set up the
13206 table format using Tabulated List mode variables.
13207 (package--push): New macro, replacing package-list-maybe-add.
13208 (package-menu--generate): Use package--push. Renamed from
13209 package--generate-package-list.
13210 (package-menu-refresh, list-packages): Use it.
daca8ba5 13211 (package-menu--print-info): Rename from package-print-package.
e91a96fe 13212 Return insertion data instead of inserting it directly.
099c39a4
JB
13213 (package-menu-describe-package, package-menu-execute):
13214 Use tabulated-list-get-id.
e91a96fe
CY
13215 (package-menu-mark-delete, package-menu-mark-install)
13216 (package-menu-mark-unmark, package-menu-backup-unmark)
099c39a4
JB
13217 (package-menu-mark-obsolete-for-deletion):
13218 Use tabulated-list-put-tag.
e91a96fe
CY
13219 (package--list-packages, package-menu-revert)
13220 (package-menu-get-package, package-menu-get-version)
13221 (package-menu-sort-by-column): Functions deleted.
13222 (package-menu-package-list, package-menu-sort-key): Vars deleted.
13223 (package-menu--status-predicate, package-menu--version-predicate)
13224 (package-menu--name-predicate)
13225 (package-menu--description-predicate): Handle arguments in the
13226 Tabulated List format.
13227 (package-list-packages-no-fetch): Call list-packages.
13228
3e214b50
JB
132292011-04-06 Juanma Barranquero <lekktu@gmail.com>
13230
13231 * files.el (after-find-file-from-revert-buffer): Remove variable.
c9d0ec6d 13232 (after-find-file): Don't bind it.
3e214b50
JB
13233 (revert-buffer-in-progress-p): New variable.
13234 (revert-buffer): Bind it.
13235 Pass nil for `after-find-file-from-revert-buffer'.
13236
13237 * saveplace.el (save-place-find-file-hook): Use new variable
13238 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
13239
3f0f1700
GM
132402011-04-06 Glenn Morris <rgm@gnu.org>
13241
c0274801
GM
13242 * Makefile.in (AUTOGEN_VCS): New variable.
13243 (autoloads): Use $AUTOGEN_VCS.
13244
3f0f1700
GM
13245 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
13246 * calendar/calendar.el (calendar-mode-map):
13247 Check for toolkit scroll bars. (Bug#8305)
13248
41ea9e48
CY
132492011-04-05 Chong Yidong <cyd@stupidchicken.com>
13250
13251 * minibuffer.el (completion-in-region--postch)
13252 (completion-in-region-mode): Remove unnecessary messages.
13253
6194c800
JB
132542011-04-05 Juanma Barranquero <lekktu@gmail.com>
13255
33256f14
JB
13256 * font-lock.el (font-lock-refresh-defaults):
13257 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
13258 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
13259
6194c800
JB
13260 * info.el (Info-directory-list, Info-read-node-name-2)
13261 (Info-split-parameter-string): Doc fixes.
13262 (Info-virtual-nodes): Reflow docstring.
13263 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
13264 (Info-apropos-toc-nodes, info-finder, Info-get-token)
13265 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
13266 Fix typos in docstrings.
13267 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
13268 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
13269 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
13270 (Info-restore-desktop-buffer): Mark unused parameters.
13271 (Info-directory-find-file, Info-directory-find-node)
13272 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
13273 (Info-virtual-index-find-node, Info-apropos-find-file)
13274 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
33256f14 13275 Mark unused parameters; fix typos in docstrings.
6194c800
JB
13276 (Info-virtual-index): Remove unused local variable `nodename'.
13277
b87a8200 132782011-04-05 Deniz Dogan <deniz@dogan.se>
0f6ee7d2 13279
b87a8200
DD
13280 * net/rcirc.el: Update my e-mail address.
13281 (rcirc-mode-map): Remove M-o binding.
0f6ee7d2 13282
3b2ff876
CY
132832011-04-05 Chong Yidong <cyd@stupidchicken.com>
13284
13285 * startup.el (command-line): Save the cursor's theme-face
13286 directly, instead of using face-override-spec.
13287
13288 * custom.el (load-theme): Minor optimization in assigning faces.
13289
8d17e7ca
JB
132902011-04-04 Juanma Barranquero <lekktu@gmail.com>
13291
13292 * help-fns.el (describe-variable): Complete all variables having
13293 documentation, including keywords.
13294 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
13295
2fbc1934
JB
132962011-04-04 Juanma Barranquero <lekktu@gmail.com>
13297
13298 Convert to lexical-binding.
13299
13300 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
13301 (bs--get-marked-string, bs--get-modified-string)
13302 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
13303 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
13304 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
13305
13306 * ehelp.el (electric-help-execute-extended)
13307 (electric-help-ctrl-x-prefix):
13308 * hexl.el (hexl-revert-buffer-function):
13309 * linum.el (linum-after-change, linum-after-scroll):
13310 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
13311
13312 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
13313
74f50695
DU
133142011-04-04 Daiki Ueno <ueno@unixuser.org>
13315
13316 * epa-dired.el:
13317 * epa-mail.el:
13318 * epa-hook.el:
13319 * epa-file.el:
13320 * epa.el:
13321 * epg.el: Use lexical binding.
13322
c11325f7
CY
133232011-04-03 Chong Yidong <cyd@stupidchicken.com>
13324
0d9e9a12
CY
13325 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
13326
c11325f7 13327 * textmodes/flyspell.el (flyspell-word): Recognize default
daca8ba5
SM
13328 dictionary case for flyspell-mark-duplications-exceptions.
13329 Use regexp matching for languages.
c11325f7
CY
13330 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
13331 default dictionary (Bug#7926).
13332
da91b5f2
CY
133332011-04-02 Chong Yidong <cyd@stupidchicken.com>
13334
099c39a4
JB
13335 * emacs-lisp/package.el (package--with-work-buffer):
13336 Recognize https URLs.
da91b5f2 13337
099c39a4
JB
13338 * net/network-stream.el: Move from gnus/proto-stream.el.
13339 Change prefix to network-stream throughout.
da91b5f2
CY
13340 (open-protocol-stream): Merge into open-network-stream, leaving
13341 open-protocol-stream as an alias. Handle nil BUFFER args.
13342
13343 * subr.el (open-network-stream): Move to net/network-stream.el.
13344
afa8e9f6
GM
133452011-04-02 Glenn Morris <rgm@gnu.org>
13346
1d2e369d
GM
13347 * find-dired.el (find-exec-terminator): New option.
13348 (find-ls-option): Test for -ls support.
13349 (find-ls-subdir-switches): Test for -b in find-ls-option.
13350 (find-dired, find-grep-dired): Doc fixes.
13351 (find-dired): Use find-exec-terminator.
13352
8abb7da8 13353 * find-dired.el (find-ls-option, find-ls-subdir-switches)
e7a395b5
GM
13354 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
13355 (find-name-arg): Remove purecopy.
8abb7da8 13356
f3ca7378
GM
13357 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
13358 (grep-compute-defaults): Check for `-exec COMMAND +' support.
13359 Set grep-find-use-xargs, grep-find-command, and grep-find-template
13360 accordingly. Don't add the null-device if not needed.
13361
afa8e9f6
GM
13362 * files.el (save-some-buffers): Doc fix.
13363
35eae264
EZ
133642011-04-02 Eli Zaretskii <eliz@gnu.org>
13365
13366 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
13367
26b51db5
JB
133682011-04-01 Juanma Barranquero <lekktu@gmail.com>
13369
13370 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
13371 Use `dolist' rather than `mapcar'.
13372
7200d79c
SM
133732011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
13374
03408648 13375 Add lexical binding.
7200d79c 13376
03408648
SM
13377 * subr.el (apply-partially): Use new closures rather than CL.
13378 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
13379 (dolist, dotimes): Use slightly different expansion for lexical code.
13380 (functionp): Move to C.
13381 (letrec): New macro.
13382 (with-wrapper-hook): Use it and apply-partially instead of CL.
13383 (eval-after-load): Preserve lexical-binding.
13384 (save-window-excursion, with-output-to-temp-buffer): Turn them
13385 into macros.
7200d79c 13386
03408648
SM
13387 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
13388
13389 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
13390 than the arglist.
13391 (help-add-fundoc-usage): Don't add `Not documented'.
13392 (help-function-arglist): Handle closures, subroutines, and new
13393 byte-code-functions.
13394 (help-make-usage): Remove leading underscores.
13395 (describe-function-1): Handle closures.
13396 (describe-variable): Use special-variable-p for completion.
13397
13398 * files.el (lexical-binding): Declare safe.
f488fb65 13399
03408648
SM
13400 * emacs-lisp/pcase.el: Don't use destructuring-bind.
13401 (pcase--memoize): Rename from pcase-memoize. Change weakness.
13402 (pcase): Add `let' pattern.
13403 Change memoization so it actually works.
13404 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
13405 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
13406 <let>: New case.
f488fb65 13407
03408648
SM
13408 * emacs-lisp/macroexp.el: Use lexical binding.
13409 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
13410 Don't convert ' to #' without checking that it's indeed quoting
13411 a lambda.
13412
13413 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
f488fb65 13414 Use eval-sexp-add-defvars.
03408648
SM
13415 (eval-sexp-add-defvars): New fun.
13416
13417 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
13418
13419 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
13420 Don't autoload.
13421 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
13422 than the internal `byte-compile-lambda'.
13423 (defmethod): Don't hide code under quotes.
13424 (eieio-defmethod): New `code' argument.
13425
13426 * emacs-lisp/eieio-comp.el: Remove.
13427
13428 * emacs-lisp/edebug.el (edebug-eval-defun)
13429 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
13430 (edebug-toggle): Avoid `eval'.
13431
13432 * emacs-lisp/disass.el (disassemble-internal): Handle new
13433 `closure' objects.
13434 (disassemble-1): Handle new byte codes.
13435
13436 * emacs-lisp/cl.el (pushnew): Silence warning.
13437
13438 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
13439 (cl-byte-compile-throw): Remove.
13440 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
13441
13442 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
13443 closures.
13444
13445 * emacs-lisp/cconv.el: New file.
13446
13447 * emacs-lisp/bytecomp.el: Use lexical binding instead of
13448 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
13449 (byte-compile-initial-macro-environment):
13450 Handle declare-function here.
13451 (byte-compile--lexical-environment): New var.
13452 (byte-stack-ref, byte-stack-set, byte-discardN)
13453 (byte-discardN-preserve-tos): New lap codes.
13454 (byte-interactive-p): Don't use any more.
13455 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
13456 New macros.
13457 (byte-compile-lapcode): Use them and handle new lap codes.
13458 (byte-compile-obsolete): Remove.
13459 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
13460 (byte-compile-arglist-warn): Check late def of inlinable funs.
13461 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
13462 since they should have been expanded by now.
13463 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
13464 (byte-compile-from-buffer): Remove unused second arg.
13465 (byte-compile-preprocess): New function.
13466 (byte-compile-toplevel-file-form): New function to distinguish
13467 file-form calls from outside from file-form calls from hunk-handlers.
13468 (byte-compile-file-form): Simplify.
13469 (byte-compile-file-form-defsubst): Remove.
13470 (byte-compile-file-form-defmumble): Simplify now that
13471 byte-compile-lambda always returns a byte-code-function.
13472 (byte-compile): Preprocess.
13473 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
13474 Remove, not used any more.
13475 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
13476 (byte-compile-make-args-desc): New funs.
13477 (byte-compile-lambda): Handle lexical functions. Always return
13478 a byte-code-function.
13479 (byte-compile-reserved-constants): New var, to make up room for
13480 closed-over variables.
13481 (byte-compile-constants-vector): Obey it.
13482 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
13483 (byte-compile-macroexpand-declare-function): New function.
13484 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
13485 byte-code-functions.
13486 (byte-compile-form): Check obsolescence here.
13487 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
13488 (byte-compile-variable-ref): Remove.
13489 (byte-compile-dynamic-variable-op): New fun.
13490 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
13491 (byte-compile-variable-set): New funs.
13492 (byte-compile-discard): Add 2 args.
13493 (byte-compile-stack-ref, byte-compile-stack-set)
13494 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
13495 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
13496 macroexpand-all instead.
13497 (byte-compile-quote-form): Remove.
13498 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
13499 (byte-compile-bind, byte-compile-unbind): New funs.
13500 (byte-compile-let): Handle let* and lexical binding.
13501 (byte-compile-let*): Remove.
13502 (byte-compile-catch, byte-compile-unwind-protect)
13503 (byte-compile-track-mouse, byte-compile-condition-case):
13504 Handle a new :fun-body form, used for lexical scoping.
13505 (byte-compile-save-window-excursion)
13506 (byte-compile-with-output-to-temp-buffer): Remove.
13507 (byte-compile-defun): Simplify.
13508 (byte-compile-stack-adjustment): New fun.
13509 (byte-compile-out): Use it.
13510 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
13511
13512 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
13513 handler any more.
13514
13515 * emacs-lisp/byte-opt.el: Use lexical binding.
13516 (byte-inline-lapcode): Remove (to bytecomp).
13517 (byte-compile-inline-expand): Pay attention to inlining to/from
13518 lexically bound code.
13519 (byte-compile-unfold-lambda): Don't handle byte-code-functions
13520 any more.
13521 (byte-optimize-form-code-walker): Don't handle save-window-excursion
13522 any more and don't call compiler-macros.
13523 (byte-compile-splice-in-already-compiled-code): Remove.
13524 (byte-code): Don't inline any more.
13525 (disassemble-offset): Receive `bytes' as argument rather than via
13526 dynamic scoping.
13527 (byte-compile-tag-number): Declare before first use.
13528 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
13529 `return' even if make-spliceable.
13530 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
13531 obsolete interactive-p.
13532 (byte-optimize-lapcode): Optimize new lap-codes.
13533 Don't trip up on new form of `byte-constant' lap code.
13534
13535 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
13536
13537 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
13538
13539 * custom.el (custom-initialize-default, custom-declare-variable):
13540 Use `defvar'.
13541
13542 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
13543 New variables.
13544 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
13545 (COMPILE_FIRST): Add macroexp and cconv.
13546 * makefile.w32-in: Mirror changes in Makefile.in.
13547
13548 * vc/cvs-status.el:
13549 * vc/diff-mode.el:
13550 * vc/log-edit.el:
13551 * vc/log-view.el:
13552 * vc/smerge-mode.el:
13553 * textmodes/bibtex-style.el:
13554 * textmodes/css.el:
13555 * startup.el:
13556 * uniquify.el:
da91b5f2
CY
13557 * minibuffer.el:
13558 * newcomment.el:
13559 * reveal.el:
13560 * server.el:
13561 * mpc.el:
13562 * emacs-lisp/smie.el:
13563 * doc-view.el:
13564 * dired.el:
03408648
SM
13565 * abbrev.el: Use lexical binding.
13566
0f0c1f27
EZ
135672011-04-01 Eli Zaretskii <eliz@gnu.org>
13568
13569 * info.el (info-display-manual): New function.
13570
c82b2579
SM
135712011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
13572
13573 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
13574
221ddf68
TH
135752011-03-31 Tassilo Horn <tassilo@member.fsf.org>
13576
13577 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
2fbc1934 13578 an entry for that server in rcirc-authinfo. (Bug#8385)
221ddf68 13579
cba6e77e
GM
135802011-03-31 Glenn Morris <rgm@gnu.org>
13581
e040639f
GM
13582 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
13583
cba6e77e
GM
13584 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
13585
6d0f1c9e
CS
135862011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
13587
13588 * progmodes/python.el (python-default-interpreter)
13589 (python-python-command-args, python-jython-command-args)
13590 (python-which-shell, python-which-args, python-which-bufname)
13591 (python-file-queue, python-comint-output-filter-function)
13592 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
13593 variables and functions.
13594
3e2d70fd
SM
135952011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
13596
13597 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
13598 (completion-in-region-mode): New minor mode.
13599 (completion-in-region): Use it.
13600 (completion-in-region--data, completion-in-region-mode-map): New vars.
13601 (completion-in-region--postch): New function.
13602 (completion--capf-misbehave-funs, completion--capf-safe-funs):
13603 New vars.
13604 (completion--capf-wrapper): New function.
13605 (completion-at-point): Use it to track well-behavedness of
13606 hook functions.
13607 (completion-help-at-point): New command.
13608
f3e4086c
JM
136092011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
13610
13611 * vc/add-log.el (add-change-log-entry): Don't use whitespace
13612 syntax class to search for whitespace on a single line
13613 (Message-ID: <4D938140.4030905@redhat.com>).
13614
eb7ffc14
LL
136152011-03-30 Leo Liu <sdl.web@gmail.com>
13616
13617 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
13618 New commands.
13619 (edit-abbrevs-map): Bind them here.
13620 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
13621
d806ab68
KM
136222011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
13623
13624 * allout.el (allout-hide-by-annotation, allout-flag-region):
13625 Reduce possibility of overlay leakage by making them volatile.
13626
13627 * allout-widgets.el (allout-widgets-tally): Define as nil so the
13628 hash is not shared between buffers. Mode initialization is
13629 responsible for giving it a useful starting value.
13630 (allout-item-span): Reduce possibility of overlay leakage by
13631 making them volatile.
13632 (allout-widgets-count-buttons-in-region): Add diagnostic function
13633 for tracking down button overlay leaks.
13634
ea622834
LL
136352011-03-29 Leo Liu <sdl.web@gmail.com>
13636
13637 * ido.el (ido-read-internal): Use the default history var
13638 minibuffer-history if no HISTORY is specified.
13639
b62f8267
G
136402011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
13641
03408648
SM
13642 * net/imap.el (imap-shell-open, imap-process-connection-type):
13643 Use imap-process-connection-type for 'shell' streams as well as
b62f8267
G
13644 Kerberos, SSL, other subprocesses.
13645
947b6566
LL
136462011-03-28 Leo Liu <sdl.web@gmail.com>
13647
13648 * abbrev.el (abbrev-table-empty-p): New function.
13649 (prepare-abbrev-list-buffer): Place empty abbrev tables after
13650 nonempty ones. (Bug#5937)
13651
5ffb62aa
JD
136522011-03-27 Jan Djärv <jan.h.d@swipnet.se>
13653
13654 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
13655
7a097943
LL
136562011-03-27 Leo Liu <sdl.web@gmail.com>
13657
13658 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
13659 for foreground and background colors.
13660 (ansi-color-make-color-map): Adapt.
13661
c5b40130
LL
136622011-03-25 Leo Liu <sdl.web@gmail.com>
13663
1f48f7d2
LL
13664 * midnight.el (midnight-time-float): Remove. Note it calculates
13665 the microsecond component incorrectly and seconds-to-time does the
13666 same job.
625897ec 13667 Remove redundant (require 'timer).
1f48f7d2 13668
c5b40130
LL
13669 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
13670 (ido-completions): Remove unused arguments. (Bug#8329)
13671
d86d2721
SM
136722011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
13673
13674 * minibuffer.el (completion--flush-all-sorted-completions):
13675 Remove itself from hook.
13676 (completion-at-point): Let the functions perform the completion
13677 immediately and return nil or t.
13678 * comint.el (comint-dynamic-complete-functions): Now identical to
13679 completion-at-point-functions.
13680 (comint-dynamic-list-input-ring): Remove unused var `index'.
13681 (comint--match-partial-filename, comint--unquote&expand-filename):
13682 New funs, split from comint-match-partial-filename.
13683 (comint-dynamic-complete): Use completion-at-point.
13684 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
13685
e8974c48
DA
136862011-03-24 Drew Adams <drew.adams@oracle.com>
13687
13688 * thingatpt.el: Support `defun'.
13689
def71b5e
LL
136902011-03-23 Leo Liu <sdl.web@gmail.com>
13691
cb5af48e
LL
13692 * abbrevlist.el: Move to obsolete/abbrevlist.el.
13693
def71b5e
LL
13694 * help-mode.el (help-mode-finish): Tweak regexp.
13695
927c53e7
GM
136962011-03-23 Glenn Morris <rgm@gnu.org>
13697
18d05bed
GM
13698 * eshell/esh-opt.el (eshell-eval-using-options):
13699 Do not bind unused local variable `eshell-option-stub'.
13700
927c53e7
GM
13701 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
13702
9d0da923
JB
137032011-03-22 Juanma Barranquero <lekktu@gmail.com>
13704
13705 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
13706 keymap variable in `with-no-warnings' to avoid a warning when the
13707 keymap has been already `defconst'ed.
13708
4b978a67
LL
137092011-03-22 Leo Liu <sdl.web@gmail.com>
13710
13711 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
13712 encode all chars in abbrevs; otherwise use emacs-mule or
13713 utf-8-emacs. (Bug#8308)
13714
5fd62452
JB
137152011-03-22 Juanma Barranquero <lekktu@gmail.com>
13716
0b1596c6
JB
13717 * simple.el (backward-delete-char-untabify):
13718 Avoid warning about using `delete-backward-char'.
13719
5fd62452
JB
13720 * image.el (image-type-file-name-regexps): Make it variable.
13721 `imagemagick-register-types' modifies it, and the user may want
13722 to add new extensions for known image types.
13723 (imagemagick-register-types): Throw error if not using ImageMagick.
13724
0b4e93f1
LL
137252011-03-22 Leo Liu <sdl.web@gmail.com>
13726
13727 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
13728 located before rcirc-prompt-end-marker.
13729 (rcirc-complete): Error if point is not after rcirc prompt.
13730 Handle the case when table is nil.
9882e214 13731 (rcirc-user-authenticated): Define to fix compiler warning.
0b4e93f1 13732
fccee4ab
CY
137332011-03-22 Chong Yidong <cyd@stupidchicken.com>
13734
13735 * custom.el (custom--inhibit-theme-enable): Make it affect only
13736 custom-theme-set-variables and custom-theme-set-faces.
13737 (provide-theme): Ignore custom--inhibit-theme-enable.
13738 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
13739 (custom-enabling-themes): Delete variable.
d86d2721
SM
13740 (enable-theme): Accept only loaded themes as arguments.
13741 Ignore the special custom-enabled-themes variable.
fccee4ab
CY
13742 (custom-enabled-themes): Forbid themes from setting this.
13743 Eliminate use of custom-enabling-themes.
13744 (custom-push-theme): Quote "changed" custom var entry.
0357c7ae 13745
af896da6
LL
137462011-03-21 Leo Liu <sdl.web@gmail.com>
13747
13748 * ido.el (ido-read-internal): Add ido-selected to history instead
13749 of user input.
13750
78f64af0
SM
137512011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
13752
13753 * subr.el (deferred-action-list, deferred-action-function):
13754 Mark obsolete.
13755
b16ac1ec
LL
137562011-03-21 Leo Liu <sdl.web@gmail.com>
13757
810f7698
LL
13758 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
13759 change on 2011-02-13 (bug#8309).
13760
b16ac1ec
LL
13761 * minibuffer.el (read-file-name-function): Change default value.
13762 (read-file-name--defaults): Rename from read-file-name-defaults.
13763 (read-file-name-default): Rename from read-file-name.
13764 (read-file-name): Call read-file-name-function.
13765
4e05e67e
GM
137662011-03-21 Glenn Morris <rgm@gnu.org>
13767
13768 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
13769 Doc fixes.
13770
4359915b
CY
137712011-03-21 Chong Yidong <cyd@stupidchicken.com>
13772
13773 * cus-theme.el: Add missing provide statement.
13774 (customize-create-theme): Extract theme value correctly.
13775 (custom-theme-visit-theme): Autoload.
13776 (customize-create-theme): Prompt before inserting default faces.
13777
1fe275ee
JB
137782011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
13779
13780 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
13781 units and musical notes.
13782
cd394be1 137832011-03-20 Leo Liu <sdl.web@gmail.com>
3ec03f7e
LL
13784
13785 * ido.el (ido-read-internal): Use completing-read-default.
13786 (ido-completing-read): Fix compatibility with completing-read.
13787
7d476bde
CO
137882011-03-20 Christian Ohler <ohler@gnu.org>
13789
13790 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
13791 (ert-delete-all-tests): Use `called-interactively-p' rather than
13792 `interactive-p'.
13793 (ert--make-xrefs-region): Respect END.
13794
fe0fb33e
CY
137952011-03-19 Chong Yidong <cyd@stupidchicken.com>
13796
ff854b0b
CY
13797 * dired-aux.el (dired-create-directory): Signal an error if the
13798 directory already exists (Bug#8246).
13799
fe0fb33e
CY
13800 * facemenu.el (list-colors-display): Call list-faces-display
13801 inside with-help-window.
13802 (list-colors-print): Use display property to align the final
13803 column, instead of checking window-width.
13804
576bce32
EZ
138052011-03-19 Eli Zaretskii <eliz@gnu.org>
13806
4d61f28d 13807 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
576bce32
EZ
13808 windows-nt systems.
13809 (emerge-protect-metachars): Quote correctly for ms-dos and
13810 windows-nt systems.
13811
89c41d68 138122011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
e6ce307c
RS
13813
13814 * info.el (info-initialize): Replace all uses of `:' with
13815 path-separator for compatibility with non-Unix systems.
13816 Cache quoting of path-separator. (Bug#8258)
13817
b14e3e21 138182011-03-19 Juanma Barranquero <lekktu@gmail.com>
ad22b7f7
JB
13819
13820 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
13821 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
13822 (mouse-avoidance-mode): Fix typos in docstrings.
13823
4525ce3e
CY
138242011-03-19 Chong Yidong <cyd@stupidchicken.com>
13825
13826 * startup.el (package-subdirectory-regexp): Move from package.el.
13827 Omit \\` and \\', and let callers add them.
13828
13829 * emacs-lisp/package.el (package-strip-version)
13830 (package-load-all-descriptors): Add \\` and \\' to
13831 package-subdirectory-regexp before using it.
13832 (package-untar-buffer): New arg DIR; ensure that file untars only
13833 into this expected directory. Remove superfluous delete-region.
13834 (package-unpack): Caller changed.
13835 (package-tar-file-info): Use package-subdirectory-regexp.
13836
a904a09a 138372011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1518e4f0 13838
a904a09a
SM
13839 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
13840 diff-mode-shared-map (bug#8284).
13841 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
1518e4f0
G
13842
138432011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
13844
13845 * calendar/time-date.el (format-seconds): Use assoc instead of
13846 assoc-string, since assoc-string doesn't exist in XEmacs.
13847
171fc304
JB
138482011-03-17 Juanma Barranquero <lekktu@gmail.com>
13849
13850 * custom.el (custom-known-themes): Reflow docstring.
13851 (custom-theme-load-path): Fix typo in docstring.
13852 (load-theme): Fix typo in error message.
13853 (custom-available-themes, custom-variable-theme-value):
13854 Use `let', not `let*'.
13855
d71990a1
JB
138562011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
13857
13858 * calc/README: Mention inclusion of musical notes.
13859
13860 * calc/calc-units.el (calc-lu-quant): Rename from
13861 `calc-logunits-quantity'.
13862 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
13863 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
13864 (calc-db): Rename from `calc-dblevel'.
13865 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
13866 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
13867 (calc-np): Rename from `calc-nplevel'.
13868 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
13869 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
13870 (calc-lu-plus): Rename from `calc-logunits-add'.
13871 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
13872 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
13873 (calc-lu-minus): Rename from `calc-logunits-sub'.
13874 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
13875 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
13876 (calc-lu-times): Rename from `calc-logunits-mul'.
13877 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
13878 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
13879 (calc-lu-divide): Rename from `calc-logunits-div'.
13880 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
13881 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
13882
13883 * calc/calc-ext.el (calc-init-extensions): Update the names of the
13884 functions being autoloaded.
13885
13886 * calc/calc.el (calc-lu-power-reference): Rename from
13887 `calc-logunits-power-reference'.
13888 (calc-lu-field-reference): Rename from
13889 `calc-logunits-field-reference'.
13890
7a71b18d
GM
13891 * calc/calc-help.el (calc-l-prefix-help):
13892 Mention musical note functions.
d71990a1 13893
40c2934b
SM
138942011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
13895
13896 * minibuffer.el (completion-all-sorted-completions):
13897 Use :completion-cycle-penalty text property if present.
13898
b0911414
KM
138992011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
13900
13901 * allout.el (allout-yank-processing): Adjust for new rebulleting
13902 regime so bullet being yanked is used without prompting the user
13903 for a choice.
13904
8a05b668
JB
139052011-03-16 Juanma Barranquero <lekktu@gmail.com>
13906
13907 * startup.el (command-line): Warn the user that _emacs is deprecated.
13908
5ba5fb81
JB
139092011-03-16 Juanma Barranquero <lekktu@gmail.com>
13910
13911 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
13912 (delphi-verbose, delphi-comment-face, delphi-string-face)
13913 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
13914 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
13915 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
13916 (delphi-new-comment-line, delphi-font-lock-defaults)
13917 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
13918 Fix typos in docstrings.
13919
2dab465b
KM
139202011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
13921
5ba5fb81 13922 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
2dab465b
KM
13923 Invert the roles of character and string values for INSTEAD, so a
13924 string is used for the more common case of a defaulting prompt.
13925
0adf5618
SM
139262011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
13927
13928 * progmodes/ruby-mode.el (ruby-backward-sexp):
13929 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
13930 * play/gamegrid.el (gamegrid-make-face):
13931 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
13932 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
13933 * notifications.el (notifications-notify):
13934 * net/xesam.el (xesam-search-engines):
13935 * net/quickurl.el (quickurl-list-insert):
13936 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
13937
d72700e5
CY
139382011-03-15 Chong Yidong <cyd@stupidchicken.com>
13939
13940 * startup.el (command-line): Update package subdirectory regexp.
13941
49c5410a
SM
139422011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
13943
c6eee9aa
SM
13944 * allout.el (allout-abbreviate-flattened-numbering)
13945 (allout-mode-deactivate-hook): Fix up obsolescence "date".
13946
49c5410a
SM
13947 * subr.el (read-char-choice): Only show the cursor after the prompt,
13948 not after the answer.
13949
047b2bb9
KR
139502011-03-15 Kevin Ryde <user42@zip.com.au>
13951
13952 * help-fns.el (variable-at-point): Skip leading quotes, if any
13953 (bug#8253).
13954
0a57d256
SM
139552011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
13956
13957 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
13958 warning message.
13959
77c992bc
MA
139602011-03-14 Michael Albinus <michael.albinus@gmx.de>
13961
13962 * shell.el (shell): When called interactively, offer to change the
13963 shell file name on remote hosts.
13964
eebc475d
TZ
139652011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
13966
13967 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
13968 integration for LDAP parameters. The host, base, user or binddn,
13969 and secret tokens can be specified in a netrc file, for instance.
13970 This is optional because an `auth-source' parameter must be
13971 specified in the search attributes.
13972
9d05d1ba
JB
139732011-03-13 Juanma Barranquero <lekktu@gmail.com>
13974
13975 * help.el (describe-mode): Link to the mode's definition (bug#8185).
13976
09d9db2c
GM
139772011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
13978
13979 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
13980 into declaration. Remove redundant and harmful binding.
13981
139822011-03-12 Eli Zaretskii <eliz@gnu.org>
13983
13984 * files.el (file-ownership-preserved-p): Pass `integer' as an
13985 explicit 2nd argument to `file-attributes'. If the file's owner
13986 is the Administrators group on Windows, and the current user is
13987 Administrator, consider that a match.
13988
13989 * server.el (server-ensure-safe-dir): Consider server directory
13990 safe on MS-Windows if its owner is the Administrators group while
13991 the current Emacs user is Administrator. Use `=' to compare
13992 numerical UIDs, since they could be integers or floats.
13993
219bd536
JB
139942011-03-12 Juanma Barranquero <lekktu@gmail.com>
13995
13996 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
13997
f3afd36b
MA
139982011-03-12 Michael Albinus <michael.albinus@gmx.de>
13999
14000 Sync with Tramp 2.2.1.
14001
14002 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
14003
14004 * net/trampver.el: Update release number.
14005
3aaaa6f1
SM
140062011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
14007
94642599
SM
14008 * progmodes/compile.el (compilation--previous-directory): Fix up
14009 various nil/dead-marker mismatches (bug#8014).
14010 (compilation-directory-properties, compilation-error-properties):
14011 Don't call it at a position past the one we're about to change.
14012
3aaaa6f1
SM
14013 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
14014 Disable obsolescence warnings in the file that declares it.
14015
14239447
KM
140162011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
14017
099c39a4
JB
14018 * allout-widgets.el (allout-widgets-tally):
14019 Initialize allout-widgets-tally as a hash table rather than nil to
14020 prevent mode-line redisplay warnings. Also, clarify the module
14021 description and fix a comment typo.
14239447 14022
135e287c
JB
140232011-03-11 Juanma Barranquero <lekktu@gmail.com>
14024
14025 * help-fns.el (describe-variable): Don't complete keywords.
14026 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
14027
ffbf300e
CY
140282011-03-10 Chong Yidong <cyd@stupidchicken.com>
14029
ba08b241
CY
14030 * emacs-lisp/package.el (package-version-join): Impose a standard
14031 string representation for pre/alpha/beta version lists.
14032 (package-unpack-single): Standardize the directory name by passing
14033 it through package-version-join.
14034 (package-strip-rcs-id): Accept any version string that does not
14035 signal an error in version-to-list.
ffbf300e 14036
f346fd6b
MA
140372011-03-10 Michael Albinus <michael.albinus@gmx.de>
14038
14039 * simple.el (delete-trailing-whitespace): Return nil for the
14040 benefit of `write-file-functions'.
14041
ccb55d27
GM
140422011-03-10 Glenn Morris <rgm@gnu.org>
14043
5ceaac0c
GM
14044 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
14045
02da65ff
GM
14046 * vc/vc-git.el (vc-git-program): New option.
14047 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
14048 (vc-git--call): Use it.
14049
b2f603cc
GM
14050 * eshell/esh-util.el (eshell-condition-case): Doc fix.
14051
5772caab
GM
14052 * cus-edit.el (Custom-newline): If no button at point, look
14053 for a subgroup button at start-of-line. (Bug#2298)
14054
ccb55d27
GM
14055 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
14056
ec6ecaed
JD
140572011-03-10 Julien Danjou <julien@danjou.info>
14058
14059 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
14060 `cursor-type' is nil.
14061
9d5aa01d
JB
140622011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
14063
14064 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
14065
b6a5875b
KM
140662011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
14067
7a71b18d 14068 * allout.el: Change so yank of distinctive-bullet items
b6a5875b
KM
14069 preserves the existing header prefix, rebulleting it if necessary,
14070 rather than replacing it. This is necessary for proper operation
14071 of cooperative addons like allout-widgets.
1154d12e
JB
14072 (allout-make-topic-prefix, allout-rebullet-heading):
14073 Change SOLICIT arg to INSTEAD, and interpret additionally a string
14074 value as alternate bullet to be used, instead of prompting the user
14075 for a bullet character.
b6a5875b 14076
ee545c35
MA
140772011-03-09 Michael Albinus <michael.albinus@gmx.de>
14078
d86d2721
SM
14079 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
14080 Do not use `tramp-file-name-port', because this returns also
ee545c35
MA
14081 `tramp-default-port'.
14082
c47971d7
DD
140832011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
14084
14085 * net/rcirc.el (rcirc-handler-001): Remove useless
14086 with-rcirc-process-buffer.
14087 (rcirc-check-auth-status): Swap arguments to string-match.
14088
13522cb4
GM
140892011-03-09 Glenn Morris <rgm@gnu.org>
14090
0be6f4f1
GM
14091 * shell.el (shell-mode):
14092 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
14093
13522cb4
GM
14094 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
14095 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
14096
515de2e3
CY
140972011-03-08 Chong Yidong <cyd@stupidchicken.com>
14098
14099 * emacs-lisp/package.el (package-refresh-contents)
14100 (package-menu-execute): Use condition-case-no-debug.
14101
b511b994
MA
141022011-03-08 Michael Albinus <michael.albinus@gmx.de>
14103
14104 * simple.el (shell-command-to-string): Use `process-file'.
14105
14106 * emacs-lisp/package.el (package-tar-file-info): Handle also
14107 remote files.
14108
d86d2721
SM
14109 * emacs-lisp/package-x.el (package-upload-buffer-internal):
14110 Use `equal' for upload base check.
b511b994 14111
25bbfb31
AM
141122011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
14113
14114 * textmodes/texinfo.el (texinfo-environments):
14115 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
14116
be996521
GM
141172011-03-08 Glenn Morris <rgm@gnu.org>
14118
e9c8529f
GM
14119 * cus-start.el (cursor-in-non-selected-windows):
14120 Fix :set quoting oddness. (Bug#8192)
14121
be996521
GM
14122 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
14123 in some setf expressions. (Bug#2159)
14124
2bb5649e
CY
141252011-03-08 Chong Yidong <cyd@stupidchicken.com>
14126
14127 * custom.el (custom-available-themes): Return themes in
14128 alphabetical order.
14129
33383987 14130See ChangeLog.15 for earlier changes.
e3d51b27
MR
14131
14132;; Local Variables:
14133;; coding: utf-8
e3d51b27
MR
14134;; End:
14135
acaf905b 14136 Copyright (C) 2011-2012 Free Software Foundation, Inc.
e3d51b27
MR
14137
14138 This file is part of GNU Emacs.
14139
14140 GNU Emacs is free software: you can redistribute it and/or modify
14141 it under the terms of the GNU General Public License as published by
14142 the Free Software Foundation, either version 3 of the License, or
14143 (at your option) any later version.
14144
14145 GNU Emacs is distributed in the hope that it will be useful,
14146 but WITHOUT ANY WARRANTY; without even the implied warranty of
14147 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14148 GNU General Public License for more details.
14149
14150 You should have received a copy of the GNU General Public License
14151 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.