* src/lisp.mk (lisp): Update for more files being compiled now.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
758c81e8
GM
12012-05-25 Glenn Morris <rgm@gnu.org>
2
3 * version.el: Remove no-byte-compile and associated formatting.
4 * loadup.el: No need to load version.el uncompiled. AFAICS, this
5 is ancient code from when there was an "inc-vers.el".
6
e7e85dc0
SM
72012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
8
9 * progmodes/gdb-mi.el: Minor style changes.
10 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
11 Turn into minor modes.
12 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
13 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
14 (gdb-shell): Remove unneeded let-binding.
15 (gdb-get-many-fields): Eliminate O(n²) behavior.
16
f31237a4
EZ
172012-05-25 Eli Zaretskii <eliz@gnu.org>
18
19 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
20 platforms that don't link in fontset.c.
21
bc1b21bb
JL
222012-05-25 Juri Linkov <juri@jurta.org>
23
24 Use the same diff color scheme as in modern VCSes (bug#10181).
25
26 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
27 to avoid confusion with `diff-added' that now uses green colors.
28 (diff-removed): Use shades of red.
29 (diff-added): Use shades of green.
30 (diff-changed): Leave just the yellow color.
31 (diff-use-changed-face): New variable.
32 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
33 how to highlight context diff changes.
34 (diff-refine-change): Use shades of yellow.
35 (diff-refine-removed): New face that uses shades of red.
36 (diff-refine-added): New face that uses shades of green.
37 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
38 `diff-refine-removed' in the call to `smerge-refine-subst'
39 depending on the value of `diff-use-changed-face'.
40
41 * vc/smerge-mode.el (smerge-mine): Use shades of red.
42 (smerge-other): Use shades of green.
43 (smerge-base): Use shades of yellow.
44 (smerge-refined-change): Empty face.
45 (smerge-refined-removed): New face that uses shades of red.
46 (smerge-refined-added): New face that uses shades of green.
47 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
48 args `props-r' and `props-a', and use them. Doc fix.
49 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
50 on its value use different faces `smerge-refined-change',
51 `smerge-refined-removed', `smerge-refined-added' in the call to
52 `smerge-refine-subst'.
53
54 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
55 Add face condition `min-colors 88' with shades of red.
56 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
57 `min-colors 88' with shades of green.
58 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
59 `min-colors 88' with shades of yellow.
60
6df9112c
GM
612012-05-24 Glenn Morris <rgm@gnu.org>
62
ead5edc0
GM
63 * paths.el (prune-directory-list, remote-shell-program): Move to...
64 * files.el (prune-directory-list, remote-shell-program): ...here.
65 For the latter, delay initialization, prefer ssh, just search PATH.
66
f18b81e6
GM
67 * paths.el (term-file-prefix): Move to faces.el (the only user).
68 * faces.el (term-file-prefix): Move here, make it a defcustom.
69
ee2f89a6
GM
70 * paths.el (news-directory, news-path, news-inews-program):
71 Move to gnus/nnspool.el.
61a583ca 72
f8815e4c
GM
73 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
74
c8f3b42c
GM
75 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
76 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
77 Make the latter a defcustom, with a delayed initialization.
78
6df9112c
GM
79 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
80 These were deleted from Gnus itself late 2010.
81
5dadff36
JB
822012-05-22 Juanma Barranquero <lekktu@gmail.com>
83
9e1701c6
JB
84 * progmodes/which-func.el (which-func-ff-hook):
85 Check against user-error, not error.
86
bd7239f5 87 * emacs-lisp/edebug.el (top): Do not load or set up loading of
5dadff36
JB
88 cl-specs.el, which no longer exists.
89
3290526d
GM
902012-05-22 Glenn Morris <rgm@gnu.org>
91
92 * info.el (info-emacs-bug): New command.
93 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
94 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
95
ff0c3cfb
GM
962012-05-21 Glenn Morris <rgm@gnu.org>
97
98 * makefile.w32-in (update-subdirs-SH):
99 * Makefile.in (update-subdirs): Update for moved update-subdirs.
100
5814f126
SM
1012012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
102
a52c0aa0
SM
103 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
104
5814f126
SM
105 * progmodes/compile.el (compilation-error-regexp-alist-alist):
106 Simplify Maven regexp, and make sure the file can't start with a space
107 (bug#11517).
108
b847032c
GM
1092012-05-21 Glenn Morris <rgm@gnu.org>
110
111 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
112 Scrap superfluous subshells.
113
3858bfe7
SM
1142012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
115
116 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
117 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
118
d14b0029
JB
1192012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
120
121 * calc/calc.el (calc-ensure-consistent-units): New variable.
122
a52c0aa0
SM
123 * calc/calc-units.el (math-consistent-units-p)
124 (math-check-unit-consistency): New functions.
125 (calc-quick-units, calc-convert-units):
126 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
127 is non-nil.
d14b0029
JB
128 (calc-extract-units): Fix typo.
129
60c4db3a
SM
1302012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
131
77f3b62e
SM
132 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
133
60c4db3a
SM
134 * textmodes/flyspell.el: Commenting style, plus code simplifications.
135 (flyspell-default-deplacement-commands): Don't spell check after
136 repeated window/frame switches (e.g. triggered by mouse-movement).
137 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
138 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
139 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
140 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
141 Remove unused vars.
142 (flyspell-get-casechars, flyspell-get-not-casechars):
143 Simplify; Don't bother removing a ] just to add it back.
144 * textmodes/ispell.el (ispell-program-name): Use executable-find.
145
b1a10716
RS
1462012-05-18 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
147
148 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
149 New functions.
bd7239f5 150 (math-function-table): Add support for more C functions.
b1a10716 151
3f1b25b5
AM
1522012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es>
153
154 * flyspell.el (flyspell-check-pre-word-p, flyspell-check-word-p)
155 (flyspell-debug-signal-word-checked): Protect delay handling for
156 otherchars against empty otherchars.
157
b581bb5c
SM
1582012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
159
160 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
161 their respective macro declarations.
162 * skeleton.el (define-skeleton):
163 * progmodes/compile.el (define-compilation-mode):
164 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
165 (define-ibuffer-filter):
166 * emacs-lisp/generic.el (define-generic-mode):
167 * emacs-lisp/easy-mmode.el (define-minor-mode)
168 (define-globalized-minor-mode):
169 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
170 * emacs-lisp/byte-run.el (defsubst):
171 * custom.el (deftheme): Add doc-string metadata.
172
70b8ef8f
SM
1732012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
174
175 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
176
b1198e17
SM
1772012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
178
9abdc45d
SM
179 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
180
b1198e17
SM
181 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
182 * emacs-lisp/cl-macs.el: Idem.
183 * emacs-lisp/cl-specs.el: Remove.
184
4735906a
SM
1852012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
186
187 Minor renaming of internal CL functions and variables.
188 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
189 (cl--position): Rename from cl-position.
190 (cl--delete-duplicates): Rename from cl-delete-duplicates.
191 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
192 (cl--random-state): Rename from *random-state*.
193
ac348012
SM
1942012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
195
196 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
197 parens around the arg list (bug#11499).
198
a0a79cde
JL
1992012-05-17 Juri Linkov <juri@jurta.org>
200
201 * isearch.el (word-search-regexp, word-search-backward)
202 (word-search-forward, word-search-backward-lax)
203 (word-search-forward-lax): Move functions from search.c
204 (bug#10145, bug#11381).
205
65034a51
AM
2062012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es>
207
208 * flyspell.el (flyspell-check-pre-word-p, flyspell-check-word-p)
209 (flyspell-debug-signal-word-checked): Delay for otherchars as for
210 normal word components.
211
1a72a195
SM
2122012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
213
214 * minibuffer.el (completion--sifn-requote): Fix last change.
215 (minibuffer-local-must-match-filename-map):
216 Move define-obsolete-variable-alias before its var.
217
fdb058c2
SM
2182012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
219
c41045e6
SM
220 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
221
036dfb8b
SM
222 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
223 behavior.
224 (completion--string-equal-p): New function.
225 (completion--twq-all): Use it to get better assertion failure data.
226
2473256d
SM
227 Only handle ".." and '..' quoting in shell-mode (bug#11466).
228 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
229 (shell--requote-argument): New functions.
230 (shell-completion-vars): Use them.
231 (shell--parse-pcomplete-arguments): Rename from
232 shell-parse-pcomplete-arguments.
233 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
234 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
235 Obey comint-file-name-quote-list.
236
fdb058c2
SM
237 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
238 (smie-indent-keyword): Use it.
239
51fa99f1
SM
2402012-05-14 Stefan Merten <smerten@oekonux.de>
241
242 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
243
e18afed7 2442012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
d9d1dfef
SM
245
246 * net/rlogin.el (rlogin-mode-map): Fix last change.
247
e18afed7 2482012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
8633b1f4
JW
249
250 * mail/smtpmail.el (smtpmail-send-command): Send the command and
251 the following \r\n using a single `process-send-string', since the
252 Lotus SMTP server refuses to accept any commands if they are sent
e18afed7 253 with two `process-send-string's (Bug#11444).
8633b1f4 254
e18afed7 2552012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
fe263b8f 256
fdb058c2
SM
257 * shell.el (shell-parse-pcomplete-arguments):
258 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
e18afed7 259
2d21d7f6
WJ
2602012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
261
e18afed7 262 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
2d21d7f6
WJ
263 (image-transform-scale, image-transform-right-angle-fudge): New vars.
264 (image-transform-width, image-transform-fit-width): New functions.
265 (image-transform-properties): Use them.
266 (image-transform-check-size): New function.
267 (image-toggle-display-image): Use it (for testing).
268 (image-transform-set-rotation): Reduce angle mod 360.
269 Delete obsolete comment.
270
7102e6d0
WJ
2712012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
272
273 * image-mode.el: Fix scaling (bug#11399).
274 (image-transform-resize): Doc fix.
275 (image-transform-properties): Default scale is 1 and height should
276 be an integer.
277
06bc5e6e
SM
2782012-05-13 Johan Bockgård <bojohan@gnu.org>
279
280 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
281 than hard-coding `car', to fix misbehavior when moving forward.
282
0ae03b6a
CY
2832012-05-13 Chong Yidong <cyd@gnu.org>
284
285 * emacs-lisp/tabulated-list.el (tabulated-list-format)
286 (tabulated-list-entries, tabulated-list-padding)
287 (tabulated-list-sort-key): Make permanent-local.
288
289 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
290 (electric-buffer-list): Put electric buffer menu
291 command descriptions in this docstring, instead of the docstring
292 of electric-buffer-menu-mode. Code cleanups.
293 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
294 Electric-buffer-menu-mode.
295 (electric-buffer-update-highlight): Minor code cleanup.
296
205a7391
MA
2972012-05-13 Michael Albinus <michael.albinus@gmx.de>
298
299 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
300 (Bug#11447)
301
e5bd0a28
SM
3022012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
303
304 Move define-obsolete-variable-alias before the var's definition.
305 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
306 * tooltip.el (tooltip-hook):
307 * textmodes/reftex-toc.el (reftex-toc-map):
308 * textmodes/reftex-sel.el (reftex-select-label-map)
309 (reftex-select-bib-map):
310 * textmodes/reftex-index.el (reftex-index-map)
311 (reftex-index-phrases-map):
312 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
313 * progmodes/meta-mode.el (meta-mode-map):
314 * novice.el (disabled-command-hook):
315 * loadhist.el (unload-hook-features-list):
316 * frame.el (blink-cursor):
317 * files.el (find-file-not-found-hooks, write-file-hooks)
318 (write-contents-hooks):
319 * emulation/tpu-edt.el (GOLD-map):
320 * emacs-lock.el (emacs-lock-from-exiting):
321 * emacs-lisp/generic.el (generic-font-lock-defaults):
322 * emacs-lisp/chart.el (chart-map):
323 * dos-fns.el (register-name-alist):
324 * dired-x.el (dired-omit-files-p):
325 * desktop.el (desktop-enable):
326 * cus-edit.el (custom-mode-hook):
327 * buff-menu.el (buffer-menu-mode-hook):
328 * bookmark.el (bookmark-read-annotation-text-func)
329 (bookmark-exit-hooks):
330 * allout.el (allout-mode-deactivate-hook)
331 (allout-exposure-change-hook, allout-structure-added-hook)
332 (allout-structure-deleted-hook, allout-structure-shifted-hook):
333 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
334 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
335 comes before the corresponding variable's definition.
336
ac59c2f6
CY
3372012-05-12 Chong Yidong <cyd@gnu.org>
338
339 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
0d909786
CY
340 (Buffer-menu-mouse-select): Restore function (Bug#11459).
341 (Buffer-menu-mode-map): Bind it.
342 (Buffer-menu--pretty-name): Add a mouse-face property.
ac59c2f6 343
dee6c9a3
SM
3442012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
345
2171cea5
SM
346 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
347 (prolog-upper-case-string, prolog-lower-case-string)
348 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
349 (prolog-use-smie, prolog-smie-grammar): New vars.
350 (prolog-smie-forward-token, prolog-smie-backward-token)
351 (prolog-smie-rules): New funs.
352 (prolog-comment-indent): Remove.
353 (prolog-mode-variables): Use default comment indentation instead.
354 Setup SMIE.
355 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
356 (prolog-mode): Don't call them any more.
357 (prolog-electric-colon, prolog-electric-dash)
358 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
359
aa0382bd
SM
360 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
361
dbacb4bd
SM
362 * minibuffer.el (completion--twq-all): Again, allow case differences.
363
13bdd94c
SM
364 * term.el: Move keymap initialization code to be more idiomatic.
365 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
366 (term-terminal-menu): Move initialization into declaration.
367 (term-escape-char): Let the user set it in her .emacs.
368
ff46c759
SM
369 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
370 Provide SMIE-based indentation (not enabled by default yet).
371 (sh-mode-map): Don't bind electric keys.
372 Use electric-pair-mode instead of skeleton-pair.
373 (sh-assignment-regexp): Fit within 80 columns.
374 (sh-indent-supported): Specify actual shell name instead of boolean.
375 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
376 (sh-maybe-here-document): Use it. Make obsolete.
377 (sh-electric-here-document-mode) New minor mode.
378 (sh-mode): Use it. Don't set sh-indent-supported-here here.
379 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
380 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
381 (sh-smie-rc-grammar, sh-use-smie): New vars.
382 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
383 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
384 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
385 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
386 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
387 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
388 (sh-set-shell): Use smie-setup if requested.
389
dee6c9a3
SM
390 * term.el (term-set-escape-char): Properly set term-escape-char.
391 See http://stackoverflow.com/questions/10524656.
392
9f9aa044
CY
3932012-05-10 Chong Yidong <cyd@gnu.org>
394
395 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
396 Use url-generic-parse-url, and handle host names and Windows
397 filenames properly.
398 (ffap-url-unwrap-remote): Use url-generic-parse-url.
399 (ffap-url-unwrap-remote): Accept list values, specifying a list of
400 URL schemes to work on.
401 (ffap--toggle-read-only): New function.
402 (ffap-read-only, ffap-read-only-other-window)
403 (ffap-read-only-other-frame): Use it.
404 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
405 necessary for ffap-url-unwrap-remote.
406
836d29b3
DA
4072012-05-10 Dave Abrahams <dave@boostpro.com>
408
409 * cus-start.el (create-lockfiles): Add it.
410
00fd78ed
CY
4112012-05-09 Chong Yidong <cyd@gnu.org>
412
413 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
414 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
415
666b903b 4162012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
1cb51c12
SM
417
418 * shell.el (shell-completion-vars): Fix last change (bug#11348).
419
666b903b 4202012-05-09 Chong Yidong <cyd@gnu.org>
18f00515
CY
421
422 * ansi-color.el (ansi-color-process-output): Check for validity of
423 comint-last-output-start before using it. This avoids a bad
424 interaction with gdb-mi's input/output buffer.
425
666b903b 4262012-05-09 Glenn Morris <rgm@gnu.org>
fd075e7b
GM
427
428 * files.el (dir-locals-read-from-file):
429 Mention dir-locals in any error message.
430
666b903b 4312012-05-09 Chong Yidong <cyd@gnu.org>
25f292cd
CY
432
433 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
434 package (Bug#11410).
435
f677562b
CY
436 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
437 variables into description.
438
666b903b 4392012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
3d53ee1b
SM
440
441 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
442 shell-delimiter-argument-list (bug#11348).
443 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
444
b499d8d0
JB
4452012-05-09 Juanma Barranquero <lekktu@gmail.com>
446
8f6b6da8
JB
447 * textmodes/rst.el: Silence byte-compiler warnings.
448 (rst-re-alist, rst-reset-section-caches): Move around.
449 (rst-re): Use `characterp', not `char-valid-p'.
450 (font-lock-beg, font-lock-end): Declare.
451
4824146a
JB
452 * progmodes/idlw-shell.el (specs): Remove reference to deleted
453 variable `idlwave-shell-activate-alt-keybindings' and simplify.
454
b499d8d0
JB
455 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
456
ad89bb83
GM
4572012-05-08 Glenn Morris <rgm@gnu.org>
458
459 * files.el (auto-mode-alist): Treat ".make" like ".mk".
460
8bba5a75
SM
4612012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
462
49ed9c8e
SM
463 * vc/log-edit.el: Add GNU coding standards highlighting.
464 (log-edit-font-lock-gnu-style)
465 (log-edit-font-lock-gnu-keywords): New vars.
466 (log-edit-font-lock-keywords): New fun.
467 (log-edit-mode): Don't fold case in font-lock.
468 (log-edit-font-lock-keywords): Do not assume case-folding.
469
07d00b56
SM
470 * imenu.el: Misc cleanup. Make docstrings out of comments.
471 Use lexical-binding.
472 (imenu--index-alist, imenu--last-menubar-index-alist)
473 (imenu-menubar-modified-tick): Use defvar-local.
474 (imenu--split-menu): Remove unused var.
475 (imenu--cleanup-seen): Declare as global.
476 (imenu--cleanup): Use dolist.
477
8bba5a75
SM
478 * subr.el (defvar-local): Add debug spec and doc-string position.
479
5075bdb5
GM
4802012-05-08 Glenn Morris <rgm@gnu.org>
481
c052c904
GM
482 * lisp/language/burmese.el, language/cham.el, language/czech.el:
483 * language/english.el, language/georgian.el, language/greek.el:
484 * language/japanese.el, language/khmer.el, language/korean.el:
485 * language/lao.el, language/misc-lang.el, language/romanian.el:
486 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
487 * language/thai.el, language/utf-8-lang.el:
488 Remove no-byte-compile setting.
489
5075bdb5
GM
490 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
491
06f679a7
AH
4922012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
493
494 * progmodes/make-mode.el (makefile-browse):
495 Remove unnecessary interactive. (Bug#11324)
496
03794570
GM
4972012-05-07 Glenn Morris <rgm@gnu.org>
498
af8630f4
GM
499 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
500
03794570
GM
501 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
502
f0809a9d
SM
5032012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
504
28be5ce7
SM
505 * loadup.el: Preload newcomment.el.
506 * newcomment.el: Move autoload-only code to toplevel.
507
f0809a9d
SM
508 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
509 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
510 Handle new :right-align column property.
511 (tabulated-list-print-col): Idem, plus use `display' text-property to
512 try and preserve alignment for variable pitch fonts.
513
1241b724
CY
5142012-05-07 Chong Yidong <cyd@gnu.org>
515
516 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
517 (tabulated-list-use-header-line): New var.
518 (tabulated-list-init-header): Use it.
519 (tabulated-list-print-fake-header): New function.
520 (tabulated-list-print): Use it.
521 (tabulated-list-sort-button-map): Add non-header-line commands.
522 (tabulated-list-init-header): Add column name property to basic
523 labels as well.
524 (tabulated-list-col-sort): Handle non-header-line button case.
525 (tabulated-list--sort-by-column-name): Fix a corner case.
526
f0809a9d
SM
527 * buff-menu.el (list-buffers--refresh):
528 Handle Buffer-menu-use-header-line.
1241b724 529
e5f9458f
CY
5302012-05-06 Chong Yidong <cyd@gnu.org>
531
532 * buff-menu.el: Convert to Tabulated List mode.
533 (Buffer-menu-buffer+size-width): Make obsolete.
534 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
535 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
536 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
537 documentation into docstring of buffer-menu.
538 (Buffer-menu-toggle-files-only): Add an informative message.
539 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
540 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
541 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
542 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
543 (Buffer-menu-execute, Buffer-menu-select)
544 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
545 (Buffer-menu-bury): Use Tabulated List machinery.
546 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
547 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
f0809a9d 548 Delete.
e5f9458f
CY
549 (list-buffers--refresh): New function.
550 (list-buffers-noselect): Use it.
551 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
552 (Buffer-menu--pretty-file-name): New helper functions.
553
554 * loadup.el: Preload tabulated-list.
555
556 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
557 tabulated-list-sort-column.
558 (tabulated-list-init-header): Add the initial aligning space even
559 if tabulated-list-padding is zero.
560
e129292c
CS
5612012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
562
563 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
564 whose cdr is not a cons cell correctly (bug#11038).
565
6632d361
CY
5662012-05-06 Chong Yidong <cyd@gnu.org>
567
e129292c
CS
568 * emacs-lisp/tabulated-list.el (tabulated-list-format):
569 Accept additional plist in column descriptors.
6632d361
CY
570 (tabulated-list-init-header): Obey it.
571 (tabulated-list-get-entry): New function.
572 (tabulated-list-put-tag): Use it. Use string-width instead of
573 length.
574 (tabulated-list--column-number): New function.
575 (tabulated-list-print): Use it.
e129292c
CS
576 (tabulated-list-print-col): New function.
577 Set `tabulated-list-column-name' property on each column's text.
6632d361 578 (tabulated-list-print-entry): Use it.
e129292c
CS
579 (tabulated-list-delete-entry, tabulated-list-set-col):
580 New functions.
6632d361
CY
581 (tabulated-list-sort-column): New command (Bug#11337).
582
3cc99f68
CY
583 * buff-menu.el (list-buffers): Move C-x C-b binding from
584 buff-menu.el to bindings.el.
585
586 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
587 :advertised-binding feature.
588
52b61776
TN
5892012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
590
591 * progmodes/compile.el (compilation-internal-error-properties):
592 Calculate start position correctly when end-col is set but
593 end-line is not (Bug#11382).
594
ebfe2597
WJ
5952012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
596
597 * man.el (Man-unindent): Use text-property-default-nonsticky to
598 prevent untabify from inheriting face properties (Bug#11408).
599
a43f98b3
GM
6002012-05-05 Glenn Morris <rgm@gnu.org>
601
48176e8b
GM
602 * calendar/cal-html.el: Optionally include holidays in the output.
603 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
604 (cal-html-holidays): New option.
605 (cal-html-css-default): Add holiday entry.
606 (holiday-in-range): Autoload it.
607 (cal-html-htmlify-entry): Add optional class argument.
608 (cal-html-htmlify-list): Add optional holidays argument.
609 (cal-html-insert-agenda-days): Include holidays in the output.
610 (cal-html-one-month): Maybe include holidays.
611
a43f98b3
GM
612 * calendar/holidays.el (holiday-in-range):
613 Move here from cal-tex-list-holidays.
614 * calendar/cal-tex.el (cal-tex-list-holidays):
615 Make it an obsolete alias for holiday-in-range. Update all callers.
616
fef9d149 6172012-05-05 Chong Yidong <cyd@gnu.org>
eceeb5fc
CY
618
619 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
620 Nextstep.
621
248da2f4
RW
6222012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
623
624 * files.el (file-auto-mode-skip): New var.
625 (set-auto-mode-1): Use it.
626
f95e9344
SM
6272012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
628
df96ab1e
SM
629 * repeat.el: Use lexical-binding.
630 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
631 (repeat-undo-count): Remove.
632 (repeat):
633 * progmodes/octave-mod.el (octave-abbrev-start):
634 * progmodes/f90.el (f90-abbrev-start):
635 * face-remap.el (text-scale-adjust):
636 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
637
5342bb06
SM
638 * emacs-lisp/pcase.el (pcase--let*): New function.
639 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
640 a bit more.
641 (pcase--split-pred): Be more clever about ruling out overlap between
642 a predicate and some constant pattern.
643 (pcase--q1): Use `null' instead of (eq foo nil).
644
f95e9344
SM
645 * subr.el (setq-local, defvar-local): New macros.
646 (kbd): Redefine as an alias.
647 (with-selected-window): Leave unrelated frames alone.
648 (set-temporary-overlay-map): New function.
649
71873e2b
SM
6502012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
651
652 * subr.el (user-error): New function.
653 * window.el (switch-to-buffer):
654 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
655 (smerge-match-conflict):
656 * simple.el (previous-matching-history-element)
657 (next-matching-history-element, goto-history-element, undo-more)
658 (undo-start):
659 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
660 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
661 (next-file, tags-loop-scan, list-tags, complete-tag):
662 * progmodes/compile.el (compilation-loop):
663 * mouse.el (mouse-minibuffer-check):
664 * man.el (Man-bgproc-sentinel, Man-goto-page):
665 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
666 (Info-history-forward, Info-follow-reference, Info-menu)
667 (Info-extract-menu-item, Info-extract-menu-counting)
668 (Info-forward-node, Info-backward-node, Info-next-menu-item)
669 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
670 (Info-next-reference, Info-prev-reference, Info-index)
671 (Info-index-next, Info-follow-nearest-node)
672 (Info-copy-current-node-name):
673 * imenu.el (imenu--make-index-alist)
674 (imenu-default-create-index-function, imenu-add-to-menubar):
675 * files.el (basic-save-buffer, recover-file):
676 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
677 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
678 (checkdoc-message-text, checkdoc-defun):
679 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
680 * cus-edit.el (customize-changed-options, customize-rogue)
681 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
682 (custom-variable-mark-to-reset-standard)
683 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
684 (custom-file):
685 * completion.el (check-completion-length):
686 * comint.el (comint-search-arg)
687 (comint-previous-matching-input-string-position)
688 (comint-previous-matching-input)
689 (comint-replace-by-expanded-history-before-point, comint-send-input)
690 (comint-copy-old-input, comint-backward-matching-input)
691 (comint-goto-process-mark, comint-set-process-mark):
692 * calendar/calendar.el (calendar-cursor-to-date): Use it.
693 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
694
8a61ee22
SM
6952012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
696
66408d1e
SM
697 * dabbrev.el (dabbrev--ignore-case-p): New function.
698 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
699 Use it.
700
8a61ee22
SM
701 * files.el (automount-dir-prefix): Mark as obsolete.
702
3c74813a
GM
7032012-05-04 Glenn Morris <rgm@gnu.org>
704
705 * patcomp.el, play/bruce.el: Move to obsolete/.
706
0bfcf5c5
PE
7072012-05-04 Paul Eggert <eggert@cs.ucla.edu>
708
709 Fix minor Y10k bugs.
710 * arc-mode.el (archive-unixdate):
711 * autoinsert.el (auto-insert-alist):
712 * calc/calc-forms.el (math-this-year):
713 * emacs-lisp/copyright.el (copyright-current-year)
714 (copyright-update-year, copyright):
715 * tar-mode.el (tar-clip-time-string):
716 * time.el (display-time-update):
717 Don't assume years have 4 digits.
718
78f3273a
CY
7192012-05-04 Chong Yidong <cyd@gnu.org>
720
721 * dos-w32.el (file-name-buffer-file-type-alist)
722 (direct-print-region-use-command-dot-com):
723 * ffap.el (ffap-menu-regexp):
724 * find-file.el (ff-special-constructs):
725 * follow.el (follow-debug):
726 * forms.el (forms--debug):
727 * iswitchb.el (iswitchb-all-frames):
728 * ido.el (ido-all-frames):
729 * emacs-lisp/timer.el (timer-max-repeats):
730 * mail/feedmail.el (feedmail-mail-send-hook)
731 (feedmail-mail-send-hook-queued):
732 * mail/footnote.el (footnote-signature-separator):
733 * mail/mailabbrev.el (mail-alias-separator-string)
734 (mail-abbrev-mode-regexp):
735 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
736 * progmodes/idlwave.el (idlwave-libinfo-file)
737 (idlwave-default-completion-case-is-down)
738 (idlwave-library-routines): Convert defvars to defcustoms.
739
740 * mail/rmail.el (rmail-decode-mime-charset):
741 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
742 (idlwave-shell-fix-inserted-breaks)
743 (idlwave-shell-activate-alt-keybindings)
744 (idlwave-shell-use-breakpoint-glyph):
745 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
746
f7ae6719
SM
7472012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
748
749 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
750
47086495
WS
7512012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
752
753 * progmodes/verilog-mode.el (font-lock-keywords):
754 Fix mis-highligting auto. Reported by Craig Barner.
755 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
756 defines from global name space. Reported by Dan Dever.
757 (verilog-auto-reset, verilog-auto-reset-widths)
758 (verilog-auto-tieoff): Support using unbased numbers for
759 AUTORESET and AUTOTIEOFF.
760 (verilog-submit-bug-report): Update variable list.
761 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
762 parenthesis from not matching. Reported by Michael Rytting.
763 (verilog-auto-template-lint): Fix hash error when linting modules
764 with no used templates.
765 (verilog-warn, verilog-warn-error)
766 (verilog-warn-fatal): When non-interactive report multiple
767 warnings before exiting. Suggested by Brad Dobbie.
768 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
769 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
770 to report unused template errors. Reported by Brad Dobbie.
771 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
772 nets, bug438. Reported by Vns Blore.
773 (verilog-auto-inout-module, verilog-auto-reg)
774 (verilog-read-decls, verilog-read-sub-decls-sig)
775 (verilog-signals-edit-wire-reg, verilog-signals-with):
776 Fix passing of Verilog data types in ANSI input/output ports
777 such as "output logic" into the AUTOs. Special case "wire" and
778 "reg" for backwards compatibility presuming Verilog 2001.
779 (verilog-auto-ascii-enum): Add "auto enum" as alias.
780 (verilog-preprocess): Fix replication of preprocess output.
781 Reported by Brad Dobbie.
782 (verilog-auto-inst-interfaced-ports):
783 Create verilog-auto-inst-interfaced-ports, bug429.
784 Reported by Julian Gorfajn.
785 (verilog-after-save-font-hook)
786 (verilog-before-save-font-hook): New variable.
787 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
788 (verilog-save-font-mods): Wrap disabling fontification, reported
789 by David Rogoff.
790 (verilog-do-indent, verilog-pretty-declarations-auto)
791 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
792 Reported by Pierre-David Pfister.
793 (verilog-set-auto-endcomments): Fix endtask auto comments outside
794 of class declarations, bug292. Reported by Kevin Heilman.
795 (verilog-read-decls): Fix 'parameter type' not appearing in
796 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
797 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
798 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
799 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
800 Reported by David Kravitz.
801
8022012-05-03 Michael McNamara <mac@mail.brushroad.com>
803
804 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
805 assignment with tests in ifs and for loops.
806 (verilog-extended-complete-re, verilog-complete-reg): Change so
807 that DPI inport functions don't look like fuction declarations.
808 (verilog-pretty-expr): Don't line up assignment
809 operations to the test and increment in if and for loops
810 (verilog-extended-complete-re, verilog-complete-reg): Change so
811 that DPI inport functions don't look like fuction declarations
812
2e51d4b5
KH
8132012-05-03 Kenichi Handa <handa@m17n.org>
814
815 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
816 decoding, and show a warning message without signalling an error
817 (Bug#11282).
818
2bd785a2
SM
8192012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
820
821 * emacs-lisp/bytecomp.el
822 (byte-compile-file-form-custom-declare-variable): Compile all elements,
823 since cconv.el might have introduced :fun-body, internal-make-closure,
824 and friends for bytecomp to handle (bug#11391).
825 * custom.el (defcustom): Avoid ((λ ..) ..).
826
99d27583
SM
8272012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
828
829 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
830
55a71479
JB
8312012-05-02 Juanma Barranquero <lekktu@gmail.com>
832
833 * notifications.el (dbus-debug):
834 * term/linux.el (gpm-mouse-enable):
835 * term/screen.el (xterm-register-default-colors): Declare.
836
7b97c764
CY
8372012-05-02 Chong Yidong <cyd@gnu.org>
838
2bc356d7
CY
839 * cus-start.el (gc-cons-percentage, exec-suffixes)
840 (dos-display-scancodes, dos-hyper-key, dos-super-key)
841 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
842 (make-cursor-line-fully-visible, void-text-area-pointer)
843 (font-list-limit): Add customization data.
844
7b97c764
CY
845 * allout.el (allout-exposure-change-functions)
846 (allout-structure-added-functions)
847 (allout-structure-deleted-functions)
848 (allout-structure-shifted-functions): Rename abnormal hooks from
849 *-hook, and convert to defcustoms.
5d3385a0
JB
850 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
851 Convert to defcustoms.
7b97c764
CY
852 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
853
854 * allout-widgets.el: Hook callers changed.
855
90207a15 8562012-05-02 Eli Zaretskii <eliz@gnu.org>
91af76bf
EZ
857
858 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
859 the yanked message in preference to the default value of
860 buffer-file-coding-system.
861
90207a15 8622012-05-02 Martin Rudalics <rudalics@gmx.at>
d9558cad 863
5d3385a0
JB
864 * window.el (display-buffer--action-function-custom-type):
865 Fix entry.
d9558cad 866
90207a15 8672012-05-02 Alan Mackenzie <acm@muc.de>
09affde0
AM
868
869 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
870
d80ac57b
GM
8712012-05-01 Glenn Morris <rgm@gnu.org>
872
976f7668
GM
873 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
874
beb83b5a
GM
875 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
876
d80ac57b
GM
877 * cus-edit.el (custom-variable-documentation): Simplify with format.
878
b593d6a9
AH
8792012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
880 Stefan Monnier <monnier@iro.umontreal.ca>
881
882 * simple.el (suggest-key-bindings, execute-extended-command):
883 Move from keyboard.c.
884
782fbf2a
CY
8852012-05-01 Chong Yidong <cyd@gnu.org>
886
887 * follow.el: Eliminate advice.
888 (set-process-filter, process-filter, sit-for): Advice deleted.
889 (follow-mode-off-hook): Obsolete hook removed.
b593d6a9
AH
890 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
891 Vars deleted.
782fbf2a
CY
892 (follow-auto): Use a :set function.
893 (follow-mode): Rewritten. Don't advise process filters.
894 (follow-switch-to-current-buffer-all, follow-scroll-up)
895 (follow-scroll-down): Assume follow-mode is bound.
896 (follow-comint-scroll-to-bottom)
897 (follow-align-compilation-windows): New functions.
898 (follow--window-sorter): New function.
899 (follow-all-followers): Use it to explicitly sort windows by their
900 positions; don't make assumptions about next-window order.
901 (follow-windows-start-end, follow-delete-other-windows-and-split)
902 (follow-calc-win-start): Doc fix.
903 (follow-windows-aligned-p, follow-select-if-visible): Don't call
904 vertical-motion unnecessarily.
905 (follow-adjust-window): New function.
906 (follow-post-command-hook): Use it.
907 (follow-call-set-process-filter, follow-call-process-filter)
908 (follow-intercept-process-output, follow-tidy-process-filter-alist)
909 (follow-stop-intercept-process-output, follow-generic-filter):
910 Functions deleted.
911 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
b593d6a9
AH
912 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
913 New functions, replacing advice on scroll-bar-* commands.
87233a14 914 (follow-mwheel-scroll): New function (Bug#4112).
782fbf2a
CY
915
916 * comint.el (comint-adjust-point): New function.
b593d6a9
AH
917 (comint-postoutput-scroll-to-bottom): Use it.
918 Call follow-comint-scroll-to-bottom for Follow mode buffers.
782fbf2a 919
290af740
GM
9202012-05-01 Glenn Morris <rgm@gnu.org>
921
922 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
923 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
924 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
925 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
926 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
927 Remove no-byte-compile setting.
928
6eac8dc9
SM
9292012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
930
931 * minibuffer.el (completion-table-with-quoting): Fix compatibility
932 all-completions code to not return a number in the last cdr.
933
9cc7819c
LL
9342012-04-30 Leo Liu <sdl.web@gmail.com>
935
936 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
937 read-only error.
938
c93b886f
CY
9392012-04-29 Chong Yidong <cyd@gnu.org>
940
941 * follow.el (follow-calc-win-end): Rewrite to handle partial
942 screen lines correctly (Bug#8390).
943 (follow-avoid-tail-recenter): Minor cleanup.
944
8b6c19f4
SM
9452012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
946
947 Avoid the obsolete `assoc' package.
948 * speedbar.el (speedbar-refresh): Avoid adelete.
949 (speedbar-file-lists): Simplify and avoid aput.
950 * man.el (Man--sections, Man--refpages): New vars, replacing
951 Man-sections-alist and Man-refpages-alist.
952 (Man-build-section-alist, Man-build-references-alist):
953 Use them; avoid aput.
954 (Man--last-section, Man--last-refpage): New vars.
955 (Man-follow-manual-reference): Use them.
956 Use the `default' arg of completing-read.
957 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
958
c5bb7569
CY
9592012-04-27 Chong Yidong <cyd@gnu.org>
960
d1d2e2e8
CY
961 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
962
15cd8efd
CY
963 * startup.el (x-apply-session-resources): New function.
964
965 * term/ns-win.el (ns-initialize-window-system):
966 * term/w32-win.el (w32-initialize-window-system):
967 * term/x-win.el (x-initialize-window-system): Use it to properly
968 set menu-bar-mode and other vars from X resources, even if the
969 initial frame is not a window-system frame (Bug#2299).
970
c5bb7569
CY
971 * subr.el (read-key): Avoid running filter function when setting
972 up temporary tool bar entries (Bug#9922).
973
a8e7d6d7 9742012-04-27 Andreas Schwab <schwab@linux-m68k.org>
c4347ab9
AS
975
976 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
977 (Bug#11344)
978
a8e7d6d7 9792012-04-27 Chong Yidong <cyd@gnu.org>
acb71f1d
CY
980
981 * select.el (xselect--encode-string): New function, split from
982 xselect-convert-to-string.
983 (xselect-convert-to-string): Use it.
984 (xselect-convert-to-filename, xselect-convert-to-os)
985 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
986 returned strings are properly encoded (Bug#11315).
987
a8e7d6d7 9882012-04-27 Chong Yidong <cyd@gnu.org>
d55486c7
CY
989
990 * simple.el (delete-active-region): Move to killing custom group.
991
a8e7d6d7 9922012-04-27 Andreas Schwab <schwab@linux-m68k.org>
581b6788
AS
993
994 * progmodes/which-func.el (which-func-current): Quote %
995 characters for mode-line processing.
996
578c1d4b 9972012-04-27 Chong Yidong <cyd@gnu.org>
18edb22d
CY
998
999 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
1000 reaching eob (Bug#11286).
1001
a8e7d6d7 10022012-04-27 Eli Zaretskii <eliz@gnu.org>
9ee9f470
EZ
1003
1004 * progmodes/gdb-mi.el (gdb-control-level): New variable.
1005 (gdb): Make it buffer-local and init to zero.
1006 (gdb-control-commands-regexp): New variable.
1007 (gdb-send): Don't wrap in "-interpreter-exec console" if
1008 gdb-control-level is positive. Increment gdb-control-level
1009 whenever the command matches gdb-control-commands-regexp, and
1010 decrement it each time the command is "end". (Bug#11279)
1011
a8e7d6d7 10122012-04-27 Martin Rudalics <rudalics@gmx.at>
41cfe0cb
MR
1013
1014 * window.el (adjust-window-trailing-edge, enlarge-window)
1015 (shrink-window, window-resize):
1016 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
1017 windows (Bug#11276).
1018
b3608390
CY
10192012-04-27 Chong Yidong <cyd@gnu.org>
1020
1021 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
a8e7d6d7 1022 fix "missing prefix" warning. All callers changed.
b3608390 1023
797e6e88
SM
10242012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
1025
1026 * emacs-lisp/assoc.el: Move to obsolete/.
1027
e95a67dc
SM
10282012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
1029
657c21e4 1030 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
e95a67dc
SM
1031
1032 * term/ns-win.el (ns-define-service):
1033 * progmodes/pascal.el (pascal-goto-defun):
1034 * progmodes/js.el (js--read-tab):
1035 * progmodes/etags.el (tags-lazy-completion-table):
1036 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
1037 * emacs-lisp/ewoc.el (ewoc--wrap):
1038 * emacs-lisp/assoc.el (aput, adelete, amake):
1039 * doc-view.el (doc-view-convert-current-doc):
1040 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
1041
cb3e7ae0
CY
10422012-04-26 Chong Yidong <cyd@gnu.org>
1043
dce04f7f
CY
1044 * image.el (image-type-from-buffer): Only return supported image
1045 type (Bug#9045).
1046
cb3e7ae0
CY
1047 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
1048 value, for symmetry with diff-end-of-hunk.
1049 (diff-split-hunk, diff-find-source-location)
1050 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
1051 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
1052 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
1053 compute the relevant hunk or file properly (Bug#6005).
1054 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
1055
0d42eb3e
SM
10562012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
1057
1058 * vc/vc-mtn.el:
1059 * vc/vc-hg.el:
1060 * vc/vc-git.el:
1061 * vc/vc-dir.el:
1062 * vc/vc-cvs.el:
1063 * vc/vc-bzr.el:
1064 * vc/vc-arch.el:
1065 * vc/vc.el: Replace lexical-let by lexical-binding.
1066 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
1067 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
1068 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
1069
f08ae1c9
CY
10702012-04-26 Chong Yidong <cyd@gnu.org>
1071
8b71081d
CY
1072 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
1073 (diff-mode-shared-map): Bind it to / and [remap undo].
1074
f08ae1c9
CY
1075 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
1076 (ediff-window-setup-function): Use it as the default, to set up
1077 windows based on whether the current frame is graphical (Bug#2138).
1078 (ediff-choose-window-setup-function-automatically): Make obsolete.
1079
1080 * vc/ediff-init.el: Always define ediff-pixel-width/height.
1081
ef24141c
SM
10822012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
1083
cc356a5d
SM
1084 * ffap.el: Remove old code for obsolete package.
1085 (ffap-complete-as-file-p): Remove.
1086
b4ff4f1f
SM
1087 Use completion-table-with-quoting for comint and pcomplete.
1088 * comint.el (comint--unquote&requote-argument)
1089 (comint--unquote-argument, comint--requote-argument): New functions.
1090 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
1091 (comint-quote-filename): Use regexp-opt-charset.
1092 (comint--common-suffix, comint--common-quoted-suffix)
1093 (comint--table-subvert): Remove.
1094 (comint-unquote-function, comint-requote-function): New vars.
1095 (comint--complete-file-name-data): Use them with
1096 completion-table-with-quoting.
1097 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
1098 * pcomplete.el (pcomplete-arg-quote-list)
1099 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
1100 (pcomplete-unquote-argument-function): Default to non-nil.
1101 (pcomplete-unquote-argument): Simplify.
1102 (pcomplete--common-quoted-suffix): Remove.
1103 (pcomplete-requote-argument-function): New var.
1104 (pcomplete--common-suffix): New function.
1105 (pcomplete-completions-at-point): Use completion-table-with-quoting
1106 and completion-table-subvert.
1107
79c4eeb4
SM
1108 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
1109 (minibuffer--double-dollars): Preserve properties.
1110 (completion--sifn-requote): New function.
1111 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
1112
ef24141c
SM
1113 * minibuffer.el: Add support for completion of quoted/escaped data.
1114 (completion-table-with-quoting, completion-table-subvert): New funs.
1115 (completion--twq-try, completion--twq-all): New functions.
1116 (completion--nth-completion): New function.
1117 (completion-try-completion, completion-all-completions): Use it.
1118
784e7d6e
LL
11192012-04-25 Leo Liu <sdl.web@gmail.com>
1120
dd2ac746
SM
1121 * progmodes/python.el (python-pdbtrack-get-source-buffer):
1122 Use compilation-message if available to find real filename.
784e7d6e 1123
07875ee7
CY
11242012-04-25 Chong Yidong <cyd@gnu.org>
1125
1126 * vc/diff-mode.el (diff-setup-whitespace): New function.
1127 (diff-mode): Use it.
1128
1129 * vc/diff.el (diff-sentinel):
1130 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
1131 Whitespace mode variables based on diff style (Bug#8612).
1132
5055880d
LL
11332012-04-25 Leo Liu <sdl.web@gmail.com>
1134
daf75653
LL
1135 * progmodes/python.el (python-send-region): Add suffix .py to the
1136 temp file.
1137
5055880d
LL
1138 * files.el (auto-mode-alist): Use javascript-mode instead.
1139
db9b177b
AH
11402012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
1141
ef24141c 1142 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
db9b177b
AH
1143
1144 * soap-client.el (soap-resolve-references-for-sequence-type)
ef24141c 1145 (soap-resolve-references-for-array-type): Hack to prevent self
db9b177b 1146 references, see Bug#9.
ef24141c 1147 (soap-parse-envelope): Report the contents of the 'detail' node
db9b177b 1148 when receiving a fault reply.
ef24141c 1149 (soap-parse-envelope): Report the contents of the entire 'detail' node.
db9b177b
AH
1150
1151 * soap-inspect.el (soap-sample-value-for-simple-type)
ef24141c 1152 (soap-inspect-simple-type): New function.
db9b177b 1153
ef24141c 1154 * soap-client.el (soap-simple-type): New struct.
db9b177b 1155 (soap-default-xsd-types, soap-default-soapenc-types)
ef24141c
SM
1156 (soap-decode-basic-type, soap-encode-basic-type):
1157 support unsignedInt and double basic types.
db9b177b 1158 (soap-resolve-references-for-simple-type)
ef24141c
SM
1159 (soap-parse-simple-type, soap-encode-simple-type): New function.
1160 (soap-parse-schema): Parse xsd:simpleType declarations.
db9b177b
AH
1161
1162 * soap-client.el (soap-default-xsd-types)
ef24141c
SM
1163 (soap-default-soapenc-types): Add integer, byte and anyURI types.
1164 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
1165 the local name of "soapenc:Array".
1166 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
db9b177b
AH
1167 decoding integer, byte and anyURI xsd types.
1168
1fc6097b
CY
11692012-04-25 Chong Yidong <cyd@gnu.org>
1170
1171 * cus-edit.el (custom-buffer-create-internal): Update header text.
1172
afc6df87
EZ
11732012-04-25 Eli Zaretskii <eliz@gnu.org>
1174
1175 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
1176 settings on 'system-type', not on 'window-system'. On MS-Windows,
1177 set interactive-mode on in GDB.
1178
dfbd787f
SM
11792012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
1180
1181 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
1182 (ruby-syntax-propertize-regexp): Remove.
1183 (ruby-syntax-propertize-function): Split regexp into chunks.
1184 Match following code directly.
1185
85222d44
DG
11862012-04-24 Dmitry Gutov <dgutov@yandex.ru>
1187
51a8ea2a
DG
1188 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
1189 (ruby-syntax-propertize-regexp): New function.
1190 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
1191 by a special keyword.
1192
85222d44
DG
1193 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
1194 (ruby-syntax-general-delimiters-goto-beg)
1195 (ruby-syntax-propertize-general-delimiters): New functions.
1196 (ruby-syntax-propertize-function): Use them to handle GDL.
1197 (ruby-font-lock-keywords): Move old handling of GDL...
1198 (ruby-font-lock-syntactic-keywords): .. to here.
1199 (ruby-calculate-indent): Adjust indentation for GDL.
1200
b613912b
MA
12012012-04-24 Michael Albinus <michael.albinus@gmx.de>
1202
b5380639
MA
1203 * notifications.el (top): Remove unneeded declarations.
1204 (notifications-specification-version): Change to "1.2".
e43042fe 1205 (notifications-interface, notifications-notify-method)
b613912b
MA
1206 (notifications-close-notification-method): Fix docstring.
1207 (notifications-get-capabilities-method): New defconst.
e43042fe
MA
1208 (notifications-notify): Add :action-items, :resident and
1209 :transient hints. Change "image_data" to "image-data" and
1210 "image_path" to "image-path".
b613912b
MA
1211 (notifications-get-capabilities): New defun.
1212
257440aa
LL
12132012-04-24 Leo Liu <sdl.web@gmail.com>
1214
1215 * progmodes/python.el: Move hideshow setup to the end.
1216
b1bac16e
MR
12172012-04-24 Martin Rudalics <rudalics@gmx.at>
1218
1219 * window.el (handle-select-window): Clear echo area since this is
1220 no more done by read_char (Bug#11304).
1221
d81bd059
SM
12222012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
1223
1224 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
1225 and `/ M' to filter-derived-mode.
1226 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
1227 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
1228 (ibuffer-mark-by-mode): Use default rather than initial-input.
1229 (ibuffer-filter-by-derived-mode): Autoload and require-match.
1230
c4cf6d91
IA
12312012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
1232
1233 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
1234 (ibuffer-filter-by-derived-mode): New filter.
1235 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
1236
7511ded8
CY
12372012-04-23 Andreas Politz <politza@fh-trier.de>
1238
1239 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
1240
775c916b
CY
12412012-04-23 Chong Yidong <cyd@gnu.org>
1242
1243 * cus-edit.el (customize-apropos, customize-apropos-options):
1244 Disable matching of non-option variables (Bug#11176).
1245 (customize-option, customize-option-other-window)
1246 (customize-changed-options): Doc fix.
1247 (customize-apropos-options, customize-apropos-faces)
1248 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
1249
1250 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
922d37d3 1251 Fix word list splitting (Bug#11132).
46c71e23
CY
1252 (apropos-symbol, apropos-keybinding, apropos-label)
1253 (apropos-property, apropos-function-button)
1254 (apropos-variable-button, apropos-misc-button): New faces.
1255 (apropos-symbol-face, apropos-keybinding-face)
1256 (apropos-label-face, apropos-property-face, apropos-match-face):
1257 Variables removed (Bug#8396).
1258 (apropos-library-button, apropos-format-plist, apropos-print)
1259 (apropos-print-doc, apropos-describe-plist): Callers changed.
775c916b 1260
2df41f9c
MA
12612012-04-23 Michael Albinus <michael.albinus@gmx.de>
1262
1263 * net/xesam.el (xesam-mode-map): Use let-bound map in
1264 initialization. (Bug#11292)
1265
da00640a
AM
12662012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1267
1268 Preserve ispell session localwords when switching back to
1269 original buffer.
1270
1271 * ispell.el (ispell-buffer-session-localwords): New buffer-local
1272 variable to hold buffer session localwords.
1273 (ispell-kill-ispell): add option 'clear to delete session
1274 localwords.
1275 (ispell-command-loop, ispell-change-dictionary)
1276 (ispell-buffer-local-words): Preserve session localwords when
1277 needed.
1278
1279 * flyspell.el (flyspell-process-localwords, flyspell-do-correct):
1280 Preserve session localwords when needed.
1281
f621ccf5
AM
12822012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1283
1284 * ispell.el (ispell-insert-word) Remove unneeded function using
1285 obsolete `translation-table-for-input'.
ef24141c
SM
1286 (ispell-word, ispell-process-line, ispell-complete-word):
1287 Use plain `insert' instead of removed `ispell-insert-word'.
f621ccf5 1288
c2d1019e
CY
12892012-04-22 Chong Yidong <cyd@gnu.org>
1290
1291 * cus-edit.el (custom-variable-menu)
1292 (custom-variable-reset-saved, custom-face-menu)
1293 (custom-face-reset-saved): If there is no saved value, make the
1294 "reset-saved" operation bring back the default (Bug#9509).
1295 (custom-face-state): Properly detect themed faces.
1296
eeddc531
CY
1297 * faces.el (face-spec-set): Stop supporting deprecated form of
1298 third arg.
1299
dcbf5805
MA
13002012-04-22 Michael Albinus <michael.albinus@gmx.de>
1301
1302 Move functions from C to Lisp. Make non-blocking method calls
1303 the default. Implement further D-Bus standard interfaces.
1304
ef24141c
SM
1305 * net/dbus.el (dbus-message-internal): Declare function.
1306 Remove unneeded function declarations.
dcbf5805
MA
1307 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
1308 (dbus-message-type-method-return, dbus-message-type-error)
1309 (dbus-message-type-signal): Declare variables. Remove local
1310 definitions.
1311 (dbus-interface-dbus, dbus-interface-peer)
1312 (dbus-interface-introspectable, dbus-interface-properties)
1313 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
1314 Adapt docstring.
1315 (dbus-interface-objectmanager): New defconst.
1316 (dbus-call-method, dbus-call-method-asynchronously)
1317 (dbus-send-signal, dbus-method-return-internal)
1318 (dbus-method-error-internal, dbus-register-service)
1319 (dbus-register-signal, dbus-register-method): New defuns, moved
1320 from dbusbind.c
1321 (dbus-call-method-handler, dbus-setenv)
ef24141c
SM
1322 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
1323 New defuns.
dcbf5805
MA
1324 (dbus-call-method-non-blocking): Make it an obsolete function.
1325 (dbus-unregister-object, dbus-unregister-service)
1326 (dbus-handle-event, dbus-register-property)
1327 (dbus-property-handler): Obey the new structure of
1328 `bus-registered-objects'.
1329 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
1330 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
1331 Use `dbus-call-method'.
1332
cf20dee0
CY
13332012-04-22 Chong Yidong <cyd@gnu.org>
1334
1335 * cus-edit.el (custom-commands, custom-reset-menu)
1336 (Custom-reset-standard): Tweak labels.
1337 (custom-reset-button-menu): Change default to t.
1338 (custom-buffer-create-internal): For the custom-reset-button-menu
1339 case, put the revert button first.
1340 (custom-group-subtitle): New face.
1341 (custom-group-value-create): Align docstring to a specific column.
1342
1343 * wid-edit.el (widget-documentation-link-add): Don't handle
1344 indentation in this function.
1345 (widget-documentation-string-indent-to): New function.
1346 (widget-documentation-string-value-create): Use it.
1347
1348 * autorevert.el (auto-revert):
1349 * epg-config.el (epg):
1350 * ibuffer.el (ibuffer):
1351 * mpc.el (mpc):
1352 * ses.el (ses):
1353 * eshell/eshell.el (eshell):
1354 * net/ange-ftp.el (ange-ftp):
1355 * progmodes/ebnf2ps.el (postscript):
1356 * progmodes/flymake.el (flymake):
1357 * progmodes/prolog.el (prolog):
1358 * progmodes/verilog-mode.el (verilog-mode):
1359 * progmodes/which-func.el (which-func):
1360 * term/xterm.el (xterm):
1361 * textmodes/picture.el (picture):
1362 * textmodes/tildify.el (tildify):
1363 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
1364 customization buffers.
1365
583e23bd
AM
13662012-04-22 Alan Mackenzie <acm@muc.de>
1367
1368 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
1369 Adding a ) can hide the resulting (..) from searches. Fix it.
1370 Bound the backward search to the position of the existing (.
1371
7dd51bf1
JB
13722012-04-21 Juanma Barranquero <lekktu@gmail.com>
1373
1374 * progmodes/verilog-mode.el (verilog-mode): Check whether
1375 which-func-modes is t before adding verilog-mode.
1376 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
1377
d64a438f
LL
13782012-04-21 Leo Liu <sdl.web@gmail.com>
1379
7dd51bf1 1380 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
d64a438f 1381
081e8d65
MV
13822012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
1383
1384 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
1385 filling of the last column of a table (Bug#5635).
1386 (woman-find-next-control-line): New arg, specifying an additional
1387 regexp component for the control line.
1388 (woman2-roff-buffer): Use it.
1389 (woman-break-table): New function.
1390 (woman2-TS): Use it.
1391
13922012-04-21 Chong Yidong <cyd@gnu.org>
1393
1394 * woman.el (woman-set-buffer-display-table, woman-decode-region)
1395 (woman-horizontal-escapes, woman-negative-vertical-space)
1396 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
1397 (WoMan-warn-ignored): Use ?\s instead of ?\ .
1398
ed571ccb
SM
13992012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
1400
1401 * minibuffer.el (completion-file-name-table): Complete user names.
1402
39773899
LL
14032012-04-20 Leo Liu <sdl.web@gmail.com>
1404
1405 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
1406 and pcase-let*.
1407
de6ff46d
CY
14082012-04-20 Chong Yidong <cyd@gnu.org>
1409
1410 * server.el (server-execute): Respect initial-buffer-choice if it
1411 is a string and there are no files to open (Bug#2825).
1412 (server-create-window-system-frame, server-create-tty-frame):
1413 Don't switch buffers here.
2d0e8e61
CY
1414 (server-process-filter): Only try to open a window system frame if
1415 compiled with graphical support (Bug#8314).
de6ff46d 1416
54071013
DN
14172012-04-20 Dan Nicolaescu <dann@gnu.org>
1418
1419 * battery.el (battery-echo-area-format): Display remaining time
1420 for sysfs backend too (Bug#11269).
1421 (battery-linux-sysfs): Fix conditional for the charge.
1422
f30d612a
CY
14232012-04-20 Chong Yidong <cyd@gnu.org>
1424
c07a4c0b 1425 * progmodes/gdb-mi.el (gdb): Revert previous change.
f30d612a
CY
1426 (gdb-inferior-io--init-proc): New function.
1427 (gdb-init-1): Use it.
1428 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
1429 responsible for allocating a new pty and hooking it to gdb when
1430 the old pty gets an EIO due to process exit.
1431 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
1432 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
1433 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
1434
2116e93c
EZ
14352012-04-20 Eli Zaretskii <eliz@gnu.org>
1436
1437 * window.el (window-min-size, window-sizable, window-min-delta)
1438 (window-max-delta, window--resizable, window-resizable)
1439 (window-total-size, window-full-height-p, window-full-width-p)
1440 (window-in-direction, window--resize-mini-window, window-resize)
1441 (window--resize-child-windows-normal)
1442 (window--resize-child-windows, window--resize-siblings)
1443 (window--resize-this-window, adjust-window-trailing-edge)
cd0f830c 1444 (enlarge-window, shrink-window): Doc fixes.
2116e93c 1445
c07a4c0b 14462012-04-20 Chong Yidong <cyd@gnu.org>
b668fa6e 1447
ef24141c
SM
1448 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
1449 New function to call delete-process on the gdb-inferior buffer's pty.
b668fa6e
CY
1450 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
1451 pty process (Bug#11273).
1452 (gdb-update): New arg to suppress talking to the gdb process.
1453 (gdb-done-or-error): Use it.
1454 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
1455 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
1456 sentinel not being called.
1457
1458 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
1459
d02766ab
CY
1460 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
1461
c07a4c0b 14622012-04-20 Glenn Morris <rgm@gnu.org>
016a35df
GM
1463
1464 * net/network-stream.el (open-network-stream): Doc fix.
1465
c07a4c0b 14662012-04-20 Chong Yidong <cyd@gnu.org>
2c070447
CY
1467
1468 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
1469
c07a4c0b 14702012-04-20 Alan Mackenzie <acm@muc.de>
f0f6bc35
AM
1471
1472 Ensure searching for keywords is case sensitive.
1473
1474 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
1475 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
1476 (c-defun-name, c-mark-function, c-cpp-define-name)
1477 (c-comment-indent, c-scan-conditionals, c-indent-defun)
c07a4c0b 1478 (c-context-line-break): Bind case-fold-search to nil.
f0f6bc35 1479
ef24141c
SM
1480 * progmodes/cc-mode.el (c-font-lock-fontify-region):
1481 Bind case-fold-search to nil.
f0f6bc35 1482
c07a4c0b 14832012-04-20 Chong Yidong <cyd@gnu.org>
4fc2c72a
CY
1484
1485 * mail/sendmail.el (mail-bury): Call return action with the right
1486 Rmail buffer (Bug#11242).
1487
9a864fa2
CY
1488 * server.el (server-process-filter): Handle corner case where both
1489 tty and nowait options are present (Bug#11102).
1490
539aa513
EZ
14912012-04-20 Eli Zaretskii <eliz@gnu.org>
1492
1493 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
6cf2a23e
EZ
1494 (top level): Put into the executable the ident-style '$Id:' tag on
1495 windows-nt as well.
539aa513 1496
cfc7d5da
SM
14972012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
1498
1499 * electric.el (electric-indent-post-self-insert-function): Check that
1500 electric-indent-mode is enabled in current buffer.
1501
5b01685c
JB
15022012-04-19 Juanma Barranquero <lekktu@gmail.com>
1503
1504 * imenu.el (imenu-progress-message): Restore; it is "used" in
1505 erc/erc-imenu.el and net/snmp-mode.el.
1506
4d6769e1
JB
15072012-04-19 Juanma Barranquero <lekktu@gmail.com>
1508
1509 * avoid.el (mouse-avoidance-mode): Mark unused arg.
1510 (mouse-avoidance-nudge-mouse): Remove unused binding.
1511
1512 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
1513
1514 * descr-text.el (describe-char):
1515 * progmodes/python.el (python-describe-symbol):
1516 Don't call `toggle-read-only', set `buffer-read-only'.
1517
1518 * imenu.el (imenu-default-goto-function): Mark unused args.
1519 (imenu-progress-message): Remove obsolete macro; all callers changed.
1520
1521 * subr.el (keymap-canonicalize): Remove unused binding.
1522 (read-passwd): Mark unused arg.
1523
1524 * tutorial.el (tutorial--display-changes): Remove unused binding.
1525 (tutorial--save-tutorial-to): Remove unused variable.
1526
1527 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
1528 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
1529 (package-generate-autoloads, package-menu--generate)
1530 (package-menu--find-upgrades): Remove unused bindings.
1531
1532 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
1533 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
1534 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
1535 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
1536 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
1537 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
1538 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
1539 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
1540 (cua-delete-char-rectangle): Mark unused args.
1541 (cua-align-rectangle): Remove unused binding.
1542
1543 * mail/rmail.el (compilation--message->loc)
1544 (epa--find-coding-system-for-mime-charset): Declare.
1545
1546 * net/dbus.el (dbus-register-service): Declare.
1547 (dbus-name-owner-changed-handler): Remove unused binding.
1548
1549 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
1550 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
1551 (nxml-scan-backward-within): Mark unused arg.
1552 (nxml-dynamic-markup-word): Remove unused binding.
1553
1554 * mouse.el (mouse-menu-major-mode-map):
1555 * emacs-lisp/authors.el (authors-scan-change-log)
1556 (authors-add-to-author-list):
1557 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
1558 * emacs-lisp/smie.el (smie-auto-fill):
1559 * mail/sendmail.el (mail-bury):
1560 * mail/unrmail.el (unrmail):
1561 * net/tls.el (open-tls-stream):
1562 * textmodes/picture.el (picture-mouse-set-point):
1563 Remove unused bindings.
1564
8c8fc5df
MA
15652012-04-19 Michael Albinus <michael.albinus@gmx.de>
1566
1567 * net/tramp.el (tramp-action-password): Let-bind
1568 `enable-recursive-minibuffers' to t.
1569
a77b0ac9
SS
15702012-04-18 Sam Steingold <sds@gnu.org>
1571
1572 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
1573 instead of 'string to accommodate values like [f11].
1574 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
1575 * progmodes/gdb-mi.el: Likewise.
1576
12a106a9
LL
15772012-04-18 Leo Liu <sdl.web@gmail.com>
1578
1579 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
1580 current buffer.
1581 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
1582 LOCAL is nil.
1583
bc6494ef
CY
15842012-04-18 Chong Yidong <cyd@gnu.org>
1585
1586 * simple.el (line-move): Use forward-line if in batch mode
1587 (Bug#11053).
1588
c09c46b2
CS
15892012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
1590
1591 * files.el (after-find-file): Do not try to add a final newline if
1592 the buffer is read-only (Bug#11156).
1593
5f6530ea
RS
15942012-04-17 Richard Stallman <rms@gnu.org>
1595
1596 * mail/rmail.el (rmail-start-mail):
1597 Pass (rmail-mail-return...) for the return-action.
1598 Pass (rmail-yank-current-message...) for the yank-action.
1599 (rmail-yank-current-message): New function.
1600 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
1601 (rmail-reply): Likewise.
1602 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
1603
1604 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
c09c46b2 1605 buffer, not the last. Reject temp buffers. Use the rmail-mode
5f6530ea
RS
1606 buffer, not newbuf.
1607
197b6f3c
JB
16082012-04-17 Juanma Barranquero <lekktu@gmail.com>
1609
1610 * server.el (server-ensure-safe-dir): Simplify.
1611
2311d8e5 16122012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
98fb480e 1613
2311d8e5
GM
1614 * emacs-lisp/smie.el: Provide smarter auto-filling.
1615 (smie-auto-fill): New function.
1616 (smie-setup): Use it.
98fb480e 1617
2311d8e5
GM
1618 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
1619
16202012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
8eb5d48f
PH
1621
1622 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
1623 (comment-indent): Use it.
1624
2311d8e5 16252012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
4bdf2ad2
VB
1626
1627 * ses.el: The overall change is to add cell renaming, that is
1628 setting fancy names for cell symbols other than name matching
1629 "\\`[A-Z]+[0-9]+\\'" regexp .
2311d8e5 1630 (ses-localvars): Add ses--renamed-cell-symb-list.
4bdf2ad2 1631 (ses-create-cell-variable): New defun.
2311d8e5 1632 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
4bdf2ad2
VB
1633 (ses-relocate-formula): Relocate formulas only for cells the
1634 symbols of which are not renamed, i.e. symbols whose names do not
1635 match regexp "\\`[A-Z]+[0-9]+\\'".
1636 (ses-relocate-all): Relocate values only for cells the symbols of
1637 which are not renamed.
1638 (ses-load): Create cells variables as the (ses-cell ...) are read,
1639 in order to check row col consistency with cell symbol name only
1640 for cells that are not renamed.
1641 (ses-replace-name-in-formula): New defun.
1642 (ses-rename-cell): New defun.
4bdf2ad2 1643
fc72b15c
PO
16442012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
1645
1646 * progmodes/perl-mode.el (perl-indent-parens-as-block):
1647 New option (bug#11118).
1648 (perl-calculate-indent): Respect it.
1649
12e10e61
GM
16502012-04-17 Glenn Morris <rgm@gnu.org>
1651
1652 * dired-aux.el (dired-mark-read-string): Doc fix.
1653
30009afd
DA
16542012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
1655
1656 * dired-aux.el (dired-mark-read-string): Offer optional completion.
1657 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
1658
41f03f4d
GM
16592012-04-17 Glenn Morris <rgm@gnu.org>
1660
1661 * mouse.el (mouse-drag-track):
1662 * speedbar.el (speedbar-frame-mode):
1663 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
1664
f45f90f3
LL
16652012-04-16 Leo Liu <sdl.web@gmail.com>
1666
1667 * progmodes/python.el: Trivial cleanup.
1668
94ee8db5
GM
16692012-04-16 Glenn Morris <rgm@gnu.org>
1670
121b8917
GM
1671 * vc/vc.el (vc-string-prefix-p):
1672 * vc/pcvs-util.el (cvs-string-prefix-p):
1673 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
1674 * mpc.el (mpc-string-prefix-p):
1675 Make all of these into obsolete aliases for string-prefix-p.
1676 Update callers.
1677 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
1678
1197ecfa
GM
1679 * textmodes/two-column.el: Move custom options to the start.
1680 (frame-width): Remove compat definition.
1681 (2C-associate-buffer, 2C-dissociate):
1682 Use with-current-buffer rather than save-excursion.
1683 (2C-dissociate): Force a mode-line update.
1684 (2C-autoscroll): Use ignore-errors.
1685
099e7202
GM
1686 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
1687 Autoload trivia.
1688
bf350d6a
GM
1689 * emacs-lisp/cl-extra.el (*random-state*):
1690 Remove unnecessary declaration.
1691
0e829eab
GM
1692 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
1693
e3ad7552
GM
1694 * play/cookie1.el (cookie-snarf):
1695 Give an explicit error if input file cannot be read.
1696
68892d27
GM
1697 * play/yow.el (yow-file): Use expand-file-name rather than concat.
1698
20f0c46d
GM
1699 * progmodes/perl-mode.el (c-macro-expand):
1700 Remove unnecessary autoload (it is in loaddefs.el).
1701
5a0978ce
GM
1702 * textmodes/picture.el (picture-desired-column)
1703 (picture-update-desired-column): Convert comments to doc-strings.
1704 (picture-substitute): Remove function.
1705 (picture-mode-map): Initialize in the defvar.
1706
6b955486
GM
1707 * woman.el: Remove eval-after-load for tar-mode.
1708 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
1709 (woman-tar-extract-file): Autoload it.
1710
94ee8db5
GM
1711 * frame.el (automatic-hscrolling): Make this alias obsolete.
1712
177eca34
AM
17132012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1714
1715 * ispell.el (ispell-set-spellchecker-params): Post-process
4be3075e 1716 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
3851314b
AM
1717 (ispell-dictionary-base-alist): Revert to original XEmacs
1718 friendly version for default. [:alpha:] will be added in
1719 `ispell-set-spellchecker-params' if needed
177eca34 1720
c505aaeb
CY
17212012-04-16 Chong Yidong <cyd@gnu.org>
1722
1723 * image.el (imagemagick--extension-regexp): New variable.
1724 (imagemagick-register-types): Use it.
1725 (imagemagick-types-inhibit): Add :set function. Allow new value
1726 of t to inhibit all types.
1727
1728 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
1729 so we can preload it.
1730
1731 * loadup.el (fboundp): Preload regexp-opt, needed by
1732 imagemagick-register-types.
1733
60efac0f
CY
17342012-04-15 Chong Yidong <cyd@gnu.org>
1735
1736 * frame.el (scrolling): Remove nearly unused customization group.
1737
1738 * scroll-all.el (scroll-all-mode): Move to windows group.
1739
5dd1713e
CY
17402012-04-15 Chong Yidong <cyd@gnu.org>
1741
1742 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
1743
e6fd457e
CY
17442012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
1745
1746 Avoid the use of ((lambda ...) ...) in lexical-binding code.
4d6769e1 1747 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
e6fd457e 1748
e153c136
GM
17492012-04-15 Glenn Morris <rgm@gnu.org>
1750
1751 * simple.el (process-file-side-effects): Doc fix.
1752
e6fd457e 17532012-04-15 Glenn Morris <rgm@gnu.org>
ca7d96c8
GM
1754
1755 * international/mule-cmds.el (set-language-environment): Doc fix.
1756
3603c3b1
JB
17572012-04-14 Juanma Barranquero <lekktu@gmail.com>
1758
1759 * server.el (server-auth-key, server-generate-key): Doc fixes.
1760 (server-get-auth-key): Doc fix. Use `string-match-p'.
1761 (server-start): Reflow docstring.
1762
e6de100c
LI
17632012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
1764
1765 * server.el (server-generate-key): `called-interactively-p'
1766 requires a parameter.
1767
29734c21
MN
17682012-04-14 Michal Nazarewicz <mina86@mina86.com>
1769
1770 * server.el (server-auth-key): New variable.
75f1671a 1771 (server-generate-key, server-get-auth-key): New function.
29734c21
MN
1772 (server-start): Use the new variable and functions to allow
1773 setting a permanent server key (bug#9423).
1774
d65c9521
LL
17752012-04-14 Leo Liu <sdl.web@gmail.com>
1776
1777 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
1778
5ae255c7
PE
17792012-04-14 Paul Eggert <eggert@cs.ucla.edu>
1780
1781 Spelling fixes.
1782 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
1783 Emacs uses American spelling.
1784
d5e6342e
JB
17852012-04-14 Juanma Barranquero <lekktu@gmail.com>
1786
1787 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
1788 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
1789 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
1790 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
1791
ab036cd7
SM
17922012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
1793
1794 * progmodes/which-func.el (which-func-modes): Change default.
1795
35dc09a1 17962012-04-14 Kim F. Storm <storm@cua.dk>
9557e2be
CY
1797
1798 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
1799 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
1800
35dc09a1 18012012-04-14 Chong Yidong <cyd@gnu.org>
81927dd2
CY
1802
1803 * custom.el (custom-theme-set-variables): Doc fix.
1804
35dc09a1 18052012-04-14 Glenn Morris <rgm@gnu.org>
8edb942b
GM
1806
1807 * international/mule.el (set-auto-coding-for-load): Doc fix.
1808
35dc09a1 18092012-04-14 Alan Mackenzie <acm@muc.de>
0de3da9f 1810
35dc09a1
GM
1811 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
1812 imenu work again for Objective C Mode. Correct the *-index values,
1813 these having been disturbed by a previous change in 2011-08.
57f845ee 1814
0de3da9f
AM
1815 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
1816 Correct two search limits.
1817
35dc09a1 18182012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
ede141ac
SM
1819
1820 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
1821
35dc09a1 18222012-04-14 Andreas Schwab <schwab@linux-m68k.org>
d0203d61
AS
1823
1824 * international/characters.el: Fix sorting.
1825
35dc09a1 18262012-04-14 Eli Zaretskii <eliz@gnu.org>
cb80bcd1
EZ
1827
1828 * international/characters.el: Add more missing Latin case pairs.
1829
35dc09a1 18302012-04-14 Glenn Morris <rgm@gnu.org>
4a427f58
GM
1831
1832 * files.el (dir-locals-set-class-variables): Doc fix.
1833
35dc09a1 18342012-04-14 Eli Zaretskii <eliz@gnu.org>
9f847f41 1835
3f1b5bf8
EZ
1836 * international/characters.el: Add set-case-syntax-pair call for
1837 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
1838 counterpart. (Bug#11209)
1839
9f847f41
EZ
1840 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
1841
35dc09a1 18422012-04-14 Glenn Morris <rgm@gnu.org>
0c2014a3
GM
1843
1844 * calendar/holidays.el (calendar-check-holidays): Doc fix.
1845
35dc09a1 18462012-04-14 Eli Zaretskii <eliz@gnu.org>
e2627d21 1847
35dc09a1
GM
1848 * textmodes/ispell.el (ispell-dictionary-base-alist):
1849 Add data for Hebrew.
e2627d21 1850
35dc09a1 18512012-04-14 Chong Yidong <cyd@gnu.org>
5c14e333 1852
35dc09a1
GM
1853 * net/rcirc.el (rcirc-cmd-quit):
1854 Revert 2012-03-18 change (Bug#11192).
5c14e333 1855
35dc09a1 18562012-04-14 Glenn Morris <rgm@gnu.org>
bf6fa423
GM
1857
1858 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
1859
35dc09a1 18602012-04-14 Eli Zaretskii <eliz@gnu.org>
82b24fb2 1861
4517fe3a
SM
1862 * minibuffer.el (completion-in-region-mode-map):
1863 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
82b24fb2 1864
b472a594
VD
18652012-04-13 Vivek Dasmohapatra <vivek@etla.org>
1866
1867 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
1868
09b95ce3
MY
18692012-04-13 Masatake YAMATO <yamato@redhat.com>
1870
1871 * minibuffer.el (minibuffer-local-filename-syntax): New variable
1872 to allow `C-M-f' and `C-M-b' to move to the nearest path
1873 separator (bug#9511).
1874
4b63a9ca
LI
18752012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
1876
1877 * avoid.el: Require cl when compiling. And also move the
1878 `provide' to the end.
1879
7b55b8bf
TV
18802012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1881
1882 * avoid.el (mouse-avoidance-banish-position): New variable.
1883 (mouse-avoidance-banish-destination): Use it (bug#10165).
1884
adedaa1f
LL
18852012-04-13 Leo Liu <sdl.web@gmail.com>
1886
1887 * progmodes/which-func.el (which-func-modes): Add objc-mode.
1888
70e74021
KB
18892012-04-13 Ken Brown <kbrown@cornell.edu>
1890
1891 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
ab036cd7 1892 this is no longer needed now that cygstart understands file:// URLs.
70e74021
KB
1893 (browse-url-filename-alist): For the same reason, don't modify
1894 file:// URLs on Cygwin.
1895
e75e89ba
SM
18962012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
1897
1898 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
1899 the region on shift if the binding is already shifted (bug#11221).
1900
82f289a4
GM
19012012-04-12 Glenn Morris <rgm@gnu.org>
1902
1903 * mail/mailpost.el: Move to obsolete/.
1904
d333dc4c
DA
19052012-04-12 Drew Adams <drew.adams@oracle.com>
1906
1907 * imenu.el (imenu--generic-function): Ignore invisible definitions
1908 (bug#10123).
1909
0d15b5ba
VD
19102012-04-12 Vivek Dasmohapatra <vivek@etla.org>
1911
1912 * hexl.el (hexl-bits): New variable.
1913 (hexl-options): Mention the variable in the doc string.
75f1671a 1914 (hexl-rulerise, hexl-line-displen): New functions.
0d15b5ba 1915 (hexl-mode): Mention the new variable.
75f1671a
JB
1916 (hexl-mode, hexl-current-address, hexl-current-address):
1917 Use the displen.
0d15b5ba
VD
1918 (hexl-ascii-start-column): New function.
1919 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
1920 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
1921
64a440db
AM
19222012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1923
1924 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
1925 '("-i" ENCODING), in 2 separate command-line arguments, to specify
1926 the encoding, as expected by hunspell.
1927
6decb6c2
SM
19282012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
1929
1930 * battery.el (battery--linux-sysfs-regexp): New const.
1931 (battery-status-function): Use it. Remove yeeloong special case.
1932 (battery-yeeloong-sysfs): Remove.
1933 (battery-echo-area-format): Remove yeeloong special case.
1934
088be6fb
SM
19352012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
1936
6622e416
SM
1937 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
1938 Reported by Noah Friedman.
1939
088be6fb
SM
1940 * subr.el (read-passwd): Use read-string.
1941
b49f886e
LMI
19422012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1943
1944 * vcursor.el (vcursor-move): Increase the priority of the overlay
1945 (bug#9663).
1946
a63067fc
DD
19472012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1948
1949 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
1950 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
1951
ac3cf14a
WS
19522012-04-11 William Stevenson <yhvh2000@gmail.com>
1953
1954 * textmodes/artist.el (artist-mode): Convert artist-mode to use
1955 define-minor-mode (bug#10760).
1956
c4fc691b 19572012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
49a2697c 1958
4d6769e1 1959 * progmodes/grep.el (rgrep): Tweak the find command line so
49a2697c
WJ
1960 that directories matching `grep-find-ignored-files' won't be
1961 pruned (bug#10351).
1962
af23e2e5
CY
19632012-04-11 Chong Yidong <cyd@gnu.org>
1964
1965 * startup.el (command-line): Remove support for long-obsolete
1966 variable font-lock-face-attributes.
1967
ab7ce8c1
GM
19682012-04-11 Glenn Morris <rgm@gnu.org>
1969
1970 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
1971
de8c03dc
SM
19722012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
1973
1974 * window.el (window--state-get-1): Obey window-point-insertion-type.
1975
050cc68b
LB
19762012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
1977
1978 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
1979 to previous function when point is on the first character of a
75f1671a 1980 function. Take care of that in `narrow-to-defun' (bug#6157).
050cc68b 1981
a38c310c
GM
19822012-04-11 Glenn Morris <rgm@gnu.org>
1983
effed0c2
GM
1984 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
1985 not just file-errors.
1986
a38c310c
GM
1987 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
1988 (vc-bzr-sha1): Use internal sha1.
1989
0221e323
SM
19902012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
1991
1992 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
1993
43956923
SG
19942012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
1995
1996 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
1997 that start in the middle of the line (bug#10496).
1998
6a8c9eaf
DN
19992012-04-10 Dan Nicolaescu <dann@gnu.org>
2000
2001 * battery.el (battery-linux-proc-acpi): Only one battery is
2002 discharged at a time, but that seems to confuse battery.el when
2003 computing `rate-type' for the battery not being discharged
2004 (bug#10332).
2005
1930bf5d
SM
20062012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
2007
2a718f6f
SM
2008 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
2009
599430d0
SM
2010 * international/quail.el: Use dolist and simplify.
2011 (quail-define-package, quail-update-keyboard-layout)
2012 (quail-define-rules): Use dolist.
2013 (quail-insert-kbd-layout, quail-get-translation): CSE.
2014
a2754b6c
SM
2015 * tmm.el: Use dolist, remove left over hook.
2016 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
2017 Use dolist.
2018 (calendar-load-hook): Don't mess with it.
2019
1930bf5d
SM
2020 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
2021 Use derived-mode-p. Run the diff asynchronously.
2022
9f67961c
LMI
20232012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2024
2025 * obsolete/mouse-sel.el: Add an Obsolete-since header.
2026
2a8ce227
JB
20272012-04-10 Juanma Barranquero <lekktu@gmail.com>
2028
2029 * misc.el: Display absolute path of loaded DLLs (bug#10424).
2030 (list-dynamic-libraries--loaded): New function.
2031 (list-dynamic-libraries--refresh): Use it.
2032
8f33b5f8
NW
20332012-04-10 Nathan Weizenbaum <nweiz@google.com>
2034
1930bf5d
SM
2035 * progmodes/python.el (python-fill-paragraph):
2036 Make python-fill-region in a multiline string work when font-lock is
8f33b5f8
NW
2037 disabled (bug#7018).
2038
b12f0439
L
20392012-04-10 Laimonas Vėbra <laimonas.vebra@gmail.com> (tiny change)
2040
1930bf5d 2041 * language/european.el (cp775): Add oem/legacy (en)coding on
75f1671a
JB
2042 DOS/MS Windows for the Baltic languages. There are still plenty
2043 of texts written in this encoding/codepage (bug#6519).
b12f0439 2044
57c3bd01
GM
20452012-04-10 Glenn Morris <rgm@gnu.org>
2046
2047 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
2048 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
2049
6c3eab30
FA
20502012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
2051
1930bf5d 2052 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
6c3eab30
FA
2053 next-line "n" and previous-line "p" in order to make recentf more
2054 consistent with ibuffer, dired or org-mode (bug#9387).
2055
24d78a88
LMI
20562012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2057
bc72b5d9
LMI
2058 * image.el (put-image): Return the overlay created instead of the
2059 optional input string (bug#7834). Note that this may break code
2060 that is (for some reason or other) depending on `put-image'
2061 returning the string.
2062
bd2dba5a
LMI
2063 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
2064
74beb59f
LMI
2065 * simple.el (zap-to-char): Allow zapping using input methods
2066 (bug#1580).
2067
24d78a88
LMI
2068 * textmodes/fill.el (fill-region): Leave point and mark where they
2069 were before filling (bug#5399).
2070
263f20cd
GM
20712012-04-09 Glenn Morris <rgm@gnu.org>
2072
2073 * version.el (emacs-bzr-get-version):
2074 Handle lightweight checkouts of local branches.
2075
58d1f797
AS
20762012-04-09 Andreas Schwab <schwab@linux-m68k.org>
2077
263f20cd 2078 * international/characters.el: Recover lost case pairs. (Bug#11209)
58d1f797 2079
b4d3bc10
CY
20802012-04-09 Chong Yidong <cyd@gnu.org>
2081
2082 * custom.el (custom-variable-p): Return nil for non-symbol
2083 arguments instead of signaling an error.
2084 (user-variable-p): Obsolete alias for custom-variable-p.
2085
2086 * apropos.el (apropos-variable):
2087 * files-x.el (read-file-local-variable):
2088 * simple.el (set-variable):
2089 * woman.el (woman-mini-help):
2090 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
2091
fd06db5d
GM
20922012-04-09 Glenn Morris <rgm@gnu.org>
2093
e5fcdb5e
GM
2094 * startup.el (normal-top-level): Don't look for leim-list.el
2095 in places where it will not be found. (Bug#910)
2096
fd06db5d
GM
2097 * international/mule-cmds.el (set-default-coding-systems):
2098 * files.el (normal-mode):
2099 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
2100 This function was removed with ucs-tables.el in 2008.
2101
b39bb7e1
EZ
21022012-04-08 Eli Zaretskii <eliz@gnu.org>
2103
2104 * textmodes/ispell.el (ispell-check-version): For hunspell, set
2105 ispell-encoding8-command to "-i", without a trailing space.
2106 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
2107 separate command-line arguments, to specify the encoding, since
2108 that's how hunspell expects it.
2109
5c5b8e23
GM
21102012-04-08 Glenn Morris <rgm@gnu.org>
2111
2112 * loadup.el: Load bindings before cus-start.
2113 This reduces somewhat the number of "rogue" settings in emacs -Q.
2114
a1ed8b05
GM
21152012-04-07 Glenn Morris <rgm@gnu.org>
2116
2117 * version.el (emacs-bzr-get-version): New function.
dfae128a 2118 (emacs-bzr-version): New variable.
a1ed8b05
GM
2119 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
2120 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
2121
b142f158
EZ
21222012-04-07 Eli Zaretskii <eliz@gnu.org>
2123
dfae128a
GM
2124 * international/uni-bidi.el, international/uni-category.el:
2125 * international/uni-combining.el, international/uni-decimal.el:
2126 * international/uni-decomposition.el, international/uni-digit.el:
2127 * international/uni-lowercase.el, international/uni-mirrored.el:
2128 * international/uni-name.el, international/uni-numeric.el:
2129 * international/uni-titlecase.el, international/uni-uppercase.el:
2130 Update for Unicode 6.1.
b142f158 2131
9078ead6
EZ
21322012-04-07 Eli Zaretskii <eliz@gnu.org>
2133
2134 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
2135
f23d2c7d
LMI
21362012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
2137
2138 * window.el (shrink-window): Mention the `window-min-height'
2139 variable in the doc string.
2140
0a0a3573
BG
21412012-04-05 Bastien Guerry <bzg@altern.org>
2142
2143 * color.el (color-lighten-name): Fix typo.
2144
e5248ac9
SM
21452012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
2146
2147 * server.el (server--on-display-p): New function.
2148 (server--on-display-p): Use it.
2149
b4243e22
GV
21502012-04-04 Gabor Vida <vidagabor@gmail.com> (tiny change)
2151
2152 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
2153 (bug#11145).
2154
305d9f44
SM
21552012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
2156
2157 * comint.el (comint--common-quoted-suffix): Check string boundary
2158 before comparing (bug#11158).
2159 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
2160
3d439cd1
CY
21612012-04-04 Chong Yidong <cyd@gnu.org>
2162
321cc491
CY
2163 * minibuffer.el (completion-extra-properties): Doc fix.
2164
3d439cd1
CY
2165 * subr.el (delayed-warnings-hook): Doc fix.
2166
2d562c0f
DU
21672012-04-04 Daiki Ueno <ueno@unixuser.org>
2168
2169 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
2170 selection (Bug#11159).
2171 (epa-insert-keys): Inform that the default public key will be
2172 exported if no key is selected.
2173
4443f204
RS
21742012-04-04 Richard Stallman <rms@gnu.org>
2175
2176 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
2177
529c06b6
CY
21782012-04-03 Chong Yidong <cyd@gnu.org>
2179
2180 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
2181 mail-insert-file, not its obsolete alias mail-attach-file.
2182
66b907dc
MA
21832012-04-03 Michael Albinus <michael.albinus@gmx.de>
2184
2185 * notifications.el (notifications-notify): Fix docstring.
2186
c0ea195d
GM
21872012-04-02 Glenn Morris <rgm@gnu.org>
2188
2189 * emacs-lisp/authors.el (authors-aliases): Another addition.
2190
5ca64e00
MA
21912012-04-02 Michael Albinus <michael.albinus@gmx.de>
2192
2193 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
2194 `tramp-compat-call-process' instead of `tramp-local-call-process'.
2195 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
2196
42ee526b
CY
21972012-04-01 Chong Yidong <cyd@gnu.org>
2198
2199 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
2200 Handle root directory properly.
2201 (copy-directory): Caller changed.
2202
2203 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
2204 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
2205
0b021094
GM
22062012-03-31 Glenn Morris <rgm@gnu.org>
2207
40f86458
GM
2208 * term/xterm.el (xterm-extra-capabilities): Doc fix.
2209
7019c177
GM
2210 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
2211
a1daddd6
GM
2212 * calendar/calendar.el (calendar-window-list)
2213 (calendar-hide-window): Restore. (Bug#11140)
2214 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
2215
0b021094
GM
2216 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
2217
40311efc
TV
22182012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2219
2220 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
2221 Check if file is a symlink (Bug#10489).
2222
2223 * files.el (copy-directory): Likewise.
2224
5319014e
CY
22252012-03-30 Chong Yidong <cyd@gnu.org>
2226
2227 * image.el (imagemagick-types-inhibit)
2228 (imagemagick-register-types): Doc fix.
2229
935d1290
AM
22302012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2231
ef24141c
SM
2232 * ispell.el (ispell-get-extended-character-mode):
2233 Disable extended-char-mode for hunspell. hunspell does not support it
75f1671a 2234 and treats ~word as ordinary words in pipe mode.
935d1290 2235
61c6e8fd
GM
22362012-03-30 Glenn Morris <rgm@gnu.org>
2237
2238 * tutorial.el (help-with-tutorial): Ensure local variables don't
2239 happen to make the buffer read-only. (Bug#11127)
2240
81fdff00
SM
22412012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
2242
2243 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
2244 (perl-calculate-indent): Return `noindent' in strings.
2245
6e7a6ec0
SS
22462012-03-28 Sam Steingold <sds@gnu.org>
2247
2248 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
2249 instead of the broken adhockery which does not prevent calendar
2250 buffers from being displayed at random after exit.
2251 (calendar-window-list, calendar-hide-window): Remove the broken
2252 adhockery.
2253
fee88ca0
GM
22542012-03-28 Glenn Morris <rgm@gnu.org>
2255
2256 * replace.el (query-replace-map): Doc fix.
2257
38de3354
AS
22582012-03-28 Andreas Schwab <schwab@linux-m68k.org>
2259
2260 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
2261 contents. (Bug#11109)
2262
b973155e
SM
22632012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
2264
2265 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
2266 (bug#11077).
2267 (avl-tree--check, avl-tree--check-node): New funs.
2268
dcb6e7b3
MR
22692012-03-27 Martin Rudalics <rudalics@gmx.at>
2270
2271 * window.el (switch-to-visible-buffer): New option.
b973155e
SM
2272 (switch-to-prev-buffer, switch-to-next-buffer):
2273 Observe switch-to-visible-buffer. Make sure that checking for a window
dcb6e7b3
MR
2274 showing a buffer already is done on the same frame.
2275
b4fa35fa
GM
22762012-03-27 Glenn Morris <rgm@gnu.org>
2277
2278 * startup.el (mail-host-address): Doc fix.
2279
f9210e18
SM
22802012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
2281
2282 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
2283 than 197 variables.
2284
c0bf7753
AF
22852012-03-26 Ami Fischman <ami@fischman.org>
2286
2287 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
2288
33da7b16
GM
22892012-03-26 Glenn Morris <rgm@gnu.org>
2290
02243d9d
GM
2291 * files.el (save-buffers-kill-emacs): Doc fix.
2292
33da7b16
GM
2293 * startup.el (normal-top-level, command-line, command-line-1):
2294 Give them doc strings.
2295
e5a69fd0
EZ
22962012-03-25 Eli Zaretskii <eliz@gnu.org>
2297
2298 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
b973155e 2299 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
e5a69fd0 2300
9a69676a
CY
23012012-03-25 Chong Yidong <cyd@gnu.org>
2302
4125cb8b
CY
2303 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
2304 theme if it was previously enabled before (Bug#11031).
2305
dd470960
CY
2306 * cus-theme.el (custom-theme-write-faces): Retrieve current face
2307 spec with custom-face-get-current-spec if its :shown-value is not
2308 determined yet (Bug#9337).
4125cb8b 2309 (customize-create-theme, custom-theme-revert): Doc fixes.
dd470960 2310
9a69676a
CY
2311 * button.el (button-at): Minor addition to docstring.
2312
6e7e90fa
SL
23132012-03-24 Simon Leinen <simon.leinen@gmail.com>
2314
2315 * vc/vc.el (vc-merge): Fix a prompt.
2316
f06e2758
CY
23172012-03-24 Chong Yidong <cyd@gnu.org>
2318
2319 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
2320 point (Bug#9623).
2321
6e7e90fa
SL
2322 * button.el (button-at): Minor addition to docstring.
2323
b9d0879b
SM
23242012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
2325
2326 * newcomment.el (comment-choose-indent): No space after BOL.
2327
e71cebb3
SS
23282012-03-22 Sam Steingold <sds@gnu.org>
2329
2330 * window.el (switch-to-prev-buffer): Revert last patch because the
2331 bug turned out to be an advertised feature (Elisp manual 28.14).
2332
335aff35
GM
23332012-03-22 Glenn Morris <rgm@gnu.org>
2334
2335 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
2336 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
2337
c676576a
LMI
23382012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
2339
2340 * net/network-stream.el (network-stream-open-starttls): Make error
2341 message under Windows be less misleading.
2342
126f3d39
LW
23432012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
2344
2345 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
2346 understands (bug#9942).
2347
64fee311
CY
23482012-03-22 Chong Yidong <cyd@gnu.org>
2349
2350 * simple.el (end-of-visible-line): Handle return value of
2351 next-single-property-change properly (Bug#9371).
2352
a640d29a
KH
23532012-03-22 Kenichi Handa <handa@m17n.org>
2354
2355 * international/quail.el (quail-insert-kbd-layout): Fix previous
2356 change. To avoid unwanted bidi reordering, use
2357 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
2358
39675016
DG
23592012-03-21 Dmitry Gutov <dgutov@yandex.ru>
2360
2361 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
2362 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
2363 (ruby-beginning-of-indent): Be more careful with the difference
2364 between word-boundary and symbol boundary.
2365 (ruby-mode-syntax-table): Make : a symbol constituent.
2366
0a6934fc 23672012-03-21 Andreas Politz <politza@fh-trier.de>
1acad97c 2368
3d008e4f
SM
2369 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
2370
0a6934fc
SM
23712012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
2372
af67c9d7
SM
2373 * progmodes/etags.el (tags-completion-at-point-function):
2374 Improve last fix.
2375
1acad97c
SM
2376 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
2377
e298b5da
SS
23782012-03-21 Sam Steingold <sds@gnu.org>
2379
2380 * progmodes/etags.el (tags-completion-at-point-function):
2381 Avoid the error when point is inside the pattern.
2382
91d82a70
JY
23832012-03-21 John Yates <john@yates-sheets.org> (tiny change)
2384
2385 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
2386 line (Bug#10855).
2387
69188b79
CY
23882012-03-21 Drew Adams <drew.adams@oracle.com>
2389
2390 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
2391
99fc91fe
AK
23922012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
2393
2394 * ido.el (ido-set-current-directory, ido-read-internal)
2395 (ido-choose-completion-string, ido-completion-help): Handle nil
2396 value of ido-completion-buffer (Bug#11008).
2397
087bbb4c
SS
23982012-03-21 Sam Steingold <sds@gnu.org>
2399
2400 * window.el (switch-to-prev-buffer): Do not switch to a visible
2401 window previous buffer, just like with the frame previous buffers.
2402
fb5b8aca
CY
24032012-03-21 Chong Yidong <cyd@gnu.org>
2404
2405 * faces.el (make-face, make-empty-face, copy-face):
2406 * face-remap.el (face-remap-add-relative, face-remap-set-base):
2407 Doc fixes.
2408
dc9924b8
SM
24092012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
2410
2411 * wid-edit.el (widget-complete-field): Remove (bug#11051).
2412 (widget-complete): Remove broken use of it.
2413
f0bcceb9
CY
24142012-03-20 Chong Yidong <cyd@gnu.org>
2415
dc9924b8
SM
2416 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
2417 Use string-width and truncate-string-width to handle arbitrary
f0bcceb9
CY
2418 characters.
2419
ee52ebf3
TH
24202012-03-20 Tassilo Horn <tassilo@member.fsf.org>
2421
2422 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
2423 to draw rectangles, not squares. (Regression introduced by revno
2424 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
2425
4c5779ab
CY
24262012-03-18 Chong Yidong <cyd@gnu.org>
2427
2428 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
2429 it is not yet defined (for temacs).
2430
15360934
LL
24312012-03-18 Leo Liu <sdl.web@gmail.com>
2432
dc9924b8 2433 * net/rcirc.el (rcirc-cmd-quit): Allow quiting all servers with prefix.
15360934 2434
d9a8eb66
EZ
24352012-03-17 Eli Zaretskii <eliz@gnu.org>
2436
2437 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
2438 (ispell-choices-win-default-height, ispell-silently-savep)
2439 (ispell-dictionary-alist, ispell-encoding8-command)
2440 (ispell-check-version, ispell-aspell-find-dictionary)
2441 (ispell-valid-dictionary-list, ispell-words-keyword)
2442 (ispell-get-word, ispell-internal-change-dictionary)
2443 (ispell-region, ispell-skip-region-list)
2444 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
2445 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
2446 (ispell-message-text-end, ispell-message)
2447 (ispell-buffer-local-parsing): Doc fix.
2448
f02ff80d
J
24492012-03-13 Jambunathan K <kjambunathan@gmail.com>
2450
2451 * htmlfontify.el: Add support for code block fontification for ODT
2452 export (Bug #9914).
2453 (hfy-optimisations): Define new option
2454 `body-text-only'
2455 (hfy-fontify-buffer): Honor above setting.
2456 (hfy-begin-span, hfy-end-span): New routines factored out form
2457 `hfy-fontify-buffer'.
2458 (hfy-begin-span-handler, hfy-end-span-handler): New variables
2459 that permit insertion of custom tags.
2460 (hfy-fontify-buffer): Use above handlers.
2461 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
2462 (hfy-face-to-css): Re-defined to be a variable.
dc9924b8 2463 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
75f1671a 2464 over multiple runs. This is made possible by having the caller let
f02ff80d
J
2465 bind a special variable `hfy-user-sheet-assoc'.
2466 (htmlfontify-string): New defun.
2467 (hfy-compile-face-map): Make sure that the last char in the
2468 buffer is correctly fontified.
2469 (hfy-face-resolve-face): Whitespace only change.
2470
9ac7a13f
EZ
24712012-03-17 Eli Zaretskii <eliz@gnu.org>
2472
2473 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
2474 message more clear.
2475
e2b5bdd7
LL
24762012-03-16 Leo Liu <sdl.web@gmail.com>
2477
2478 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
2479
2e492df3
AM
24802012-03-16 Alan Mackenzie <acm@muc.de>
2481
2482 Further optimise the handling of large macros.
2483
2484 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
2485 limit to a call of `c-literal-limits'.
2486 (c-determine-+ve-limit): New function.
dc9924b8
SM
2487 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
2488 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
2e492df3
AM
2489 In CASE 5B, restrict a search limit to 500.
2490 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
2491
2492 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
2493 Restrict macro bounds to +-500 from after-change's BEG END.
2494
50e94f0c
LL
24952012-03-16 Leo Liu <sdl.web@gmail.com>
2496
2497 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
2498
6f09f6ed
AH
24992012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
2500
2501 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
dc9924b8 2502 `special-mode' setting of `buffer-read-only'. (Bug#11010)
6f09f6ed 2503
c7e73d51
GM
25042012-03-16 Glenn Morris <rgm@gnu.org>
2505
da986230
GM
2506 * view.el (view-buffer, view-buffer-other-window)
2507 (view-buffer-other-frame): Doc fixes re special mode-class.
2508
0835f01e
GM
2509 * subr.el (eval-after-load): If named feature is provided not from
2510 a file, run after-load forms. (Bug#10946)
2511
c7e73d51
GM
2512 * calendar/calendar.el (calendar-insert-at-column):
2513 Handle non-unit-width characters a bit better. (Bug#10978)
2514
3f2eafd1
CY
25152012-03-15 Chong Yidong <cyd@gnu.org>
2516
2517 * emacs-lisp/ring.el (ring-extend): New function.
2518 (ring-insert+extend): Extend the ring correctly (Bug#11019).
2519
2520 * comint.el (comint-read-input-ring)
2521 (comint-add-to-input-history): Grow comint-input-ring lazily.
2522
103af3fe
SM
25232012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
2524
663b1677
SM
2525 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
2526 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
2527
103af3fe
SM
2528 * imenu.el: Fix multiple inheritance breakage (bug#9199).
2529 (imenu-add-to-menubar): Don't add a redundant index.
2530 (imenu-update-menubar): Handle a dynamically composed keymap.
2531
899cb7cb
KY
25322012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
2533
2534 * mail/sendmail.el (mail-encode-header):
2535 Bind rfc2047-encode-encoded-words to nil.
2536
3809f91d
GM
25372012-03-13 Glenn Morris <rgm@gnu.org>
2538
2539 * calendar/calendar.el (calendar-string-spread):
2540 Handle non-unit-width characters a bit better. (Bug#10978)
2541
9e345a01
LL
25422012-03-13 Leo Liu <sdl.web@gmail.com>
2543
2544 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
2545 directory and file as argument (Bug#10822).
2546
4a07df36
KS
25472012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
2548
2549 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
2550 For dynamically generated code, follow $PC.
2551 (gdb-disassembly-handler-custom): Handle no function name case.
2552
4aaa9356
TL
25532012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
2554
2555 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
2556 * emulation/ws-mode.el (ws-query-replace):
2557 * sort.el (sort-regexp-fields):
2558 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
2559
225979da
SM
25602012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
2561
2562 * dabbrev.el: Fix cycle completion order (bug#10963).
2563 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
2564 (dabbrev-completion): Don't use an obarray; provide
2565 a cycle-sort-function.
2566
e2f1fdab
LL
25672012-03-12 Leo Liu <sdl.web@gmail.com>
2568
dc9924b8 2569 * simple.el (kill-new): Use equal-including-properties for comparison.
e2f1fdab
LL
2570 (kill-do-not-save-duplicates): Doc fix.
2571
b19490ed
SM
25722012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
2573
2574 * dabbrev.el: Fix cycle completion (bug#10963).
2575 Use lexical binding and wrap to 80 columns.
2576 (dabbrev-completion): Delay computing the list of completions.
2577
4b05d722
KH
25782012-03-12 Kenichi Handa <handa@m17n.org>
2579
2580 * international/quail.el (quail-insert-kbd-layout): Surround each
2581 row by LRO and PDF instead of inserting many LRMs. Pad the left
2582 and right of each non-spacing marks. Insert invisible space
2583 between lower and upper characters to prevent composition.
2584
dbbc2e69
SM
25852012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
2586
2587 * minibuffer.el (minibuffer-complete): Don't get confused when the
2588 function is run twice via different commands (bug#10958).
2589 (complete-with-action): Fix docstring.
2590
292112ed
CY
25912012-03-12 Chong Yidong <cyd@gnu.org>
2592
5d1ac394
CY
2593 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
2594 (nxml-completion-at-point-function): New function.
2595 (nxml-mode): Use it.
2596 (nxml-bind-meta-tab-to-complete-flag): Default to t.
2597
292112ed
CY
2598 * emacs-lisp/package.el (package-unpack, package-unpack-single):
2599 Load generated autoloads file before byte compiling (Bug#10970).
2600 (package--make-autoloads-and-compile): New helper fun.
2601
4098f8f7
CS
26022012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
2603
2604 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
2605
8f754691
MA
26062012-03-11 Michael Albinus <michael.albinus@gmx.de>
2607
2608 * autorevert.el (auto-revert-handler): Ensure, that
2609 file-readable-p is applied only for local files or in
2610 auto-revert-tail-mode.
2611
e29ab36b
AS
26122012-03-11 Andreas Schwab <schwab@linux-m68k.org>
2613
dbbc2e69
SM
2614 * server.el (server-eval-at): Handle non-tcp connections.
2615 Decode result string.
ad0bf5b6 2616
e29ab36b
AS
2617 * server.el (server-msg-size): New constant.
2618 (server-reply-print): New function.
2619 (server-eval-and-print): Use it.
2620 (server-eval-at): Use server-quote-arg and server-unquote-arg.
2621 Handle -print-nonl.
2622
de5939ba
CS
26232012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
2624
2625 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
2626 (Bug#10987).
2627
0c93eabf
CY
26282012-03-11 Chong Yidong <cyd@gnu.org>
2629
397a688f
CY
2630 * simple.el (goto-line): Doc fix (Bug#9938).
2631
2cc775f9
CY
2632 * subr.el (save-window-excursion): Doc fix (Bug#9979).
2633
0c93eabf
CY
2634 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
2635 when finished (Bug#10963).
2636
c491fa41
MR
26372012-03-11 Martin Rudalics <rudalics@gmx.at>
2638
2639 * window.el (split-window-below): Fix bug in case where
2640 split-window-keep-point is nil (Bug#10971).
2641
300e8fa5
JL
26422012-03-11 Juri Linkov <juri@jurta.org>
2643
2644 * replace.el (replace-highlight): Set isearch-word to nil
2645 unconditionally. (Bug#10887)
2646
dbf6c5a1
EZ
26472012-03-10 Eli Zaretskii <eliz@gnu.org>
2648
2649 * net/mairix.el (mairix-replace-invalid-chars): Rename from
2650 mairix-replace-illegal-chars; all callers changed. Don't remove
dc9924b8 2651 ^, ~, and = characters: they are meaningful in mairix search specs.
dbf6c5a1
EZ
2652 (mairix-widget-create-query): Add usage information about mairix
2653 search forms: negating words, searching for substrings, etc.
2654
b9e501de
JP
26552012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
2656
2657 * international/fontset.el (font-encoding-alist): Add an entry for
2658 ksx1001 (Bug#5667).
2659
92795c91
RS
26602012-03-10 Richard Stallman <rms@gnu.org>
2661
1694e6c1
RS
2662 * mail/sendmail.el (mail-encode-header):
2663 Set rfc2047-encode-encoded-words.
2664
607e8555
RS
2665 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
2666
de3bc99a
RS
2667 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
2668 view buffer means not swapped.
2669 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
2670 (rmail-write-region-annotate): Error if real text has disappeared.
2671
92795c91
RS
2672 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
2673
699bd04e
CY
26742012-03-10 Chong Yidong <cyd@gnu.org>
2675
2676 * emulation/cua-rect.el (cua--init-rectangles):
dbbc2e69
SM
2677 * emulation/cua-base.el (cua--init-keymaps):
2678 Add delete-forward-char to remappings (Bug#9666).
699bd04e 2679
570a1714
MR
26802012-03-10 Martin Rudalics <rudalics@gmx.at>
2681
dbbc2e69
SM
2682 * speedbar.el (speedbar-unhighlight-one-tag-line):
2683 Avoid unhighlighting due to frame switching (Bug#10275).
570a1714 2684
82dcf4e4
CY
26852012-03-10 Chong Yidong <cyd@gnu.org>
2686
7a2c7ca7
CY
2687 * minibuffer.el (completion-in-region, completion-help-at-point):
2688 Give the completion field overlay a high priority (Bug#6830).
2689
82dcf4e4
CY
2690 * dired.el (dired-goto-file): Recognize absolute file name
2691 listings (Bug#7126).
2692 (dired-goto-file-1): New helper function.
2693 (dired-toggle-read-only): Inhibit warnings.
2694
052e28ac
MA
26952012-03-09 Michael Albinus <michael.albinus@gmx.de>
2696
75f1671a 2697 * net/dbus.el (dbus-property-handler): Return empty array if
052e28ac
MA
2698 there are no properties.
2699
95d5e396
LL
27002012-03-09 Leo Liu <sdl.web@gmail.com>
2701
2702 * savehist.el (savehist-printable): Stricter check for string
2703 value (Bug#10937).
2704
3f018d6d
EZ
27052012-03-09 Eli Zaretskii <eliz@gnu.org>
2706
dbbc2e69
SM
2707 * mail/smtpmail.el (smtpmail-send-it):
2708 Bind coding-system-for-write to *-unix, so that FCC files are kept in
3f018d6d
EZ
2709 valid mbox format.
2710
f7fd3d79
GM
27112012-03-09 Glenn Morris <rgm@gnu.org>
2712
2713 * files.el (dir-locals-find-file):
2714 Don't check result is regular, readable.
2715 (dir-locals-read-from-file): Demote errors.
2716
6ff6e72f
EZ
27172012-03-08 Eli Zaretskii <eliz@gnu.org>
2718
dbbc2e69
SM
2719 * international/quail.el (quail-insert-kbd-layout):
2720 Insert invisible LRM characters before each character in a keyboard
6ff6e72f
EZ
2721 layout cell, to prevent their reordering by bidi display engine.
2722 For details, see the discussion in
2723 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
2724
9cec7834
AM
27252012-03-08 Alan Mackenzie <acm@muc.de>
2726
2727 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
2728 the starting position; make it extend the marked region when
2729 invoked repeatedly - all under appropriate circumstances.
2730 Fixes bugs #5525, #10906.
2731
9a40b8d4
GM
27322012-03-08 Glenn Morris <rgm@gnu.org>
2733
2734 * files.el (locate-dominating-file, dir-locals-find-file):
2735 Undo 2012-03-06 change.
2736
7a08ed35
EZ
27372012-03-07 Eli Zaretskii <eliz@gnu.org>
2738
dbbc2e69
SM
2739 * international/quail.el (quail-help):
2740 Force bidi-paragraph-direction be left-to-right. See discussion in
7a08ed35
EZ
2741 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
2742 for the reason.
2743
5aca4f71 27442012-03-07 Michael Albinus <michael.albinus@gmx.de>
6612a284
MA
2745
2746 Avoid superfluous registering of signals. (Bug#10807)
2747
2748 * notifications.el (notifications-on-action-object)
2749 (notifications-on-close-object): New defvars.
2750 (notifications-on-action-signal, notifications-on-closed-signal):
2751 Unregister the signal if not needed any longer.
2752 (notifications-notify): Register `notifications-action-signal' or
2753 `notifications-closed-signal', if :on-action or :on-close has been
2754 passed as argument.
2755
78e8b10a
CY
27562012-03-07 Chong Yidong <cyd@gnu.org>
2757
2758 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
2759 non-X platforms.
2760
69481eb8
GM
27612012-03-06 Glenn Morris <rgm@gnu.org>
2762
2763 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
2764 (x-disown-selection-internal, x-get-selection-internal):
2765 Doc fix (add arglist signatures). (Bug#10783)
2766
133b8e11
KS
27672012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
2768
2769 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
2770 Handle breakpoints with no "type".
2771
99a83064
GM
27722012-03-06 Glenn Morris <rgm@gnu.org>
2773
2774 * files.el (locate-dominating-file): Add optional predicate argument.
2775 (dir-locals-find-file): Make use of above change.
2776
17798e78
TTN
27772012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
2778
2779 * info.el (Info-insert-dir): Also try "dir.gz".
2780
eb182446
GM
27812012-03-06 Glenn Morris <rgm@gnu.org>
2782
8f2114ee
GM
2783 * files.el (dir-locals-find-file):
2784 Ignore non-readable or non-regular files. (Bug#10928)
2785
eb182446
GM
2786 * files.el (locate-dominating-file): Doc fix.
2787
24679323
AS
27882012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
2789
2790 * calendar/calendar.el (calendar-set-mode-line):
2791 `getenv' returns a string. (Bug#10951)
2792
01d972a9
LL
27932012-03-05 Leo Liu <sdl.web@gmail.com>
2794
109aa8a9
LL
2795 * simple.el (backward-delete-char-untabify): Constrain point to
2796 field (Bug#10939).
2797
01d972a9
LL
2798 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
2799
10607bea
CY
28002012-03-05 Chong Yidong <cyd@gnu.org>
2801
2802 * simple.el (count-words): If called from Lisp, return the word
2803 count, for symmetry with `count-lines'. Arglist changed.
2804 (count-words--message): Args changed. Consolidate counting code
2805 from count-words and count-words-region.
2806 (count-words-region): Caller changed.
2807 (count-lines-region): Make it an obsolete alias.
2808
5dd11cfe
TH
28092012-03-04 Tassilo Horn <tassilo@member.fsf.org>
2810
2811 * saveplace.el (save-place-to-alist)
2812 (save-place-ignore-files-regexp): Allow value nil to disable this
2813 feature.
2814
c349f4e6
CY
28152012-03-04 Chong Yidong <cyd@gnu.org>
2816
2817 * faces.el (face-spec-reset-face): For the default face, reset the
2818 attributes to default values (Bug#10748).
2819
e627be4c
LMI
28202012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2821
2822 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
2823 previous patch: Check `message-send-mail-function', and not the
2824 default function (bug#10897).
2825
ebeabff4
MA
28262012-03-04 Michael Albinus <michael.albinus@gmx.de>
2827
a41a6cf4
MA
2828 * notifications.el (notifications-on-action-signal)
2829 (notifications-on-closed-signal): Check for unique service name of
2830 incoming event. Fix error in removing entry.
ebeabff4 2831 (top): Register for signals with wildcard service name.
a41a6cf4 2832 (notifications-notify): Use daemon unique service name for map entries.
ebeabff4 2833
c1ca42b4
CY
28342012-03-04 Chong Yidong <cyd@gnu.org>
2835
dc9924b8 2836 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
c1ca42b4 2837
ea16568d
GM
28382012-03-04 Glenn Morris <rgm@gnu.org>
2839
2840 * abbrev.el (copy-abbrev-table, abbrev-table-p)
2841 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
2842 (expand-abbrev, define-abbrev-table): Doc fixes.
2843
fbae4637
LMI
28442012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2845
2846 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
2847 `message-default-send-mail-function' and not `send-mail-function'
2848 when doing the prompting for `sendmail-query-once' before sending
2849 in Message buffers (bug#10897).
2850
a1e7225c
LMI
2851 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
2852 This is inconsistent with all the other stream functions, which leave
2853 the setting up to the higher levels (if so wanted) (bug#10931).
2854
56d093a9
AM
28552012-03-02 Alan Mackenzie <acm@muc.de>
2856
2857 Depessimize the handling of very large macros.
2858
2859 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
2860 (c-macro-cache-syntactic): New variables to implement a one
2861 element macro cache.
2862 (c-invalidate-macro-cache): New function.
2863 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
2864 Adapt to use the new cache.
2865 (c-state-safe-place): Use better the cache of safe positions.
2866 (c-state-semi-nonlit-pos-cache)
2867 (c-state-semi-nonlit-pos-cache-limit):
2868 New variables for...
2869 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
2870 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
dbbc2e69
SM
2871 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
2872 Use c-state-semi-safe-place.
56d093a9 2873
dbbc2e69
SM
2874 * progmodes/cc-langs.el (c-get-state-before-change-functions):
2875 Add c-invalidate-macro-cache to the C, C++, Obj entries.
56d093a9 2876
817e5c3d
MA
28772012-03-02 Michael Albinus <michael.albinus@gmx.de>
2878
dbbc2e69
SM
2879 * jka-compr.el (jka-compr-call-process):
2880 Apply `file-accessible-directory-p' only when the default directory is
817e5c3d
MA
2881 not remote.
2882
a032a702
MA
28832012-03-01 Michael Albinus <michael.albinus@gmx.de>
2884
2885 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
2886 access of FILE2, if FILE1 does not exist.
2887
99a54f21
MA
2888 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
2889 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
2890
2891 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
2892 Add "PAGER=" to `process-environment'.
2893
f6561e1f
MM
28942012-03-01 Michael R. Mauger <mmaug@yahoo.com>
2895
2896 * progmodes/sql.el: Bug fix
2897 (sql-get-login-ext): Save login values in globals.
2898 (sql-get-login): Use new version of `sql-get-login-ext'.
2899 (sql-interactive-mode): Set global `sql-connection' to nil.
2900 (sql-connect): Set global values for connection.
2901 (sql-product-interactive): Save global values as buffer local.
2902
2d44d9cc
LL
29032012-02-29 Leo Liu <sdl.web@gmail.com>
2904
2905 * abbrev.el (define-abbrevs): Reset sys to nil.
2906
96b49301 29072012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2908
bf7f9bc5
JB
2909 * files.el (file-equal-p): Rename from `files-equal-p'.
2910 Return nil when one or both files don't exist.
96b49301 2911 (file-subdir-of-p): Now only top directory must exists,
2912 return nil if it doesn't.
bf7f9bc5
JB
2913 (copy-directory): No need to test with `file-subdir-of-p' after
2914 creating dir.
2915 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
2916 to `file-equal-p'.
96b49301 2917
44e97401
GM
29182012-02-28 Glenn Morris <rgm@gnu.org>
2919
2920 * shell.el (shell-mode):
2921 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
2922 * play/landmark.el (landmark-font-lock-face-O):
2923 * play/handwrite.el (handwrite):
2924 * play/gomoku.el (gomoku-O):
2925 * net/browse-url.el (browse-url-browser-display):
2926 * international/mule.el (define-charset):
2927 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
2928 * filesets.el (filesets-find-file-delay):
2929 * eshell/em-xtra.el (eshell-xtra):
2930 * eshell/em-unix.el (eshell-grep):
2931 * emulation/viper.el (viper-mode):
2932 * emacs-lisp/regexp-opt.el (regexp-opt-group):
2933 * emacs-lisp/easymenu.el (easy-menu-define):
2934 * calendar/timeclock.el (timeclock-use-display-time):
2935 * bs.el (bs-mode):
2936 * bookmark.el (bookmark-save-flag):
2937 Doc fix (standardize possessive apostrophe usage).
2938
c98c6276
CY
29392012-02-27 Chong Yidong <cyd@gnu.org>
2940
bf7f9bc5
JB
2941 * emulation/viper-cmd.el (viper-intercept-ESC-key):
2942 Fix key-binding lookup for ESC key (Bug#9146).
ecf5f74e 2943
c98c6276
CY
2944 * font-lock.el (font-lock-specified-p): Rename from
2945 font-lock-spec-present. Callers changed.
2946
9c62cd04 29472012-02-27 Daniel Hackney <dan@haxney.org>
8ac9e529 2948
bf7f9bc5
JB
2949 * emacs-lisp/package.el (package-compute-transaction):
2950 Handle holding a package version to t in package-load-list.
8ac9e529 2951
530739c9
MA
29522012-02-26 Michael Albinus <michael.albinus@gmx.de>
2953
2954 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
2955 (tramp-get-inode, tramp-get-device): Use cached values.
2956
487915d7
AM
29572012-02-26 Alan Mackenzie <acm@muc.de>
2958
2959 Check there is a font-lock specification before doing initial
2960 fontification.
2961
2962 * font-core.el (font-lock-mode): Move the conditional from
2963 :after-hook to font-lock-initial-fontify.
2964 (font-lock-default-function): Move the check for a specification
2965 to font-lock-spec-present.
2966
dc9924b8 2967 * font-lock.el (font-lock-initial-fontify): Call ...
487915d7
AM
2968 (font-lock-spec-present): New function.
2969
4fd96557
JB
29702012-02-26 Jim Blandy <jimb@red-bean.com>
2971
2972 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
2973 (gdb-send): Apply it to the operand of the '-interpreter-exec
2974 console' command, so that we can pass arguments with (say) quotes
2975 in them. Store exact string sent in gdb-debug-log (Bug#10765).
2976
9a4888c0
CY
29772012-02-26 Chong Yidong <cyd@gnu.org>
2978
07498861
CY
2979 * help-fns.el (describe-function-1): Clarify description of
2980 remapping (Bug#10844).
2981
9a4888c0
CY
2982 * files.el (files-equal-p): Doc fix.
2983 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
2984 and quit the loop once a mismatch is found.
2985
ea8fb88d
JB
29862012-02-25 Juanma Barranquero <lekktu@gmail.com>
2987
2988 * bs.el (bs--show-with-configuration): Don't throw an error
2989 if the window cannot be split; otherwise, subsequent calls to
2990 bs-show fail, restoring a stale window config. (Bug#10882)
2991
525795c1
JD
29922012-02-25 Jan Djärv <jan.h.d@swipnet.se>
2993
2994 * term/ns-win.el (global-map): Bind ns-drag-file to
2995 ns-find-file (Bug#5855, Bug#10050).
2996
f008086f
AS
29972012-02-25 Andreas Schwab <schwab@linux-m68k.org>
2998
2999 * calendar/parse-time.el (parse-time-string): Allow extractor to
3000 return nil.
3001
a3fcfa99
MA
30022012-02-25 Michael Albinus <michael.albinus@gmx.de>
3003
91027d08
JB
3004 * net/tramp.el (tramp-file-name-for-operation):
3005 Add `files-equal-p' and `file-subdir-of-p'.
a3fcfa99
MA
3006
3007 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
91027d08
JB
3008 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
3009 Add COPY-CONTENTS argument.
a3fcfa99 3010
67b0de11
CY
30112012-02-25 Chong Yidong <cyd@gnu.org>
3012
3013 Add custom groups for VC backends, for consistency with vc-bzr.
3014
3015 * vc/vc-arch.el (vc-arch):
3016 * vc/vc-cvs.el (vc-cvs):
3017 * vc/vc-git.el (vc-git):
3018 * vc/vc-hg.el (vc-hg):
3019 * vc/vc-mtn.el (vc-mtn):
3020 * vc/vc-rcs.el (vc-rcs):
3021 * vc/vc-sccs.el (vc-sccs):
3022 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
3023 All relevant defcustoms reassigned.
3024
3c9dfce6
CY
30252012-02-25 Chong Yidong <cyd@gnu.org>
3026
1339bf43
CY
3027 * newcomment.el (comment-styles): Add autoload (Bug#10868).
3028
3c9dfce6
CY
3029 * term/x-win.el (x-initialize-window-system): Reduce default for
3030 x-selection-timeout to 5 seconds (Bug#8869).
3031
25b2e303 30322012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3033
ec70a47d
GM
3034 * files.el (files-equal-p, file-subdir-of-p): New functions.
3035 (copy-directory): Error when trying to copy a directory on itself.
25b2e303 3036 Add missing copy-contents arg to tramp handler.
ec70a47d
GM
3037 * dired-aux.el (dired-copy-file-recursive): Same.
3038 (dired-create-files): Modify destination when source is equal to
3039 dest when copying files.
53a46cd0 3040 Return also when dest is a subdir of source. (Bug#10489)
25b2e303 3041
914260cd
MA
30422012-02-24 Michael Albinus <michael.albinus@gmx.de>
3043
3044 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
3045 (Bug#10874)
3046
2cb228f7
AM
30472012-02-23 Alan Mackenzie <acm@muc.de>
3048
3049 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
3050 parameter "after-hook:" to allow the expansion to run code after
3051 the execution of the mode hooks.
3052
3053 * font-lock.el (font-lock-initial-fontify): New function extracted
91027d08 3054 from font-lock-mode-internal.
2cb228f7 3055
91027d08 3056 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
2cb228f7
AM
3057 :after-hook.
3058
8f0fde21
SM
30592012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
3060
3e88618b
SM
3061 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
3062 (completion--cache-all-sorted-completions): New function.
3063 (completion-all-sorted-completions): Use it.
3064 (completion--do-completion, minibuffer-force-complete):
3065 Use it to re-instate the flush hook.
3066
8f0fde21
SM
3067 * icomplete.el (icomplete-completions): Replace last fix with a better
3068 one (bug#10850).
3069
8e911f6f
DG
30702012-02-23 Dmitry Gutov <dgutov@yandex.ru>
3071
3072 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
3073 when it might call us back infinitely (bug#10797).
3074
49fe4321
GM
30752012-02-23 Glenn Morris <rgm@gnu.org>
3076
3077 * minibuffer.el (completion-category-overrides): Doc fix.
3078
b291b572
SM
30792012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
3080
3081 * minibuffer.el (completion-table-with-context): Fix inf-loop.
3082 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
3083
31a9ef2e
GM
30842012-02-23 Glenn Morris <rgm@gnu.org>
3085
5e6e6794 3086 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
31a9ef2e
GM
3087 (authors-obsolete-files-regexps, authors-ignored-files)
3088 (authors-ambiguous-files, authors-renamed-files-alist):
3089 Add more entries.
3090
0bd1e074
JL
30912012-02-23 Juri Linkov <juri@jurta.org>
3092
3093 * isearch.el (isearch-occur): Sync interactive spec with occur's
3094 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
3095
b617673c
JL
3096 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
3097
19e9789e
JL
30982012-02-22 Juri Linkov <juri@jurta.org>
3099
3100 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
3101 (ucs-insert): Doc fix. Check for hex digits in the string.
3102 Don't display `nil' in the error message. (Bug#10857)
3103
f41ce09d
AM
31042012-02-22 Alan Mackenzie <acm@muc.de>
3105
7a71b18d 3106 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
f41ce09d 3107
ac2eceee
GM
31082012-02-22 Glenn Morris <rgm@gnu.org>
3109
3110 * ffap.el (ffap-c-path):
3111 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
3112
abd1f678
CY
31132012-02-22 Chong Yidong <cyd@gnu.org>
3114
3115 * custom.el (load-theme): Doc fix.
3116
f25aef2e
GM
31172012-02-22 Glenn Morris <rgm@gnu.org>
3118
3119 * dired-x.el (dired-guess-shell-alist-default):
3120 Remove escape sequences from nroff output. (Bug#172)
3121
5f8dc2ca
GM
31222012-02-21 Glenn Morris <rgm@gnu.org>
3123
6ff86ec4
GM
3124 * vc/emerge.el (emerge-defvar-local):
3125 Set `permanent-local' property rather than unused `preserved'.
3126
be3223a3 3127 * textmodes/picture.el (picture-delete-char): New alias.
5f8dc2ca
GM
3128 (picture-mode-map): Use it. (Bug#10860)
3129 (picture-mode): Doc fix.
3130
3fe58f4f
JB
31312012-02-21 Juanma Barranquero <lekktu@gmail.com>
3132
3133 * newcomment.el (uncomment-region-default): Remove unused binding.
3134
f9a998c3
GM
31352012-02-21 Glenn Morris <rgm@gnu.org>
3136
3137 * textmodes/picture.el (picture-motion, picture-motion-reverse)
3138 (picture-self-insert, picture-tab-chars): Doc fix.
3139 (picture-mode-map): Fix C-a, C-e.
3140
c6029348
GM
31412012-02-20 Glenn Morris <rgm@gnu.org>
3142
3143 * emacs-lisp/authors.el (authors-aliases): Add another entry.
3144
ab1ce9d7
LL
31452012-02-20 Leo Liu <sdl.web@gmail.com>
3146
3147 * icomplete.el (icomplete-completions): Check FROM arg before
3148 passing to substring (Bug#10850).
3149
0fd40f89
CY
31502012-02-19 Chong Yidong <cyd@gnu.org>
3151
3152 * comint.el: Require ansi-color.
3153 (comint-output-filter-functions): Add ansi-color-process-output.
3154
3155 * ansi-color.el: Don't set comint-output-filter-functions; it is
3156 now in the initial value defined in comint.el.
3157 (ansi-color-apply-face-function): New variable.
3158 (ansi-color-apply-on-region): Use it.
3159 (ansi-color-apply-overlay-face): New function.
3160
3161 * shell.el (shell): No need to require ansi-color.
3162 (shell-mode): Use ansi-color-apply-face-function to highlight
3163 color escapes using font-lock-face property (Bug#10835).
3164
20af2394
CY
31652012-02-19 Chong Yidong <cyd@gnu.org>
3166
3167 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
3168 mode-line formats (Bug#10839).
3169
e23a3fbe
GM
31702012-02-18 Glenn Morris <rgm@gnu.org>
3171
b474519e
GM
3172 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
3173
3174 * mail/undigest.el (unforward-rmail-message): Doc fix.
3175
e23a3fbe
GM
3176 * saveplace.el (save-place-ignore-files-regexp): Add :version.
3177
57939ff4
EZ
31782012-02-18 Eli Zaretskii <eliz@gnu.org>
3179
3180 * international/characters.el (script-list): Sync with the latest
3181 Unicode Character Database.
3182
0c23686e
AS
31832012-02-18 Andreas Schwab <schwab@linux-m68k.org>
3184
3185 * international/titdic-cnv.el: Remove duplicate coding tag.
3186 * language/cham.el: Likewise.
3187 * language/tai-viet.el: Likewise.
3188
6818b449
GM
31892012-02-18 Glenn Morris <rgm@gnu.org>
3190
3191 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
3192 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
3193 (calendar-bahai-all-holidays-flag, calendar-other-dates):
3194 * calendar/diary-lib.el (diary-abbreviated-year-flag):
3195 * calendar/holidays.el (holiday-bahai-holidays)
3196 (calendar-holidays, list-holidays):
3197 Use utf-8 Bahá'í in doc-strings, menus, etc.
3198
0311a3fc
TH
31992012-02-17 Tassilo Horn <tassilo@member.fsf.org>
3200
3201 * saveplace.el (save-place-ignore-files-regexp): New variable
3202 allowing for excluding files from saving their location of point.
3203 The default value matches the temporary commit message editing
3204 files from Git, SVN, Bazaar, and Mercurial.
3205 (save-place-to-alist): Use it.
3206
eb864a71
LM
32072012-02-17 Lawrence Mitchell <wence@gmx.li>
3208 Stefan Monnier <monnier@iro.umontreal.ca>
3209
3210 * newcomment.el (uncomment-region-default): Don't leave extra space
3211 when an arg is provided (bug#8150).
3212
ee0ce425
TZ
32132012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
3214
eb864a71 3215 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
ee0ce425 3216
95ddf442
GM
32172012-02-17 Glenn Morris <rgm@gnu.org>
3218
3219 * net/socks.el: Require network-stream. (Bug#10599)
3220
48dd1e39 32212012-02-17 Kenichi Handa <handa@m17n.org>
c406be43
KH
3222
3223 * international/charprop.el:
3224 * international/uni-name.el:
3225 * international/uni-old-name.el:
3226 * international/uni-comment.el: Regenerate.
3227
d68cd087
GM
32282012-02-16 Glenn Morris <rgm@gnu.org>
3229
3230 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
3231 Interactively in calendar buffer, give an error if not on a date.
3232
13932042
GM
32332012-02-15 Glenn Morris <rgm@gnu.org>
3234
3235 * shell.el (shell-delimiter-argument-list):
3236 Revert 2011-02-17 change. (Bug#8027)
3237
c3a70e2b
CY
32382012-02-15 Chong Yidong <cyd@gnu.org>
3239
60236b0d
CY
3240 * minibuffer.el (completion-at-point-functions): Doc fix.
3241
c3a70e2b
CY
3242 * custom.el (defcustom): Doc fix; note use of defvar.
3243
9f26dc24
GM
32442012-02-15 Glenn Morris <rgm@gnu.org>
3245
3246 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
3247 Doc fixes.
3248
6546b134
GM
32492012-02-14 Glenn Morris <rgm@gnu.org>
3250
3251 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
3252
d29b2b4c
LI
32532012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
3254
3255 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
3256 way the ports list is computed.
835bdcba
LI
3257 (smtpmail-query-smtp-server): Prompt the user for a port number if
3258 we can't connect to any of the standard ports (bug#10810).
d29b2b4c 3259
08dcdbc9
TZ
32602012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
3261
3262 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
3263
2605051a
GM
32642012-02-13 Glenn Morris <rgm@gnu.org>
3265
3266 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
3267
7ee99f32
TZ
32682012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
3269
3270 * net/gnutls.el (gnutls-trustfiles): New variable.
3271 (gnutls-negotiate): Use it.
3272
5f0af64f
LI
32732012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
3274
3275 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
3276 does its stuff if Gnus is running.
3277
c14fcc95
AM
32782012-02-13 Alan Mackenzie <acm@muc.de>
3279
3280 Fix a loop in c-set-fl-decl-start.
3281
7a71b18d 3282 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
c14fcc95
AM
3283 c-backward-syntactic-ws actually moves backwards.
3284
142b4d90
LL
32852012-02-13 Leo Liu <sdl.web@gmail.com>
3286
3287 * net/rcirc.el (rcirc-markup-attributes): Move point to the
3288 beginning so that all \C-o chars are removed.
3289
fa9958a6
TZ
32902012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
3291
dc9924b8 3292 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
fa9958a6 3293
0bc5886a
AM
32942012-02-12 Alan Mackenzie <acm@muc.de>
3295
3296 Fix infinite loop with long macros.
4d6769e1 3297 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
0bc5886a 3298
d4bd55e7
CY
32992012-02-12 Chong Yidong <cyd@gnu.org>
3300
3301 * window.el (display-buffer): Doc fix (Bug#10785).
3302
66f3fe22
GM
33032012-02-12 Glenn Morris <rgm@gnu.org>
3304
bd7da63e
GM
3305 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
3306 (x-disown-selection-internal, x-get-selection-internal):
3307 Sync docs with the xselect.c versions.
3308
66f3fe22
GM
3309 * allout-widgets.el: Add missing license notice.
3310
3e0d2fa7
GM
33112012-02-11 Glenn Morris <rgm@gnu.org>
3312
cfecdf09
GM
3313 * select.el (x-get-selection-internal, x-own-selection-internal)
3314 (x-disown-selection-internal):
3315 * x-dnd.el (x-get-selection-internal): Update declarations.
3316
6d216d7f
GM
3317 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
3318
2bed3f04
GM
3319 * window.el (window-sides-slots):
3320 * tool-bar.el (tool-bar-position):
3321 * term/xterm.el (xterm-extra-capabilities):
3322 * ses.el (ses-self-reference-early-detection):
3323 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
3324 (verilog-auto-wire-type)
3325 (verilog-auto-delete-trailing-whitespace)
3326 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
3327 (verilog-auto-tieoff-declaration):
3328 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
3329 (sql-oracle-statement-starters, sql-oracle-scan-on):
3330 * progmodes/prolog.el (prolog-align-comments-flag)
3331 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
3332 (prolog-left-indent-regexp, prolog-paren-indent-p)
3333 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
3334 (prolog-types, prolog-mode-specificators)
3335 (prolog-determinism-specificators, prolog-directives)
3336 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
3337 (prolog-electric-dot-flag)
3338 (prolog-electric-dot-full-predicate-template)
3339 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
3340 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
3341 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
3342 (prolog-program-switches, prolog-prompt-regexp)
3343 (prolog-debug-on-string, prolog-debug-off-string)
3344 (prolog-trace-on-string, prolog-trace-off-string)
3345 (prolog-zip-on-string, prolog-zip-off-string)
3346 (prolog-use-standard-consult-compile-method-flag)
3347 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
3348 (prolog-imenu-max-lines, prolog-info-predicate-index)
3349 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
3350 (prolog-char-quote-workaround):
3351 * progmodes/cc-vars.el (c-defun-tactic):
3352 * net/tramp.el (tramp-encoding-command-interactive)
3353 (tramp-local-end-of-line):
3354 * net/soap-client.el (soap-client):
3355 * net/netrc.el (netrc-file):
3356 * net/gnutls.el (gnutls):
3357 * minibuffer.el (completion-category-overrides)
3358 (completion-cycle-threshold)
3359 (completion-pcm-complete-word-inserts-delimiters):
3360 * man.el (Man-name-local-regexp):
3361 * mail/feedmail.el (feedmail-display-full-frame):
3362 * international/characters.el (glyphless-char-display-control):
3363 * eshell/em-ls.el (eshell-ls-date-format):
3364 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
3365 (lisp-lambda-list-keyword-parameter-indentation)
3366 (lisp-lambda-list-keyword-parameter-alignment):
3367 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
3368 * dired-x.el (dired-omit-verbose):
3369 * cus-theme.el (custom-theme-allow-multiple-selections):
3370 * calc/calc.el (calc-highlight-selections-with-faces)
3371 (calc-lu-field-reference, calc-lu-power-reference)
3372 (calc-note-threshold):
3373 * battery.el (battery-mode-line-limit):
3374 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
3375 (archive-7z-update):
3376 * allout.el (allout-prefixed-keybindings)
3377 (allout-unprefixed-keybindings)
3378 (allout-inhibit-auto-fill-on-headline)
3379 (allout-flattened-numbering-abbreviation):
3380 * allout-widgets.el (allout-widgets-auto-activation)
3381 (allout-widgets-icons-dark-subdir)
3382 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
3383 (allout-widgets-theme-dark-background)
3384 (allout-widgets-theme-light-background)
3385 (allout-widgets-item-image-properties-emacs)
3386 (allout-widgets-item-image-properties-xemacs)
3387 (allout-widgets-run-unit-tests-on-load)
3388 (allout-widgets-time-decoration-activity)
3389 (allout-widgets-hook-error-post-time)
3390 (allout-widgets-track-decoration):
3391 Add missing :version tags to new defcustoms and defgroups.
3392
5fec1b8e
GM
3393 * progmodes/sql.el (sql-ansi-statement-starters)
3394 (sql-oracle-statement-starters): Add custom type.
3395
3e0d2fa7
GM
3396 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
3397 (prolog-system-version): Give it a type.
3398
90b671e2
EZ
33992012-02-11 Eli Zaretskii <eliz@gnu.org>
3400
3401 * term/pc-win.el (x-select-text, x-selection-owner-p)
3402 (x-own-selection-internal, x-disown-selection-internal)
3403 (x-get-selection-internal): Sync doc strings and argument lists
3404 with xselect.c, common-win.el and x-win.el. (Bug#10783)
3405
5eac0c02
LL
34062012-02-11 Leo Liu <sdl.web@gmail.com>
3407
3408 * progmodes/python.el (python-end-of-statement): Fix infinite
3409 loop. (Bug#10788)
3410
f82cb659
GM
34112012-02-10 Glenn Morris <rgm@gnu.org>
3412
3413 * international/mule-cmds.el (unify-8859-on-encoding-mode)
3414 (unify-8859-on-decoding-mode): Properly mark as obsolete.
3415
cc26d239
LI
34162012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
3417
3418 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
3419 about SMTP before checking the From header.
3420
91027d08 3421 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
cc26d239
LI
3422 into own function for reuse by emacsbug.el.
3423
1be3ca5a
LL
34242012-02-10 Leo Liu <sdl.web@gmail.com>
3425
3426 * subr.el (condition-case-unless-debug): Rename from
3427 condition-case-no-debug. All callers changed.
3428 (with-demoted-errors): Fix caller.
3429
3430 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
3431 * nxml/rng-valid.el (rng-do-some-validation):
3432 * emacs-lisp/package.el (package-refresh-contents)
3433 (package-menu-execute):
3434 * desktop.el (desktop-create-buffer):
91027d08 3435 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
1be3ca5a 3436
b011fbfe
GM
34372012-02-10 Glenn Morris <rgm@gnu.org>
3438
b2096d72
GM
3439 * textmodes/bibtex.el:
3440 Add missing :version tags for new/changed defcustoms.
3441
b011fbfe
GM
3442 * files.el (remote-file-name-inhibit-cache): Doc fixes.
3443
4c7e65bf
LI
34442012-02-09 Lars Ingebrigtsen <larsi@rusty>
3445
3446 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
3447 (smtpmail-via-smtp): Use it, or fall back on the From address.
3448 (smtpmail-send-it): Ditto.
3449
f3934f6f
SM
34502012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
3451
3452 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
3453 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
3454 (byte-compile-tmp-var): New const.
3455 (byte-compile-defvar): Use it to minimize .elc size.
3456 Just use `defvar' rather than simulate it (bug#10761).
3457
a075a2c5
GM
34582012-02-09 Glenn Morris <rgm@gnu.org>
3459
cf3aa21b
GM
3460 * files.el (rename-uniquely): Doc fix. (Bug#3806)
3461
354998cd
GM
3462 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
3463 Add :version tags.
3464
dc9924b8
SM
3465 * progmodes/compile.el (compilation-error-screen-columns)
3466 (compilation-first-column, compilation-filter-start): Doc fixes.
83274125 3467
dab3703d
GM
3468 * vc/log-view.el (log-view-toggle-entry-display):
3469 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
3470
3f88cd72
GM
3471 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
3472 (report-emacs-bug-can-use-xdg-email):
3473 (report-emacs-bug-insert-to-mailer): Doc fixes.
3474 (report-emacs-bug): Message fix.
3475
d95b247d
GM
3476 * net/browse-url.el (browse-url-can-use-xdg-open)
3477 (browse-url-xdg-open): Doc fixes.
3478
a075a2c5
GM
3479 * electric.el (electric-indent-mode, electric-pair-mode)
3480 (electric-layout-rules, electric-layout-mode): Doc fixes.
3481 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
3482
ffb6157e
MR
34832012-02-08 Martin Rudalics <rudalics@gmx.at>
3484
3485 * server.el (server-unselect-display): Don't inadvertently kill
3486 the current buffer. (Bug#10729)
3487
e1ac4066
GM
34882012-02-08 Glenn Morris <rgm@gnu.org>
3489
34e8a2da
GM
3490 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
3491 (sql-list-table): Doc fixes.
3492
b4ac6e8c
GM
3493 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
3494 Comment out (does nothing).
3495
e1ac4066
GM
3496 * completion.el (dynamic-completion-mode):
3497 * dirtrack.el (dirtrack-debug-mode):
3498 * electric.el (electric-layout-mode):
3499 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
3500 * face-remap.el (text-scale-mode, buffer-face-mode):
3501 * iimage.el (iimage-mode):
3502 * image-mode.el (image-transform-mode):
3503 * minibuffer.el (completion-in-region-mode):
3504 * scroll-lock.el (scroll-lock-mode):
3505 * simple.el (next-error-follow-minor-mode):
3506 * tar-mode.el (tar-subfile-mode):
3507 * tooltip.el (tooltip-mode):
3508 * vcursor.el (vcursor-use-vcursor-map):
3509 * wid-browse.el (widget-minor-mode):
3510 * emulation/tpu-edt.el (tpu-edt-mode):
3511 * emulation/tpu-extras.el (tpu-cursor-free-mode):
3512 * international/iso-ascii.el (iso-ascii-mode):
3513 * language/thai-util.el (thai-word-mode):
3514 * mail/supercite.el (sc-minor-mode):
3515 * net/goto-addr.el (goto-address-mode):
3516 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
3517 * progmodes/cwarn.el (cwarn-mode):
3518 * progmodes/flymake.el (flymake-mode):
3519 * progmodes/glasses.el (glasses-mode):
3520 * progmodes/hideshow.el (hs-minor-mode):
3521 * progmodes/pascal.el (pascal-outline-mode):
3522 * textmodes/enriched.el (enriched-mode):
3523 * vc/smerge-mode.el (smerge-mode):
3524 Doc fixes (minor mode argument).
3525
5e0d957f
EZ
35262012-02-07 Eli Zaretskii <eliz@gnu.org>
3527
3528 * ls-lisp.el (ls-lisp-sanitize): New function.
3529 (ls-lisp-insert-directory): Use it to fix or remove any elements
3530 in file-alist with missing attributes. (Bug#4673)
3531
98d7371e
AM
35322012-02-07 Alan Mackenzie <acm@muc.de>
3533
3534 Fix spurious recognition of c-in-knr-argdecl.
3535
3536 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
3537 putative K&R region.
3538
667ced3a
AM
35392012-02-07 Alan Mackenzie <acm@muc.de>
3540
eb864a71
LM
3541 * progmodes/cc-engine.el (c-forward-objc-directive):
3542 Prevent looping in "#pragma mark @implementation".
667ced3a 3543
5b77774d
MA
35442012-02-07 Michael Albinus <michael.albinus@gmx.de>
3545
3546 * notifications.el (notifications-on-closed-signal): Make `reason'
3547 optional. (Bug#10744)
3548
af008560
GM
35492012-02-07 Glenn Morris <rgm@gnu.org>
3550
60d47423
GM
3551 * emacs-lisp/easy-mmode.el (define-minor-mode):
3552 Doc fixes for the macro and the mode it defines.
3553
dd605cc4
GM
3554 * image.el (imagemagick-types-inhibit): Doc fix.
3555
af008560
GM
3556 * cus-start.el (imagemagick-render-type): Add it.
3557
5cc59a37
LI
35582012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
3559
4d6769e1
JB
3560 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
3561 Set the default at load time, too, so that `font-lock-fontify-buffer'
3562 can be called without setting up the entire mode first. This fixes
3563 a bug in `mm-inline-text' with C MIME parts.
5cc59a37 3564
9a6dd747
CY
35652012-02-06 Chong Yidong <cyd@gnu.org>
3566
2d16b285
CY
3567 * simple.el (list-processes--refresh): Delete exited processes
3568 (Bug#8094).
3569
171e9b6e
CY
3570 * comint.el (comint-next-prompt): next-single-char-property-change
3571 and prev-single-char-property-change never return nil (Bug#8657).
3572
9a6dd747
CY
3573 * custom.el (defcustom): Doc fix (Bug#9711).
3574
aa4589a7
CY
35752012-02-05 Chong Yidong <cyd@gnu.org>
3576
5c2a252f
CY
3577 * cus-edit.el (custom-variable-reset-backup): Quote the value
3578 before storing it in the customized-value property (Bug#6712).
4aab9006 3579 (custom-display): Add a customization type tag.
983b9602 3580 (custom-buffer-create-internal): Improve tooltip message.
5c2a252f 3581
aa4589a7
CY
3582 * wid-edit.el (widget-field-value-get): New optional arg to
3583 suppress trailing whitespace truncation.
3584 (character): Use it (Bug#2689).
3585
1ff980ae
AS
35862012-02-05 Andreas Schwab <schwab@linux-m68k.org>
3587
3588 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
3589 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
3590
03988c98
CY
35912012-02-05 Chong Yidong <cyd@gnu.org>
3592
eeb6cc88
CY
3593 * cus-edit.el (custom-variable-value-create): For mismatched
3594 types, show the current value (Bug#7600).
3595
03988c98
CY
3596 * custom.el (defcustom): Doc fix.
3597
f8cdeef0
GM
35982012-02-05 Glenn Morris <rgm@gnu.org>
3599
3600 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
3601
0696d255
JB
36022012-02-05 Juanma Barranquero <lekktu@gmail.com>
3603
3604 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
3605 (pp-buffer): Use `ignore-errors', `looking-at-p'.
3606 (pp-last-sexp): Use `looking-at-p'.
3607
34c99998
GM
36082012-02-04 Glenn Morris <rgm@gnu.org>
3609
8f05da42
GM
3610 * files.el (revert-buffer):
3611 Doc fix (mention revert-buffer-in-progress-p).
3612
f160676e
GM
3613 * emacs-lisp/ert-x.el (ert-simulate-command):
3614 Check deferred-action-list (which is obsolete) is bound.
3615
c7291ad9
GM
3616 * subr.el (with-wrapper-hook): Doc fixes.
3617
34c99998
GM
3618 * simple.el (filter-buffer-substring-functions)
3619 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
3620
6283a7d3
LL
36212012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
3622
3623 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
3624 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
3625
e96e3013
LL
36262012-02-04 Leo Liu <sdl.web@gmail.com>
3627
3628 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
3629
8ded50f2
GM
36302012-02-04 Glenn Morris <rgm@gnu.org>
3631
82ff1d13
GM
3632 * image.el (image-extension-data): Add obsolete alias.
3633
987a0a16
GM
3634 * isearch.el (isearch-update): Doc fix.
3635
ea32ef46
GM
3636 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
3637
8ded50f2
GM
3638 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
3639
eea14f31
GM
36402012-02-03 Glenn Morris <rgm@gnu.org>
3641
3642 * image.el (image-animated-p): Doc fix. Use image-animated-types.
3643 (image-animate-timeout): Doc fix.
3644
3645 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
3646
12f381b7
GM
36472012-02-02 Glenn Morris <rgm@gnu.org>
3648
953cebf5
GM
3649 * server.el (server-auth-dir): Doc fix.
3650 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
3651
12f381b7
GM
3652 * subr.el (run-mode-hooks): Doc fix.
3653
953a8c3b
JL
36542012-02-02 Juri Linkov <juri@jurta.org>
3655
3656 * image-mode.el (image-toggle-display-image): Remove tautological
3657 `major-mode' from the `derived-mode-p' test.
3658
c5d3843c
KH
36592012-02-02 Kenichi Handa <handa@m17n.org>
3660
9f6e692e 3661 * composite.el (compose-region): Cancel previous change.
c5d3843c 3662
159462d4 36632012-02-02 Kenichi Handa <handa@m17n.org>
d2a51fd7
KH
3664
3665 * composite.el (compose-region, compose-string): Signal error for
3666 a null string component (Bug#6988).
3667
9f562668
CY
36682012-02-01 Chong Yidong <cyd@gnu.org>
3669
e2cef717
CY
3670 * view.el (view-buffer-other-window, view-buffer-other-frame):
3671 Handle special modes like view-buffer (Bug#10650).
3672 (view-buffer): Simplify.
3673
9f562668
CY
3674 * frame.el (set-frame-font): Tweak meaning of third argument.
3675
9f6e692e
JB
3676 * dynamic-setting.el (font-setting-change-default-font):
3677 Use set-frame-font (Bug#9982).
9f562668 3678
781acb9f
GM
36792012-02-01 Glenn Morris <rgm@gnu.org>
3680
6035be52
GM
3681 * progmodes/compile.el (compilation-internal-error-properties):
3682 Respect compilation-first-column in the "*compilation*" buffer.
3683
781acb9f
GM
3684 * emacs-lisp/easy-mmode.el (define-minor-mode):
3685 Relax :variable's test for a named function.
3686
abbceb00
AM
36872012-01-31 Alan Mackenzie <acm@muc.de>
3688
3689 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
3690 off by one error.
3691
fce3fdeb
CY
36922012-01-31 Chong Yidong <cyd@gnu.org>
3693
3694 * frame.el (set-frame-font): New arg ALL-FRAMES.
3695
3696 * menu-bar.el (menu-set-font): Use set-frame-font.
3697
3698 * faces.el (face-spec-reset-face): Don't apply unspecified
3699 attribute values to the default face.
3700
47893581
JB
37012012-01-31 Juanma Barranquero <lekktu@gmail.com>
3702
3703 * progmodes/cwarn.el (cwarn): Remove dead link.
3704 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
3705 Remove * from defcustom docstrings.
3706 (turn-on-cwarn-mode): Make obsolete.
3707 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
3708 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
3709
e58e988a
GM
37102012-01-31 Glenn Morris <rgm@gnu.org>
3711
60dc2671 3712 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
6c9b47ae 3713 Fix :variable handling of mode a symbol not equal to modefun.
60dc2671 3714 Allow named functions to be used as the cdr of :variable.
e58e988a 3715
7a3f511d
GM
37162012-01-30 Glenn Morris <rgm@gnu.org>
3717
3718 * emacs-lisp/authors.el (authors-fixed-entries):
3719 Remove reference to deleted file rnewspost.el.
3720
cb882333
JB
37212012-01-29 Juanma Barranquero <lekktu@gmail.com>
3722
3723 * window.el (window-with-parameter): Remove unused variable `windows'.
3724 (window--side-check): Remove unused variable `code'.
3725 (window--resize-siblings): Remove unused variable `first'.
3726 (adjust-window-trailing-edge): Remove unused variable `failed'.
3727 (window-deletable-p, window--delete): Remove unused variable `buffer'.
3728 Use `let', not `let*'.
3729 (balance-windows-2): Remove unused variable `found'.
3730 (window--state-put-2): Remove unused variable `splits'.
3731 (window-state-put): Remove unused variable `selected'.
3732 (same-window-p): Use `string-match-p'.
3733 (display-buffer-assq-regexp): Remove unused variable `value'.
3734 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
3735 Mark argument ALIST as ignored.
3736 (pop-to-buffer): Remove unused variable `old-window'.
3737
907201af
EZ
37382012-01-29 Eli Zaretskii <eliz@gnu.org>
3739
3740 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
3741 and .lzma compressed files.
3742
ea162670
CY
37432012-01-29 Chong Yidong <cyd@gnu.org>
3744
5b95ee8a
CY
3745 * frame.el (window-system-default-frame-alist): Doc fix.
3746
ea162670
CY
3747 * dynamic-setting.el (font-setting-change-default-font): Don't
3748 change the default face if SET-FONT argument is non-nil (Bug#9982).
3749
d6e6f4b1
SB
37502012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
3751
3752 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
3753
0f29fa41 37542012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
6b25e4e2
SE
3755
3756 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
3757 breakpoints in files outside current directory (Bug#6098).
3758
db174434
CY
37592012-01-29 Chong Yidong <cyd@gnu.org>
3760
6b25e4e2
SE
3761 * progmodes/python.el: Require ansi-color at top-level.
3762
6df6ae42
JB
3763 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
3764 Define and use in Emacs Lisp mode (Bug#9360).
db174434
CY
3765 (lisp-mode-abbrev-table): Add doc.
3766 (lisp-mode-variables): Don't set local-abbrev-table.
3767 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
3768
e70ee681
RW
37692012-01-28 Roland Winkler <winkler@gnu.org>
3770
3771 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
3772
ace88aa2
RW
37732012-01-28 Roland Winkler <winkler@gnu.org>
3774
3775 * textmodes/bibtex.el (bibtex-entry-alist): New function.
3776 (bibtex-set-dialect): Use it. Either set global values of
3777 dialect-dependent variables or bind these variables buffer-locally
3778 (Bug#10254).
3779 (bibtex-mode): Call bibtex-set-dialect via
3780 hack-local-variables-hook.
eb864a71
LM
3781 (bibtex-dialect): Update docstring.
3782 Add safe-local-variable predicate.
ace88aa2
RW
3783 (bibtex-entry-alist, bibtex-field-alist): Initialize via
3784 bibtex-set-dialect.
3785 (bibtex-mode-map): Define menu for each dialect.
3786 (bibtex-entry): Fix docstring.
3787
93376c5b
CY
37882012-01-28 Chong Yidong <cyd@gnu.org>
3789
3790 * eshell/esh-arg.el (eshell-quote-argument): New function.
3791
3792 * eshell/esh-ext.el (eshell-invoke-batch-file):
3793 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
3794 first arg to eshell-parse-command (Bug#10523).
3795
4372494f
DA
37962012-01-28 Drew Adams <drew.adams@oracle.com>
3797
3798 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
3799 `default-directory' is non-nil.
3800
4d4ec1f8
EZ
38012012-01-28 Eli Zaretskii <eliz@gnu.org>
3802
3803 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
3804 line that displays system-configuration-options. (Bug#9924)
3805
7c188927
DA
38062012-01-28 Drew Adams <drew.adams@oracle.com>
3807
3808 * descr-text.el (describe-char): Show information about POS, in
3809 addition to information about the character at POS. Improve and
3810 update the doc string. Change "code point" to "code point in
3811 charset", to avoid confusion with the character's Unicode code
3812 point shown above that. (Bug#10129)
3813
e0da685a
EZ
38142012-01-28 Eli Zaretskii <eliz@gnu.org>
3815
3816 * descr-text.el (describe-char): Show the raw character, not only
3817 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
3818 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
3819 for the reasons.
3820
70550acf
PH
38212012-01-28 Phil Hagelberg <phil@hagelb.org>
3822
eb864a71
LM
3823 * emacs-lisp/package.el (package-install):
3824 Run package-refresh-contents if there is no archive yet (Bug#9798).
70550acf 3825
0ce8e868
CY
38262012-01-28 Chong Yidong <cyd@gnu.org>
3827
cb882333
JB
3828 * emacs-lisp/package.el (package-maybe-load-descriptor):
3829 New function, split from package-maybe-load-descriptor.
0ce8e868
CY
3830 (package-maybe-load-descriptor): Use it.
3831 (package-download-transaction): Fully load required packages
3832 inside the loop, so that `require' calls work (Bug#10593).
3833 (package-install): No need to call package-initialize now.
3834
2e7f3bea
CY
38352012-01-28 Chong Yidong <cyd@gnu.org>
3836
6e9bad14
CY
3837 * simple.el (deactivate-mark): Doc fix (Bug#8614).
3838
f823b8ca
CY
3839 * tooltip.el (tooltip-mode): Doc fix.
3840 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
3841
2680c309
CY
3842 * frame.el (set-cursor-color): Doc fix (Bug#352).
3843
d7a9e63b
CY
3844 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
3845 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
3846
2e7f3bea
CY
3847 * cus-edit.el (custom-buffer-create-internal): Fix search button
3848 action (Bug#10542).
2ae01800 3849 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
2e7f3bea 3850
fc4f7a23
EW
38512012-01-27 Eduard Wiebe <usenet@pusto.de>
3852
3853 * dired.el (dired-mark-files-regexp):
3854 Include any subdirectory components. (Bug#10445)
3855
7dd37071
ML
38562012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
3857
3858 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
3859 Handle [host]:port syntax. (Bug#10533)
3860
a268160b
AH
38612012-01-27 Alex Harsanyi <harsanyi@mac.com>
3862
3863 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
3864
e43273ef
GM
38652012-01-26 Glenn Morris <rgm@gnu.org>
3866
3867 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
3868 * term.el (term-raw-escape-map): Use Control-X-prefix.
3869 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
3870
1edf595d
MR
38712012-01-25 Martin Rudalics <rudalics@gmx.at>
3872
3873 * window.el (window-state-get, window--state-get-1): Don't deal
3874 with fixed-sizeness of windows. Simplify code.
3875
fa8eafef
JC
38762012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
3877
6df6ae42
JB
3878 * window.el (window--state-get-1, window--state-put-2):
3879 Don't save and restore the mark.
fa8eafef 3880
0b21c100
CY
38812012-01-25 Chong Yidong <cyd@gnu.org>
3882
3883 * custom.el (custom-variable-p): Doc fix.
3884
5ae1a6c8
GM
38852012-01-25 Glenn Morris <rgm@gnu.org>
3886
40047858
GM
3887 * dired.el (dired-goto-file): Handle some of the more common
3888 characters that `ls -b' escapes. (Bug#10596)
3889
5ddce96c
GM
3890 * progmodes/compile.el (compilation-next-error-function):
3891 Respect compilation-first-column in the "*compilation*" buffer.
3892 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
3893
5ae1a6c8
GM
3894 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
3895
b559f1a9
GM
38962012-01-24 Glenn Morris <rgm@gnu.org>
3897
3898 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
3899
6725d21a
JD
39002012-01-24 Julien Danjou <julien@danjou.info>
3901
3902 * color.el (color-rgb-to-hsl): Fix value computing.
3903 (color-hue-to-rgb): New function.
3904 (color-hsl-to-rgb): New function.
3905 (color-clamp, color-saturate-hsl, color-saturate-name)
3906 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
3907 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
3908
70df4bbe
GM
39092012-01-24 Glenn Morris <rgm@gnu.org>
3910
3911 * vc/vc-rcs.el (vc-rcs-create-tag):
3912 * vc/vc-sccs.el (vc-sccs-create-tag):
3913 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
3914
802a2ae2
ML
39152012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
3916
3917 * eshell/esh-util.el (eshell-read-hosts-file):
3918 Skip comment lines. (Bug#10549)
3919
d7128bb1
ML
3920 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
3921
d1a5c3b4
JB
39222012-01-23 Juanma Barranquero <lekktu@gmail.com>
3923
2724d9c7
JB
3924 * subr.el (display-delayed-warnings): Doc fix.
3925 (collapse-delayed-warnings): New function to collapse identical
3926 adjacent warnings.
3927 (delayed-warnings-hook): Add it.
d1a5c3b4 3928
a5509865
MA
39292012-01-22 Michael Albinus <michael.albinus@gmx.de>
3930
3931 * net/tramp.el (tramp-action-login): Set connection property "login-as".
3932
3933 * net/tramp-cache.el (tramp-dump-connection-properties): Do not dump
3934 properties, when "login-as" is set.
3935
3936 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
3937 (tramp-default-user-alist): Don't add "pscp".
3938 (tramp-do-copy-or-rename-file-out-of-band): Use connection
3939 property "login-as", if set. (Bug#10530)
3940
cc6d5805
MA
39412012-01-21 Michael Albinus <michael.albinus@gmx.de>
3942
3943 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
3944 "plink1" and "psftp". (Bug#10530)
3945
39462012-01-21 Kenichi Handa <handa@m17n.org>
71784361
KH
3947
3948 * international/mule-cmds.el (prefer-coding-system): Show a
3949 warning message if the default value of file-name-coding-system
3950 was not changed.
3951
f0960428
JC
39522012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
3953
cb882333
JB
3954 * windmove.el (windmove-reference-loc):
3955 Fix windmove-reference-loc miscalculation.
f0960428 3956
dd6f2a63
JB
39572012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
3958
3959 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
3960 default unit.
3961
7b447e9b
GM
39622012-01-21 Glenn Morris <rgm@gnu.org>
3963
117a9ea1
GM
3964 * international/mule.el (auto-coding-alist): Add .tbz.
3965
7b447e9b
GM
3966 * files.el (local-enable-local-variables): Doc fix.
3967 (inhibit-local-variables-regexps): Rename from
3968 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
3969 Doc fix. Add some extensions from auto-coding-alist.
3970 (inhibit-local-variables-suffixes):
3971 Rename from inhibit-first-line-modes-suffixes. Doc fix.
3972 (inhibit-local-variables-p):
3973 New function, extracted from set-auto-mode-1.
3974 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
3975 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
3976 (hack-local-variables): Doc fix. Make the mode-only case
3977 respect enable-local-variables and friends.
3978 Respect inhibit-local-variables-regexps for file-locals, but
3979 not for directory-locals.
3980 (set-visited-file-name):
3981 Take account of inhibit-local-variables-regexps.
3982 Whether it applies may change as the file name is changed.
3983 * jka-cmpr-hook.el (jka-compr-install):
3984 * jka-compr.el (jka-compr-uninstall):
3985 Update for inhibit-first-line-modes-suffixes name change.
3986
dd6e3cdd
MR
39872012-01-20 Martin Rudalics <rudalics@gmx.at>
3988
3989 * help-macro.el (make-help-screen): Temporarily restore original
3990 binding for minor-mode-map-alist (Bug#10454).
3991
0d0deb38
JD
39922012-01-19 Julien Danjou <julien@danjou.info>
3993
3994 * color.el (color-name-to-rgb): Use the white color to find the max
3995 color component value and return correctly computed values.
3996 (color-name-to-rgb): Add missing float conversion for max value.
3997
34a02f46
MR
39982012-01-19 Martin Rudalics <rudalics@gmx.at>
3999
4000 * window.el (window--state-get-1, window-state-get): Do not use
eb864a71
LM
4001 special state value for window-persistent-parameters.
4002 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
34a02f46
MR
4003 (window--state-put-2): Reset all window parameters to nil before
4004 assigning values of persistent parameters.
4005
606c44c4
AM
40062012-01-18 Alan Mackenzie <acm@muc.de>
4007
4008 Eliminate sluggishness and hangs in fontification of "semicolon
4009 deserts".
4010
cb882333
JB
4011 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
4012 Change value 10000 -> 3000.
606c44c4
AM
4013 (c-state-safe-place): Reformulate so it doesn't stack up an
4014 infinite number of wrong entries in c-state-nonlit-pos-cache.
4015 (c-determine-limit-get-base, c-determine-limit): New functions to
4016 determine backward search limits disregarding literals.
4017 (c-find-decl-spots): Amend commenting.
4018 (c-cheap-inside-bracelist-p): New function which detects "={".
4019
4020 * progmodes/cc-fonts.el
4021 (c-make-font-lock-BO-decl-search-function): Give a limit to a
4022 backward search.
4023 (c-font-lock-declarations): Fix an occurrence of point being
4024 undefined. Check additionally for point being in a bracelist or
4025 near a macro invocation without a semicolon so as to avoid a
4026 fruitless time consuming search for a declarator. Give a more
4027 precise search limit for declarators using the new
4028 c-determine-limit.
4029
f3860cea
GM
40302012-01-18 Glenn Morris <rgm@gnu.org>
4031
4032 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
4033 (set-auto-mode): Doc fixes.
4034
1db03b16
GM
40352012-01-17 Glenn Morris <rgm@gnu.org>
4036
0e6038be
GM
4037 * isearch.el (search-nonincremental-instead): Fix doc typo.
4038
1db03b16
GM
4039 * dired.el (dired-insert-directory): Handle newlines in directory name.
4040 (dired-build-subdir-alist): Unescape newlines in directory name.
4041
4cb0aa75
MA
40422012-01-17 Michael Albinus <michael.albinus@gmx.de>
4043
4044 * net/tramp.el (tramp-local-end-of-line): New defcustom.
4045 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
4046 (tramp-action-terminal): Use it. (Bug#10530)
4047
1d00653d
SM
40482012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
4049
4050 * minibuffer.el (completion--replace): Strip properties (bug#10062).
4051
6a6ee00d
MR
40522012-01-16 Martin Rudalics <rudalics@gmx.at>
4053
4054 * window.el (window-state-ignored-parameters): Remove variable.
4055 (window--state-get-1): Rename argument MARKERS to IGNORE.
4056 Handle persistent window parameters. Make copy of clone-of
4057 parameter only if requested. (Bug#10348)
4058 (window--state-put-2): Install a window parameter only if it has
4059 a non-nil value or an existing parameter shall be overwritten.
4060
97912def
MA
40612012-01-15 Michael Albinus <michael.albinus@gmx.de>
4062
4063 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
4064
688070a5
EZ
40652012-01-14 Eli Zaretskii <eliz@gnu.org>
4066
4067 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
4068 don't pass the (nil) value of `upnode' to string-match.
4069
301afadc
CY
40702012-01-14 Chong Yidong <cyd@gnu.org>
4071
4072 * startup.el (command-line): Fix X resource class for cursorColor.
04877ddb 4073 Fix values recognized by the cursorBlink resource.
301afadc 4074
9e5788aa
PE
40752012-01-14 Paul Eggert <eggert@cs.ucla.edu>
4076
4077 * epg.el (epg--make-temp-file): Avoid permission race condition
4078 when running on old Emacs versions (bug#10403).
4079
3cdb7f5a
GM
40802012-01-14 Glenn Morris <rgm@gnu.org>
4081
4082 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
4083
8c82b1b4
AM
40842012-01-13 Alan Mackenzie <acm@muc.de>
4085
4086 Fix filling for when filladapt mode is enabled.
4087
4088 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
4089 c-mask-paragraph, pass in `fill-paragraph' rather than
4090 `fill-region-as-paragraph'. (This is a reversion of a previous
4091 change.)
eb864a71
LM
4092 * progmodes/cc-mode.el (c-basic-common-init):
4093 Make fill-paragraph-handle-comment buffer local and set it to nil.
8c82b1b4 4094
e517eda4
GM
40952012-01-13 Glenn Morris <rgm@gnu.org>
4096
1498536e
GM
4097 * dired.el (dired-switches-escape-p): New function.
4098 (dired-insert-directory): Use dired-switches-escape-p.
4099 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
4100
e517eda4
GM
4101 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
4102
328f984d
GM
41032012-01-12 Glenn Morris <rgm@gnu.org>
4104
4105 * mail/sendmail.el (mail-mode): Update paragraph-separate for
4106 changes in adaptive-fill-regexp. (Bug#10276)
4107
2cc769a8
AM
41082012-01-11 Alan Mackenzie <acm@muc.de>
4109
4110 Fix Emacs bug #10463 - put `widen's around the critical spots.
4111
1d00653d 4112 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
2cc769a8
AM
4113 widen around each invocation of c-state-pp-to-literal. Remove an
4114 unused let variable.
4115
e52c37fa
GM
41162012-01-11 Glenn Morris <rgm@gnu.org>
4117
4118 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
09044622 4119 Doc fix.
e52c37fa 4120
96f8741e
CY
41212012-01-10 Chong Yidong <cyd@gnu.org>
4122
1d00653d
SM
4123 * net/network-stream.el (network-stream-open-starttls):
4124 Avoid emitting a confusing error message when the server gives a bad
96f8741e
CY
4125 response to the capability command.
4126
b09a806e
GM
41272012-01-10 Glenn Morris <rgm@gnu.org>
4128
4129 * mail/unrmail.el (unrmail): Tweak previous change.
4130
7655cb66
CY
41312012-01-09 Chong Yidong <cyd@gnu.org>
4132
4133 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
4134
9d5a8f0b
AM
41352012-01-08 Alan Mackenzie <acm@muc.de>
4136
4137 Optimise font locking in long enum definitions.
4138
4139 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
4140 arm to a cond form to handle enums.
4141 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
4142 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
4143
9a0115ab 41442012-01-07 Paul Eggert <eggert@cs.ucla.edu>
6bb72cbd
PE
4145
4146 * files.el (move-file-to-trash): Preserve default file modes on error.
a0562b3d 4147 (Bug#10401)
6bb72cbd 4148
f186bb95
LMI
41492012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
4150
29232a68
LMI
4151 * faces.el (set-face-attribute): Clarify the meaning of the nil
4152 frame (bug#10294).
4153
4e5d086d
LMI
4154 * subr.el (with-selected-frame): Mention that the selected frame
4155 is restored (bug#9980).
4156
8e66aebe
LMI
4157 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
4158 (bug#9759).
4159
cd394be1 4160 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
f186bb95
LMI
4161 (password-read): Don't autoload unused function.
4162
adf4e762
JB
41632012-01-07 Juanma Barranquero <lekktu@gmail.com>
4164
4165 * progmodes/which-func.el (which-func-mode): Turn into a
4166 non-interactive function and mark as obsolete (bug#10428).
4167
89bd9ccd
CY
41682012-01-06 Chong Yidong <cyd@gnu.org>
4169
4170 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
4171 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
4172 functions, along with 1 and -1.
4173
4afee9d5
EZ
41742012-01-06 Eli Zaretskii <eliz@gnu.org>
4175
4176 * time.el (display-time-load-average)
4177 (display-time-default-load-average): Doc fixes. See the thread
4178 starting at
4179 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
4180 for the details.
4181
536aea70
GM
41822012-01-06 Glenn Morris <rgm@gnu.org>
4183
665ae865
GM
4184 * mail/unrmail.el (unrmail): Give an explicit error if the input file
4185 has no messages. (Bug#10377)
4186
c869783d
GM
4187 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
4188 than Info-edit. (Bug#10385)
4189
2bb4227e
GM
4190 * time.el (display-time-load-average, display-time-next-load-average):
4191 Doc fixes.
4192
7d5944b9
GM
4193 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
4194 local setting of buffer-read-only to the input buffer. (Bug#10419)
4195
536aea70
GM
4196 * calendar/calendar.el (calendar-mode):
4197 Locally set scroll-margin to 0. (Bug#10379)
4198
7dccca16
UM
41992012-01-06 Ulrich Mueller <ulm@gentoo.org>
4200
4201 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
4202
afbb7930
GM
42032012-01-05 Glenn Morris <rgm@gnu.org>
4204
4205 * eshell/em-unix.el (diff-no-select): Autoload it.
4206 (eshell/diff): Use diff-no-select. (Bug#10420)
4207
04482335
CY
42082012-01-05 Chong Yidong <cyd@gnu.org>
4209
7baca3bc
CY
4210 * shell.el (shell-dynamic-complete-functions): Revert last change.
4211 (shell-command-completion-function): New function.
4212 (shell-completion-vars): Use it to implement
4213 shell-completion-execonly (Bug#10417).
4214
04482335
CY
4215 * custom.el (enable-theme): Don't set custom-safe-themes.
4216
1d00653d
SM
4217 * cus-theme.el (custom-theme-merge-theme):
4218 Ignore custom-enabled-themes and custom-safe-themes.
04482335 4219
bb5aa5d6
MM
42202012-01-05 Michael R. Mauger <mmaug@yahoo.com>
4221
4222 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
4223 first prompt in `sql-interacive-mode'.
4224 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
04482335 4225 keywords.
6df6ae42 4226 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
bb5aa5d6
MM
4227 (sql-product-interactive): Bug fix: Set `sql-buffer' in
4228 context of original buffer. Invoke `sql-login-hook'.
4229
a7183d7c
EZ
42302012-01-04 Eli Zaretskii <eliz@gnu.org>
4231
4232 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
4233 letters in cite-prefix.
4234
a1eacd1e
LMI
42352012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4236
4237 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
4238
787cdb34
CY
42392012-01-03 Chong Yidong <cyd@gnu.org>
4240
1d00653d
SM
4241 * shell.el (shell-dynamic-complete-functions):
4242 Put pcomplete-completions-at-point, so as to try
787cdb34
CY
4243 comint-filename-completion first (Bug#10417).
4244
30710442
RS
42452012-01-02 Richard Stallman <rms@gnu.org>
4246
4247 * battery.el (battery-status-function):
4248 Detect when to use battery-yeeloong-sysfs.
4249 (battery-echo-area-format): Add string for Yeeloong.
4250 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
4251 (battery-yeeloong-sysfs): New function.
4252
f75bfc33
CY
42532012-01-02 Chong Yidong <cyd@gnu.org>
4254
4255 * dirtrack.el (dirtrack-list): Eliminate unused third element.
4256 (dirtrack): Merge code for handling relative filenames in prompt
4257 from shell-dir-cookie-watcher.
4258 (dirtrack-debug-message): New arg to avoid excess format calls.
4259
4260 * shell.el (shell-dir-cookie-re): Variable deleted.
4261 (shell-dir-cookie-watcher): Function deleted.
4262 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
4263 with dirtrack-mode.
4264
651e947e
EZ
42652012-01-01 Eli Zaretskii <eliz@gnu.org>
4266
1d00653d
SM
4267 * term/w32-win.el (dynamic-library-alist) <gnutls>:
4268 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
651e947e
EZ
4269 libgnutls-26.dll.
4270
94d4c7dc
AS
42712011-12-31 Andreas Schwab <schwab@linux-m68k.org>
4272
4273 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
4274
8d43f3cd
EZ
42752011-12-31 Eli Zaretskii <eliz@gnu.org>
4276
4277 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
4278 headers of non-MIME messages, when rmail-enable-mime is non-nil.
4279
98c8795a
MA
42802011-12-29 Michael Albinus <michael.albinus@gmx.de>
4281
4282 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
4283 also for alternative shells.
4284 (tramp-open-connection-setup-interactive-shell): Check, whether
4285 the shell is a busybox.
4286 (tramp-send-command): Don't suppress multiple prompts for
4287 busyboxes, it hurts.
4288
51281b32
CY
42892011-12-28 Chong Yidong <cyd@gnu.org>
4290
4291 * progmodes/gdb-mi.el (gdb-get-source-file-list)
4292 (gdb-get-source-file): Move mode line update to
4293 gdb-get-source-file (Bug#10087).
4294
2170cb53
CY
42952011-12-25 Chong Yidong <cyd@gnu.org>
4296
4297 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
4298 gud-gdb-marker-filter without taking it as an argument.
4299 (gud-gdb-run-command-fetch-lines): Caller changed.
4300 (gud-gdb-completion-function): New variable.
4301 (gud-gdb-completion-at-point): Use it.
4302 (gud-gdb-completions-1): Split from gud-gdb-completions.
4303
4304 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
4305 function as separate arguments.
4306 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
4307 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
4308 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
4309 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
4310 (gdb-stopped, def-gdb-auto-update-trigger)
4311 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
b81d40f0
JB
4312 (gdb-get-changed-registers, gdb-get-main-selected-frame):
4313 Callers changed.
2170cb53
CY
4314 (gud-gdbmi-completions): New function.
4315 (gdb): Use it for generating the completion table.
4316
be8b11bb
AM
43172011-12-24 Alan Mackenzie <acm@muc.de>
4318
4319 Introduce a mechanism to widen the region used in context font
1d00653d 4320 locking. Use this to protect declarations from losing their contexts.
be8b11bb 4321
1d00653d
SM
4322 * progmodes/cc-langs.el (c-before-font-lock-functions):
4323 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
b81d40f0 4324 (c-before-context-fontification-functions): New defvar, a list of
be8b11bb
AM
4325 functions to be run just before context (etc.) font locking.
4326
4327 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
b81d40f0 4328 New, functionality extracted from
be8b11bb 4329 c-neutralize-syntax-in-and-mark-CPP.
b81d40f0 4330 (c-in-after-change-fontification): New variable.
be8b11bb
AM
4331 (c-after-change): Set c-in-after-change-fontification.
4332 (c-set-fl-decl-start): Rejig its interface, so it can be called
4333 from both after-change and context fontifying.
b81d40f0
JB
4334 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
4335 New functions.
4336 (c-standard-font-lock-fontify-region-function): New variable.
4337 (c-font-lock-fontify-region): New function.
be8b11bb 4338
341cf6ac
JL
43392011-12-24 Juri Linkov <juri@jurta.org>
4340
4341 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
4342 (Bug#10348)
4343
bffcee0a
MA
43442011-12-23 Michael Albinus <michael.albinus@gmx.de>
4345
4346 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
4347 existence of source file. (Bug#10325)
4348
cb5e207c
AM
43492011-12-23 Alan Mackenzie <acm@muc.de>
4350
4351 Fix unstable fontification inside templates.
4352
b81d40f0
JB
4353 * progmodes/cc-langs.el (c-before-font-lock-functions):
4354 Newly created from the singular version. The (c c++ objc) entry now
cb5e207c
AM
4355 additionally has c-set-fl-decl-start. The other languages (apart
4356 from AWK) have that as a single entry.
4357
b81d40f0
JB
4358 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
4359 The functionality for "local" declarations has been extracted to
cb5e207c
AM
4360 c-set-fl-decl-start.
4361
b81d40f0
JB
4362 * progmodes/cc-mode.el (c-common-init, c-after-change):
4363 Changes due to pluralisation of c-before-font-lock-functions.
cb5e207c
AM
4364 (c-set-fl-decl-start): New function, extracted from
4365 c-font-lock-enclosing-decls and enhanced.
4366
60ff536c
JB
43672011-12-23 Juanma Barranquero <lekktu@gmail.com>
4368
4369 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
4370
1c4757d6
JL
43712011-12-22 Juri Linkov <juri@jurta.org>
4372
4373 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
4374
d031f2c7
CY
43752011-12-22 Chong Yidong <cyd@gnu.org>
4376
4377 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
4378
bace743a
DA
43792011-12-21 Drew Adams <drew.adams@oracle.com>
4380
4381 * files.el (file-remote-p): Fix docstring. (Bug#10319)
4382
728a1f2b
JC
43832011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
4384
4385 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
4386
0d373f73
TZ
43872011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
4388
fec0aaa4
TZ
4389 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
4390 highlighting and support. Fix up comments for capitalization.
4391 (cfengine-mode-debug): New var.
4392 (cfengine3-mode): Change the modeline indicator to "CFE3".
4393 (cfengine3-font-lock-keywords): Improve defun highlighting.
4394 (cfengine2-actions): Rename from `cfengine-actions'.
4395 (cfengine2-font-lock-keywords): Rename from
4396 `cfengine-font-lock-keywords'.
4397 (cfengine2-imenu-expression): Rename from
4398 `cfengine-imenu-expression'.
4399 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
4400 (cfengine2-beginning-of-defun): Rename from
4401 `cfengine-beginning-of-defun'.
4402 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
4403 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
4404 (cfengine2-mode): Rename from `cfengine-mode'. Change the
4405 modeline indicator to "CFE2".
4406 (cfengine-mode): Defalias to `cfengine-auto-mode'.
4407 (cfengine-mode-abbrevs): Mark obsolete.
0d373f73 4408
bc86f573
CY
44092011-12-21 Chong Yidong <cyd@gnu.org>
4410
4411 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
4412 filename argument.
4413
d45ba96b
MR
44142011-12-20 Martin Rudalics <rudalics@gmx.at>
4415
4416 * window.el (window-normalize-buffer-to-display): Remove.
4417 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
4418
a6198c90
CY
44192011-12-19 Chong Yidong <cyd@gnu.org>
4420
4421 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
4422 Don't signal an error in a predicate function; return non-nil.
4423 (vc-dir-mark-file): Move the error here.
4424 (vc-dir-mark-unmark): If acting on the region, keep going if one
4425 of the entries cannot be marked/unmarked.
4426 (vc-dir-mark-all-files): If current entry is a directory, mark
4427 only child files, as documented.
4428
34c5fb55
VB
44292011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
4430
4431 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
4432 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
4433 addition.
4434
c803b2b7
JD
44352011-12-18 Jan Djärv <jan.h.d@swipnet.se>
4436
4437 * term/ns-win.el (ns-get-selection-internal)
4438 (ns-store-selection-internal): Declare.
1154d12e
JB
4439 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
4440 Declare as obsolete.
4441 (ns-get-pasteboard, ns-paste-secondary):
4442 Use ns-get-selection-internal.
4443 (ns-set-pasteboard, ns-copy-including-secondary):
4444 Use ns-store-selection-internal.
c803b2b7 4445
9cff91f8 44462011-12-17 Chong Yidong <cyd@gnu.org>
99a289d9
CY
4447
4448 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
9cff91f8 4449 (vc-deduce-fileset): Doc fix.
99a289d9 4450
f16c898a
AS
44512011-12-16 Andreas Schwab <schwab@linux-m68k.org>
4452
4453 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
4454
763237c4
SS
44552011-12-13 Sam Steingold <sds@gnu.org>
4456
4457 * man.el (Man-getpage-in-background): When running under a
4458 window-system, ignore $MANWIDTH and $COLUMNS.
4459
5fc1c122
KH
44602011-12-15 Kenichi Handa <handa@m17n.org>
4461
4462 * language/ethio-util.el: Change coding tag to utf-8-emacs.
4463 (setup-ethiopic-environment-internal): Comment out key-binding for
4464 ethio-toggle-punctuation.
4465
13d49cbb
AM
44662011-12-13 Alan Mackenzie <acm@muc.de>
4467
898169a2
AM
4468 Add the switch statement to AWK Mode.
4469
7a71b18d 4470 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
898169a2
AM
4471 "default" to the keywords regexp.
4472
7a71b18d 4473 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
898169a2 4474 expression as the rest.
1d00653d
SM
4475 (c-nonlabel-token-key): Allow string literals for AWK.
4476 Refactor for the other modes.
898169a2 4477
13d49cbb 4478 Large brace-block initialisation makes CC Mode slow: Fix.
1d00653d 4479 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
13d49cbb
AM
4480 routines. Limit backward searching in c-font-lock-enclosing.decl.
4481
4482 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
4483 pp-state and literal type in addition to the limits.
1d00653d 4484 (c-state-safe-place): New defun, extracted from c-state-literal-at.
13d49cbb 4485 (c-state-literal-at): Use the above new defun.
1d00653d
SM
4486 (c-slow-in-literal, c-fast-in-literal): Remove.
4487 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
13d49cbb
AM
4488
4489 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
4490 being in a literal. Add a limit for backward searching.
4491
4492 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
4493 c-slow-in-literal.
4494
15e0efc7
SM
44952011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
4496
4497 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
4498
454592a6
MR
44992011-12-13 Martin Rudalics <rudalics@gmx.at>
4500
4501 * window.el (delete-other-windows): Use correct frame in call to
4502 window-with-parameter.
4503
87393f26
DP
45042011-12-12 Daniel Pfeiffer <occitan@t-online.de>
4505
4506 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
4507 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
4508 (makefile-gmake-statements, makefile-makepp-statements):
4509 Use it and add new makepp keywords.
4510 (makefile-makepp-font-lock-keywords): Add new patterns.
4511 (makefile-match-function-end): Match new [...] and [[...]].
4512
11636b22
JB
45132011-12-11 Juanma Barranquero <lekktu@gmail.com>
4514
4515 * ses.el (ses-call-printer-return, ses-cell-property-get)
4516 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
4517 (ses-create-cell-variable, ses-reset-header-string)
4518 (ses-cell-set-formula, ses-repair-cell-reference-all)
4519 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
4520 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
4521 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
4522 (ses-aset-with-undo, ses-load, ses-truncate-cell)
4523 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
4524 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
4525 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
4526 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
4527 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
4528 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
4529 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
4530 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
4531
cf018193
VB
45322011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
4533
4534 * ses.el: The overall change is to add cell renaming, that is
4535 setting fancy names for cell symbols other than name matching
4536 "\\`[A-Z]+[0-9]+\\'" regexp .
4537 (ses-create-cell-variable): New defun.
4538 (ses-relocate-formula): Relocate formulas only for cells the
4539 symbols of which are not renamed, i.e. symbols whose names do not
4540 match regexp "\\`[A-Z]+[0-9]+\\'".
4541 (ses-relocate-all): Relocate values only for cells the symbols of
4542 which are not renamed.
4543 (ses-load): Create cells variables as the (ses-cell ...) are read,
4544 in order to check row col consistency with cell symbol name only
4545 for cells that are not renamed.
4546 (ses-replace-name-in-formula): New defun.
4547 (ses-rename-cell): New defun.
4548
ee957461
CY
45492011-12-11 Chong Yidong <cyd@gnu.org>
4550
4551 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
4552 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
4553
9a9e9ef0
MR
45542011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
4555
4556 * window.el (other-window): Fix docstring.
4557
92a8eba5
EZ
45582011-12-10 Eli Zaretskii <eliz@gnu.org>
4559
4560 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
1d00653d
SM
4561 `from' or `to' address before taking its substring.
4562 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
92a8eba5
EZ
4563 encoded name is chopped in the middle of the encoded string, and
4564 thus displayed encoded.
4565
e152e577
JB
45662011-12-10 Juanma Barranquero <lekktu@gmail.com>
4567
4568 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
4569
e5d84bfe
EZ
45702011-12-10 Eli Zaretskii <eliz@gnu.org>
4571
4572 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
4573 to use texinfo-update-node and commands that call it if the
4574 Texinfo file uses @node lines without next/prev/up pointers.
b8830d28 4575 Correct outdated description about texinfo-master-menu.
e5d84bfe
EZ
4576 (texinfo-all-menus-update, texinfo-master-menu)
4577 (texinfo-update-node, texinfo-every-node-update)
4578 (texinfo-multiple-files-update): Doc fix. Warn against updating
4579 all the @node lines.
4580 (texinfo-master-menu): Only call texinfo-update-node if the prefix
b8830d28
EZ
4581 argument is numeric. Explain better in the doc string what the
4582 function really does.
4583 (texinfo-insert-master-menu-list): Improve the error message
4584 displayed if there's no menu in the Top node.
4585 (Bug#2975) See also this thread:
e5d84bfe
EZ
4586 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
4587
1d84e9bb
MG
45882011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
4589
4590 * speedbar.el (speedbar-supported-extension-expressions):
4591 Add .adb and .ads, commonly used for Ada source code (bug#10256).
4592
382c953b
JB
45932011-12-09 Juanma Barranquero <lekktu@gmail.com>
4594
4595 * printing.el (pr-mode-alist):
4596 * simple.el (filter-buffer-substring-functions)
4597 (completion-list-insert-choice-function):
4598 * window.el (window-with-parameter, window-atom-root)
4599 (window-sides-slots, window-size-fixed, window-min-delta)
4600 (window-max-delta, window--resize-mini-window)
4601 (window--resize-child-windows-normal, window-tree)
4602 (delete-other-windows, quit-window, split-window)
4603 (display-buffer-record-window, special-display-buffer-names)
4604 (special-display-regexps, special-display-popup-frame)
4605 (same-window-p, split-window-sensibly)
4606 (display-buffer-overriding-action, display-buffer-alist)
4607 (display-buffer-base-action, display-buffer, switch-to-buffer)
4608 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
4609 (fit-window-to-buffer, recenter-positions)
4610 (mouse-autoselect-window-state, mouse-autoselect-window-select):
4611 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
4612 and remove unneeded backslashes in docstrings.
4613
39c9faef
SM
46142011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
4615
98449af8
SM
4616 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
4617
39c9faef
SM
4618 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
4619 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
4620 end in ".mk".
4621 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
4622 when reading the makefile (bug#10116).
4623
86ed9fdc
SM
46242011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
4625
4626 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
4627 (bug#10116).
4628
5580f89d
GM
46292011-12-06 Glenn Morris <rgm@gnu.org>
4630
4631 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
4632
28d3917c
CY
46332011-12-06 Chong Yidong <cyd@gnu.org>
4634
4635 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
4636
a98edce9
JB
46372011-12-06 Juanma Barranquero <lekktu@gmail.com>
4638
4639 * textmodes/table.el (table-shorten-cell): Fix typo.
4640
e65adfac
CG
46412011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
4642
4643 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
4644
71cc0b74
EZ
46452011-12-05 Eli Zaretskii <eliz@gnu.org>
4646
4647 * descr-text.el (describe-char): Fix display of strong
4648 right-to-left characters and directional embeddings and overrides.
4649
4650 * simple.el (what-cursor-position): Fix display of codepoints of
4651 strong right-to-left characters.
4652
315bc30d
CY
46532011-12-05 Chong Yidong <cyd@gnu.org>
4654
4655 * faces.el (read-color): Doc fix.
4656
58a70b94
GM
46572011-12-05 Glenn Morris <rgm@gnu.org>
4658
4659 * align.el (align--set-marker): Add doc-string.
4660 Don't try to move something that is not a marker. (Bug#10216)
4661
5158face
GM
46622011-12-04 Glenn Morris <rgm@gnu.org>
4663
4664 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
4665 overly zealous deletion of trailing whitespace.
4666
520fca41
JB
46672011-12-04 Juanma Barranquero <lekktu@gmail.com>
4668
4669 * server.el (server-delete-client): On Windows, do not try to delete
4670 the only terminal.
4671 (server-process-filter): On Windows, treat requests for a tty frame as
4672 if they were for a GUI frame if the running server is in GUI mode.
4673
5e605a2e
GM
46742011-12-03 Glenn Morris <rgm@gnu.org>
4675
4676 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
4677
5c3fe83f
SM
46782011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
4679
6f5e57e7
SM
4680 * electric.el: Streamline electric-indent's hook.
4681 (electric-indent-chars): Revert to simple list.
4682 (electric-indent-functions): New var.
4683 (electric-indent-post-self-insert-function): Use it.
4684
5c3fe83f
SM
4685 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
4686 there's no inferior buffer (bug#10196).
4687 (prolog-consult-compile): Don't use toggle-read-only.
4688
6bdac736
MA
46892011-12-02 Michael Albinus <michael.albinus@gmx.de>
4690
4691 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
4692 interrupt. (Bug#10187)
4693
6131ba7f
SM
46942011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
4695
99c79fee
SM
4696 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
4697 (bug#9160).
4698
6131ba7f
SM
4699 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
4700 (bug#10191).
4701
cb0a02ea
JL
47022011-12-02 Juri Linkov <juri@jurta.org>
4703
4704 * info.el (Info-search): Display "end of manual" when Isearch
4705 reaches the end of single-file Info manual. (Bug#9918)
4706
66e0570c
EZ
47072011-12-02 Eli Zaretskii <eliz@gnu.org>
4708
4709 * isearch.el (isearch-message-prefix): Run the input method part
4710 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
4711
02b16839
JL
47122011-12-02 Juri Linkov <juri@jurta.org>
4713
4714 * isearch.el (isearch-occur): Use `word-search-regexp' for
4715 `isearch-word'.
4716 (isearch-search-and-update): Add condition for `isearch-word' and
4717 call `word-search-regexp'. (Bug#10145)
4718
0b950688
GM
47192011-12-01 Glenn Morris <rgm@gnu.org>
4720
4721 * eshell/em-hist.el (eshell-hist-initialize):
4722 Handle eshell-history-size nil and HISTSIZE set or unset.
e8087a76 4723 (eshell-history-file-name, eshell-history-size): Fix custom type.
0b950688 4724
9505c3c7
SM
47252011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
4726
4727 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
4728
1bbe96b2 47292011-12-01 Michael McNamara <mac@mail.brushroad.com>
6288f0ca 4730
a1beca85
SM
4731 * progmodes/verilog-mode.el (verilog-pretty-expr):
4732 Rework verilog-pretty-expr to handle new assignment operators in system
6288f0ca
WS
4733 verilog, such as += *= and the like.
4734 (verilog-assignment-operator-re): Regular expression to find the
4735 assigment operator in a verilog assignment.
4736 (verilog-assignment-operation-re): Regular expression to find an
4737 assignment statement for pretty-expr.
4738 (verilog-in-attribute-p): Query returns true if point is in an
4739 attribute context; used to skip these for expression line up from
4740 pretty-expr.
4741 (verilog-in-parameter-p): Query returns true if point is in an
4742 parameter definition context; used to skip these for expression
4743 line up from pretty-expr.
4744 (verilog-in-parenthesis-p): Query returns true if point is in a
4745 parenthetical expression, specifically ( ) but not [ ] or { };
4746 used by pretty-expr.
4747 (verilog-just-one-space): If there is no space, don't add one.
4748 (verilog-get-lineup-indent-2): Specifically skip just attribute
4749 contexts for expression lineup, rather than skipping all
4750 parenthetical expressions.
4751 (verilog-calculate-indent): Fix comment, and fix indent.
4752 (verilog-do-indent): Indent declarations in lists (suggested by
4753 Joachim Lechner).
4754 (verilog-mode-abbrev-table): Populate abbrev mode with the various
4755 skeleton items.
4756 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
4757 by Alain Mellan).
4758
1bbe96b2 47592011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
6288f0ca
WS
4760
4761 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
4762 parameters with embedded comments. Reported by Ray Stevens.
4763 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
4764 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
4765 Reported by Tim Holt.
4766 (verilog-auto): Fix AUTOing a upper module then AUTOing module
4767 instantiated by upper module causing wrong expansion until AUTOed a
4768 second time. Reported by K C Buckenmaier.
4769 (verilog-diff-auto): Fix showing .* as a difference when
4770 `verilog-auto-star-save' off. Reported by Dan Dever.
4771 (verilog-auto-reset, verilog-read-always-signals)
4772 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
4773 temporary signals in reset list if
4774 verilog-auto-reset-blocking-in-non is nil, and match assignment
a1beca85
SM
4775 style to each signal's assignment type, bug381.
4776 Reported by Thomas Esposito.
6288f0ca
WS
4777 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
4778 (verilog-uvm-statement-re): Support UVM indentation and
4779 highlighting, with old OVM keywords only.
a1beca85 4780 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
1d00653d
SM
4781 Support AUTOTIEOFF creating non-wire data types.
4782 Suggested by Jonathan Greenlaw.
6288f0ca
WS
4783 (verilog-auto-insert-lisp, verilog-delete-to-paren)
4784 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
4785 (verilog-inject-sense, verilog-read-inst-pins)
a1beca85
SM
4786 (verilog-read-sub-decls, verilog-read-sub-decls-line):
4787 Fix mismatching parenthesis inside commented out code when deleting
382c953b 4788 AUTOINST, bug383. Reported by Jonathan Greenlaw.
6288f0ca
WS
4789 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
4790 non-numeric vector width. Reported by Alex Reed.
4791 (verilog-auto-ascii-enum): Add "onehot" option to work around not
382c953b 4792 detecting signals with parameter widths. Reported by Alex Reed.
a1beca85
SM
4793 (verilog-auto-delete-trailing-whitespace):
4794 With `verilog-auto-delete-trailing-whitespace' remove trailing
6288f0ca
WS
4795 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
4796 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
4797 Fix verilog-scan-cache corruption when running user AUTO expansion
4798 hooks that call indentation routines.
4799 (verilog-simplify-range-expression): Fix typo ignoring lower case
4800 identifiers.
4801 (verilog-delete-auto): Fix delete-autos to also remove user created
4802 automatics, as long as they start with AUTO.
4803 (verilog-batch-diff-auto, verilog-diff-auto)
4804 (verilog-diff-function): Add `verilog-diff-auto' and bind to
4805 "C-c?" to report differences in AUTO expansion, ignoring spaces.
4806 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
4807 (verilog-in-paren-quick, verilog-re-search-backward-quick)
a1beca85
SM
4808 (verilog-re-search-forward-quick, verilog-syntax-ppss):
4809 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
6288f0ca
WS
4810 is disabled and its cache will get corrupt, causing AUTOS not to
4811 expand. Instead use only -quick functions.
4812 (verilog-scan-region): Fix scanning over escaped quotes.
4813 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
4814 (verilog-re-search-backward-quick)
4815 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
4816 related functions now ignore strings, to fix misparsing of strings
4817 with magic comments embedded in them.
a1beca85
SM
4818 (verilog-read-auto-template):
4819 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
4820 Reported by Brad Dobbie.
4821 (verilog-read-auto-template):
4822 Fix 'verilog-auto-inst-template-numbers' with comments.
6288f0ca 4823 Reported by Brad Dobbie.
6288f0ca
WS
4824 (verilog-auto-inst, verilog-auto-inst-param)
4825 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
4826 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
4827 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
a1beca85
SM
4828 debugging templates without merge conflicts, bug357.
4829 Reported by Brad Dobbie.
4830 (verilog-read-auto-template):
4831 Fix verilog-auto-inst-template-numbers with multiple templates.
6288f0ca
WS
4832 Reported by Brad Dobbie.
4833 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
4834 abbrevs so user won't be asked to save.
4835 (verilog-read-auto-lisp-present): Fix to start at beginning of
4836 buffer in case called outside of verilog-auto.
4837 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
4838 to "X-2". Reported by Matthew Myers.
4839 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
4840 all inputs from module templates. Reported by Leith Johnson.
4841 (verilog-module-inside-filename-p): Fix locating programs as with
4842 modules.
4843 (verilog-auto-inst-port): Fix vl-width expressions when using
4844 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
4845 (verilog-decls-get-regs, verilog-decls-get-signals,
4846 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
4847 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
4848 verilog-read-decls): Combine reg and wire structures into one var
4849 structure to represent SystemVerilog concepts.
4850 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
4851 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
a1beca85
SM
4852 (verilog-auto-wire-type, verilog-insert-definition):
4853 Add verilog-auto-wire-type and AUTOLOGIC to support using
6288f0ca
WS
4854 SystemVerilog "logic" keyword instead of "wire"/"reg".
4855 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
4856 to declares outputs that also have assignments (presumably in an
a1beca85
SM
4857 ifdef or generate if so there's not a driver conflict).
4858 Reported by Matthew Myers.
4859 (verilog-auto-declare-nettype, verilog-insert-definition):
4860 Add verilog-auto-declare-nettype to fix declarations using
6288f0ca
WS
4861 `default_nettype none. Reported by Julian Gorfajn.
4862 (verilog-read-always-signals-recurse, verilog-read-decls)
4863 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
4864 malformed end statement, bug325. Reported by Joshua Wise and
4865 Andrew Drake.
4866 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
4867 (verilog-inst-comment-re): Fix not deleting Interfaced comment
1d00653d
SM
4868 when expanding .* in interfaces, bug320.
4869 Reported by Pierre-David Pfister.
6288f0ca 4870 (verilog-read-module-name): Fix import statements between module
1d00653d
SM
4871 name and open parenthesis, bug317.
4872 Reported by Pierre-David Pfister.
6288f0ca
WS
4873 (verilog-simplify-range-expression): Fix simplification of
4874 multiplications inside AUTOWIRE connections, bug303.
4875 (verilog-auto-inst-port): Support parameter expansion in
4876 multidimensional arrays.
4877 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
4878 after "assert property". Reported by Julian Gorfajn.
4879 (verilog-simplify-range-expression): Fix "couldn't merge" errors
4880 with multiplication, bug303.
4881 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
4882 Reported by Jan Frode Lonnum.
4883
1bbe96b2
GM
48842011-11-30 Juanma Barranquero <lekktu@gmail.com>
4885
4886 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
4887 (hfy-shell-file-name, hfy-shell):
4888 * international/fontset.el (x-decompose-font-name): Fix typos.
4889
48902011-11-29 Ken Brown <kbrown@cornell.edu>
4891
4892 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
4893 (gdb-version): Remove defvar.
4894 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
4895 (gdb-gud-context-command, gdb-non-stop-handler)
4896 (gdb-current-context-command, gdb-stopped): Use it.
4897 (gdb-init-1): Enable pretty printing here.
6131ba7f
SM
4898 (gdb-non-stop-handler): Don't enable pretty-printing here.
4899 Check to see if the target supports non-stop mode; if not, turn off
1bbe96b2
GM
4900 non-stop mode. Use the following.
4901 (gdb-check-target-async): New defun.
4902 (gud-watch, gdb-stopped): Fix whitespace.
4903 (gdb-get-source-file): Don't try to display the source file if
4904 `gdb-main-file' is nil.
4905
49062011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
4907
4908 * align.el: Try to generate fewer markers (bug#10047).
4909 (align--set-marker): New macro.
4910 (align-region): Use it.
4911
c935221f
SM
49122011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
4913
4914 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
4915
e70b5064
CY
49162011-11-29 Chong Yidong <cyd@gnu.org>
4917
4918 * indent.el (indent-for-tab-command, indent-according-to-mode):
4919 Doc fix.
4920 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
4921
f3af92b7
MA
49222011-11-29 Michael Albinus <michael.albinus@gmx.de>
4923
4924 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
4925 aware of remote file names. (Bug#10124)
4926
ed472be9
CY
49272011-11-29 Chong Yidong <cyd@gnu.org>
4928
4929 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
4930
24510c22
SM
49312011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
4932
4933 * files.el (find-file): Don't use force-same-window (bug#10144).
4934 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
4935 use pop-to-buffer if the selected window can't be used.
4936 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
4937
c60c3703
EZ
49382011-11-28 Eli Zaretskii <eliz@gnu.org>
4939
4940 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
4941 special-mode-map.
4942
e95def75
CY
49432011-11-28 Chong Yidong <cyd@gnu.org>
4944
4945 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
4946
c3f1c606
NR
49472011-11-27 Nick Roberts <nickrob@snap.net.nz>
4948
4949 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
4950 gdb-get-source-file-list on gdb-create-source-file-list.
4951
00db469c
EZ
49522011-11-26 Eli Zaretskii <eliz@gnu.org>
4953
4954 * whitespace.el (whitespace-newline): Use a different foreground
4955 color for 16-color light-background displays.
4956
4ad3bc2a
CY
49572011-11-24 Chong Yidong <cyd@gnu.org>
4958
4959 * window.el (display-buffer--special-action): Doc fix.
4960
e9fce1ac
JB
49612011-11-25 Juanma Barranquero <lekktu@gmail.com>
4962
4963 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
4964 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
4965 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
4966 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
4967 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
4968 (avl-tree-stack-first):
4969 * emacs-lisp/cconv.el (cconv--analyse-use):
4970 * net/gnutls.el (gnutls-negotiate): Fix typos.
4971
cb825e5d
GM
49722011-11-24 Glenn Morris <rgm@gnu.org>
4973
3adbe224
GM
4974 * lpr.el (lpr-windows-system, lpr-lp-system):
4975 * mail/binhex.el (binhex-begin-line):
4976 * progmodes/grep.el (grep-history, grep-find-history):
4977 * textmodes/flyspell.el:
4978 * vc/pcvs-defs.el (cvs-global-menu):
4979 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
4980 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
4981 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
4982
321decc8
GM
4983 * net/tls.el: Fix case of "GnuTLS".
4984
420b63ad
GM
4985 * paths.el (rmail-file-name): Format doc-string for make-docfile.
4986
cb825e5d
GM
4987 * version.el (emacs-build-system): Give it a doc-string.
4988
a0649f08
JL
49892011-11-24 Juri Linkov <juri@jurta.org>
4990
4991 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
4992
c0bc0fd4
GM
49932011-11-24 Glenn Morris <rgm@gnu.org>
4994
4995 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
4996 if called on a non-mime message just toggle the headers. (Bug#8006)
4997
20db1522
JB
49982011-11-24 Juanma Barranquero <lekktu@gmail.com>
4999
5000 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
5001 (allout-lead-with-comment-string, allout-structure-deleted-hook)
5002 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
5003 (allout-rebullet-heading, allout-open-sibtopic)
5004 (allout-toggle-current-subtree-encryption)
5005 (allout-toggle-subtree-encryption, allout-encrypt-string)
5006 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
5007 (allout-distinctive-bullets-string, allout-auto-activation):
5008 * window.el (window-normalize-buffer-to-display):
5009 * progmodes/verilog-mode.el (verilog-batch-indent):
5010 * textmodes/bibtex.el (bibtex-field-braces-opt)
5011 (bibtex-field-strings-opt):
5012 * vc/cvs-status.el (cvs-tree-merge):
5013 Fix typos.
5014
7262a87c
MA
50152011-11-23 Michael Albinus <michael.albinus@gmx.de>
5016
5017 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
5018 `non-essential' to t, in order to avoid remote connections.
5019
283430a1
EZ
50202011-11-23 Eli Zaretskii <eliz@gnu.org>
5021
a1beca85
SM
5022 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
5023 On MS-DOS and MS-Windows, compare with loaddefs.el
283430a1
EZ
5024 case-insensitively.
5025
d2992a38
ML
50262011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
5027
5028 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
5029
50419064
GM
50302011-11-23 Glenn Morris <rgm@gnu.org>
5031
da94eca1
GM
5032 * paths.el (rmail-file-name): Reformat the doc-string so that it
5033 is picked up.
5034
9aac4de2
GM
5035 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
5036 (rmail-auto-file): Ignore case in the "special" field names,
5037 as mail-fetch-field does for all others.
5038
8038d2d2
GM
5039 * mail/rmail.el (rmail-forward):
5040 * mail/rmailkwd.el (rmail-set-label):
5041 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
5042 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
5043
f3fe222a
GM
5044 * mail/rmail.el (rmail-current-message): Doc fix.
5045
50419064
GM
5046 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
5047
28109f49
SM
50482011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
5049
5050 * server.el (server-eval-and-print): Allow C-g (bug#6585).
5051
394c65f1
GM
50522011-11-22 Glenn Morris <rgm@gnu.org>
5053
5054 * mail/rmailmm.el (test-rmail-mime-handler)
5055 (test-rmail-mime-bulk-handler)
5056 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
5057
f2a0aa3a
JL
50582011-11-21 Juri Linkov <juri@jurta.org>
5059
1154d12e
JB
5060 * calc/calc.el (calc-read-key-sequence):
5061 Let-bind `input-method-function' to nil. (Bug#10018)
f2a0aa3a 5062
9c34a344
LMI
50632011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5064
5065 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
5066 Tell the caller that the next line needs recomputation, even
5067 though it doesn't start a sexp (bug#10094).
5068
f04a3be9
SM
50692011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
5070
5071 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
5072
7978747f
SM
50732011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
5074
f04a3be9
SM
5075 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
5076 Use force-same-window.
7978747f 5077
fe7a3057
JB
50782011-11-20 Juanma Barranquero <lekktu@gmail.com>
5079
5080 * descr-text.el (describe-char-unicode-data):
5081 * json.el (json-string-escape):
5082 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
5083 (Footnote-unicode, Footnote-style-p):
5084 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
5085
24901d61
CY
50862011-11-20 Chong Yidong <cyd@gnu.org>
5087
5088 * window.el (replace-buffer-in-windows): Restore interactive spec.
5089
bac7ff22
SM
50902011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
5091
24f3d7b9
SM
5092 * electric.el (electric-indent-mode): Fix last change (too optimistic).
5093
bac7ff22
SM
5094 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
5095 (byte-compile-global-not-obsolete-vars): New var.
5096 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
5097 Use it.
5098 (byte-compile-warn-obsolete): Align text with the one in *Help*.
5099
cd1181db
JB
51002011-11-20 Juanma Barranquero <lekktu@gmail.com>
5101
5102 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
5103 * progmodes/pascal.el (electric-pascal-equal):
5104 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
5105 * xml.el (xml-substitute-special): Fix typos.
5106
7fb18e9e
GM
51072011-11-20 Glenn Morris <rgm@gnu.org>
5108
5109 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
5110 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
5111 Doc fixes.
5112 (rmail-decode-mime-charset): Mark as obsolete.
5113
5114 * mail/rmailsum.el (rmail-message-regexp-p-1):
5115 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
5116 Before using mime functions, check they are set. (Bug#10077)
5117
d5a6b3ba
JL
51182011-11-19 Juri Linkov <juri@jurta.org>
5119
5120 * info.el (Info-finder-find-node): Use `package--builtins' instead
5121 of `package-alist'. Use node names formed by the pattern "Keyword "
5122 and the keyword name.
5123
e981b61f
AS
51242011-11-19 Andreas Schwab <schwab@linux-m68k.org>
5125
1d00653d 5126 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
e981b61f 5127
3ffbc301
JL
51282011-11-19 Juri Linkov <juri@jurta.org>
5129
5130 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
5131 that calls `revert-buffer' on all Info buffers. (Bug#9915)
5132 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
5133 `old-history', `old-history-forward'. Add let-binding
5134 `window-selected'. Remove calls to `kill-buffer',
5135 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
5136 before calling `Info-find-node', so `Info-find-node-2' will reread
5137 the Info file. Restore window positions only when `window-selected'
5138 is non-nil.
5139
30c62133
JL
51402011-11-19 Juri Linkov <juri@jurta.org>
5141
5142 * isearch.el (isearch-lazy-highlight-new-loop):
5143 Remove condition `(not isearch-error)'. (Bug#9918)
5144
5145 * misearch.el (multi-isearch-search-fun): Add condition
5146 `(not bound)' to ignore lazy-highlighting search.
5147 Add the search-failed message "end of multi" when the end of
5148 multi-sequence is reached. Uncapitalize the search-failed
5149 message "Repeat for next buffer".
5150
5151 * info.el (Info-search): Add the search-failed message
5152 "end of the manual" when the end of the manual is reached
5153 in Isearch mode.
5154
645ca9cf
JL
51552011-11-19 Juri Linkov <juri@jurta.org>
5156
5157 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
5158 Use non-destructive `remove' instead of `delete' because
5159 `Info-history-list' stored to `Info-isearch-initial-history-list' in
5160 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
5161
df754f66
JL
51622011-11-19 Juri Linkov <juri@jurta.org>
5163
5164 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
5165 to nil instead of binding `search-ring' and `regexp-search-ring'.
5166 (Bug#9185)
5167
0e23d96a
EZ
51682011-11-19 Eli Zaretskii <eliz@gnu.org>
5169
5170 * simple.el (line-move): Force movement by logical lines for any
5171 hscrolled window, not only when auto-hscroll-mode is on.
5172 (line-move-visual): Update doc string to that effect. (Bug#10076)
5173
8a6ccb66
AS
51742011-11-19 Andreas Schwab <schwab@linux-m68k.org>
5175
5176 * language/european.el (macintosh): Define as alias for mac-roman.
5177
49ae5b39
EZ
51782011-11-19 Eli Zaretskii <eliz@gnu.org>
5179
5180 * mail/rmailmm.el (rmail-mime-display-header)
5181 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
5182 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
5183 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
5184 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
5185 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
5186 of a raw aref.
5187 (rmail-mime-entity-segment): To get past the tagline, move forward
5188 2 more lines, to account for the 2 empty lines that precede and
5189 follow the line with the buttons.
5190 (rmail-mime-update-tagline): Move one more line, to get past the
5191 empty line that follows the buttons in the tagline. (Bug#9520)
5192
c56cad4a
MR
51932011-11-19 Martin Rudalics <rudalics@gmx.at>
5194
5195 * window.el (window-max-delta-1, window-min-delta-1)
5196 (window-min-size-1, window-state-get-1, window-state-put-1)
5197 (window-state-put-2): Use "window--" prefix.
5198
cbe71af3
SM
51992011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
5200
2ad52c60
SM
5201 * emacs-lisp/smie.el: Improve warnings and conflict detection.
5202 (smie-warning-count): New var.
5203 (smie-set-prec2tab): Use it.
5204 (smie-bnf->prec2): Improve warnings. Add docstring.
5205 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
5206 (smie-bnf--set-class): New function.
5207 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
5208 corner case.
5209
6944dbc1
SM
5210 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
5211 (compilation-error-properties, compilation-move-to-column):
5212 Handle compilation-first-column while in the target buffer.
5213
c400c4d7
SM
5214 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
5215 Don't hardcode point-min==1.
5216
6dbe3e96
SM
5217 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
5218 (eshell-rewrite-for-command): Remove workaround.
5219 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
5220 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
5221 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
5222
cbe71af3
SM
5223 * files-x.el (modify-file-local-variable): Obey commenting conventions.
5224
a8e1496d
GM
52252011-11-17 Glenn Morris <rgm@gnu.org>
5226
5227 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
5228 Ignore buffer-local generated-autoload-file if it is the same
5229 as the global value. (Bug#10049)
5230
df85d315
JB
52312011-11-17 Juanma Barranquero <lekktu@gmail.com>
5232
5233 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
5234 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
5235 (reftex-toc-previous-heading, reftex-toc-max-level)
5236 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
5237 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
5238 (reftex-toc-do-promote, reftex-toc-promote-prepare)
5239 (reftex-toc-promote-action, reftex-toc-extract-section-number)
5240 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
5241 (reftex-toc-rename-label, reftex-toc-visit-location)
5242 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
5243 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
5244 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
5245 leaving "*toc*" only for references to the buffer.
5246
a0c2d0ae
MR
52472011-11-17 Martin Rudalics <rudalics@gmx.at>
5248
5249 * window.el (window-resize, delete-window, split-window):
5250 Replace window-splits by window-combination-resize.
1d00653d 5251 * cus-start.el (window-splits): Replace by window-combination-resize.
a0c2d0ae 5252
35c0bac8
GM
52532011-11-17 Glenn Morris <rgm@gnu.org>
5254
5255 * progmodes/sh-script.el (sh-font-lock-keywords-var):
5256 Make bash entry derive from sh entry, not shell entry.
5257
d0c8fc8a
MA
52582011-11-16 Michael Albinus <michael.albinus@gmx.de>
5259
d0c8fc8a
MA
5260 * net/tramp-cache.el (tramp-flush-file-property): Flush also
5261 properties of linked files. (Bug#9879)
5262
7262a87c
MA
5263 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
5264 local file name.
5265
7877f373
JB
52662011-11-16 Juanma Barranquero <lekktu@gmail.com>
5267
5268 * menu-bar.el (menu-bar-file-menu):
5269 * printing.el (pr-ps-utility):
5270 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
5271 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
5272 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
5273 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
5274 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
5275 (icalendar--convert-cyclic-to-ical)
5276 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
5277 (icalendar--convert-ical-to-diary)
5278 (icalendar--convert-recurring-to-diary)
5279 (icalendar--convert-non-recurring-all-day-to-diary)
5280 (icalendar-import-format-sample):
5281 * progmodes/idlw-shell.el (idlwave-shell-mode):
5282 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
5283 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
5284 (vhdl-ps-print-init): Fix typos.
5285
10649b82
KM
52862011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
5287
9d0cfcd6
GM
5288 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
5289 FSF and collapse date sequence, obscure author/maintainer email address
5290 better, remove extra version line, track relocation of author's webpage.
10649b82 5291
9d0cfcd6
GM
5292 * progmodes/python.el (python-pdbtrack-input-prompt)
5293 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
5294 regular python pdb prompts. Adjustments shamelessly taken exactly as
5295 suggested in EmacsWiki page (tiny change):
5296 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
8642c216 5297
58179cce
JB
52982011-11-16 Juanma Barranquero <lekktu@gmail.com>
5299
5300 * expand.el (expand-pos, expand-index, expand-point):
5301 Remove redundant info from docstring.
5302 (expand-add-abbrevs): Doc fix.
5303 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
5304 (expand-sample-perl-mode-expand-list): Fix typos.
5305
5306 * net/dbus.el (dbus-event-member-name):
5307 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
5308 * term/pc-win.el (msdos-create-frame-with-faces):
5309 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
5310
b6f67890
MR
53112011-11-16 Martin Rudalics <rudalics@gmx.at>
5312
5313 * window.el (split-window, window-state-get-1)
5314 (window-state-put-1, window-state-put-2): Rename occurrences of
5315 window-nest to window-combination-limit.
1d00653d 5316 * cus-start.el (window-nest): Rename to window-combination-limit.
b6f67890 5317
ce7ddba0
CY
53182011-11-16 Chong Yidong <cyd@gnu.org>
5319
5320 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
5321 regexp (Bug#10033).
5322
3ae704f4
SM
53232011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
5324
5325 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
5326 `completing-read' will remove *Completions* and will preserve
5327 current-buffer for us.
5328 (tmm-add-prompt): Users of *Completions* will always (re)set its
5329 major mode.
5330 (tmm-old-comp-map): Remove.
5331
6ad1cdde
GM
53322011-11-16 Glenn Morris <rgm@gnu.org>
5333
5334 * mail/rmailedit.el: Require rmailmm when compiling.
5335 (rmail-old-mime-state): New declaration.
5336 (rmail-edit-current-message): If editing a mime message,
5337 edit the "raw" message from the mbox buffer.
5338 (rmail-cease-edit): Handle mime messages. (Bug#9840)
5339
d20faa20
GM
53402011-11-15 Glenn Morris <rgm@gnu.org>
5341
5342 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
5343 which wasn't being used. Add optional arg to force given state.
5344 (rmail-mime): Add optional arg to force given state.
5345
c7015153
JB
53462011-11-15 Juanma Barranquero <lekktu@gmail.com>
5347
5348 * allout.el (allout-encryption-plaintext-sanitization-regexps):
5349 * frame.el (display-mm-dimensions-alist):
5350 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
5351 (outline-move-subtree-down):
5352 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
5353 (newsticker--treeview-do-get-node):
5354 * net/quickurl.el (quickurl-list-buffer-name):
5355 * progmodes/dcl-mode.el (dcl-mode):
5356 * progmodes/gdb-mi.el (gdb-mapcar*):
5357 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
5358
45261b50
GM
53592011-11-15 Glenn Morris <rgm@gnu.org>
5360
5361 * mail/rmail.el (rmail-file-coding-system): It's only ever used
5362 in a boolean sense, so just make it a boolean, and fix the doc.
5363 (rmail-show-mime-function, rmail-mime-feature)
5364 (rmail-require-mime-maybe): Doc fixes.
5365 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
5366
5367 * mail/rmailmm.el (rmail-show-mime): Doc fix.
5368
0d26e0b6
JB
53692011-11-15 Juanma Barranquero <lekktu@gmail.com>
5370
5371 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
5372 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
5373 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
5374 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
5375
447f30f6
GM
53762011-11-15 Glenn Morris <rgm@gnu.org>
5377
672b871d
GM
5378 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
5379 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
5380 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
5381 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
5382 (rmail-mime, rmail-show-mime): Doc fixes.
5383
f6aa5bb1
GM
5384 * term/ns-win.el (mode-line-frame-identification):
5385 Leave it alone. (Bug#10051)
5386
947cd66b
GM
5387 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
5388
447f30f6
GM
5389 * mail/rmailout.el (rmail-output-to-rmail-buffer):
5390 Handle empty buffers. (Bug#9978)
5391
0b381c7e
JB
53922011-11-14 Juanma Barranquero <lekktu@gmail.com>
5393
5394 * international/mule.el (define-charset):
5395 * mail/rmailmm.el (rmail-mime-find-header-encoding):
5396 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
5397 * progmodes/verilog-mode.el (verilog-backward-token):
5398 * textmodes/ispell.el (lookup-words):
5399 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
5400
71e027ac
GM
54012011-11-14 Glenn Morris <rgm@gnu.org>
5402
56632ce4
GM
5403 * progmodes/executable.el
5404 (executable-make-buffer-file-executable-if-script-p):
5405 Handle file-modes returning nil.
5406
40500957
GM
5407 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
5408 message - not necessary, and causes problems. (Bug#9831)
5409
071c2340
GM
5410 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
5411
d3cfca60
GM
5412 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
5413
71e027ac
GM
5414 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
5415 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
5416 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
5417
89d61221
MR
54182011-11-12 Martin Rudalics <rudalics@gmx.at>
5419
5420 * window.el (window-resize, delete-window): Use window-splits
5421 variable instead of function.
5422 (window-state-get-1, window-state-put-2, window-state-put):
5423 Don't deal with windows' splits status.
5424
98282f6f
GM
54252011-11-12 Glenn Morris <rgm@gnu.org>
5426
5427 * apropos.el (apropos-do-all, apropos-library, apropos-value)
5428 (apropos-documentation): Doc fixes.
5429
40a8bdf6
JB
54302011-11-11 Juanma Barranquero <lekktu@gmail.com>
5431
5432 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
5433 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
5434
65bd19ff
SM
54352011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
5436
5437 * electric.el (electric-indent-post-self-insert-function): Make it
5438 possible for a char to only indent in some circumstances.
5439 (electric-indent-mode): Simplify.
5440
54f9154c
MR
54412011-11-11 Martin Rudalics <rudalics@gmx.at>
5442
5443 * window.el (windows-with-parameter): Remove unused function.
5444 (windows-at-side): Rename to window-at-side-list.
5445 (window-check, window-atom-check, window-atom-check-1)
5e92ca23
MR
5446 (window-side-check, window-size-ignore, window-size-fixed-1)
5447 (window-in-direction-2): Prefix with "window--".
5448 (window-tree-1): Rename to window--subtree, fix doc-string.
54f9154c 5449
68cbc58b
GM
54502011-11-11 Glenn Morris <rgm@gnu.org>
5451
5452 * subr.el (eval-after-load): If FILE is already loaded,
5453 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
5454
b2621720
GM
54552011-11-10 Glenn Morris <rgm@gnu.org>
5456
9a4de110
GM
5457 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
5458 Call svn via vc-svn-command rather than vc-do-command.
5459 (vc-svn-command): Add --non-interactive. (Bug#9993)
5460 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
5461
b2621720
GM
5462 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
5463 Add toggle-read-only. (Bug#7292)
5464 * files.el (toggle-read-only): Mention that it should only
5465 be used interactively. (Bug#10006)
5466
1dce7193
SM
54672011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
5468
d9ac1a1e
SM
5469 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5470 Adjust regexp for OCaml warnings.
5471
0c325082
SM
5472 * electric.el (electric-pair-post-self-insert-function): Let user
5473 turn it off buffer-locally (bug#9932).
5474
90132c14
SM
5475 * progmodes/python.el (python-beginning-of-statement):
5476 Rewrite (bug#2703).
5477
1dce7193
SM
5478 * progmodes/compile.el: Better handle TABs (bug#9749).
5479 (compilation-internal-error-properties)
5480 (compilation-next-error-function): Obey the target buffer's
5481 compilation-error-screen-columns.
5482
c4e7c63a
JB
54832011-11-09 Juanma Barranquero <lekktu@gmail.com>
5484
5485 * progmodes/meta-mode.el: Remove obsolete comments.
5486 (meta-right-comment-regexp, meta-ignore-comment-regexp):
5487 Fix typos in docstrings.
5488
2cffd681
MR
54892011-11-09 Martin Rudalics <rudalics@gmx.at>
5490
5491 * window.el (window-size-fixed-p): Rewrite doc-string.
1dce7193 5492 (window-resizable-p): Rename to window--resizable-p. Update callers.
2cffd681
MR
5493 (window--resizable): New function. Make all callers of
5494 window-resizable call window--resizable instead.
5495 (window-resizable): Rewrite in terms of window--resizable.
5496
0edcba87
GM
54972011-11-08 Glenn Morris <rgm@gnu.org>
5498
5499 * progmodes/delphi.el (delphi-mode-syntax-table):
5500 Let define-derived-mode define a proper syntax table. (Bug#9994)
5501
4b0d61e3
SM
55022011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
5503
5504 * window.el: Stay away from defsubst.
5505 (window-list-no-nils): Remove.
5506 (window-state-get-1, window-state-get): Use backquote instead.
5507
cd394be1 55082011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
fcbcac2e 5509
4b0d61e3 5510 * emacs-lisp/find-func.el (find-function-read):
fcbcac2e 5511 Fix incorrect use of default argument in `completing-read'.
5512
e1c2c6f2
MR
55132011-11-08 Martin Rudalics <rudalics@gmx.at>
5514
5515 * window.el (display-buffer-function, special-display-function):
5516 Mention display-buffer-record-window but do not mention
5517 help-setup parameter in doc-strings.
b3f4a882 5518 (window-min-delta): Fix doc-string typo.
e1c2c6f2 5519
105216ed
CY
55202011-11-08 Chong Yidong <cyd@gnu.org>
5521
5522 * window.el (window-total-height, window-total-width): Doc fix.
5523 (window-body-size): Move from C.
5524 (window-body-height, window-body-width): Move to C.
5525
0a9f9ab5
SM
55262011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
5527
5528 * window.el: Make special-display like display-buffer-alist (bug#9532).
5529 (display-buffer--special-action): New function, morphed
5530 from display-buffer--special.
5531 (display-buffer): Use it to handle special-display-buffers at higher
5532 priority (just after display-buffer-alist).
5533 (display-buffer-fallback-action, display-buffer--other-frame-action)
5534 (pop-to-buffer-same-window): Remove display-buffer--special.
5535
a769dd15
GM
55362011-11-07 Glenn Morris <rgm@gnu.org>
5537
5538 * calendar/cal-menu.el (cal-menu-set-date-title):
5539 Do nothing if not in a calendar. (Bug#9976)
5540
05a61ee3
SM
55412011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
5542
5543 * files.el (find-file): Always use selected-window.
5544
be7f5545
MR
55452011-11-07 Martin Rudalics <rudalics@gmx.at>
5546
5547 * window.el (window-combinations): Make WINDOW argument
5548 mandatory. Rewrite doc-string.
5549 (walk-window-subtree, window-atom-check, window-min-delta)
5550 (window-max-delta, window--resize-this-window)
5551 (window--resize-root-window-vertically, window-tree)
5552 (balance-windows, window-state-put): Rewrite doc-strings as to
5553 not mention the term "subwindow".
5554 (window--resize-subwindows-skip-p): Rename to
5555 window--resize-child-windows-skip-p.
5556 (window--resize-subwindows-normal): Rename to
5557 window--resize-child-windows-normal.
5558 (window--resize-subwindows): Rename to
5559 window--resize-child-windows.
5560 (window-or-subwindow-p): Rename to window--in-subtree-p.
5561
3c6702ef
ML
55622011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
5563
5564 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
5565 Ensure that mbox format messages end in two newlines (Bug#9974).
5566
49745b39
CY
55672011-11-06 Chong Yidong <cyd@gnu.org>
5568
5569 * window.el (window-combination-p): Function deleted; its
5570 side-effect is not used in any existing code.
5571 (window-combinations, window-combined-p): Call window-*-child
5572 directly.
5573
24300f5f
CY
55742011-11-05 Chong Yidong <cyd@gnu.org>
5575
5576 * window.el (window-valid-p): Rename from window-any-p.
447f16b8
CY
5577 (window-size-ignore, window-state-get): Callers changed.
5578 (window-normalize-window): Rename from window-normalize-any-window.
5579 New arg LIVE-ONLY, replacing window-normalize-live-window.
1dce7193 5580 (window-normalize-live-window): Delete.
447f16b8
CY
5581 (window-combination-p, window-combined-p, window-combinations)
5582 (walk-window-subtree, window-atom-root, window-min-size)
5583 (window-sizable, window-sizable-p, window-size-fixed-p)
5584 (window-min-delta, window-max-delta, window-resizable)
5585 (window-resizable-p, window-full-height-p, window-full-width-p)
5586 (window-current-scroll-bars, window-point-1, set-window-point-1)
5587 (window-at-side-p, window-in-direction, window-resize)
5588 (adjust-window-trailing-edge, maximize-window, minimize-window)
5589 (window-deletable-p, delete-window, delete-other-windows)
5590 (record-window-buffer, unrecord-window-buffer)
5591 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
5592 (quit-window, split-window, window-state-put)
5593 (set-window-text-height, fit-window-to-buffer)
5594 (shrink-window-if-larger-than-buffer): Callers changed.
24300f5f 5595
89bd5ee1
EZ
55962011-11-04 Eli Zaretskii <eliz@gnu.org>
5597
53479029
EZ
5598 * mail/rmail.el (rmail-simplified-subject): Decode subject with
5599 rfc2047-decode-string.
5600 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
5601 warnings.
5602
89bd5ee1
EZ
5603 * window.el (window-body-height, window-body-width): Mention in
5604 the doc string that the return values are in frame's canonical
5605 units. (Bug#9949)
5606
bd17fdee
AM
56072011-11-03 Alan Mackenzie <acm@muc.de>
5608
5609 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
5610 change in cc-engine.el.
5611
acc825c5
SM
56122011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
5613
5614 * window.el (switch-to-buffer): Use `force-same-window' interactively.
5615
1885e5b8
MR
56162011-11-02 Martin Rudalics <rudalics@gmx.at>
5617
5618 * window.el (quit-window): Call unrecord-window-buffer after
5619 showing another buffer in the window. (Bug#9937)
acc825c5 5620 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
1885e5b8 5621
ebe06da9
JB
56222011-11-02 Juanma Barranquero <lekktu@gmail.com>
5623
5624 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
5625 Accept status with more than 9 shelves. (Bug#9935)
5626 Reported by Colin D Bennett <colin@gibibit.com>.
5627
4ee88440
MR
56282011-11-01 Martin Rudalics <rudalics@gmx.at>
5629
5630 * help.el (with-help-window): Don't reference
5631 temp-buffer-show-specifiers in doc-string.
5632
08e1d82c
AS
56332011-10-31 Andreas Schwab <schwab@linux-m68k.org>
5634
5635 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
5636 menu-item.
5637
84bd6e9e
VJL
56382011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5639
5640 * whitespace.el: New version 13.2.2.
5641 (whitespace-newline-mode): Disable properly. Reported by Sarah
5642 <EmacsWiki>.
5643
dba0634a
UJ
56442011-10-30 Ulf Jasper <ulf.jasper@web.de>
5645
5646 * net/newst-treeview.el: Remove "Time-stamp".
5647 (newsticker--group-manage-orphan-feeds): Do not call
5648 newsticker--treeview-tree-update.
db22a3c2
JB
5649 (newsticker-treeview-update, newsticker-treeview):
5650 Call newsticker--treeview-tree-update if necessary.
dba0634a 5651
3d8daefe
MR
56522011-10-30 Martin Rudalics <rudalics@gmx.at>
5653
5654 * window.el (window-iso-combination-p, window-iso-combined-p)
acc825c5
SM
5655 (window-iso-combinations): Remove "iso-" infix.
5656 Suggested by Chong Yidong.
3d8daefe
MR
5657 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
5658 (window-max-delta-1, window-resize, window--resize-siblings)
5659 (window--resize-this-window, adjust-window-trailing-edge)
5660 (split-window, balance-windows-1)
5661 (shrink-window-if-larger-than-buffer):
5662 * calendar/calendar.el (calendar-generate-window):
db22a3c2 5663 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
3d8daefe 5664
1bc4c3ae
SM
56652011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
5666
5667 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
5668 in place (bug#9907).
5669 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
5670 (eshell-rewrite-if-command, eshell-rewrite-for-command)
5671 (eshell-structure-basic-command, eshell-rewrite-while-command)
5672 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
5673 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
5674 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
5675 (eshell-do-pipelines-synchronously, eshell-eval-command):
5676 Use backquotes and prefer setq to set.
5677 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
5678 (eshell-macrop): Use functionp.
c1e2f5fa 5679 (eshell-do-eval): Handle multiple expressions in `while' body.
1bc4c3ae 5680
30b65d9c
CY
56812011-10-30 Chong Yidong <cyd@gnu.org>
5682
5683 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
5684 instead of set-mark (Bug#9810).
5685
2d197ffb
CY
56862011-10-30 Chong Yidong <cyd@gnu.org>
5687
5688 * window.el (split-window-below, split-window-right): Rename from
5689 split-window-above-each-other and split-window-side-by-side
5690 respectively. All callers changed.
5691 (split-window-sensibly, split-window-sensibly): Use them.
5692 (split-window-keep-point): Doc fix.
5693
5694 * isearch.el: Add isearch-scroll property to split-window-below
5695 and split-window-right.
5696
5697 * follow.el (follow-mode):
5698 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
5699 * progmodes/ada-xref.el (ada-gdb-application):
5700 * emulation/vip.el (vip-buffer-in-two-windows):
5701 * image-dired.el (image-dired-dired-with-window-configuration):
5702 * dired-x.el (dired-do-find-marked-files):
5703 * dired.el (dired-pop-to-buffer):
5704 * bs.el (bs--show-with-configuration):
5705 * vc/emerge.el (emerge-setup-windows):
5706 * textmodes/two-column.el (2C-two-columns):
5707 * textmodes/reftex-toc.el (reftex-toc):
5708 * progmodes/gdb-mi.el (gdb-setup-windows):
5709 * progmodes/fortran.el (fortran-window-create):
5710 * net/newst-treeview.el (newsticker--treeview-window-init):
5711 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
5712 * emulation/tpu-edt.el (tpu-gold-map):
5713 * emulation/crisp.el (crisp-mode-map):
5714 * calendar/calendar.el (calendar-basic-setup): Callers changed.
5715
38bb2ca8
CY
57162011-10-29 Chong Yidong <cyd@gnu.org>
5717
aa4de341
CY
5718 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
5719
e1eb5385
CY
5720 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
5721
5d2ece3c
CY
5722 * textmodes/flyspell.el (flyspell-word): Fix char offset for
5723 forged Ispell output (Bug#7904).
5724
38bb2ca8
CY
5725 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
5726
d0af9f77
SM
57272011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5728
5729 * doc-view.el: Avoid ugly errors about not finding nil.
5730 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
5731 (doc-view-dvipdf-program, doc-view-unoconv-program)
5732 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
5733 Avoid nil or absolute file name as default value.
5734 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
5735
52bedd34
AM
57362011-10-28 Alan Mackenzie <acm@muc.de>
5737
db22a3c2 5738 * progmodes/cc-defs.el (c-version): -> 5.32.2.
52bedd34 5739
7e43cfa5
AM
57402011-10-28 Alan Mackenzie <acm@muc.de>
5741
5742 Amend the handling of c-beginning/end-of-defun in nested declaration
5743 scopes.
5744
52bedd34
AM
5745 * progmodes/cc-vars.el (c-defun-tactic): Move here from
5746 cc-langs.el. Change it to a defcustom.
7e43cfa5 5747
52bedd34
AM
5748 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
5749 cc-vars.el.
7e43cfa5 5750
d0af9f77
SM
5751 * progmodes/cc-engine.el (c-beginning-of-statement-1):
5752 Prevent "class foo : bar" being spuriously recognized as a label.
7e43cfa5 5753
52bedd34 5754 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
acc825c5 5755 Add parameter `inclusive' (to include enclosing braces in the region).
7e43cfa5
AM
5756 (c-widen-to-enclosing-decl-scope): New function.
5757 (c-while-widening-to-decl-block): New macro.
5758 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
5759 outward for defun boundaries, and correspondingly change symbol
5760 `respect-enclosure' to `go-outward'.
5761 (c-declaration-limits): Change algorithm to report only the "innermost"
5762 defun's boundaries.
5763
1a2ce9ee
DD
57642011-10-28 Deniz Dogan <deniz@dogan.se>
5765
5766 * net/rcirc.el (rcirc-mode): Use hard newlines.
5767
bc97a826
AM
57682011-10-28 Alan Mackenzie <acm@muc.de>
5769
5770 Amend to indent and fontify macros "which include their own semicolon"
5771 correctly, using the "virtual semicolon" mechanism.
5772
52bedd34 5773 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
bc97a826 5774
d0af9f77 5775 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
7877f373 5776 Recode to scan one line at a time rather than having \n and \r
58179cce 5777 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
bc97a826 5778 (c-forward-label): Amend for virtual semicolons.
58179cce 5779 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
bc97a826 5780
52bedd34
AM
5781 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
5782 of the new C macros.
bc97a826 5783
52bedd34 5784 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
acc825c5
SM
5785 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
5786 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
bc97a826
AM
5787 (c-opt-cpp-macro-define): Make into a full language variable.
5788 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
5789 AWK Mode (including \n, \r) removed, no longer needed.
5790
d0af9f77
SM
5791 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
5792 Invoke c-make-macro-with-semi-re.
bc97a826 5793
52bedd34
AM
5794 * progmodes/cc-vars.el (c-macro-with-semi-re):
5795 (c-macro-names-with-semicolon): New variables.
58179cce 5796 (c-make-macro-with-semi-re): New function.
bc97a826 5797
7a6c0941
SM
57982011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5799
5800 * vc/log-edit.el: Fill empty field rather than adding new one.
5801 (log-edit-add-field): New function.
5802 (log-edit-insert-changelog): Use it.
5803
b0c4cdcf
ML
58042011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
5805
5806 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
5807
ee1f1da9
SM
58082011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5809
5810 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
5811 (gdb--check-interpreter): New function.
5812 (gdb): Use it.
5813
51bc5f8b
GM
58142011-10-27 Glenn Morris <rgm@gnu.org>
5815
416a2c45
GM
5816 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
5817 (least-positive-float, least-negative-float)
5818 (least-positive-normalized-float, least-negative-normalized-float)
5819 (float-epsilon, float-negative-epsilon):
5820 Remove unnecessary declarations.
5821
5822 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
5823 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
5824 (least-positive-float, least-negative-float)
5825 (least-positive-normalized-float, least-negative-normalized-float)
5826 (float-epsilon, float-negative-epsilon): Add doc-strings,
5827 based on those in cl.texi.
5828
51bc5f8b
GM
5829 * files.el (set-visited-file-name): If the major-mode changed,
5830 reload the local variables. (Bug#9796)
5831
15de15c6
CY
58322011-10-27 Chong Yidong <cyd@gnu.org>
5833
5834 * subr.el (change-major-mode-after-body-hook): New hook.
5835 (run-mode-hooks): Run it.
5836
ee1f1da9
SM
5837 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5838 Use change-major-mode-before-body-hook.
15de15c6
CY
5839
5840 * simple.el (fundamental-mode):
5841 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
5842 change introducing fundamental-mode-hook.
5843
5430d399
JB
58442011-10-26 Juanma Barranquero <lekktu@gmail.com>
5845
acc825c5 5846 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
5430d399 5847
ad74a69e
MA
58482011-10-26 Michael Albinus <michael.albinus@gmx.de>
5849
5850 * ido.el (ido-file-name-all-completions-1): Do not require
c7015153 5851 tramp.el explicitly. (Bug#7583)
ad74a69e 5852
71d4c2a5
SM
58532011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
5854
5855 * progmodes/octave-mod.el:
5856 * progmodes/octave-inf.el: Update maintainer.
5857
b1f6fa26
CY
58582011-10-26 Chong Yidong <cyd@gnu.org>
5859
5860 * subr.el (with-wrapper-hook): Rewrite doc.
5861
3f04efd6
MA
58622011-10-25 Michael Albinus <michael.albinus@gmx.de>
5863
5864 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
ad74a69e 5865 filenames "/method:foo:". (Bug#9793)
3f04efd6 5866
410488d3
SM
58672011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
5868
5869 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
5870 (bug#9865).
5871
c1ebb47e
GM
58722011-10-24 Glenn Morris <rgm@gnu.org>
5873
5874 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
5875
7f5c46c7
MA
58762011-10-24 Michael Albinus <michael.albinus@gmx.de>
5877
5878 * notifications.el: Add the requirement of a running D-Bus session
5879 bus to the Commentary.
5880
db2440b6
JL
58812011-10-24 Juri Linkov <juri@jurta.org>
5882
5883 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
5884 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
5885 (Bug#9364)
5886
feecf435
JL
58872011-10-24 Juri Linkov <juri@jurta.org>
5888
5889 * info.el (Info-following-node-name-re): Add newline to the list
5890 of allowed characters for leading space. (Bug#9824)
5891
a3839de2
SM
58922011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5893
acc825c5
SM
5894 * progmodes/octave-inf.el (inferior-octave-mode-map):
5895 Fix C-c C-h binding.
a3839de2
SM
5896 * progmodes/octave-mod.el (octave-help): Remove.
5897
09388e76
MA
58982011-10-23 Michael Albinus <michael.albinus@gmx.de>
5899
5900 Sync with Tramp 2.2.3.
5901
5902 * net/tramp-cache.el (top): Pacify byte-compiler using
5903 `init-file-user' and `site-run-file'.
5904
5905 * net/trampver.el: Update release number.
5906
86c60681
CY
59072011-10-23 Chong Yidong <cyd@gnu.org>
5908
5909 * files.el (toggle-read-only): Remove obsolete comment about
5910 version control.
5911
5912 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
5913 for toggle-read-only. Note that this hasn't called vc-next-action
5914 since 2008-05-02, though it wasn't documented at the time.
5915
a3839de2
SM
5916 * vc/ediff-init.el (ediff-toggle-read-only-function):
5917 Use toggle-read-only.
86c60681 5918
cd5495ff
AM
59192011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
5920
5921 Fix bug #9560, sporadic wrong indentation; improve instrumentation
5922 of c-parse-state.
5923
00b77525 5924 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
a3839de2 5925 correct faulty logical expression.
cd5495ff
AM
5926 (c-parse-state-state, c-record-parse-state-state):
5927 (c-replay-parse-state-state): New defvar/defuns.
5928 (c-debug-parse-state): Use new functions.
5929
42ee24ed
MR
59302011-10-22 Martin Rudalics <rudalics@gmx.at>
5931
5932 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
53ebff1f 5933 last fix. Use window-in-direction correctly.
42ee24ed 5934
a7dee7e7
CY
59352011-10-21 Chong Yidong <cyd@gnu.org>
5936
5937 * progmodes/idlwave.el (idlwave-mode):
5938 * progmodes/vera-mode.el (vera-mode): No need to set
a3839de2
SM
5939 require-final-newline; that's done in prog-mode.
5940 Suggested by Stefan Monnier.
a7dee7e7 5941
e07b9a6d
MR
59422011-10-21 Martin Rudalics <rudalics@gmx.at>
5943
5944 * mouse.el (mouse-drag-window-above)
5945 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
5946 (mouse-drag-mode-line-1, mouse-drag-header-line)
5947 (mouse-drag-vertical-line-rightward-window): Remove.
5948 (mouse-drag-line): New function.
5949 (mouse-drag-mode-line, mouse-drag-header-line)
5950 (mouse-drag-vertical-line): Call mouse-drag-line.
5951 * window.el (window-at-side-p, windows-at-side): New functions.
5952
7e1361d9
UM
59532011-10-21 Ulrich Mueller <ulm@gentoo.org>
5954
5955 * tar-mode.el (tar-grind-file-mode):
5956 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
5957
30fcaf3a
CY
59582011-10-21 Chong Yidong <cyd@gnu.org>
5959
5960 * progmodes/idlwave.el (idlwave-mode):
a3839de2
SM
5961 * progmodes/vera-mode.el (vera-mode):
5962 Use mode-require-final-newline.
30fcaf3a 5963
516eddb0
GM
59642011-10-20 Glenn Morris <rgm@gnu.org>
5965
db22a3c2 5966 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
516eddb0 5967
10d5f513
CS
59682011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
5969
5970 * emulation/cua-base.el (cua-set-mark): Fix case of string.
5971
ac6c8639
CY
59722011-10-20 Chong Yidong <cyd@gnu.org>
5973
5974 * emulation/cua-base.el (cua-mode):
5975 * mail/footnote.el (footnote-mode):
5976 * mail/mailabbrev.el (mail-abbrevs-mode):
5977 * net/xesam.el (xesam-minor-mode):
5978 * progmodes/bug-reference.el (bug-reference-mode):
5979 * progmodes/cap-words.el (capitalized-words-mode):
5980 * progmodes/compile.el (compilation-minor-mode)
5981 (compilation-shell-minor-mode):
5982 * progmodes/gud.el (gud-tooltip-mode):
5983 * progmodes/hideif.el (hide-ifdef-mode):
5984 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
5985 * progmodes/subword.el (subword-mode):
5986 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
5987 * progmodes/which-func.el (which-function-mode):
5988 * term/tvi970.el (tvi970-set-keypad-mode):
5989 * term/vt100.el (vt100-wide-mode):
5990 * textmodes/flyspell.el (flyspell-mode):
5991 * textmodes/ispell.el (ispell-minor-mode):
5992 * textmodes/nroff-mode.el (nroff-electric-mode):
5993 * textmodes/paragraphs.el (use-hard-newlines):
5994 * textmodes/refill.el (refill-mode):
5995 * textmodes/reftex.el (reftex-mode):
5996 * textmodes/rst.el (rst-minor-mode):
5997 * textmodes/sgml-mode.el (html-autoview-mode)
5998 (sgml-electric-tag-pair-mode):
5999 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
6000 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
6001 * emulation/crisp.el (crisp-mode):
6002 * emacs-lisp/eldoc.el (eldoc-mode):
6003 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
6004 minor mode behavior.
6005
aa42ab43
JL
60062011-10-19 Juri Linkov <juri@jurta.org>
6007
6008 * descr-text.el (describe-char): Add #x2010 and #x2011 to
6009 the list of hard-coded chars with escape-glyph face.
6010
89400f1d
SM
60112011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
6012
6013 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
6014
305c07f6
MA
60152011-10-19 Michael Albinus <michael.albinus@gmx.de>
6016
6017 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
6018 running process.
6019
13754b54
GM
60202011-10-19 Glenn Morris <rgm@gnu.org>
6021
6022 * vc/vc-bzr.el (vc-bzr-after-dir-status):
6023 Ignore ignored files. (Bug#9726)
6024
06e21633
CY
60252011-10-19 Chong Yidong <cyd@gnu.org>
6026
6027 Doc fix for minor modes, stating that an omitted argument enables
6028 the mode unconditionally when called from Lisp.
6029
6030 * abbrev.el (abbrev-mode):
6031 * allout.el (allout-mode):
6032 * autoinsert.el (auto-insert-mode):
6033 * autoarg.el (autoarg-mode, autoarg-kp-mode):
6034 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
6035 (global-auto-revert-mode):
6036 * battery.el (display-battery-mode):
6037 * composite.el (global-auto-composition-mode)
6038 (auto-composition-mode):
6039 * delsel.el (delete-selection-mode):
6040 * desktop.el (desktop-save-mode):
6041 * dired-x.el (dired-omit-mode):
6042 * dirtrack.el (dirtrack-mode):
6043 * doc-view.el (doc-view-minor-mode):
6044 * double.el (double-mode):
6045 * electric.el (electric-indent-mode, electric-pair-mode):
6046 * emacs-lock.el (emacs-lock-mode):
6047 * epa-hook.el (auto-encryption-mode):
6048 * follow.el (follow-mode):
6049 * font-core.el (font-lock-mode):
6050 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
6051 * help.el (temp-buffer-resize-mode):
6052 * hilit-chg.el (highlight-changes-mode)
6053 (highlight-changes-visible-mode):
6054 * hi-lock.el (hi-lock-mode):
6055 * hl-line.el (hl-line-mode, global-hl-line-mode):
6056 * icomplete.el (icomplete-mode):
6057 * ido.el (ido-everywhere):
6058 * image-file.el (auto-image-file-mode):
6059 * image-mode.el (image-minor-mode):
6060 * iswitchb.el (iswitchb-mode):
6061 * jka-cmpr-hook.el (auto-compression-mode):
6062 * linum.el (linum-mode):
6063 * longlines.el (longlines-mode):
6064 * master.el (master-mode):
6065 * mb-depth.el (minibuffer-depth-indicate-mode):
6066 * menu-bar.el (menu-bar-mode):
6067 * minibuf-eldef.el (minibuffer-electric-default-mode):
6068 * mouse-sel.el (mouse-sel-mode):
6069 * msb.el (msb-mode):
6070 * mwheel.el (mouse-wheel-mode):
6071 * outline.el (outline-minor-mode):
6072 * paren.el (show-paren-mode):
6073 * recentf.el (recentf-mode):
6074 * reveal.el (reveal-mode, global-reveal-mode):
6075 * rfn-eshadow.el (file-name-shadow-mode):
6076 * ruler-mode.el (ruler-mode):
6077 * savehist.el (savehist-mode):
6078 * scroll-all.el (scroll-all-mode):
6079 * scroll-bar.el (scroll-bar-mode):
6080 * server.el (server-mode):
6081 * shell.el (shell-dirtrack-mode):
6082 * simple.el (auto-fill-mode, transient-mark-mode)
6083 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
6084 (line-number-mode, column-number-mode, size-indication-mode)
6085 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
6086 * strokes.el (strokes-mode):
6087 * time.el (display-time-mode):
6088 * t-mouse.el (gpm-mouse-mode):
6089 * tool-bar.el (tool-bar-mode):
6090 * tooltip.el (tooltip-mode):
6091 * type-break.el (type-break-mode-line-message-mode)
6092 (type-break-query-mode):
6093 * view.el (view-mode):
6094 * whitespace.el (whitespace-mode, whitespace-newline-mode)
6095 (global-whitespace-mode, global-whitespace-newline-mode):
6096 * xt-mouse.el (xterm-mouse-mode): Doc fix.
6097
a3839de2
SM
6098 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
6099 Fix autogenerated docstring.
06e21633 6100
5214e501
JL
61012011-10-19 Juri Linkov <juri@jurta.org>
6102
6103 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
6104 by checking environment variables "DESKTOP_SESSION" and
6105 "XDG_CURRENT_DESKTOP". (Bug#9779)
6106
195f8db9
JL
61072011-10-19 Juri Linkov <juri@jurta.org>
6108
6109 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
6110 (browse-url-chromium-program, browse-url-chromium-arguments):
6111 New defcustoms.
6112 (browse-url-default-browser): Check for `browse-url-chromium' and
6113 call `browse-url-chromium-program'.
6114 (browse-url-chromium): New command. (Bug#9779)
6115
343a34ff
JB
61162011-10-18 Juanma Barranquero <lekktu@gmail.com>
6117
6118 * facemenu.el (list-colors-duplicates): On Windows, detect more
6119 duplicates by assuming that only colors matching "^System" are
6120 special "system colors". (Bug#9722)
6121
6978a151
SM
61222011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
6123
6124 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
6125 to distinguish the author from the committer.
6126
6a80b297
MA
61272011-10-18 Michael Albinus <michael.albinus@gmx.de>
6128
6129 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
6130
b31a5677
JK
61312011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
6132
6133 * international/mule.el (sgml-html-meta-auto-coding-function):
6134 Add support for detecting encoding in HTML5 specified only as
6135 <meta charset="UTF-8">. Implementation just makes http-equiv and
6136 content-type parts from HTML4 encoding string optional. (Bug#9716)
6137
80c6d77f
GM
61382011-10-18 Glenn Morris <rgm@gnu.org>
6139
6140 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
6141
08b0fee8
CY
61422011-10-18 Chong Yidong <cyd@gnu.org>
6143
6144 * faces.el (cursor): Doc fix.
6145
67e729a5
CY
61462011-10-17 Chong Yidong <cyd@gnu.org>
6147
6148 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
6149
343a34ff 61502011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
87e478b3
RB
6151
6152 * dirtrack.el (dirtrack): Support shell buffers with path
6153 prefixes, e.g. tramp-based remote shells. (Bug#9647)
6154
0bc06380
TZ
61552011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
6156
6157 * json.el: Bump version to 1.3 and note change in History.
6158 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
6159
8b79f3e0
SM
61602011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
6161
5a7c536b
SM
6162 * comint.el (comint-insert-input, comint-send-input)
6163 (comint-get-old-input-default, comint-backward-matching-input)
6164 (comint-next-prompt): Use nil instead of `input' for field property of
6165 past user input (bug#114).
6166
96a8a0df
SM
6167 * minibuffer.el (completion--replace): Inherit surrounding properties
6168 (bug#114).
6169 (minibuffer-complete-and-exit): Use it.
6170
8b79f3e0
SM
6171 * comint.el (comint--table-subvert): Quote the all-completions output
6172 (bug#9160).
6173
b8f7ff0d
MR
61742011-10-17 Martin Rudalics <rudalics@gmx.at>
6175
8b79f3e0 6176 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
4e5c3d2b 6177
b8f7ff0d 6178 * menu-bar.el (menu-bar-file-menu): Add entry for making new
d912bdcf 6179 window on right of selected. (Bug#9350) Reword other window
b8f7ff0d
MR
6180 entries and separate them from frame entries.
6181
c235b555
GM
61822011-10-15 Glenn Morris <rgm@gnu.org>
6183
6184 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
6185 Doc fixes.
6186
6bbfa6e1
CY
61872011-10-15 Chong Yidong <cyd@stupidchicken.com>
6188
8b79f3e0
SM
6189 * net/network-stream.el (network-stream-open-starttls):
6190 Improve detection of failure due to lack of TLS support.
ec5c990d 6191
6bbfa6e1
CY
6192 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
6193 putting the input text in front and in bold.
6194
98488977
SM
61952011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
6196
3d1337be
SM
6197 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
6198
ee0b45e4
SM
6199 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
6200 empty buffer.
6201
98488977
SM
6202 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
6203 unread-command-events rather than pushing yet-another event.
6204
186f4720
EZ
62052011-10-14 Eli Zaretskii <eliz@gnu.org>
6206
6207 * mail/sendmail.el (sendmail-query-once): Improve the wording of
6208 the explanation of the possible choices. Make the options passed
6209 to completing-read shorter.
6210
8b7a997c
AM
62112011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
6212
6213 * textmodes/flyspell.el (flyspell-large-region): Make sure
6214 extended character mode is used if defined (Bug#1339).
6215
12587bbb
EZ
62162011-10-13 Eli Zaretskii <eliz@gnu.org>
6217
6218 * simple.el (what-cursor-position): Fix the display of the
e7e2364b
EZ
6219 character info for LRE, LRO, RLE, and RLO characters by appending
6220 an invisible PDF.
12587bbb 6221
bad41229
SM
62222011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
6223
6224 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
6225 even in case of error; add debug spec; simplify data flow.
6226 (with-timeout-handler): Remove.
6227
28dbc92f
MA
62282011-10-12 Michael Albinus <michael.albinus@gmx.de>
6229
6230 Fix Bug#6019, Bug#9315.
6231
6232 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
6233 complete `buffer-file-name', the local file name part could look
6234 remotely (for example on VMS).
6235
6236 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
6237 `tramp-run-real-handler'.
6238 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
6239 already quoted by '"'.
6240
6241 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
6242 Let `file-name-handler-alist' be nil, the local file name part
6243 could look remotely (for example on VMS).
6244
e1b0b23a
SM
62452011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
6246
6247 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
6248 from here...
6249 (flyspell-post-command-hook): ...to here.
6250
a120bde9
SM
62512011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
6252
6253 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
6254 if not needed.
6255 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
6256 using completion. Protect against "slow" callers.
6257 Remove the "message hack".
6258
7ce7717b
JL
62592011-10-11 Juri Linkov <juri@jurta.org>
6260
6261 * isearch.el (isearch-lazy-highlight-word): New variable.
6262 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
6263 Use it. (Bug#9727)
6264
c02ee9d6
GM
62652011-10-11 Glenn Morris <rgm@gnu.org>
6266
6267 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
6268 like f90-previous-statement does.
6269
93e616fd 62702011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6271
1f190e73 6272 * eshell/eshell.el (eshell-command): History should be saved
c02ee9d6
GM
6273 only in interactive use, to avoid error.
6274
af7b6078
SM
62752011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
6276
6277 * minibuffer.el (completion-file-name-table): Fix last change,
6278 i.e. ignore normal errors but not the other ones.
6279
0563dae9
MR
62802011-10-10 Martin Rudalics <rudalics@gmx.at>
6281
6282 * window.el (special-display-buffer-names)
6283 (special-display-regexps): Remove some remnants of earlier
6284 changes from doc-strings.
366ca7f3
MR
6285 (quit-windows-on): New function.
6286
6287 * vc/vc.el (vc-revert, vc-rollback):
6288 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
6289 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
9ac13c31 6290 (Bug#6183) (Bug#7074) (Bug#7447)
0563dae9 6291
49677495
MR
62922011-10-09 Martin Rudalics <rudalics@gmx.at>
6293
6294 * window.el (frame-auto-hide-function): Add version tag.
6295 (Bug#9699)
6296
56f2d1e1
MA
62972011-10-09 Michael Albinus <michael.albinus@gmx.de>
6298
6299 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
6300 condition.
6301
112a6592
LL
63022011-10-09 Leo Liu <sdl.web@gmail.com>
6303
6304 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
6305 (Bug#9701)
6306
0812589b
GM
63072011-10-08 Glenn Morris <rgm@gnu.org>
6308
6309 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
6310 before the first code statement zero indent. (Bug#9690)
6311
b2b0776e
CY
63122011-10-08 Chong Yidong <cyd@stupidchicken.com>
6313
6314 * simple.el (count-words-region): Always count in the region.
6315 Report the number of lines and characters too.
6316 (count-words): New command, which counts in the buffer if the
6317 region is inactive, as count-words-region used to.
6318 (count-words--message): New function. Handle plurals.
6319 (count-lines-region): Make it an alias for count-words-region.
6320
6321 * bindings.el (esc-map): Replace count-lines-region with
6322 count-words-region.
6323
c557cd6b
MR
63242011-10-08 Martin Rudalics <rudalics@gmx.at>
6325
6326 * window.el (window--delete): Delete dedicated frame
6327 unconditionally when argument KILL is non-nil. (Bug#9699)
235ce86f 6328 (switch-to-buffer): Fix doc-string typo.
c557cd6b 6329
61a57ef4 63302011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6331
3a7d293b 6332 * eshell/eshell.el (eshell-command): Avoid using hooks.
61a57ef4 6333
c3833279
CY
63342011-10-07 Chong Yidong <cyd@stupidchicken.com>
6335
6336 * bindings.el ([M-left],[M-right]): Bind to left-word and
6337 right-word respectively.
6338
21ce8245
GM
63392011-10-07 Glenn Morris <rgm@gnu.org>
6340
6341 * cus-start.el (debug-on-quit): Fix custom type.
6342
6d823bb2
LMI
63432011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
6344
0181e193
LMI
6345 * subr.el (define-key-after): Clarify that the function is not
6346 useful for non-menu keymaps.
6347
6d823bb2
LMI
6348 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
6349
8e3459ce 63502011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6351
21ce8245 6352 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
8e3459ce 6353 in current minibuffer (Fix bug with recursive minibuffers).
6354
a1c2d21e
CY
63552011-10-06 Chong Yidong <cyd@stupidchicken.com>
6356
6357 * progmodes/gdb-mi.el (gdb): Doc fix.
6358
5a4cf282
MR
63592011-10-05 Martin Rudalics <rudalics@gmx.at>
6360
6361 * window.el (frame-auto-hide-function): New option replacing
6362 frame-auto-delete. Suggested by Stefan Monnier.
6363 (window--delete): Call frame-auto-hide-function instead of
6364 investigating frame-auto-delete.
c96111ea
MR
6365 (window-point-1, set-window-point-1): New functions.
6366 (window-in-direction, record-window-buffer, window-state-get-1)
6367 (display-buffer-record-window): Use window-point-1 instead of
6368 window-point.
6369 (set-window-buffer-start-and-point): Use set-window-point-1.
5a4cf282 6370
9854542e
SM
63712011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
6372
6373 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
6374
8943cfb0
GM
63752011-10-05 Glenn Morris <rgm@gnu.org>
6376
6377 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
6378 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
6379
647ab967
LL
63802011-10-05 Leo Liu <sdl.web@gmail.com>
6381
6382 * subr.el (read-char-choice): Fix argument to buffer-live-p which
6383 works with buffer object.
6384
3ddfbced
SM
63852011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
6386
6387 * mpc.el (mpc-tool-bar-map): Add labels.
6388
bdfa5dd2
GM
63892011-10-04 Glenn Morris <rgm@gnu.org>
6390
6391 * calendar/holidays.el (calendar-check-holidays): Doc fix.
6392
0e2070b5
MR
63932011-10-04 Martin Rudalics <rudalics@gmx.at>
6394
6395 * window.el (window--delete): New function.
6396 (frame-auto-delete): Resuscitate option.
6397 (bury-buffer, replace-buffer-in-windows)
6398 (quit-window): Rewrite using window--delete.
6399 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
6400 Pass display-buffer-mark-dedicated to window--display-buffer-2
6401 (Bug#9639).
6402
3dc61a09
SM
64032011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
6404
915a9b64
SM
6405 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
6406 returns a list (bug#9554). Add remote file name completion.
6407 * comint.el (comint--table-subvert): Curry and get quote&unquote
6408 functions as arguments.
6409 (comint--complete-file-name-data): Adjust call accordingly.
6410 * pcomplete.el (pcomplete--table-subvert): Remove.
6411 (pcomplete-completions-at-point): Use comint--table-subvert instead.
6412
3dc61a09
SM
6413 * minibuffer.el (completion-table-case-fold): Use currying.
6414 (completion--styles-type, completion--cycling-threshold-type):
6415 New constants.
6416 (completion-styles, completion-category-overrides)
6417 (completion-cycle-threshold): Use them.
6418 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
6419 completion-table-case-fold.
6420
8ea0a993
SB
64212011-10-03 Stephen Berman <stephen.berman@gmx.net>
6422
6423 * minibuffer.el (completion-category-overrides): Fix type of styles
6424 and add more user friendly tags (bug#9660).
6425
8c24b7f6
SM
64262011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
6427
6428 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
6429 (mule-input-method-string): New widget.
6430 (default-input-method, language-info-custom-alist): Use it.
6431
428fe61a
SM
64322011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
6433
32c1fffd
SM
6434 * pcomplete.el: Require comint.
6435 (pcomplete--common-suffix): Remove.
6436 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
6437 (pcomplete--table-subvert): Sync with comint--table-subvert.
6438 (pcomplete--entries): Use comint-completion-file-name-table.
6439 * comint.el (comint-unquote-filename): Simplify.
6440 (comint-completion-file-name-table): New function (bug#9616).
6441 (comint--complete-file-name-data): Use it.
6442
428fe61a
SM
6443 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
6444 (pcmpl-gnu-tar-buffer): Remove.
6445 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
9aaf2b9c
GM
6446 around. Make sure pcomplete-suffix-list is only changed temporarily.
6447 Don't look inside the tar's file if it's too large.
428fe61a 6448
04c52e2f
CY
64492011-10-01 Chong Yidong <cyd@stupidchicken.com>
6450
ce3cefcc
CY
6451 * cus-edit.el (custom-mode-map):
6452 * epa.el (epa-key-list-mode-map):
6453 * man.el (Man-mode-map):
6454 * startup.el (splash-screen-keymap):
6455 * simple.el (special-mode-map): Use scroll-up-command and
6456 scroll-down-command.
6457
6458 * progmodes/idlw-help.el (idlwave-help-mode-map):
6459 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
6460 * net/newst-plainview.el (newsticker-mode-map):
6461 * emulation/ws-mode.el (wordstar-mode-map):
6462 * emulation/vi.el (vi-com-map):
6463 * calc/calc-graph.el (calc-graph-show-dumb):
6464 * term/sun.el (terminal-init-sun):
6465 * term/ns-win.el (global-map):
6466 * progmodes/grep.el (grep-mode-map):
6467 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
6468 * mail/rmail.el (rmail-mode-map):
6469 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
6470
04c52e2f
CY
6471 * custom.el (custom-safe-themes, load-theme): Treat value of t for
6472 custom-safe-themes as special.
6473
79adf8c8
JD
64742011-10-01 Julien Danjou <julien@danjou.info>
6475
6476 * notifications.el (notifications-notify): Fix docstring.
6477
63bd50d3
PS
64782011-10-01 Per Starbäck <per@starback.se>
6479
6480 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
6481
199e4c7e
MR
64822011-09-30 Martin Rudalics <rudalics@gmx.at>
6483
6484 * startup.el (command-line-1): Fix last fix by inserting
6485 initial-scratch-message into *scratch* before displaying it.
cbc5ee22 6486 (Bug#9605) and (Bug#9636)
199e4c7e 6487
fe5f08dd
EZ
64882011-09-29 Eli Zaretskii <eliz@gnu.org>
6489
6490 * simple.el (line-move): If auto-hscroll-mode is disabled and the
6491 window is hscrolled, move by logical lines. (Bug#9607)
6492 (line-move-visual): Update the doc string to the above effect.
6493
b5516bbd
MR
64942011-09-29 Martin Rudalics <rudalics@gmx.at>
6495
ccee00c0
MR
6496 * window.el (display-buffer-record-window): When WINDOW is the
6497 selected window use `point' instead of `window-point'. (Bug#9626)
6498
b5516bbd
MR
6499 * startup.el (command-line-1): Use insert-before-markers when
6500 inserting initial-scratch-message. (Bug#9605)
ccee00c0 6501
b5516bbd
MR
6502 * help.el (help-window): Remove variable.
6503
52aa0014
GM
65042011-09-29 Glenn Morris <rgm@gnu.org>
6505
6506 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
6507
df9a7357
JB
65082011-09-29 Juanma Barranquero <lekktu@gmail.com>
6509
6510 * descr-text.el (describe-char-categories): Accept category
6511 descriptions more than one line long.
6512
a8406c20
SM
65132011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
6514
88d9610c
SM
6515 * simple.el (delete-trailing-whitespace): Fix last change.
6516
a5daf810
SM
6517 * progmodes/perl-mode.el (perl-syntax-propertize-function):
6518 Don't confuse "y => 3" as the beginning of a `y' operation.
6519
a8406c20
SM
6520 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
6521 object has more than 4 slots (bug#9613).
6522
a239d4e9
JB
65232011-09-28 Juanma Barranquero <lekktu@gmail.com>
6524
6525 * subr.el (with-output-to-temp-buffer):
6526 * net/quickurl.el (quickurl, quickurl-browse-url):
6527 Fix typos in docstrings.
6528
693fbdb6
EZ
65292011-09-27 Eli Zaretskii <eliz@gnu.org>
6530
6531 * minibuffer.el (completion-styles)
6532 (completion-category-overrides): Cross reference each other in doc
6533 strings.
6534
8b457e28
GM
65352011-09-27 Glenn Morris <rgm@gnu.org>
6536
6537 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
6538 to split-string. (Bug#9606)
6539
85a16208
LMI
65402011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
6541
6542 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
6543 (bug#9615).
6544
502f9ebd
CY
65452011-09-27 Chong Yidong <cyd@stupidchicken.com>
6546
6547 * emacs-lisp/package.el (list-packages): Fix echo area message.
6548
7690bdea
LL
65492011-09-27 Leo Liu <sdl.web@gmail.com>
6550
6551 * ido.el (ido-read-internal): Accept cons cell HIST arg.
6552
e2ee6f30
MA
65532011-09-25 Michael Albinus <michael.albinus@gmx.de>
6554
6555 * net/dbus.el (dbus-unregister-object): Don't release services for
6556 registered signals. (Bug#9581)
6557
f3f98342
TZ
65582011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
6559
6560 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
6561 function that picks between cfengine 2 and 3 support
6562 automatically. Update docs accordingly.
6563
dd7aa8dd
KH
65642011-09-22 Kenichi Handa <handa@m17n.org>
6565
6566 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
6567 ZERO.
6568 (indian-itrans-v5-table-for-tamil): New variable.
6569 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
6570
3f2b07f8
KM
65712011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
6572
6573 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
6574 that's true if the current command involved collapsing of text.
6575 It's reset to false at the beginning of the next command.
6576 (allout-post-command-business): Move the cursor to the beginning
6577 of entry if the cursor is hidden and collapsing activity just
6578 happened.
6579
371d6a61
CY
65802011-09-24 Chong Yidong <cyd@stupidchicken.com>
6581
6582 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
6583 tracking (Bug#9541).
6584
2ac2721a
UJ
65852011-09-24 Ulf Jasper <ulf.jasper@web.de>
6586
6587 * net/newst-reader.el (newsticker-html-renderer)
1154d12e
JB
6588 (newsticker-show-news): Automatically load html rendering package
6589 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
6590 because w3m-fill-column is let-bound" and the error "Symbol's value
6591 as variable is void: w3m-fill-column".
2ac2721a 6592
fac7ae53
MA
65932011-09-24 Michael Albinus <michael.albinus@gmx.de>
6594
6595 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
6596 Release services only if they are defined. (Bug#9581)
6597
e08b633b
RS
65982011-09-23 Richard Stallman <rms@gnu.org>
6599
e488d29c
RS
6600 * textmodes/paragraphs.el (forward-sentence): For backwards case,
6601 distinguish start of paragraph from start of its text.
6602
19c38752
RS
6603 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
6604
e08b633b
RS
6605 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
6606 (rmail-generate-viewer-buffer): Put that hook on view buffer.
6607 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
6608
0a39f27e
AS
66092011-09-23 Andreas Schwab <schwab@linux-m68k.org>
6610
6611 * international/mule-diag.el (mule-diag): Insert a newline after
6612 each fontset description.
6613
db4e950d
SM
66142011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
6615
6616 * simple.el (delete-trailing-whitespace):
6617 Document last change; simplify.
6618
eca3f3ea
PW
66192011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
6620
d68e189a
PW
6621 * simple.el (delete-trailing-whitespace): Also delete
6622 extra newlines at the end of the buffer.
6623
eca3f3ea
PW
6624 * textmodes/picture.el: Make motion commands obey shift-select-mode.
6625 (picture-newline): Use forward-line so as to ignore fields.
6626
01c157cc
SM
66272011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
6628
6629 * subr.el (with-wrapper-hook): Fix edebug spec.
6630
022de23e
LMI
66312011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
6632
6633 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
6634 (bug#4538).
6635
91683089
MA
66362011-09-23 Michael Albinus <michael.albinus@gmx.de>
6637
eca3f3ea
PW
6638 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
6639 Fix nasty bug using wrong cached values.
91683089 6640
5bdd6fa4
AM
66412011-09-23 Alan Mackenzie <acm@muc.de>
6642
6643 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
6644
97adfb97
CY
66452011-09-23 Chong Yidong <cyd@stupidchicken.com>
6646
6647 * window.el (pop-to-buffer): Ensure right window is selected if we
6648 chose another frame.
6649
d4ef2b50
EZ
66502011-09-22 Eli Zaretskii <eliz@gnu.org>
6651
6652 * simple.el (what-cursor-position): Use get-char-property-change
6653 and next-single-char-property-change, to be able to show display
6654 properties that come from overlays as well as text properties.
6655
72258fe5
CY
66562011-09-22 Chong Yidong <cyd@stupidchicken.com>
6657
6658 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
6659
6660 * cmuscheme.el (run-scheme, switch-to-scheme):
6661 * cus-edit.el (customize-group, custom-buffer-create)
6662 (customize-browse):
6663 * info.el (info):
6664 * shell.el (shell):
6665 * mail/sendmail.el (mail):
6666 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
6667
8f098516
RS
66682011-09-22 Richard Stallman <rms@gnu.org>
6669
6670 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
6671 move back only to line beg, don't move back over blank lines.
6672
e74f1bb6
MA
66732011-09-22 Michael Albinus <michael.albinus@gmx.de>
6674
6675 * files.el (copy-directory): Set directory attributes only in case
6676 they could be retrieved from the source directory. (Bug#9565)
6677
bfeef8b6
DK
66782011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
6679
6680 * progmodes/hideshow.el (hs-looking-at-block-start-p)
6681 (hs-find-block-beginning, hs-hide-level-recursive):
6682 Ignore strings as well as comments. (Bug#9502)
6683
7e423bb8
AS
66842011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
6685
6686 * progmodes/sql.el (sql-comint-postgres):
6687 Convert port number to a string. (Bug#9566)
6688
b4d72fcf
MR
66892011-09-22 Martin Rudalics <rudalics@gmx.at>
6690
6691 * window.el (quit-window): Undedicate window when switching to
6692 previous buffer. Reported by Thierry Volpiatto
6693 <thierry.volpiatto@gmail.com>.
7f80c86d
MR
6694 (special-display-popup-frame): When popping up a new frame reset
6695 its previous buffers to nil. Simplify code.
b4d72fcf 6696
a7b88dc6
MA
66972011-09-21 Michael Albinus <michael.albinus@gmx.de>
6698
6699 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
6700 and process filter, as done also in `shell-command'.
6701
cf4eacfd
MR
67022011-09-21 Martin Rudalics <rudalics@gmx.at>
6703
eca3f3ea 6704 * window.el (set-window-buffer-start-and-point):
1154d12e
JB
6705 Call set-window-start with NOFORCE argument t.
6706 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
cf4eacfd
MR
6707 (quit-window): Reword doc-string. Handle new format of
6708 quit-restore parameter. Don't delete window if it has a
6709 previous buffer we can show instead of the present one.
6710 (display-buffer-record-window): Rewrite using a new format for
6711 the quit-restore window parameter
6712 (special-display-popup-frame, display-buffer-same-window)
6713 (display-buffer-reuse-window, display-buffer-pop-up-frame)
6714 (display-buffer-pop-up-window, display-buffer-use-some-window):
6715 Adapt symbol passed to display-buffer-record-window.
6716 * help.el (help-window-setup): Handle new format of quit-restore
6717 parameter.
6718
8d28cb95
SM
67192011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
6720
94ab793f
SM
6721 * faces.el (face-list): Fix docstring (bug#9564).
6722
8d28cb95
SM
6723 * window.el (display-buffer--action-function-custom-type):
6724 Don't include internal functions in the Custom interface.
6725
3820edeb
JL
67262011-09-20 Juri Linkov <juri@jurta.org>
6727
6728 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
6729 (Info-forward-node, Info-backward-node, Info-next-preorder)
6730 (Info-last-preorder): Use it. (Bug#9528)
6731
5147931d
JL
67322011-09-20 Juri Linkov <juri@jurta.org>
6733
6734 * info.el (Info-last-preorder): Visit last menu item only when
6735 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
6736
cf499a1a
JD
67372011-09-20 Julien Danjou <julien@danjou.info>
6738
6739 * password-cache.el (password-cache-remove): Remove entries even if the
6740 value is nil, so that password with a nil value (negative caching) is
6741 possible to invalidate.
6742
f84e2fe2
LM
67432011-09-20 Lawrence Mitchell <wence@gmx.li>
6744
6745 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
6746 all whitespace around breakpoint. (Bug#9553)
6747 (f90-find-breakpoint): Only break at whitespace inside a comment.
6748
78054a46
SM
67492011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
6750
6751 * minibuffer.el (completion-file-name-table): Keep track of errors.
6752 (completion-table-with-predicate): Handle the case where pred1 is nil.
6753 * pcomplete.el (pcomplete-completions-at-point): Simplify.
6754
345083b2
SM
67552011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6756
e24e27be
SM
6757 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
6758 (debugger-return-value): Signal an error if the debugging context does
6759 not await any return value.
6760
345083b2
SM
6761 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
6762 * image-mode.el (image-toggle-display-text)
6763 (image-toggle-display-image): Stay away from evil `intangible'.
6764
08d355e3
LL
67652011-09-19 Leo Liu <sdl.web@gmail.com>
6766
6767 * replace.el (occur-revert-arguments): Make it permanent-local.
6768 (occur-mode): Don't call font-lock-defontify.
6769
f01da43f
CY
67702011-09-19 Chong Yidong <cyd@stupidchicken.com>
6771
6772 * net/ldap.el (ldap-search-internal): Don't push empty search
6773 result (Bug#9508).
6774
b6072fa6
SM
67752011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6776
6777 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
6778
443d6696
MA
67792011-09-19 Michael Albinus <michael.albinus@gmx.de>
6780
6781 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
6782 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
6783
7cc6e154
JL
67842011-09-18 Juri Linkov <juri@jurta.org>
6785
6786 * buff-menu.el (Buffer-menu-mode-map):
6787 * dired.el (dired-mode-map):
6788 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
6789 (lisp-interaction-mode-map):
6790 * emacs-lisp/package.el (package-menu-mode-map):
6791 * epa.el (epa-key-list-mode-map):
6792 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
6793 (menu-bar-options-menu):
6794 * outline.el (outline-mode-menu-bar-map):
6795 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
6796 * vc/vc-dir.el (vc-dir-menu-map):
6797 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
6798 Capitalize non-function content words in menu item strings.
6799
6800 * dired.el (dired-mode-map): Add menu item for
6801 `image-dired-dired-toggle-marked-thumbs'.
6802
80302a81
JL
68032011-09-18 Juri Linkov <juri@jurta.org>
6804
6805 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
6806 to `isearch-case-fold-search' and restore its original value
6807 after the `isearch-mode' call.
6808
46c5cf66
JL
68092011-09-18 Juri Linkov <juri@jurta.org>
6810
6811 * progmodes/grep.el (grep-process-setup): Don't check code for 1
6812 because `zgrep' returns 1 for successful matches (bug#9226).
6813
d18b513b
JL
68142011-09-18 Juri Linkov <juri@jurta.org>
6815
6816 * info.el (Info-extract-menu-node-name): Check the second match
6817 for empty string (second test-case of bug#9528).
6818 (Info-last-preorder): Let-bind `Info-history' to nil to not add
6819 intermediate nodes to the history (first test-case of bug#9528).
6820
72753f87
JL
68212011-09-18 Juri Linkov <juri@jurta.org>
6822
6823 * info.el (Info-mode-syntax-table): New variable.
1154d12e 6824 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
72753f87 6825
c9384295
JL
68262011-09-18 Juri Linkov <juri@jurta.org>
6827
1154d12e
JB
6828 * info.el (Info-file-supports-index-cookies):
6829 Increment line-beginning-position's arg from 3 to 4 because makeinfo
6830 outputs one more line for long file names (bug#4142).
c9384295 6831
d473dce8
CY
68322011-09-18 Chong Yidong <cyd@stupidchicken.com>
6833
6834 * newcomment.el (comment-normalize-vars): If prompting for
6835 comment-start, set comment-start-skip too (Bug#8424).
6836
2176854d
JB
68372011-09-18 Johan Bockgård <bojohan@gnu.org>
6838
6839 * icomplete.el: Fix previous fix of Bug#5849.
6840 (icomplete-mode): Don't set completion-show-inline-help.
6841 (icomplete-minibuffer-setup): Set completion-show-inline-help
6842 locally during icompletion.
6843
3aace4e4
CY
68442011-09-18 Chong Yidong <cyd@stupidchicken.com>
6845
c940224f
CY
6846 * woman.el (woman2-process-escapes): Don't delete unrecognized
6847 escapes (Bug#7843).
6848
3aace4e4
CY
6849 * files.el (inhibit-first-line-modes-regexps): Add image files.
6850 (hack-local-variables-prop-line): Return nil for malformed
6851 prop-lines (Bug#9044).
6852
710dec63
MA
68532011-09-18 Michael Albinus <michael.albinus@gmx.de>
6854
6855 * net/tramp.el (top): Don't require 'shell.
6856 (tramp-methods): Fix docstring.
6857 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
8d28cb95
SM
6858 Return complete remote file name. Handle "smb" case.
6859 Use `tramp-tmpdir', if defined for the respective method.
710dec63
MA
6860 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
6861
6862 * net/tramp-compat.el (top): Require 'shell.
6863
6864 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
6865 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
6866 `tramp-current-host'.
6867 (tramp-get-remote-tmpdir): Remove.
6868
6869 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
6870 `tramp-tmpdir' entries.
6871 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
6872 (tramp-smb-handle-file-attributes): Ignore errors.
6873 (tramp-smb-wait-for-output): Check also for process end.
6874
5d5ac8ec
LMI
68752011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
6876
6877 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
6878 when sending QUIT (bug#9312).
6879
8c0f49f0
CY
68802011-09-17 Chong Yidong <cyd@stupidchicken.com>
6881
6882 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
6883 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
6884 occur-mode-display-occurrence.
6885 (occur-edit-mode): Add usage message.
6886 (occur-cease-edit): New command.
6887 (occur-after-change-function): Use text properties to find the
6888 position of the prefix text.
6889 (occur-engine): Set stickiness of prefix text properties.
6890
8f1383f7
GM
68912011-09-17 Glenn Morris <rgm@gnu.org>
6892
6893 * progmodes/etags.el (complete-tag):
6894 Fix call to completion-in-region. (Bug#9526)
6895
744ba0e3
JL
68962011-09-17 Juri Linkov <juri@jurta.org>
6897
6898 * textmodes/ispell.el (ispell-word): Add to the error message
6899 the word, ispell program name and current dictionary (bug#9121).
6900 (ispell-tex-arg-end): Capitalize "error" in the error message.
6901
d9bbf400
AS
69022011-09-17 Andreas Schwab <schwab@linux-m68k.org>
6903
6904 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
6905 check. (Bug#4251)
6906
8da11505
JL
69072011-09-17 Juri Linkov <juri@jurta.org>
6908
6909 * window.el (window-safe-min-height, window-safe-min-width):
6910 Fix typos (followup to bug#9522).
6911
a91adc7e
SJ
69122011-09-17 Sven Joachim <svenjoac@gmx.de>
6913
6914 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
6915
064f328a
EZ
69162011-09-16 Eli Zaretskii <eliz@gnu.org>
6917
6918 * simple.el (line-move): If goal-column is set, move by logical
6919 lines, not by display lines. (Bug#971)
6920 (next-line, previous-line, goal-column, line-move-visual): Doc fix
6921 to reflect the above change.
6922
e69df516
SM
69232011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
6924
6925 * image.el (imagemagick-register-types): Use regexp-opt.
6926
cbb0f9ab
CY
69272011-09-15 Chong Yidong <cyd@stupidchicken.com>
6928
6929 * window.el (display-buffer-base-action): Rename from
6930 display-buffer-default-action. Make default value empty.
6931 (display-buffer-overriding-action): Convert to defvar.
6932 (display-buffer-fallback-action): New var.
6933
25322144
CY
69342011-09-15 Chong Yidong <cyd@stupidchicken.com>
6935
6936 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
6937 declaration.
6938 (package--add-to-archive-contents): If there is a duplicate entry
6939 with an older version, remove it.
6940 (package-menu-mark-delete, package-menu-mark-install)
6941 (package-menu-mark-unmark): Make unused args optional.
e69df516
SM
6942 (package-menu-mark-obsolete-for-deletion):
6943 Use package-menu-get-status instead of a regexp search.
25322144
CY
6944 (package-menu-get-status): Use tabulated-list-entry.
6945 (package-menu-mark-upgrades): New command.
d770725a 6946 (package-menu-mode-map): Bind it to U. Add it to menu bar.
25322144
CY
6947 (package-menu-execute): Do installation before deletion.
6948 (package-menu-refresh, package-menu-execute): Use derived-mode-p
6949 instead of checking major-mode.
6950 (package-menu--find-upgrades): New function.
6951
7520339c
LMI
69522011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
6953
6954 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
6955 passwords in the log buffer.
65a046c4
LMI
6956 (smtpmail-process-filter): Update the process marker so that the
6957 "broken by peer" status message is inserted in the right place.
7520339c 6958
d3c30954
SM
69592011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
6960
3fe48822
SM
6961 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
6962 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
6963 bibtex-completion-at-point-function.
6964 (bibtex-completion-at-point-function): Use them.
6965
1b8b3954
SM
6966 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
6967
d3c30954
SM
6968 * mpc.el (mpc-constraints-tag-lookup): New function.
6969 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
6970 also to browser "album|playlist".
6971
72779976
JL
69722011-09-14 Juri Linkov <juri@jurta.org>
6973
6974 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
6975 (isearch-edit-string): Use length of `isearch-string' when
6976 `isearch-fail-pos' returns nil.
6977 (isearch-message): Remove duplicate code and call
6978 `isearch-fail-pos' with arg `t'.
6979
a0bf2bcd
CY
69802011-09-14 Chong Yidong <cyd@stupidchicken.com>
6981
17bb0a2d
CY
6982 * replace.el (occur-mode-goto-occurrence): Don't force using other
6983 window (Bug#9499).
6984
a0bf2bcd
CY
6985 * dired-aux.el (dired-do-chmod): Don't provide initial input.
6986
f678e0b6
MR
69872011-09-14 Martin Rudalics <rudalics@gmx.at>
6988
6989 * window.el (display-buffer-window): Remove.
6990 (display-buffer-record-window): Use help-setup window parameter
6991 instead of variable display-buffer-window.
6992 (display-buffer-function, special-display-buffer-names)
6993 (special-display-function): Mention help-setup parameter instead
6994 of display-buffer-window in doc-string.
d3c30954
SM
6995 * help.el (help-window-setup): New argument help-window.
6996 Use help-window-setup parameter instead of display-buffer-window.
f678e0b6
MR
6997 Reword some messages.
6998 (with-help-window): Pass window used for displaying the buffer
6999 to help-window-setup. Don't set display-buffer-window.
7000
8e39b2e8
GM
70012011-09-13 Glenn Morris <rgm@gnu.org>
7002
7003 * emacs-lisp/debug.el (debugger-make-xrefs):
7004 Preserve point. (Bug#9462)
7005
85e9c04b
CY
70062011-09-13 Chong Yidong <cyd@stupidchicken.com>
7007
7008 * window.el (window-deletable-p): Use next-frame.
7009
1b36ed6a
MR
70102011-09-13 Martin Rudalics <rudalics@gmx.at>
7011
7012 * window.el (window-auto-delete): Remove.
7013 (window-deletable-p): Remove argument FORCE. Don't deal with
e4769531 7014 dedication and previous buffers.
1b36ed6a
MR
7015 (switch-to-prev-buffer): Don't delete window.
7016 (delete-windows-on): Delete a window's frame if and only if the
7017 window is dedicated.
7018 (replace-buffer-in-windows): Delete buffer's window or frame if
7019 and only if window is dedicated.
7020 (quit-window): Handle quit-restore as before last change.
4d61f28d 7021 (bury-buffer): Delete window only if window-deletable-p returns t.
1b36ed6a 7022
ef8ef9fb
CY
70232011-09-13 Chong Yidong <cyd@stupidchicken.com>
7024
7025 * window.el (window-deletable-p): Never delete the last frame on a
7026 given terminal.
7027
b2cba41e
GM
70282011-09-13 Glenn Morris <rgm@gnu.org>
7029
7030 * help.el (describe-key-briefly): Copy previous standard-output change.
7031
51553db6 70322011-09-13 PJ Weisberg <pj@irregularexpressions.net>
e3ce671f
PW
7033
7034 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
7035
b7556719
GM
70362011-09-13 Glenn Morris <rgm@gnu.org>
7037
7038 * emacs-lisp/lisp-mode.el (lisp-indent-function):
7039 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
7040
64b51947
CY
70412011-09-12 Chong Yidong <cyd@stupidchicken.com>
7042
7043 * dired-aux.el (dired-mark-read-string): Don't return default
7044 value on empty input (Bug#9361).
7045 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
7046 Omit initial minibuffer contents.
7047 (dired-do-chmod): Signal an error on empty input.
7048 (dired-mark-read-string): Don't return default on empty input.
7049
7050 * files.el (file-modes-symbolic-to-number): Doc fix.
7051
393a301e
SM
70522011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7053
7054 * international/mule-cmds.el (ucs-completions): Remove.
7055 (read-char-by-name): Use complete-with-action instead; add metadata.
7056
fa5660f9
CY
70572011-09-11 Chong Yidong <cyd@stupidchicken.com>
7058
7059 * window.el (display-buffer--action-function-custom-type)
7060 (display-buffer--action-custom-type): New vars.
7061 (display-buffer-alist, display-buffer-default-action)
7062 (display-buffer-overriding-action): Add defcustom types.
7063
4a592f66
CY
7064 * frame.el (delete-other-frames): Doc fix (Bug#276).
7065
73d56dbd
LMI
70662011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
7067
7068 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
7069
37ac18a3
CY
70702011-09-11 Chong Yidong <cyd@stupidchicken.com>
7071
7072 Change modes that used same-window-* vars to use switch-to-buffer.
7073
7074 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
7075 Use switch-to-buffer.
7076
7077 * cus-edit.el (customize-group, custom-buffer-create)
393a301e
SM
7078 (customize-browse, custom-buffer-create-other-window):
7079 Use switch-to-buffer or switch-to-buffer-other-window.
37ac18a3
CY
7080
7081 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
7082 (Info-prev, Info-up, Info-speedbar-goto-node)
7083 (info-display-manual): Use switch-to-buffer.
7084 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
7085
7086 * mail/sendmail.el (mail): Use switch-to-buffer.
7087 (mail-recover): Use switch-to-buffer-other-window.
7088
7089 * cmuscheme.el (run-scheme, switch-to-scheme):
7090 * ielm.el (ielm):
7091 * shell.el (shell):
7092 * net/rlogin.el (rlogin):
7093 * net/telnet.el (telnet, rsh):
7094 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
7095
10195bd6
AS
70962011-09-11 Andreas Schwab <schwab@linux-m68k.org>
7097
7098 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
7099
b322f63a
LMI
71002011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
7101
39d7fed6
LMI
7102 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
7103 so don't mention it (bug#9301).
ba5a81f1 7104 (dired-sort-toggle-or-edit): Clarify string further.
39d7fed6 7105
ee0e9f11
LMI
7106 * faces.el (face-spec-set-match-display): Make `(type graphic)'
7107 match `x', `w32' and `ns', like the manual says (bug#9029).
7108
0b1c89c1 7109 * subr.el (eval-after-load): Doc string clarification (bug#9125).
da9fcb93
LMI
7110 (process-kill-buffer-query-function): Mention the buffer name in
7111 the query.
0b1c89c1 7112
77549ea8
LMI
7113 * image-mode.el (image-next-line): The line parameter is mandatory
7114 (bug#9258).
7115
803ef892
LMI
7116 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
7117 which can be useful (bug#9301).
7118
12980837
LMI
7119 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
7120
91054f8f
LMI
7121 * subr.el (match-string): Mention that the current buffer should
7122 be the same as the search was done in (bug#9282).
7123
b322f63a
LMI
7124 * facemenu.el: Disable the remove-* commands if the mark isn't
7125 active (bug#9162).
7126
3199b96f
CY
71272011-09-10 Chong Yidong <cyd@stupidchicken.com>
7128
7129 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
7130 of display-buffer.
7131 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
7132
7133 * replace.el (occur-mode-goto-occurrence)
7134 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
7135 and display-buffer.
7136
7137 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
7138 display-buffer.
7139
7140 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
7141 special-display and same-window variables.
7142 (mail-other-window): Use switch-to-buffer-other-window.
7143 (mail-other-frame): USe switch-to-buffer-other-frame.
7144
393a301e
SM
7145 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
7146 Use display-buffer-other-frame.
3199b96f
CY
7147 (gdb-display-gdb-buffer): Use pop-to-buffer.
7148
7149 * progmodes/gud.el (gud-goto-info): Use info-other-window.
7150
7151 * progmodes/python.el: Don't set same-window-buffer-names.
7152
7153 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
7154
7155 * window.el (display-buffer-alist): Add *Python*.
7156
8319e0bf
CY
71572011-09-10 Chong Yidong <cyd@stupidchicken.com>
7158
7159 * window.el (display-buffer-alist): Add entry for buffers
7160 previously handled same-window-*.
7161 (display-buffer-alist, display-buffer-default-action)
7162 (display-buffer-overriding-action): Mark as risky.
7163 (display-buffer-alist): Document action function changes.
7164 (display-buffer--same-window-action)
7165 (display-buffer--other-frame-action): New variables.
7166 (switch-to-buffer, display-buffer-other-frame): Use them.
7167 (display-buffer): Rename reuse-frame entry to reusable-frames.
7168 (display-buffer-reuse-selected-window): Function deleted.
7169 (display-buffer-reuse-window): Handle reusable-frames alist entry.
7170 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
7171 (display-buffer-special): New function.
7172 (display-buffer--maybe-pop-up-frame-or-window): Rename from
7173 display-buffer-reuse-or-pop-window. Split off special-display
7174 part into display-buffer-special.
7175 (display-buffer-use-some-window): Don't perform any special
7176 pop-up-frames handling.
7177 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
393a301e 7178 (display-buffer--maybe-same-window): Rename from
0d3ff375 7179 display-buffer-maybe-same-window.
8319e0bf 7180
919a69aa
CY
7181 * info.el: Don't set same-window-regexps.
7182 (info-setup): New function.
7183 (info-other-window, info): Call it.
7184
7185 * cus-edit.el: Don't set same-window-regexps.
7186 (customize-group): New argument.
7187 (customize-group-other-window): Use it.
7188 (customize-face, customize-face-other-window): Likewise.
7189 (custom-buffer-create-other-window): Use pop-to-buffer directly.
7190
8319e0bf
CY
7191 * net/rlogin.el:
7192 * net/telnet.el:
7193 * progmodes/gud.el: Don't set same-window-regexps.
7194
7195 * cmuscheme.el:
7196 * ielm.el:
7197 * shell.el:
7198 * mail/sendmail.el:
7199 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
7200
25173000
JL
72012011-09-10 Juri Linkov <juri@jurta.org>
7202
7203 * isearch.el (isearch-edit-string): Remove obsolete mention of
7204 `C-w' (`isearch-yank-word-or-char') from docstring.
7205 (isearch-query-replace): Fix typo in docstring (bug#9466).
7206
056e44ef
JL
72072011-09-10 Juri Linkov <juri@jurta.org>
7208
7209 * paren.el (show-paren-function): Don't show escaped parens.
7210 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
7211
c3760c17
EZ
72122011-09-10 Eli Zaretskii <eliz@gnu.org>
7213
7214 * mail/sendmail.el (mml-to-mime, mml-attach-file)
7215 (mm-default-file-encoding): Remove autoload forms, they are
7216 replaced with autoload cookies in mml.el and mm-encode.el.
7217 (mail-add-attachment): New command.
7218 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
7219 (mail-mode): Mention mail-insert-file and mail-add-attachment in
7220 the doc string.
7221 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
7222
fece895e
RT
72232011-09-10 Reuben Thomas <rrt@sc3d.org>
7224
e69df516
SM
7225 * simple.el (count-words-region): Use buffer if there's no region
7226 (bug#9429).
fece895e 7227
5e68ce4a
JL
72282011-09-09 Juri Linkov <juri@jurta.org>
7229
7230 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
7231 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
7232 (wdired-isearch-filter-read-only): New function. (Bug#6362)
7233
0a6b9622
AM
72342011-09-09 Alan Mackenzie <acm@muc.de>
7235
7236 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
7237 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
7238
14a29deb
EZ
72392011-09-09 Eli Zaretskii <eliz@gnu.org>
7240
7241 Fix for Savannah bug#9392.
7242 * simple.el (mail-encode-mml): New defvar.
7243
7244 * mail/rmail.el (mail-encode-mml): Add a defvar.
7245 (rmail-enable-mime-composing): Default to t.
7246 (rmail-forward): Use MIME method of forwarding only if both
7247 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
7248 Set mail-encode-mml non-nil if the MIME method was used.
7249
7250 * mail/sendmail.el (mml-to-mime): Add autoload form.
7251 (mail-encode-mml): Add a defvar.
7252 (mail-mode): Make mail-encode-mml buffer-local and initialize it
7253 to nil.
7254 (mail-send): If mail-encode-mml is non-nil, run the outgoing
7255 message through mml-to-mime, and reset mail-encode-mml to nil.
7256
28c45130
GM
72572011-09-09 Glenn Morris <rgm@gnu.org>
7258
7259 * woman.el (woman-if-body): When processing an .el block,
7260 do not delete the next .el block as well. (Bug#9447)
69f4b618 7261 (woman-special-characters): Add oq, cq, and hy characters.
28c45130 7262
9b1c252e
MR
72632011-09-08 Martin Rudalics <rudalics@gmx.at>
7264
7265 * window.el (window-deletable-p): Make sure window is live before
7266 invoking window-prev-buffers.
7267
567457e3
LL
72682011-09-08 Leo Liu <sdl.web@gmail.com>
7269
7270 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
7271
97f05794
JL
72722011-09-08 Juri Linkov <juri@jurta.org>
7273
7274 * progmodes/compile.el (compilation-environment): Make it
7275 a defcustom (bug#8340).
7276
8b0874b5
MR
72772011-09-08 Martin Rudalics <rudalics@gmx.at>
7278
7279 * window.el (frame-auto-delete): Rename to window-auto-delete.
7280 Make it control auto-deletion of windows and/or frames.
7281 (window-deletable-p): New argument FORCE. Rewrite conditions
5e617bc2 7282 for deleting window/frame. (Bug#9419)
8b0874b5
MR
7283 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
7284 Rewrite handling of case when window/frame can be deleted.
7285 (delete-windows-on): Call window-deletable-p with new FORCE
5e617bc2 7286 argument t. (Bug#9456)
8b0874b5 7287
4feb6e73
CY
72882011-09-07 Chong Yidong <cyd@stupidchicken.com>
7289
7290 * help-mode.el (help-mode): Restore autoload.
7291
91ab9c13
JL
72922011-09-07 Juri Linkov <juri@jurta.org>
7293
7294 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
7295 `compilation-environment'. Set buffer-local
7296 `compilation-environment' to `thisenv' later after (funcall mode).
7297 (Bug#8340)
7298
7299 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
7300 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
7301 instead of replacing its value. (Bug#8340)
7302
0527e251
JL
73032011-09-07 Juri Linkov <juri@jurta.org>
7304
7305 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
7306 based on text properties put by `grep-filter' instead of matching
7307 escape sequences.
7308 (grep-mode): Set buffer-local `compilation-error-screen-columns'
7309 to the value of `grep-error-screen-columns' (bug#9438).
7310
249f792c
JL
73112011-09-07 Juri Linkov <juri@jurta.org>
7312
7313 * simple.el (next-error-highlight, next-error-highlight-no-select):
7314 Doc fix (bug#9432).
7315
ff7271b9
OT
73162011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
7317
7318 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
7319 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
7320
183fc730
LL
73212011-09-07 Leo Liu <sdl.web@gmail.com>
7322
7323 * net/rcirc.el (rcirc-mode): Conditionally initialize
7324 rcirc-input-ring.
7325
77694924
SM
73262011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
7327
7328 * emacs-lisp/find-func.el (find-function-C-source): Only set
7329 find-function-C-source-directory after checking that we found a source
7330 file there (bug#9440).
7331
d809b8eb
AM
73322011-09-06 Alan Mackenzie <acm@muc.de>
7333
7334 * isearch.el (isearch-other-meta-char): Wherever a key list is
7335 unread, "unread" the prefix arg, too. This fixes bug #8901.
7336
453de99f
OG
73372011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
7338
7339 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
7340
90439906
JL
73412011-09-05 Juri Linkov <juri@jurta.org>
7342
7343 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
7344
f62bd846
JL
73452011-09-05 Juri Linkov <juri@jurta.org>
7346
7347 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
7348 keeping point where processing of grep matches begins, and
7349 continue to delete remaining escape sequences from the same point.
7350 (grep-filter): Make leading zero optional in "0?1;31m" because
7351 git-grep emits "\033[1;31m" escape sequences unlike expected
7352 "\033[01;31m" as GNU Grep does (bug#9408).
7353 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
7354
045820ec
JL
73552011-09-05 Juri Linkov <juri@jurta.org>
7356
7357 * subr.el (y-or-n-p): Capitalize "yes".
7358
f5e29b9b
MA
73592011-09-04 Michael Albinus <michael.albinus@gmx.de>
7360
7361 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
7362 `tramp-cache-unload-hook' where appropriate.
7363 (tramp-methods): Rename `tramp-remote-sh' to
7364 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
7365 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
7366
7367 * net/tramp-sh.el (top): Don't require 'shell.
7368 (tramp-methods): Add `tramp-remote-shell' and
7369 `tramp-remote-shell-args' entries.
7370 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
7371 (tramp-sh-handle-shell-command): Remove.
7372 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
7373 Use `tramp-remote-shell'.
7374
2784c434
CY
73752011-09-03 Chong Yidong <cyd@stupidchicken.com>
7376
393a301e 7377 * mail/sendmail.el (sendmail-query-once-function): Delete.
2784c434
CY
7378 (sendmail-query-once): Save directly to send-mail-function.
7379 Update message-send-mail-function too.
7380
7381 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
7382
464cdf56
CS
73832011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
7384
7385 * progmodes/python.el (python-mode-map): Use correct function to
7386 start python interpreter from menu-bar (as reported by Geert
7387 Kloosterman).
7388 (inferior-python-mode-map): Fix typo.
393a301e 7389 (python-shell-map): Remove.
464cdf56 7390
d37e5c87
DD
73912011-09-03 Deniz Dogan <deniz@dogan.se>
7392
7393 * net/rcirc.el (rcirc-print): Simplify code for
7394 rcirc-scroll-show-maximum-output. There is no need to walk
7395 through all windows to find the right one.
7396
f3ada0ee
CS
73972011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
7398
7399 * help.el (help-return-method): Doc fix.
7400
1f3c99ca
MR
74012011-09-03 Martin Rudalics <rudalics@gmx.at>
7402
7403 * window.el (window-deletable-p): Don't return a non-nil value
7404 when there's a buffer that was shown in the window before.
7405 (Bug#9419)
393a301e
SM
7406 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
7407 Set window's previous buffers to nil.
1f3c99ca 7408
a3cf097f
EZ
74092011-09-03 Eli Zaretskii <eliz@gnu.org>
7410
7411 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
7412 newline before and after the tag line, so it doesn't interfere
7413 with determining the paragraph direction of bidirectional text.
7414
3d03de90
LL
74152011-09-03 Leo Liu <sdl.web@gmail.com>
7416
7417 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
7418
c3313451
CY
74192011-09-02 Chong Yidong <cyd@stupidchicken.com>
7420
393a301e 7421 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
c3313451
CY
7422 (pop-to-buffer): Change interactive spec. Pass second argument
7423 directly to display-buffer.
7424 (display-buffer): Fix interactive spec. Use functionp to
7425 distinguish between a function and a list of functions.
7426
7427 * abbrev.el (edit-abbrevs):
7428 * arc-mode.el (archive-extract):
7429 * autoinsert.el (auto-insert):
7430 * bookmark.el (bookmark-bmenu-list):
7431 * files.el (find-file):
7432 * view.el (view-buffer):
7433 * progmodes/compile.el (compilation-goto-locus):
7434 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
7435
89894cd8
CY
74362011-09-02 Chong Yidong <cyd@stupidchicken.com>
7437
7438 * window.el (display-buffer-alist): Doc fix.
7439 (display-buffer): Add docstring. Don't treat
7440 display-buffer-default specially.
7441 (display-buffer-reuse-selected-window)
7442 (display-buffer-same-window, display-buffer-maybe-same-window)
7443 (display-buffer-reuse-window, display-buffer-pop-up-frame)
7444 (display-buffer-pop-up-window)
7445 (display-buffer-reuse-or-pop-window)
7446 (display-buffer-use-some-window): New functions.
7447 (display-buffer-default-action): Use them.
393a301e 7448 (display-buffer-default): Delete.
89894cd8
CY
7449 (pop-to-buffer-1): Fix choice of actions.
7450
ae0bc9fb
SM
74512011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
7452
7453 * minibuffer.el (completion--insert-strings): Don't get confused by
7454 completion entries that end with an LF char.
7455
e9d90883
EZ
74562011-09-01 Eli Zaretskii <eliz@gnu.org>
7457
7458 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
7459
437014c8
CY
74602011-09-01 Chong Yidong <cyd@stupidchicken.com>
7461
7462 * window.el (display-buffer): Restore interactive spec.
ae0bc9fb
SM
7463 (display-buffer-same-window, display-buffer-other-window):
7464 New functions.
437014c8
CY
7465 (pop-to-buffer-1): New function. Use the above.
7466 (pop-to-buffer, pop-to-buffer-same-window): Use it.
ae0bc9fb 7467 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
437014c8
CY
7468
7469 * view.el (view-buffer-other-window, view-buffer-other-frame):
7470 Just use pop-to-buffer.
7471
a5e063d5
TV
74722011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7473
7474 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
7475
793d32bb
WH
74762011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
7477
7478 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
7479
d65e4c15
RS
74802011-08-31 Richard Stallman <rms@gnu.org>
7481
7482 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
7483 of the separation of rmail-view-buffer from rmail-buffer.
7484 If you say no to "replace original", the decrypt is in the
7485 view buffer. If you say yes, the decrypt goes into the
7486 rmail buffer also.
7487
f818cd2a
MR
74882011-08-31 Martin Rudalics <rudalics@gmx.at>
7489
7490 * window.el (display-buffer-window): Rewrite doc-string.
7491 (display-buffer-record-window): New function.
7492 (display-buffer-macro-specifiers)
7493 (display-buffer-even-window-sizes, display-buffer-set-height)
7494 (display-buffer-set-width, display-buffer-in-window)
7495 (display-buffer-reuse-window, display-buffer-split-specifiers)
7496 (display-buffer-side-specifiers, display-buffer-split-window-1)
7497 (display-buffer-split-window, display-buffer-split-atom-window)
7498 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
7499 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
7500 (display-buffer-other-window-means-other-frame)
7501 (display-buffer-normalize-special)
7502 (display-buffer-normalize-default)
7503 (display-buffer-normalize-argument)
7504 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
7505 (display-buffer-normalize-specifiers, display-buffer-frame)
7506 (display-buffer-same-window, display-buffer-same-frame)
7507 (display-buffer-other-window)
7508 (display-buffer-same-frame-other-window)
7509 (display-buffer-other-frame, pop-to-buffer-same-window)
7510 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
7511 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
7512 (switch-to-buffer-same-frame)
7513 (switch-to-buffer-other-window-same-frame)
7514 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
7515 (display-buffer-alist-set-1, display-buffer-alist-set-2)
7516 (display-buffer-alist-set): Remove.
7517 (display-buffer-function, special-display-buffer-names)
ae0bc9fb
SM
7518 (special-display-regexps, special-display-function):
7519 In doc-string refer to display-buffer-window and quit-restore
f818cd2a
MR
7520 parameter.
7521 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
7522 (special-display-frame-alist, special-display-popup-frame)
7523 (same-window-buffer-names, same-window-regexps, same-window-p)
7524 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
7525 (split-window-preferred-function, split-height-threshold)
7526 (split-width-threshold, window-splittable-p)
7527 (split-window-sensibly, window--try-to-split-window)
7528 (window--frame-usable-p, even-window-heights)
7529 (window--even-window-heights, window--display-buffer-1)
ae0bc9fb
SM
7530 (window--display-buffer-2, display-buffer-other-frame):
7531 Restore old Emacs 23 code, order and doc-strings where applicable.
f818cd2a
MR
7532 (display-buffer-default, display-buffer-assq-regexp): New functions.
7533 (display-buffer-alist): Rewrite doc-string.
7534 (display-buffer-default-action)
7535 (display-buffer-overriding-action): New variables.
7536 (display-buffer, switch-to-buffer): Rewrite.
7537 (pop-to-buffer): Restore Emacs 23 behavior but use
7538 window-normalize-buffer-to-display.
7539 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
7540 Restore Emacs 23 behavior but use
7541 window-normalize-buffer-to-switch-to.
7542 (pop-to-buffer-same-window): Rewrite.
ae0bc9fb
SM
7543 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
7544 Rewrite using Emacs 23 options.
f818cd2a 7545
5bc3b51d
MA
75462011-08-31 Michael Albinus <michael.albinus@gmx.de>
7547
7548 * net/tramp.el (tramp-root-regexp): Remove.
7549 (tramp-completion-file-name-regexp-unified)
7550 (tramp-completion-file-name-regexp-separate)
7551 (tramp-completion-file-name-regexp-url): Don't use leading volume
7552 letter on win32 systems. (Bug#5303, Bug#9311)
ae0bc9fb
SM
7553 (tramp-drop-volume-letter): Simplify definition.
7554 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5bc3b51d 7555
b1a4f8e1
SM
75562011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
7557
7558 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
7559 (bug#9356).
7560
5664fa7b
RT
75612011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
7562
b1a4f8e1 7563 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
5664fa7b 7564
9a45d6c3
JL
75652011-08-29 Juri Linkov <juri@jurta.org>
7566
7567 * isearch.el (isearch-done): Don't display message "Mark saved"
7568 when arg `edit' is non-nil to prevent its flicker in the echo area.
7569
fb87e0fb
CY
75702011-08-28 Chong Yidong <cyd@stupidchicken.com>
7571
7572 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
7573 obsolete packages for deletion.
7574
09ac1c2a
CS
75752011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
7576
7577 * help-mode.el (help-mode-map): Add special-mode-map to parent.
5e617bc2 7578 (help-mode): Derive help-mode from special-mode. Don't invoke
09ac1c2a
CS
7579 view-mode from help-mode.
7580 (help-xref-override-view-map): Remove.
7581 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
7582 view-mode is not used anymore.
7583
7a1ff57f
CY
75842011-08-28 Chong Yidong <cyd@stupidchicken.com>
7585
7586 * server.el (server-port): Doc fix.
7587
b9696605
CY
7588 * cus-theme.el (custom-theme-choose-mode): Inherit from
7589 special-mode (Bug#9124).
7590 (custom-theme-choose-mode-map): Add special-mode to parent.
7591
ef8cdf8c
AM
75922011-08-28 Alan Mackenzie <acm@muc.de>
7593
7594 * progmodes/cc-fonts.el
7595 (c-make-font-lock-BO-decl-search-function): New function.
7596 (c-basic-matchers-after - "Fontify the clauses after various
7597 keywords"): Extract the three keyword lists for the 3 erroneous
7598 constructs from the list of four, and use the new function above
7599 in place of an old one.
7600
27de4e20
DD
76012011-08-28 Deniz Dogan <deniz@dogan.se>
7602
7603 * net/rcirc.el (rcirc-insert-prev-input)
7604 (rcirc-insert-next-input): Remove unused argument.
7605
356a3681
SM
76062011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
7607
7608 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
7609
3fc9b218
AM
76102011-08-27 Alan Mackenzie <acm@muc.de>
7611
7612 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
7613 handle function pointer parameters properly.
7614
538a061c
MR
76152011-08-27 Martin Rudalics <rudalics@gmx.at>
7616
7617 * window.el (display-buffer-reuse-window): Fix case where
7618 selected window was reused with non-nil OTHER-WINDOW argument.
7619 (Bug#9381)
7620
35b1c40c
DD
76212011-08-27 Deniz Dogan <deniz@dogan.se>
7622
7623 * net/rcirc.el (rcirc-check-auth-status): Adding support for
7624 oftc's NickServ messages.
7625
2f6a3e79
GM
76262011-08-27 Glenn Morris <rgm@gnu.org>
7627
7628 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
7629
7254299e
CY
76302011-08-26 Chong Yidong <cyd@stupidchicken.com>
7631
7632 * emacs-lisp/package.el (package-install): Call package-initialize
7633 if called interactively.
7634
f8ccf167
LL
76352011-08-26 Leo Liu <sdl.web@gmail.com>
7636
7637 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
7638
3e8cd5ce
JL
76392011-08-25 Juri Linkov <juri@jurta.org>
7640
7641 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
7642 `search-whitespace-regexp' (bug#9364).
7643
93eb7113
JL
76442011-08-25 Juri Linkov <juri@jurta.org>
7645
7646 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
7647 `regexp-search-ring' to their global values to protect from
7648 updating by `read-from-minibuffer' (bug#9185).
7649
f65d1611
JL
76502011-08-25 Juri Linkov <juri@jurta.org>
7651
7652 * textmodes/ispell.el (ispell-command-loop): Add newline
7653 at the end of the "Use option `i'..." line.
7654
f1cf7a31
JL
76552011-08-25 Juri Linkov <juri@jurta.org>
7656
7657 * battery.el (display-battery-mode): If `battery-status-function'
7658 or `battery-mode-line-format' is nil, display the message and set
7659 `display-battery-mode' to nil (bug#9363).
7660
0c95fcf7
EZ
76612011-08-25 Eli Zaretskii <eliz@gnu.org>
7662
7663 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
7664 bidi-string-mark-left-to-right; they are unnecessary now.
7665
a2ebe600
DD
76662011-08-25 Deniz Dogan <deniz@dogan.se>
7667
7668 * net/quickurl.el: Documentation typo fixes.
7669
e4ed06f1
CY
76702011-08-25 Chong Yidong <cyd@stupidchicken.com>
7671
7672 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
7673
e5f1c99e
GM
76742011-08-25 Glenn Morris <rgm@gnu.org>
7675
b2948976
GM
7676 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
7677
e5f1c99e
GM
7678 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
7679 (smtpmail-via-smtp): Handle nil response from smtp.
7680
f22f4808
JL
76812011-08-24 Juri Linkov <juri@jurta.org>
7682
7683 * proced.el (proced-marked): Inherit from `error' instead of
7684 `font-lock-warning-face'.
7685
7686 * ibuffer.el (ibuffer-marked-face): Change default face from
7687 `font-lock-warning-face' to `warning'.
7688 (ibuffer-deletion-face): Change default face from
7689 `font-lock-type-face' to `error'.
7690
7691 * battery.el (battery-update): Use the face `error' instead of
7692 `font-lock-warning-face' (bug#6117).
7693
6a93965e
JL
76942011-08-24 Juri Linkov <juri@jurta.org>
7695
7696 * faces.el (success): Change face color from "Green3" to
7697 "ForestGreen" on light background (bug#9353).
7698
1ed43b09
CY
76992011-08-24 Chong Yidong <cyd@stupidchicken.com>
7700
5664fa7b
RT
7701 * window.el (quit-window): Rename from quit-restore-window.
7702 Use same arglist as old quit-window.
1ed43b09
CY
7703 (frame-auto-delete): Doc fix.
7704
7705 * view.el (view-mode-exit): Use quit-window.
7706
11dcdbb2
JL
77072011-08-24 Juri Linkov <juri@jurta.org>
7708
7709 * isearch.el (isearch-ring-adjust1): Start visiting previous
7710 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
7711 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
7712 for empty search string (when the last search string is reused
7713 automatically) to adjust the isearch ring to the last element and
7714 prepare the correct index for further M-p commands (bug#9185).
7715
de62b4df
KH
77162011-08-24 Kenichi Handa <handa@m17n.org>
7717
7718 * international/ucs-normalize.el: If decomposition property of
7719 CHAR is the default one (i.e. a list of CHAR itself), treat it as
7720 nil.
7721 (nfd, nfkd): Likewise.
7722
963b492b
SM
77232011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
7724
7725 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
7726 from process filters aren't reliably transmitted to the surrounding
7727 accept-process-output.
7728 (mpc-proc-check): New function.
7729 (mpc-proc-sync): Use it (bug#8293)
7730
93b6b5e1
SM
77312011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
7732
7733 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
7734 Add compatibility functions (bug#9313).
7735
bca633fb
EZ
77362011-08-23 Eli Zaretskii <eliz@gnu.org>
7737
b177498a
EZ
7738 * cus-start.el (all): Add entry for bidi-paragraph-direction.
7739
6df6ae42 7740 * international/uni-bidi.el: Regenerate.
bca633fb 7741
0902a04e
KH
77422011-08-23 Kenichi Handa <handa@m17n.org>
7743
7744 * international/charprop.el:
7745 * international/uni-bidi.el:
7746 * international/uni-category.el:
7747 * international/uni-combining.el:
7748 * international/uni-comment.el:
7749 * international/uni-decimal.el:
7750 * international/uni-decomposition.el:
7751 * international/uni-digit.el:
7752 * international/uni-lowercase.el:
7753 * international/uni-mirrored.el:
7754 * international/uni-name.el:
7755 * international/uni-numeric.el:
7756 * international/uni-old-name.el:
7757 * international/uni-titlecase.el:
7758 * international/uni-uppercase.el: Regenerate.
7759
3bbf23bc
MR
77602011-08-23 Martin Rudalics <rudalics@gmx.at>
7761
7762 * help.el (help-window-setup): Fix message displayed when other
7763 window is reused. (Bug#9341)
7764
b3fd59bd
SM
77652011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
7766
1802e444
SM
7767 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
7768 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
7769
b3fd59bd
SM
7770 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
7771 Mark obsolete.
7772 * shell.el (shell-parse-pcomplete-arguments): New function.
7773 (shell-completion-vars): Use it instead (bug#9160).
7774
4eb61348
SM
77752011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
7776
867cab74
SM
7777 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
7778 strings and comments (bug#9333).
7779
4eb61348
SM
7780 * emacs-lisp/debug.el (debug-arglist): New function.
7781 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
7782 (debug-on-entry-1): Handle interpreted closures (bug#9120).
7783
262a1439
JL
77842011-08-22 Juri Linkov <juri@jurta.org>
7785
56ee679c
JL
7786 * progmodes/compile.el (compilation-mode-font-lock-keywords):
7787 Revert regexp that highlights output switches to its old
7788 pre-2010-10-28 value and remove one `?' from it (bug#9319).
7789
262a1439
JL
7790 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
7791 to check for empty output (bug#9226).
7792
f13f86fb
CY
77932011-08-22 Chong Yidong <cyd@stupidchicken.com>
7794
7795 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
7796 symbol-constituent as the default, as that stops font-lock from
7797 working properly (Bug#8843).
7798
c65c9622
LMI
77992011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7800
7801 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
7802 `coding-system-for-*' around the process open call to avoid
7803 auth-source side effects.
e7f2c178 7804 (smtpmail-try-auth-methods): Expand the secret password.
7185da52
LMI
7805 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
7806 probe hangs.
c65c9622 7807
23a8a5ab
CY
78082011-08-21 Chong Yidong <cyd@stupidchicken.com>
7809
ff98b2dd
CY
7810 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
7811
23a8a5ab
CY
7812 * emacs-lisp/find-func.el (find-function-noselect): New arg
7813 lisp-only.
7814
7815 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
7816 signal an error for built-in functions (Bug#6664).
7817
f5e3c598
LMI
78182011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7819
7820 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
7821 (smtpmail-try-auth-methods): Use it.
7822
a3f2468a
CY
78232011-08-21 Chong Yidong <cyd@stupidchicken.com>
7824
2c34e8da
CY
7825 * font-lock.el (font-lock-fontify-region)
7826 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
7827 (font-lock-default-unfontify-buffer)
7828 (font-lock-default-fontify-region)
7829 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
7830
b3fd59bd
SM
7831 * progmodes/compile.el (compilation-error-properties):
7832 Fix confusion between file struct and message struct (Bug#9319).
02e5c89e
CY
7833 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
7834 `ant' regexp.
ee31aabc 7835
a3f2468a
CY
7836 * net/browse-url.el (browse-url-firefox): Don't call
7837 browse-url-firefox-sentinel unless using -remote (Bug#9328).
7838
8e999f70
GM
78392011-08-20 Glenn Morris <rgm@gnu.org>
7840
c21a496a
GM
7841 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
7842
59ee0542
GM
7843 * tutorial.el (tutorial--default-keys): Update some default bindings.
7844
8e999f70
GM
7845 * files.el (hack-local-variables): Fully ignore case for "mode:".
7846
e3715033
AM
78472011-08-20 Alan Mackenzie <acm@muc.de>
7848
7849 Resolve invalid use of a regexp in regexp-opt.
7850
4d61f28d
JB
7851 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
7852 detection for a java annotation.
e3715033 7853
4d61f28d 7854 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
e3715033
AM
7855 detection for a java annotation.
7856
4d61f28d
JB
7857 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
7858 handling for java.
e3715033
AM
7859 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
7860
04ed2e9c
CY
78612011-08-20 Chong Yidong <cyd@stupidchicken.com>
7862
7863 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
7864 (Bug#9274).
7865
826cee64
AM
78662011-08-20 Alan Mackenzie <acm@muc.de>
7867
58179cce 7868 Fontify CPP expressions correctly when starting in the middle of
826cee64
AM
7869 such a construct. Mainly for when jit-lock etc. starts a chunk
7870 here.
7871
58179cce 7872 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
826cee64 7873 variable.
58179cce 7874 (c-make-font-lock-search-form): New function, extracted from
826cee64
AM
7875 c-make-font-lock-search-function.
7876 (c-make-font-lock-search-function): Use the above function.
7877 (c-make-font-lock-context-search-function): New function.
7878 (c-cpp-matchers): Enhance the preprocessor expression case with
7879 the above function
7880 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
7881 which takes an expression.
7882
7883 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
7884
13009bd8
MR
78852011-08-20 Martin Rudalics <rudalics@gmx.at>
7886
7887 * window.el (display-buffer-reuse-window)
7888 (display-buffer-pop-up-window): Don't reuse or split a side
7889 window.
7890
9234ff7f
GM
78912011-08-19 Glenn Morris <rgm@gnu.org>
7892
7893 * files.el (hack-local-variables-prop-line, hack-local-variables):
5e617bc2 7894 Downcase "Mode:". (Bug#9331)
9234ff7f 7895
f635daa1
CY
78962011-08-18 Chong Yidong <cyd@stupidchicken.com>
7897
7898 * international/characters.el: Add L and R categories.
7899
7900 * subr.el (bidi-string-mark-left-to-right): Rename from
7901 string-mark-left-to-right. Use category search.
7902
7903 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
7904
bc987f8b
JL
79052011-08-18 Juri Linkov <juri@jurta.org>
7906
7907 * faces.el (error, warning, success): New faces with definitions
7908 copied from old default values of `font-lock-warning-face',
7909 `compilation-warning', `compilation-info' (bug#6117).
7910
7911 * font-lock.el (font-lock-warning-face): Inherit from `error'.
7912
7913 * progmodes/compile.el (compilation-error): Inherit from `error'.
7914 (compilation-warning): Inherit from `warning'.
7915 (compilation-info): Inherit from `success'.
7916
7917 * dired.el (dired-marked): Inherit from `warning'.
7918 (dired-flagged): Inherit from `error'.
7919
57173b96
LMI
79202011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
7921
3e79eb87
LMI
7922 * mail/smtpmail.el (auth-source): Require to avoid problems with
7923 binding variables (bug#9298). Also clean up some unused
7924 autoloads.
7925
b3fd59bd
SM
7926 * net/network-stream.el (network-stream-open-starttls):
7927 Support using starttls.el without using gnutls-cli.
57173b96 7928
02b404de
JL
79292011-08-17 Juri Linkov <juri@jurta.org>
7930
7931 * progmodes/grep.el (rgrep): Handle the case when
7932 `grep-find-command' is a cons cell (bug#9278).
7933
8c9177f2
MR
79342011-08-17 Martin Rudalics <rudalics@gmx.at>
7935
7936 * window.el (display-buffer-pop-up-frame): Run frame creation
7937 function with BUFFER current (as special-display-popup-frame
7938 does). Reported by Drew Adams.
7939
3644a0ab
DU
79402011-08-17 Daiki Ueno <ueno@unixuser.org>
7941
7942 * epa-mail.el: Simplify GnuPG group expansion using
7943 epg-expand-group.
7944 (epa-mail-group-alist, epa-mail-group-modtime)
7945 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
7946 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
7947 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
7948 Remove.
7949
5e617bc2 79502011-08-16 Feng Li <fengli@gmail.com> (tiny change)
7c643369
FL
7951
7952 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
7953
9c4aeabf
AM
79542011-08-16 Alan Mackenzie <acm@muc.de>
7955
7956 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
7957 Correct, to avoid the inside of macros.
7958
3a99bf64
RS
79592011-08-16 Richard Stallman <rms@gnu.org>
7960
04963aa8
RS
7961 * epa-mail.el: Handle GnuPG group definitions.
7962 (epa-mail-group-alist, epa-mail-group-modtime)
7963 (epa-mail-gnupg-conf-file): New variables.
7964 (epa-mail-parse-groups, epa-mail-sync-groups)
7965 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
7966 (epa-mail-expand-recipients): New functions.
7967 (epa-mail-encrypt): Call epa-mail-expand-recipients.
7968
177549d0
RS
7969 * mail/rmail.el (rmail-epa-decrypt): New command.
7970
fe38beef
RS
7971 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
7972 Don't bind buffer-read-only, just inhibit-read-only.
3a99bf64
RS
7973 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
7974 (epa-decrypt-armor-in-region): Make error message clearer.
7975
934eacb9
SM
79762011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
7977
7978 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
7979 and "a2b" to "ab" for `prefix'.
7980
d024fb4e
CY
79812011-08-14 Chong Yidong <cyd@stupidchicken.com>
7982
7983 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
7984 filter groups.
de148fee
CY
7985 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
7986 Fourquet (Bug#8804).
d024fb4e 7987
62f1ca49
JB
79882011-08-12 Juanma Barranquero <lekktu@gmail.com>
7989
7990 * startup.el (argi): Declare as global variable (bug#9275).
7991
9ccaaa4b
CY
79922011-08-12 Chong Yidong <cyd@stupidchicken.com>
7993
7994 * subr.el (string-mark-left-to-right): Search the entire string
7995 for RTL script, not just the terminating character. Doc fix.
7996
a3dae87a
SM
79972011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
7998
6cd18349
SM
7999 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
8000 New function.
8001 (js--regexp-literal, js-syntax-propertize-function): Remove.
8002 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
8003 (js-mode-map): Don't rebind electric keys.
8004 (js-insert-and-indent): Remove.
8005 (js-mode): Setup electric-layout and electric-indent instead.
8006
a3dae87a
SM
8007 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
8008
9d5cb631
DU
80092011-08-12 Daiki Ueno <ueno@unixuser.org>
8010
8011 * epa.el (epa-progress-callback-function): Fix the logic of
8012 displaying progress.
8013 * epa-file.el (epa-file-insert-file-contents): Make progress
8014 display more user-friendly.
8015 (epa-file-write-region): Ditto.
8016
3e26a4a2
CY
80172011-08-10 Chong Yidong <cyd@stupidchicken.com>
8018
8019 * subr.el (string-mark-left-to-right): New function.
8020
8021 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
8022 Use string-mark-left-to-right.
8023 (list-buffers-noselect): Caller changed.
8024
a3dae87a
SM
8025 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
8026 Use string-mark-left-to-right.
3e26a4a2
CY
8027 (tabulated-list-print): Recenter after moving point.
8028
ac8cf6e6
JL
80292011-08-10 Juri Linkov <juri@jurta.org>
8030
8031 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
8032 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
8033 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
8034
8d96c9a4
CY
80352011-08-09 Chong Yidong <cyd@stupidchicken.com>
8036
8037 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
8038 (Bug#7554).
8039
7be1c708 80402011-08-09 Andreas Schwab <schwab@linux-m68k.org>
29bbcfa7
AS
8041
8042 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
8043 character. (Bug#6594)
8044
37e11a63
CY
80452011-08-08 Chong Yidong <cyd@stupidchicken.com>
8046
839dde57
CY
8047 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
8048 (image-dired--with-db-file): New macro.
8049 (image-dired-write-tags, image-dired-remove-tag)
8050 (image-dired-create-gallery-lists, image-dired-write-comments)
8051 (image-dired-get-comment, image-dired-mark-tagged-files)
8052 (image-dired-list-tags, image-dired-gallery-generate): Use it.
8053 (image-dired-gallery-generate): Use insert-file-contents.
8054
37e11a63
CY
8055 * time.el (display-time-world-list, display-time-world-display):
8056 * time-stamp.el (time-stamp-string):
8057 * vc/add-log.el (add-change-log-entry): Use setenv instead of
8058 set-time-zone-rule (Bug#7337).
8059
0b4946c4
DU
80602011-08-08 Daiki Ueno <ueno@unixuser.org>
8061
8062 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
8063 (epg-error-to-string, epg-errors-to-string): New function.
8064 (epg-wait-for-completion): Reverse errors list.
8065 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
8066 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
8067 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
8068 (epg-sign-keys, epg-generate-key-from-file)
8069 (epg-generate-key-from-string): Format errors by using
8070 epg-errors-to-string (bug#9255).
8071 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
8072
75bfc667
JL
80732011-08-07 Juri Linkov <juri@jurta.org>
8074
8075 * faces.el (list-faces-display): Remove extra angle bracket
8076 from `help-mode-map'.
8077
8078 * info.el (Info-history-toc-nodes): Doc fix.
8079
8080 * longlines.el (longlines-mode): Doc fix.
8081
673e08bb
SM
80822011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
8083
4640dd88
SM
8084 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
8085 of statements and in a few more cases (bug#9183).
8086
673e08bb
SM
8087 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
8088 New functions.
8089 (cl-transform-lambda): Use them (bug#9239).
8090
89b3f019
MR
80912011-08-05 Martin Rudalics <rudalics@gmx.at>
8092
8093 * window.el (display-buffer-same-window)
8094 (display-buffer-same-frame, display-buffer-other-window)
8095 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
8096 (pop-to-buffer-other-window)
8097 (pop-to-buffer-same-frame-other-window)
8098 (pop-to-buffer-other-frame): Make them defuns.
8099 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
8100
640c8776
SM
81012011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
8102
8103 * subr.el (make-composed-keymap): Move from C. Change calling
8104 convention, and improve docstring to bring attention to a subtle point.
8105 * minibuffer.el (completing-read-default): Adjust accordingly.
8106
63648a95
MA
81072011-08-03 Michael Albinus <michael.albinus@gmx.de>
8108
8109 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
8110 (tramp-open-shell): Use `tramp-shell-quote-argument'.
8111
8112 * net/trampver.el: Update release number.
8113
b796c9b7
SM
81142011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
8115
8116 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
8117 "in" (bug#9190).
8118
2239d7d5
LMI
81192011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
8120
e07dd7c3
LMI
8121 * mail/sendmail.el (sendmail-query-once): Restore the current
8122 buffer after querying (bug#9074).
8123
0e6a2bd7
LMI
8124 * dired.el (dired-flagged): Use different faces for marked and
8125 flagged files (bug#6117).
8126
ce887515
LMI
8127 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
8128 (bug#4433).
8129
92f2affc
LMI
8130 * ido.el (ido-mode): Switch off the message if called
8131 non-interactively.
8132
57d5aff0
LMI
8133 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
8134 before 587, since it appears that that's more likely to work for
8135 more people.
8136
98cd6c18 8137 * cus-edit.el (custom-file): When running under emacs -q, always
e1dbe924 8138 refuse to save the customizations, even if the .emacs file doesn't
98cd6c18
LMI
8139 exist.
8140
b96dec83
LMI
8141 * info.el: Remove the `Info-beginning-of-buffer' function
8142 (bug#8325).
8143
b796c9b7
SM
8144 * net/network-stream.el (network-stream-open-starttls):
8145 Use `starttls-available-p' to see whether starttls.el can be used.
2239d7d5 8146
d90e2ea0
MR
81472011-08-01 Martin Rudalics <rudalics@gmx.at>
8148
8149 * window.el (display-buffer-in-window): Don't set dedicated status
8150 of window here (Bug#9215).
8151 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
8152 (display-buffer-pop-up-side-window)
b796c9b7 8153 (display-buffer-in-side-window): Set dedicated status of window here.
d90e2ea0 8154
cca09170
SM
81552011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
8156
8157 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
8158 before binding generated-autoload-file.
8159
027b979c
DD
81602011-08-01 Deniz Dogan <deniz@dogan.se>
8161
8162 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
8163
3c7ee4f3
MA
81642011-07-30 Michael Albinus <michael.albinus@gmx.de>
8165
8166 Sync with Tramp 2.2.2.
8167
8168 * net/trampver.el: Update release number.
8169
2cc8e51a
JL
81702011-07-30 Juri Linkov <juri@jurta.org>
8171
8172 * dired-aux.el (dired-touch-initial): Remove function.
8173 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
8174 current time, and `default' to the last modification time of the
8175 current marked file (bug#6887).
8176
a514d856
JM
81772011-07-28 Jose E. Marchesi <jemarch@gnu.org>
8178
8179 * simple.el (goto-line): Use string-to-number to provide a
2cc8e51a 8180 numeric argument to read-number (bug#9163).
a514d856 8181
8a7eddd7
MA
81822011-07-27 Michael Albinus <michael.albinus@gmx.de>
8183
8184 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
8185 connection process, it could be nil.
8186
1ddd96f5
LL
81872011-07-27 Leo Liu <sdl.web@gmail.com>
8188
8189 Simplify url handling in rcirc-mode.
8190
8191 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
8192 (rcirc-browse-url-at-mouse): Remove.
8193 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
8194
b248a85d
AM
81952011-07-26 Alan Mackenzie <acm@muc.de>
8196
8197 Fontify bitfield declarations properly.
8198
8199 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
8200 (c-symbol-chars): Now exported as a lang variable.
8201 (c-not-primitive-type-keywords): New lang variable.
8202
8203 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
8204 QT keyword "more" to prevent "more slots: ...." being spuriously
58179cce 8205 parsed as a bitfield declaration.
b248a85d 8206
b796c9b7
SM
8207 * progmodes/cc-engine.el (c-beginning-of-statement-1):
8208 Refactor and enhance to handle bitfield declarations.
b248a85d
AM
8209 (c-punctuation-in): New function.
8210 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
8211 declarations properly.
8212
68575ab0
UJ
82132011-07-26 Ulf Jasper <ulf.jasper@web.de>
8214
8215 * calendar/icalendar.el (icalendar--all-events): Take care of
8216 multiple vcalendars in a single file.
b796c9b7 8217 (icalendar--convert-float-to-ical): Checkdoc fixes.
68575ab0 8218
0f0a88b9
DD
82192011-07-25 Deniz Dogan <deniz@dogan.se>
8220
8221 * image.el (insert-image): Clarifying docstring.
8222
0b3f36df
MA
82232011-07-24 Michael Albinus <michael.albinus@gmx.de>
8224
8225 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
8226 `tramp-send-command-and-check' if there is no error.
8227 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
8228
a9901f61
AM
82292011-07-22 Alan Mackenzie <acm@muc.de>
8230
8231 Prevent cc-langs.elc being loaded at run time.
8232
8233 * progmodes/cc-mode.el: Remove two autoload forms which loaded
8234 cc-langs.
8235
4d61f28d 8236 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
a9901f61
AM
8237 "(require 'cc-langs)". Quote a form so it will evaluate at
8238 (cc-mode's) compilation time.
8239
11d074b2
MA
82402011-07-22 Michael Albinus <michael.albinus@gmx.de>
8241
8242 * net/tramp.el (tramp-file-name-handler): Avoid recursive
8243 loading. (Bug#9114)
8244
938b94c8
MR
82452011-07-21 Martin Rudalics <rudalics@gmx.at>
8246
8247 * window.el (display-buffer-pop-up-window)
8248 (display-buffer-pop-up-side-window)
8249 (display-buffer-in-side-window): Call display-buffer-set-height
8250 and display-buffer-set-width after setting the new window's
b796c9b7 8251 buffer so `fit-window-to-buffer' and friends work on the right buffer.
938b94c8 8252
bfa4f190
SS
82532011-07-20 Sam Steingold <sds@gnu.org>
8254
8255 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
8256 (etags-tags-included-tables): Call `convert-standard-filename' on
8257 the file names contained in TAGS so that windows Emacs can handle
8258 TAGS files created by cygwin ctags.
8259
8ca42262
LMI
82602011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
8261
8262 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
8263 which apparently didn't work.
8264
5db2afd2 82652011-07-19 Roland Winkler <winkler@gnu.org>
2ecab2b5 8266
5db2afd2
RW
8267 * proced.el (proced-send-signal): For *Marked Processes* buffer
8268 put point at beginning of buffer.
8269
92e15d10
SB
82702011-07-19 Stephen Berman <stephen.berman@gmx.net>
8271
8272 * proced.el (proced-format): Make header lines align with the text
8273 (bug#1779).
8274
1bfd59e5
LMI
82752011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
8276
8277 * view.el (view-buffer): Allow running in `special' modes if we're
8278 visiting a file (bug#8615).
8279
f5aae37c
MR
82802011-07-19 Martin Rudalics <rudalics@gmx.at>
8281
8282 * window.el (display-buffer-alist-of-strings-p)
b796c9b7
SM
8283 (display-buffer-alist-set-1, display-buffer-alist-set-2):
8284 New functions.
f5aae37c
MR
8285 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
8286 more accurately.
8287
bf2c1571
AM
82882011-07-18 Alan Mackenzie <acm@muc.de>
8289
8290 Fontify declarators properly when, e.g., a jit-lock chunk begins
8291 inside a declaration.
8292
8293 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
8294
b796c9b7
SM
8295 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
8296 New function.
bf2c1571
AM
8297 (c-complex-decl-matchers): Insert reference to
8298 c-font-lock-enclosing-decls.
8299
8300 * progmodes/cc-engine.el (c-backward-single-comment):
8301 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
8302 to nil around calls to (forward-comment -1).
8303
4e190b80
LMI
83042011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
8305
12dc863d
LMI
8306 * image.el (put-image): Doc typo fix.
8307
a762e966
LMI
8308 * progmodes/etags.el (tags-search): Doc typo fix.
8309
4e190b80
LMI
8310 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
8311 password if we get errors 550 to 554.
8312
f019fb21
LMI
83132011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
8314
b796c9b7 8315 * net/gnutls.el (gnutls-log-level): Remove.
750c33f7 8316
81746738
LMI
8317 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
8318 indentation character (bug#6380).
8319
3ee3a1b5
LMI
8320 * files.el (buffer-offer-save): Made permanently local (bug#6241).
8321
c82f64de
LMI
8322 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
8323 to clarify what the problem is (bug#4291).
8324
f019fb21
LMI
8325 * simple.el (current-kill): Clarify what
8326 `interprogram-paste-function' does (bug#7500).
ca425c7c
LMI
8327 (auto-fill-mode): Document `auto-fill-function' in relation to
8328 `auto-fill-mode' (bug#2470).
f019fb21 8329
0794775d
LM
83302011-07-16 Lawrence Mitchell <wence@gmx.li>
8331
8332 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
8333 method if slot is read-only (bug#9035).
8334
be39b8cc
MR
83352011-07-16 Martin Rudalics <rudalics@gmx.at>
8336
b796c9b7 8337 * frame.el (select-frame-set-input-focus): New argument NORECORD.
be39b8cc 8338 * window.el (pop-to-buffer): Select window used even if it was
b796c9b7
SM
8339 selected before, see discussion of (Bug#8615), (Bug#6954).
8340 Pass argument NORECORD on to select-frame-set-input-focus.
be39b8cc 8341
6ccf7859
GM
83422011-07-15 Glenn Morris <rgm@gnu.org>
8343
8344 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
03ea5b87 8345 Respect help-form.
6ccf7859 8346
87e86684
LM
83472011-07-09 Lawrence Mitchell <wence@gmx.li>
8348
8349 * net/gnutls.el (gnutls-min-prime-bits): New variable.
8350 (gnutls-negotiate): Use it.
8351
d6066239
LMI
83522011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
8353
b796c9b7
SM
8354 * net/gnutls.el (gnutls-negotiate):
8355 Upcase `gnutls-algorithm-priority'.
d6066239 8356
bd23ebc0
GM
83572011-07-15 Glenn Morris <rgm@gnu.org>
8358
c65bca65
GM
8359 * jka-compr.el (jka-compr-verbose): Move from here...
8360 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
8361 Add missing :version tag.
8362 * info.el: No need to require jka-compr when compiling.
bd23ebc0 8363
478615cc
LMI
83642011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
8365
7b41decb
LMI
8366 * net/gnutls.el (gnutls-algorithm-priority): New variable.
8367 (gnutls-negotiate): Use it.
8368
dbc44fcd
LMI
8369 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
8370
06789f97
LMI
8371 * info.el (Info-beginning-of-buffer): New command.
8372 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
8373 announcing `b' as the key (bug#8325).
ab896c37 8374 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
06789f97 8375
c39da690
LMI
8376 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
8377
3aa5f34b
LMI
8378 * international/mule-cmds.el
8379 (describe-specified-language-support): Make the error message
8380 clearer (bug#8905).
8381
4bf0979f
LMI
8382 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
8383
478615cc
LMI
8384 * isearch.el (isearch-barrier): Add a doc string, since it's
8385 mentioned in a function doc string (bug#8678).
8386
75c68aa1
MR
83872011-07-15 Martin Rudalics <rudalics@gmx.at>
8388
8389 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
8390 buffer argument (Bug#9083) and self-identifying label argument.
8391
a7c33da2
GM
83922011-07-15 Glenn Morris <rgm@gnu.org>
8393
8394 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
8395
2f5c6024
LMI
83962011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
8397
8398 * man.el (Man-fontify-manpage): Fix message when formatting the
8399 man page (bug#7929).
8400
0bb23927 84012011-07-14 Eli Zaretskii <eliz@gnu.org>
cce4b0a7
EZ
8402
8403 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
8404 argument LRM; if non-nil, append an invisible LRM character to the
8405 buffer name.
8406 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
8407 last argument non-nil, when formatting buffer names.
0bb23927
EZ
8408 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
8409 paragraph direction.
cce4b0a7 8410
621ef9ab
LMI
84112011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
8412
d1583c48
LMI
8413 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
8414 the man page name (bug#7929).
8415
6a57fb5f
LMI
8416 * image.el (put-image): Mention the `put-image' overlay property
8417 (bug#7834).
8418
d7956b14
LMI
8419 * scroll-bar.el (set-scroll-bar-mode): Mention that
8420 `scroll-bar-mode' lists the values (bug#7772).
8421
5b2d4a66
LMI
8422 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
8423 command (bug#7729).
8424
7509a874
LMI
8425 * rect.el (apply-on-rectangle): Return the point after the last
8426 operation.
8427 (string-rectangle): Go to the point after the last operation
8428 (bug#7522).
8429
4fe74b19
LMI
8430 * printing.el (pr-toggle-region): Clarify the documentation
8431 slightly (bug#7493).
8432
b796c9b7
SM
8433 * time.el (display-time-update):
8434 Allow `display-time-mail-function' to return nil (bug#7158).
8435 Fix suggested by Detlev Zundel.
ab283561 8436
fc233c9d
LMI
8437 * vc/diff.el (diff): Clarify the order the file names are read
8438 (bug#7111).
8439
43f5740b
LMI
8440 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
8441 the doc string (bug#7015).
8442
f2182a76
LMI
8443 * font-lock.el (font-lock-maximum-decoration): Mention what
8444 numeric levels mean (bug#6935).
8445
621ef9ab
LMI
8446 * startup.el (initial-buffer-choice): Don't mention the `none'
8447 selection, which is against policy.
8448
adc47434
MR
84492011-07-14 Martin Rudalics <rudalics@gmx.at>
8450
b796c9b7
SM
8451 * window.el (display-buffer-normalize-special):
8452 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
adc47434 8453
7e5bfb8f
EZ
84542011-07-14 Eli Zaretskii <eliz@gnu.org>
8455
8456 * subr.el (version<, version<=, version=): Mention "-CVS" and
8457 "-12345" alpha version numbers.
8458
27fa387a
CY
84592011-07-14 Chong Yidong <cyd@stupidchicken.com>
8460
8461 * bindings.el: Add advertised binding for set-mark-command
8462 (Bug#5772).
8463
8bdfa064
CY
84642011-07-14 Chong Yidong <cyd@stupidchicken.com>
8465
8466 * bindings.el (mode-line-other-buffer):
8467 * bookmark.el (bookmark-bmenu-2-window):
8468 * bs.el (bs-cycle-next, bs-cycle-previous):
8469 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
8470 switch-to-buffer.
8471
8472 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
b796c9b7 8473 Delete.
8bdfa064 8474
5eba16a3
JB
84752011-07-14 Juanma Barranquero <lekktu@gmail.com>
8476
8477 * follow.el (follow-debug-message, follow-redisplay):
8478 * jka-cmpr-hook.el (with-auto-compression-mode):
8479 Fix typos in docstrings.
8480
15853710
LMI
84812011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8482
a28e4607
LMI
8483 * subr.el (with-silent-modifications): Clarify somewhat what the
8484 macro inhibits (bug#6525).
8485
15853710
LMI
8486 * simple.el (eval-expression): Note what it does if called
8487 interactively (bug#6495).
8488
bee0fcef
CY
84892011-07-13 Chong Yidong <cyd@stupidchicken.com>
8490
b796c9b7
SM
8491 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
8492 Use pop-to-buffer buffer-or-name if it is nil.
bee0fcef
CY
8493
8494 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
8495 Remove switch-to-buffer.
8496
58274504
LMI
84972011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8498
bd2fcc8d
LMI
8499 * files.el (make-directory): Clarify that an error will be raised
8500 if there's an error (bug#6397).
8501
0f04b32c
LMI
8502 * startup.el (initial-buffer-choice): Add `none' as a choice
8503 (bug#6234).
8504
465c5fc8
LMI
8505 * subr.el (add-hook): Clarify section about buffer-local hooks
8506 (bug#6218).
8507
58274504
LMI
8508 * dired.el (dired-flagged): Clarify doc string (bug#6117).
8509
bead9a43
JB
85102011-07-13 Juanma Barranquero <lekktu@gmail.com>
8511
8512 * tabify.el (untabify): Preserve the current column so that point
8513 doesn't move (bug#6032).
8514
3af98a7b
LMI
85152011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8516
b796c9b7
SM
8517 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
8518 Rewrite to avoid awkward possessive "s" (bug#5986).
3af98a7b 8519
6240145a
GM
85202011-07-13 Glenn Morris <rgm@gnu.org>
8521
8522 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
8523 (dired-insert-directory): Give a message the first time
8524 if ls is found not to support --dired.
8525
1d8c2ccc
LMI
85262011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8527
8528 * simple.el (toggle-truncate-lines): Clarify what is toggled
8529 (bug#5580). Text by Drew Adams.
8530
5fc4038e
CY
85312011-07-13 Chong Yidong <cyd@stupidchicken.com>
8532
8533 * simple.el (blink-matching-open): Make the error message from the
8534 last change less verbose.
8535
bf6012e5
DN
85362011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
8537
8538 * font-lock.el (font-lock-comment-face): Use the high contrast
8539 "yellow" color for font-lock-comment-face on low color terminals
8540 using a dark background color (bug#4221).
8541
343c3b5a
LMI
85422011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8543
7e9505c5
LMI
8544 * dired.el (dired-insert-set-properties): Make the doc string
8545 reflect what it does now (bug#5325).
8546
c26fdcf5
LMI
8547 * simple.el (blink-matching-open): Say that we were unable to find
8548 the match within the limit, if we're limited (bug#5122).
8549
bb388cc5
LMI
8550 * international/mule-cmds.el (prefer-coding-system): Add an
8551 example (bug#4869).
8552
343c3b5a
LMI
8553 * progmodes/etags.el (tags-search): Document `file-list-form'
8554 (bug#4731).
8555
2a517d45
LM
85562011-07-13 Lawrence Mitchell <wence@gmx.li>
8557
8558 * net/browse-url.el (browse-url-default-browser)
8559 (browse-url-browser-function): Make the default browser choice a
8560 bit more logical (bug#4300). Also clean up the doc string.
8561
b6c78ef2
JB
85622011-07-13 Juanma Barranquero <lekktu@gmail.com>
8563
8564 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
8565 binary endings (bug#4440).
8566
1c4dd947
LMI
85672011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8568
a2014063
LMI
8569 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
8570 which can be pretty annoying (bug#8971).
8571
9c9c2d88
LMI
8572 * jka-compr.el (jka-compr-verbose): New variable, and use
8573 throughout (bug#8971).
8574
1c4dd947
LMI
8575 * info.el (Info-find-file): Fall back on the installation
8576 directory if we can't find the info node anywhere else.
8577
a1c9f41b
SO
85782011-07-13 Sergei Organov <osv@javad.com> (tiny change)
8579
8580 * vc/vc.el (vc-revert-file):
8581 Don't set file time-stamp in the past. (Bug#5181)
8582
536f3d36
LMI
85832011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
8584
7152b011
LMI
8585 * files.el (after-find-file): Give a better error message when
8586 trying to find a symlink that points to a file that doesn't exist
8587 (bug#4398).
8588
536f3d36
LMI
8589 * progmodes/cc-vars.el: Remove (probably) misleading comment
8590 (bug#4396).
8591
460c0fba
JB
85922011-07-12 Johan Bockgård <bojohan@gnu.org>
8593
8594 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
8595
7a6bda45
CY
85962011-07-12 Chong Yidong <cyd@stupidchicken.com>
8597
8598 * mouse-sel.el: Hack restoring functionality, while keeping
8599 compatibility with 2010-07-03 changes to mouse selection.
8600 (mouse-sel-primary-overlay): New var.
8601 (mouse-sel-selection-alist): Use it.
8602 (mouse-sel-mode): Doc fix; remove points that are default features
8603 of mouse.el.
8604
c79598ef
JB
86052011-07-12 Johan Bockgård <bojohan@gnu.org>
8606
8607 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8608 Fix previous fix (bug#2490).
8609
ff8be6ef
RW
86102011-07-12 Roland Winkler <winkler@gnu.org>
8611
b796c9b7
SM
8612 * textmodes/bibtex.el (bibtex-initialize):
8613 Use pop-to-buffer-same-window.
ff8be6ef
RW
8614 (bibtex-search-entries): Fix interactive call.
8615
296ba3ee
LMI
86162011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
8617
f5242a02 8618 * progmodes/compile.el (compilation-error-regexp-alist-alist):
b796c9b7
SM
8619 Fontise bytecomp Error lines more correctly (bug#2490).
8620 Fix suggested by Johan Bockgård.
f5242a02 8621
296ba3ee
LMI
8622 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
8623
8624 * dired-x.el (dired-guess-default): Use `delete-dups'.
8625
f69fd0d2
CY
86262011-07-12 Chong Yidong <cyd@stupidchicken.com>
8627
8628 * dired.el (dired-mark-prompt):
8629 * dired-aux.el (dired-read-shell-command): Doc fix.
8630
eab5dc07
LMI
86312011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
8632
b796c9b7
SM
8633 * mail/sendmail.el (sendmail-query-once):
8634 Use `customize-save-variable' unconditionally, now that it works under
9988520a
LMI
8635 emacs -Q.
8636
8637 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
8638
eab5dc07
LMI
8639 * cus-edit.el (custom-file): Take an optional no-error variable.
8640 (customize-save-variable): Set the variable, and give a warning if
8641 running under "emacs -q".
8642
a1e65d42
JB
86432011-07-11 Juanma Barranquero <lekktu@gmail.com>
8644
8645 * loadhist.el (unload-feature-special-hooks):
8646 Add `auto-coding-functions', `fill-nobreak-predicate' and
8647 `find-directory-functions' (bug#5327).
8648
1d52da10
LMI
86492011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
8650
be958f1d
LMI
8651 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
8652
5bedb26c
LMI
8653 * cus-edit.el (custom-guess-name-alist): -alist variables should
8654 use the `alist' type (bug#3120). Suggested by Drew Adams.
8655
1d52da10
LMI
8656 * printing.el: Add documentation to all the `pr-toggle-' commands.
8657
cd394be1 86582011-07-11 Leo Liu <sdl.web@gmail.com>
481a51b6
LL
8659
8660 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
8661 backends where it makes sense (bug#2623).
8662
dcc88d8a
LMI
86632011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
8664
c3de9feb
LMI
8665 * dired-x.el (dired-guess-default): Remove duplicate shell command
8666 entries (bug#2028).
8a93078b 8667 (dired-guess-default): Fix grammar in doc string (bug#2028).
eea84fe5 8668 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
c3de9feb 8669
dcc88d8a
LMI
8670 * subr.el (remove-duplicates): New conveniency function.
8671
505e3645
LMI
86722011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
8673
8674 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
8675 (bug#1526).
8676
86772011-07-10 Martin Rudalics <rudalics@gmx.at>
8678
8679 * window.el (display-buffer-normalize-default): Don't invert
8680 meaning of even-window-heights. Reported by Eli Zaretskii
8681 <eliz@gnu.org>.
8682
455e4fa1
BR
86832011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
8684
8685 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
8686
8e0bc3e9
CY
86872011-07-10 Chong Yidong <cyd@stupidchicken.com>
8688
8689 * window.el (display-buffer): Fix arguments to
8690 display-buffer-reuse-window in last change.
8691
fa7c3228
CY
8692 * faces.el (link): Use a less saturated blue on light backgrounds.
8693
8694 * startup.el (fancy-startup-text, fancy-about-text)
8695 (fancy-startup-tail): Use font-lock faces, for background safety.
8696
c0a7f300
BN
86972011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
8698
b796c9b7
SM
8699 * emulation/viper-cmd.el (viper-change-state-to-vi):
8700 Limit triggering of abbrev expansion (Bug#9038).
c0a7f300 8701
4dc2a129
MR
87022011-07-09 Martin Rudalics <rudalics@gmx.at>
8703
8704 * window.el (display-buffer-default-specifiers): Remove.
8705 (display-buffer-macro-specifiers): Remove default specifiers.
8706 (display-buffer-alist): Default to nil.
b796c9b7 8707 (display-buffer-reuse-window): New optional argument other-window.
4dc2a129
MR
8708 (display-buffer-pop-up-window): Allow splitting internal
8709 windows. Check whether a live window was created.
8710 (display-buffer-other-window-means-other-frame)
8711 (display-buffer-normalize-arguments): Rename to
8712 display-buffer-normalize-argument and rewrite. Set the
8713 other-window specifier.
8714 (display-buffer-normalize-special): New function.
8715 (display-buffer-normalize-options): Rename to
8716 display-buffer-normalize-default and rewrite.
8717 (display-buffer-normalize-options-inhibit): Remove.
8718 (display-buffer-normalize-specifiers): Rewrite.
8719 (display-buffer): Process other-window specifier and call
8720 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
8721 more faithfully.
b796c9b7 8722 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
4dc2a129 8723 (display-buffer-alist-set): Don't handle 'unset default values.
b796c9b7
SM
8724 (display-buffer-in-window, display-buffer-alist-set):
8725 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
4dc2a129
MR
8726 <tassilo@member.fsf.org>.
8727
2d43b8c9
LL
87282011-07-09 Leo Liu <sdl.web@gmail.com>
8729
8730 * register.el (insert-register): Restore accidental change on
8731 2011-06-26. (Bug#9028)
8732
7f9b7c53
GM
87332011-07-09 Glenn Morris <rgm@gnu.org>
8734
8735 * subr.el (remq): Handle the empty list. (Bug#9024)
8736
f042cfd8
AS
87372011-07-08 Andreas Schwab <schwab@linux-m68k.org>
8738
8739 * mail/sendmail.el (send-mail-function): No longer delay custom
8740 initialization.
8741 * custom.el (custom-initialize-delay): Doc fix.
8742
856b2f11
SM
87432011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
8744
8745 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
8746
afae1d68
MA
87472011-07-08 Michael Albinus <michael.albinus@gmx.de>
8748
8749 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
8750 human-friendly prompt.
8751
0757af94
SM
87522011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
8753
8754 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
8755 provided by a particular plugin.
8756
d760b731
LMI
87572011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
8758
8759 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
8760 save customizations (with "emacs -Q"), just set the variable
8761 instead of erroring out.
8762
8763 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
8764
cd79ce90
JL
87652011-07-08 Juri Linkov <juri@jurta.org>
8766
8767 * arc-mode.el (archive-zip-expunge, archive-zip-update)
8768 (archive-zip-update-case): Use 7z if found by `executable-find'.
8769 The order of searching the available programs is the same as in
8770 `archive-zip-extract' (bug#8968).
8771
14cc04aa
CY
87722011-07-07 Chong Yidong <cyd@stupidchicken.com>
8773
8774 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
8775 (menu-bar-options-menu): Tweak descriptions.
8776
0a1848ec
LMI
87772011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
8778
8779 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
8780 menu items into verb phrases (bug#1421). Also refill to fit under
8781 80 columns.
8782
f5bd0689
CY
87832011-07-07 Chong Yidong <cyd@stupidchicken.com>
8784
538e85c6
CY
8785 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
8786 (Info-read-node-name): Doc fix (Bug#1084).
8787
f5bd0689
CY
8788 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
8789 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
8790 (end-of-sexp, beginning-of-sexp)
8791 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
8792 (forward-symbol, forward-same-syntax, word-at-point)
8793 (sentence-at-point): Doc fix (Bug#1144).
8794
56ec5115
LMI
87952011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
8796
f3f8e37f
LMI
8797 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
8798 should cover it (bug#1281).
8799
0757af94 8800 * cus-edit.el (custom-show): Mark as obsolete.
af0905c8 8801
e9fce1ac 8802 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
12b9eb35
LMI
8803 negotiation fails, then possibly try again with a non-encrypted
8804 connection (bug#9017).
8805
56ec5115
LMI
8806 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
8807 be used.
8808
c2f9aec8
RS
88092011-07-07 Richard Stallman <rms@gnu.org>
8810
8811 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
8812 property, and handle its changed format.
8813 Look for the correct line number.
8814 Use file's line contents (but not past first =) to find
8815 correct line in message.
8816
ef7b981d 88172011-07-07 Kenichi Handa <handa@m17n.org>
c805dec0
KH
8818
8819 * international/characters.el (build-unicode-category-table):
8820 Delete it.
0757af94 8821 (unicode-category-table): Set it by unicode-property-table-internal.
c805dec0 8822
0757af94 8823 * international/mule-cmds.el (char-code-property-alist): Move to
c805dec0
KH
8824 to src/chartab.c.
8825 (get-char-code-property): Call unicode-property-table-internal to
8826 load a file. Call get-unicode-property-internal where necessary.
8827 (put-char-code-property): Call unicode-property-table-internal to
8828 load a file. Call put-unicode-property-internal where necessary.
8829 put-unicode-property-internal where necessary.
0757af94
SM
8830 (char-code-property-description):
8831 Call unicode-property-table-internal to load a file.
c805dec0
KH
8832
8833 * international/charprop.el:
8834 * international/uni-bidi.el:
8835 * international/uni-category.el:
8836 * international/uni-combining.el:
8837 * international/uni-comment.el:
8838 * international/uni-decimal.el:
8839 * international/uni-decomposition.el:
8840 * international/uni-digit.el:
8841 * international/uni-lowercase.el:
8842 * international/uni-mirrored.el:
8843 * international/uni-name.el:
8844 * international/uni-numeric.el:
8845 * international/uni-old-name.el:
8846 * international/uni-titlecase.el:
8847 * international/uni-uppercase.el: Regenerate.
8848
8849 * loadup.el: Load international/charprop.el before
8850 international/characters.
8851
e14b388a
CY
88522011-07-07 Chong Yidong <cyd@stupidchicken.com>
8853
8854 * window.el (next-buffer, previous-buffer): Signal an error if
8855 called from a minibuffer window.
8856
8857 * bindings.el: Revert 2011-07-04 change.
8858
354cf0ba
RS
88592011-07-06 Richard Stallman <rms@gnu.org>
8860
8861 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
8862 (rmail-mime-insert-bulk, rmail-mime-insert-text):
8863 Treat markers like ints.
8864 (rmail-mime-entity): Doc fix.
8865
a48868a7
LMI
88662011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
8867
4906cd3d
LMI
8868 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
8869 defcustom again for backwards compatibility.
8870
e0457abe
LMI
8871 * simple.el (shell-command-on-region): Fill.
8872
d67f7e1f
LMI
8873 * dired-aux.el (dired-kill-line): Add a doc string.
8874
fe204702
LMI
8875 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
8876 to "\\sw\\|\\s_" (bug#358).
8877
a48868a7
LMI
8878 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
8879 (dired-unmark-backward): Ditto.
8880 (dired-flag-backup-files): Ditto.
8881
8882 * dired-x.el (dired-mark-sexp): Ditto.
8883
aa8a705c
RS
88842011-07-06 Richard Stallman <rms@gnu.org>
8885
8886 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
8887 (rmail-mime-entity): New arg TRUNCATED.
8888 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
8889 New functions.
8890 (rmail-mime-save): Warn if entity is truncated.
8891 (rmail-mime-toggle-hidden): Likewise, for showing.
8892 (rmail-mime-process-multipart): Record when an entity is truncated.
8893
a9a936b9
RS
8894 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
8895 if ENTITY is a string.
8896
1f2b92cb
LMI
88972011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
8898
f4f73198 8899 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
0757af94
SM
8900 of faces when `M-C-x'-ing their definitions (bug#8378).
8901 Also clean up the code slightly.
f4f73198 8902
12b16734 8903 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
da6062e6 8904 because that makes the colors go away.
12b16734 8905
f0691d22
LMI
8906 * mail/sendmail.el (send-mail-function): Change the default to
8907 `sendmail-query-once'.
9e87df06 8908 (sendmail-query-once): Add an autoload cookie.
f0691d22 8909
1f2b92cb
LMI
8910 * net/network-stream.el (network-stream-open-starttls): Try using
8911 a plain connection even if the server offered STARTTLS, and we
8912 kinda wanted to use it, if Emacs doesn't have any STARTTLS
8913 capability. This should make smtpmail.el work in slightly more
8914 configurations.
8915
1cdd2a1b
MA
89162011-07-06 Michael Albinus <michael.albinus@gmx.de>
8917
8918 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
8919 New defun.
8920 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
8921
fbcc67e2
MM
89222011-07-06 Michael R. Mauger <mmaug@yahoo.com>
8923
8924 * progmodes/sql.el: Version 3.0
0757af94 8925 (sql-product-alist): Add product :completion-object,
fbcc67e2 8926 :completion-column, and :statement attributes.
0757af94 8927 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
fbcc67e2 8928 (sql-mode-syntax-table): Mark all punctuation.
0757af94 8929 (sql-font-lock-keywords-builder): Temporarily remove fallback on
fbcc67e2
MM
8930 ansi keywords.
8931 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
0757af94 8932 (sql-mode-oracle-font-lock-keywords): Improve.
fbcc67e2
MM
8933 (sql-oracle-show-reserved-words): New function for development.
8934 (sql-product-font-lock): Simplify for source code buffers.
8935 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
8936 New functions.
8937 (sql-highlight-product): Set product specific syntax table.
0757af94
SM
8938 (sql-mode-map): Add statement movement functions.
8939 (sql-ansi-statement-starters, sql-oracle-statement-starters):
8940 New variable.
fbcc67e2
MM
8941 (sql-statement-regexp, sql-beginning-of-statement)
8942 (sql-end-of-statement, sql-signum): New functions.
0757af94 8943 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
fbcc67e2
MM
8944 (sql-show-sqli-buffer): Bug fix.
8945 (sql-interactive-mode): Store connection data as buffer local.
0757af94 8946 (sql-connect): Add NEW-NAME parameter. Redesign interaction
fbcc67e2
MM
8947 with sql-interactive-mode.
8948 (sql-save-connection): Save buffer local settings.
0757af94 8949 (sql-connection-menu-filter): Change menu entry name.
fbcc67e2
MM
8950 (sql-product-interactive): Bug fix.
8951 (sql-preoutput-hold): New variable.
8952 (sql-interactive-remove-continuation-prompt): Bug fixes.
8953 (sql-debug-redirect): New variable.
8954 (sql-str-literal): New function.
8955 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
0757af94 8956 Redesign.
fbcc67e2
MM
8957 (sql-oracle-save-settings, sql-oracle-restore-settings)
8958 (sql-oracle-list-all, sql-oracle-list-table): New functions.
8959 (sql-completion-object, sql-completion-column)
8960 (sql-completion-sqlbuf): New variables.
8961 (sql-build-completions-1, sql-build-completions)
8962 (sql-try-completion): New functions.
8963 (sql-read-table-name): Use them.
8964 (sql-contains-names): New buffer local variable.
8965 (sql-list-all, sql-list-table): Use it.
8966 (sql-oracle-completion-types): New variable.
8967 (sql-oracle-completion-object, sql-sqlite-completion-object)
8968 (sql-postgres-completion-object): New functions.
8969
d4eaeab1
GM
89702011-07-06 Glenn Morris <rgm@gnu.org>
8971
8972 * window.el (pop-to-buffer): Doc fix.
8973
322b7dab 89742011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
a1d3a912
CY
8975
8976 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
8977
322b7dab 89782011-07-06 Chong Yidong <cyd@stupidchicken.com>
0484d600 8979
322b7dab 8980 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
4f8f657f 8981
322b7dab 8982 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
8f43cbf3 8983
605dd5bf
CY
89842011-07-05 Chong Yidong <cyd@stupidchicken.com>
8985
8986 * button.el (button): Inherit from link face. Suggested by Dan
8987 Nicolaescu.
8988
7dbfa719
SM
89892011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
8990
3db614b0
SM
8991 * progmodes/gdb-mi.el: Fit in 80 columns.
8992 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
8993 switch-to-buffer.
8994
7dbfa719
SM
8995 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
8996 if imenu is simply not configured (bug#8941).
8997
919d884a
KM
89982011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
8999
9000 * allout.el (allout-post-undo-hook): New allout outline-change
9001 event hook to signal undo activity.
9002 (allout-post-command-business): Run allout-post-undo-hook if an
9003 undo just occurred.
7dbfa719
SM
9004 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
9005 * allout-widgets.el (allout-widgets-after-undo-function):
9006 Ensure the integrity of the current item's decoration after it has been
919d884a
KM
9007 in the vicinity of an undo.
9008 (allout-widgets-mode): Include allout-widgets-after-undo-function
9009 on the new allout-post-undo-hook.
9010
450a0f09
SM
90112011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
9012
9013 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
9014 Let define-derived-mode define it.
9015 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
9016 cycles of abbrev-table inheritance (bug#8998).
9017
2de69e00
RW
90182011-07-05 Roland Winkler <winkler@gnu.org>
9019
9020 * textmodes/bibtex.el: Add support for biblatex.
9021 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
9022 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
9023 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
9024 (bibtex-entry-alist, bibtex-field-alist): New variables.
9025 (bibtex-entry-field-alist): Obsolete alias for
9026 bibtex-BibTeX-entry-alist.
9027 (bibtex-entry-alist, bibtex-field-alist): New widgets.
9028 (bibtex-set-dialect): New command.
9029 (bibtex-entry-type, bibtex-entry-head)
450a0f09
SM
9030 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
9031 Bind via bibtex-set-dialect.
2de69e00
RW
9032 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
9033 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
9034 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
9035 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
9036 Define via bibtex-set-dialect.
450a0f09
SM
9037 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
9038 Obey bibtex-no-opt-remove-re.
2de69e00
RW
9039 (bibtex-vec-push, bibtex-vec-incr): New functions.
9040 (bibtex-format-entry, bibtex-field-list)
9041 (bibtex-print-help-message, bibtex-validate)
9042 (bibtex-search-entries): Use new format of bibtex-entry-alist.
9043
2dcdbdd9
SM
90442011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
9045
9046 * progmodes/compile.el (compilation-goto-locus):
9047 * net/tramp-cmds.el (tramp-append-tramp-buffers):
9048 * bs.el (bs-cycle-next, bs-cycle-previous):
9049 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
9050 * bindings.el (mode-line-other-buffer):
9051 * autoinsert.el (auto-insert):
9052 * arc-mode.el (archive-extract):
9053 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
9054
b27640fe
JB
90552011-07-05 Juanma Barranquero <lekktu@gmail.com>
9056
9057 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
9058 Fix check of `emacs-lock-unlockable-modes'.
9059 Coerce true values of `emacs-lock--try-unlocking' to t.
9060
53bbe3ad
JB
90612011-07-05 Juanma Barranquero <lekktu@gmail.com>
9062
9063 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
9064 * emacs-lock.el: New file.
9065
1d3cdbc7
JD
90662011-07-05 Julien Danjou <julien@danjou.info>
9067
9068 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
9069 than `boundp' to check if face is set.
9070
9173deec
JB
90712011-07-05 Juanma Barranquero <lekktu@gmail.com>
9072
9073 * register.el (registerv-make):
9074 * window.el (window-min-height): Fix typos in docstrings.
9075
869795d6
JD
90762011-07-05 Jan Djärv <jan.h.d@swipnet.se>
9077
9173deec 9078 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
869795d6
JD
9079 Update doc string.
9080
b768cdcd
JB
90812011-07-04 Juanma Barranquero <lekktu@gmail.com>
9082
9083 * server.el (server-execute): Catch quit and call
9084 `server-return-error' to pass the error back to emacsclient and
9085 close the connection (bug#8942).
9086
13aa217b
KM
90872011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
9088
9089 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
9090 insecure exception for current topic. Also note that auto-saves
9091 are handled differently.
9092
5d3385a0 9093 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
13aa217b
KM
9094 State variables for tracking auto-save inhibition situation.
9095
9096 (allout-write-contents-hook-handler): Rename from
9097 'allout-write-file-hook-handler', and describe how it depends on
9098 write-contents-functions sensitivity to non-nil value to prevent
9099 file write.
9100
9101 (allout-auto-save-hook-handler): Remove. auto-save does not check
9102 this in individual buffers, only in the starting buffer, so this
9103 is not the right way for us to inhibit auto-save in a buffer
9104 according to its condition.
9105
9106 (allout-mode): Use new allout-write-contents-hook-handler, and
9107 only with write-contents-functions. Remove auto-save provisions -
9108 they're implemented elsewhere.
9109
9110 (allout-before-change-handler): If undo is in progress, note that
9111 for attention of allout-post-command-business.
9112
9113 (allout-post-command-business): If the command we're following was
9114 an undo, check for change in the status of encrypted items and
9115 adjust auto-save inhibitions accordingly.
9116
9117 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
9118 according to whether there are or aren't any plain-text topics
9119 pending encryption.
9120
2dcdbdd9 9121 (allout-inhibit-auto-save-info-for-decryption):
1154d12e
JB
9122 Adjust buffer-saved-size and some allout state to inhibit auto-saves
9123 if there are plain-text topics pending encryption.
13aa217b
KM
9124
9125 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
9126 buffer-saved-size and some allout state to not inhibit auto-saves
9127 if there are no longer any plain-text topics pending encryption.
9128
0757af94
SM
9129 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
9130 No longer provide for exemption of the current topic.
13aa217b 9131
ac89b32c
JL
91322011-07-04 Juri Linkov <juri@jurta.org>
9133
9134 Add 7z operations to delete and save changed members (bug#8968).
9135 * arc-mode.el (archive-7z-expunge, archive-7z-update):
9136 New defcustoms.
9137 (archive-7z-write-file-member): New function.
9138 (archive-7z-summarize): Fix the number of dashes in the
9139 listing output.
9140
8fa39615
SM
91412011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
9142
9143 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
9144 (bug#8958).
9145
2f11b3f1
CY
91462011-07-04 Chong Yidong <cyd@stupidchicken.com>
9147
d66fef2b
CY
9148 * bindings.el: Ignore next-buffer and previous-buffer in
9149 minibuffer-local-map.
9150
2f11b3f1
CY
9151 * font-lock.el (font-lock-builtin-face): Change light background
9152 color to dark slate blue (Bug#6693).
9153
f932a347
WD
91542011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
9155
9156 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
9157
c8af70e1
SM
91582011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
9159
9160 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
9161 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9162 Add switch-to-buffer.
9163
f158badc
LMI
91642011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
9165
9166 * isearch.el (isearch-search-fun-function): Clarify further the
9167 meaning of the function returned.
9168
6d95bd46
MA
91692011-07-04 Michael Albinus <michael.albinus@gmx.de>
9170
9171 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
9172
9173 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
9174 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
9175 Use it.
9176 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
9177 `tramp-default-remote-path' does not exist.
9178 (tramp-send-command-and-read): New optional argument NOERROR.
9179 (tramp-open-connection-setup-interactive-shell)
9180 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
9181 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
9182 (tramp-process-sentinel): Flush also process' connection property.
9183 (tramp-sh-handle-start-file-process): Do not set process
9184 sentinel. It is done now ...
9185 (tramp-maybe-open-connection): ... here. (Bug#8929)
9186
909e6b67
MK
91872011-07-04 MON KEY <monkey@sandpframing.com>
9188
9189 * play/animate.el (animate-string): Doc fixes and allow changing
9190 the buffer name (bug#5417).
9191
91922011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
9193
c8af70e1 9194 * play/animate.el (animation-buffer-name): Rename from *animate*.
909e6b67 9195
f34755dc
PE
91962011-07-04 Paul Eggert <eggert@cs.ucla.edu>
9197
396cec72
PE
9198 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
9199 This is simpler and helps future-proof the code.
9200 (timer-until): Use time-subtract and float-time.
08235028 9201 (timer--time-less-p): Use time-less-p.
f34755dc 9202
56e6cc31
JB
92032011-07-04 Juanma Barranquero <lekktu@gmail.com>
9204
3abb79e5
JB
9205 * type-break.el (timep): Use the value of `float-time' to avoid a
9206 byte-compiler warning.
9207
56e6cc31
JB
9208 * server.el (server-eval-and-print): Return any result, even nil.
9209
7b9430b4
PE
92102011-07-03 Paul Eggert <eggert@cs.ucla.edu>
9211
9212 * type-break.el: Accept time formats that the builtins accept.
9213 (timep, type-break-time-difference): Accept any format that
9214 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
9215 This is simpler and helps future-proof the code.
9216 (type-break-time-difference): Round rather than ignoring
9217 subseconds components.
9218
3034e9e7
LMI
92192011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9220
9221 * info.el (Info-apropos-matches): Make non-interactive, since it
9222 doesn't seem to do anything useful as a command (bug#8829).
9223
1485f4c0
CY
92242011-07-03 Chong Yidong <cyd@stupidchicken.com>
9225
9226 * frame.el (frame-background-mode, frame-set-background-mode):
c8af70e1 9227 Move from faces.el.
1485f4c0
CY
9228 (frame-default-terminal-background): New function.
9229
9230 * custom.el (custom-push-theme): Don't record faces in `changed'
9231 theme; this doesn't work correctly for per-frame face settings.
9232 (disable-theme): Use face-set-after-frame-default to reset faces.
9233 (custom--frame-color-default): New function.
9234
9fa3dd45
LMI
92352011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9236
c8af70e1 9237 * dired.el (dired-flagging-regexp): Remove unused variable
9fa3dd45
LMI
9238 (bug#8769).
9239
6cbbc20c
KR
92402011-03-29 Kevin Ryde <user42@zip.com.au>
9241
9242 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9243 `perl-Test2' extend to match possible "fail #N" rep count
9244 (bug#8377).
9245
c7f98048
LMI
92462011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9247
65676592
LMI
9248 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
9249 `smtpmail-via-smtp' now returns the error instead of nil.
9250
c7f98048
LMI
9251 * isearch.el (isearch-search-fun-function): Clarify the doc string
9252 (bug#8101).
9253
56e6cc31 92542011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
9a51c6c7
RK
9255
9256 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
9257 unnecessary spaces (bug#8987).
9258
2b216704
LMI
92592011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9260
9261 * net/network-stream.el (open-network-stream): Use the
9262 :end-of-capability command thoughout.
9263
92642011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
9265
9266 * net/network-stream.el (open-network-stream): Add the
9267 :end-of-capability command parameter, used by pop3.el.
9268
36adf6ce
LMI
92692011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9270
1ca0da0e
LMI
9271 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
9272
fc00f69c
LMI
9273 * fringe.el (fringe-query-style): Remove redundant text " (type ?
9274 for list)" (bug#6475).
9275
28fd8759 9276 * files.el (file-expand-wildcards): Ignore non-readable
8350f087 9277 sub-directories while trying to find matches instead of signaling
28fd8759
LMI
9278 an error (bug#6297).
9279
0dd8b6da
LMI
9280 * man.el (Man-reference-regexp): Allow matching possible
9281 word-wrapped references (bug#6289).
9282
ce1438d6
LMI
9283 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
9284 for consistency with the other vc buffers (bug#6197).
9285 (vc-checkin): Ditto.
9286
9287 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
9288
36adf6ce
LMI
9289 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
9290
e83cc1f7
LMI
92912011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
9292
8a20ca4c
LMI
9293 * custom.el (defcustom): Clarify that :set is only used in the
9294 Customize user interface (bug#6089).
9295
83319045
LMI
9296 * progmodes/flymake.el (flymake-mode): If the buffer isn't
9297 associated with a file, refuse to run instead of erroring out
9298 (bug#6084).
9299
a8392169
LMI
9300 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
9301 the doc string, since it appears that using `fill-column' always
9302 controls the width (bug#7845).
9303
e83cc1f7
LMI
9304 * simple.el (shell-command-on-region): Say where the error output
9305 went if `shell-command-default-error-buffer' is set (bug#6857).
9306
e47ca23b
KM
93072011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
9308
9309 * allout.el (allout-yank-processing): Adjust cursor position for
9310 backwards-deleted space.
9311
9312 (allout-rebullet-heading): Register changes with
9313 allout-exposure-changed-hook, so the modified topic is properly
9314 decorated.
9315
5cf56143
LMI
93162011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
9317
08549772
LMI
9318 * minibuffer.el (completion-in-region): Document PREDICATE
9319 (bug#7136).
9320
48e96771
LMI
9321 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
9322 of keyword/argument pairs (bug#6904).
9323
c8af70e1
SM
9324 * replace.el (multi-occur):
9325 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
5cf56143 9326
e17d05e2
LMI
93272011-07-02 Drew Adams <drew.adams@oracle.com>
9328
9329 * dired.el (dired-mark-if): Make the message about whether it's
9330 marking or unmarking clearer (bug#8523).
9331
063b0e45
LMI
93322011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
9333
9334 * disp-table.el (display-table-print-array): New function.
9335 (describe-display-table): Use it to print the vectors more pretty
9336 (Bug#8859).
9337
28545e04
MR
93382011-07-02 Martin Rudalics <rudalics@gmx.at>
9339
9340 * window.el (window-state-get-1): Don't assign clone numbers.
9341 Add clone-of item to list of window parameters.
9342 (window-state-put-2): Don't process clone numbers.
9343 (display-buffer-alist): Fix doc-string.
9344
3349e122
SM
93452011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
9346
9347 * subr.el (remq): Don't allocate if it's not needed.
9348 (keymap--menu-item-binding, keymap--menu-item-with-binding)
9349 (keymap--merge-bindings): New functions.
9350 (keymap-canonicalize): Use them to refine the canonicalization.
9351 * minibuffer.el (minibuffer-local-completion-map)
9352 (minibuffer-local-must-match-map): Move initialization from C.
9353 (minibuffer-local-filename-completion-map): Move initialization from C;
9354 don't inherit from anything here.
9355 (minibuffer-local-filename-must-match-map): Make obsolete.
9356 (completing-read-default): Use make-composed-keymap to combine
9357 minibuffer-local-filename-completion-map with either
9358 minibuffer-local-must-match-map or
9359 minibuffer-local-filename-completion-map.
9360
d224ac83
GM
93612011-07-01 Glenn Morris <rgm@gnu.org>
9362
3de63bf8
GM
9363 * type-break.el (type-break-time-sum): Use dolist.
9364
d224ac83
GM
9365 * textmodes/flyspell.el (flyspell-word-search-backward):
9366 Replace CL function.
9367
1a1e3f32
SM
93682011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
9369
fe3f64d5
SM
9370 * mouse.el (mouse--strip-first-event): New function.
9371 (function-key-map): Use it to map fringe clicks to normal clicks
9372 by default.
9373
eb604e34
SM
9374 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
9375 (vc-bzr-revision-completion-table): Add support for annotate and date.
9376
1a1e3f32
SM
9377 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
9378 inherit from parent.
9379
5bd35902
LMI
93802011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9381
ace6c69c 9382 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
26bde865 9383 (dired-show-file-type): Doc fixup (bug#8818).
ace6c69c 9384
191e2bed
LMI
9385 * dired.el (dired-mode): Fix up the doc string as suggested by
9386 Drew Adams (bug#8817).
9387
5bd35902
LMI
9388 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
9389 cookie, since the manual says that it should be possible to add
9390 this function to `find-file-hook' (bug#8709).
9391
eee8207a
TZ
93922011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
9393
9394 * progmodes/cfengine.el: Moved all cfengine3.el functionality
9395 here. Noted Ted Zlatanov as the maintainer.
9396 (cfengine-common-settings, cfengine-common-syntax): New functions
9397 to set up common things between `cfengine-mode' and
9398 `cfengine3-mode'.
9399 (cfengine3-mode): New mode.
9400 (cfengine3-defuns cfengine3-defuns-regex
9401 (cfengine3-class-selector-regex cfengine3-category-regex)
9402 (cfengine3-vartypes cfengine3-font-lock-keywords)
9403 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
eb604e34 9404 (cfengine3-indent-line): Add from cfengine3.el.
eee8207a 9405
36b148cf
MA
94062011-07-01 Michael Albinus <michael.albinus@gmx.de>
9407
9408 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
9409
9410 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
9411
0bf4ba9a
MR
94122011-07-01 Martin Rudalics <rudalics@gmx.at>
9413
9414 * window.el (same-window-buffer-names, same-window-regexps)
9415 (same-window-p, special-display-frame-alist)
9416 (special-display-popup-frame, special-display-function)
9417 (special-display-buffer-names, special-display-regexps)
9418 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
9419 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
9420 (split-window-preferred-function, split-height-threshold)
9421 (split-width-threshold, even-window-heights)
9422 (display-buffer-mark-dedicated, window-splittable-p)
9423 (split-window-sensibly, window-safely-shrinkable-p):
9424 Un-obsolete.
9425 (display-buffer): Don't spread args with function specifier
9426 because special-display-popup-frame won't like it.
9427
35837f51
PE
94282011-07-01 Paul Eggert <eggert@cs.ucla.edu>
9429
d0672f86
PE
9430 Time-stamp simplifications and fixes.
9431 These improve accuracy slightly, and future-proof the code
9432 against some potential changes to current-time format.
9433
b9444d97
PE
9434 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
9435 by using time-since and float-time.
9436
0ef923dc
PE
9437 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
9438 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
9439 + NNN microseconds".
9440
2f81380d
PE
9441 * type-break.el (type-break-time-sum): Rewrite using time-add.
9442
845b5c3e
PE
9443 * play/hanoi.el (hanoi-current-time-float): Remove.
9444 All uses replaced by float-time.
9445
ee6f1be0
PE
9446 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
9447 This yields a more-accurate answer.
9448 (rng-time-to-float): Remove; no longer needed.
9449
fe955043
PE
9450 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
9451
5777162a
PE
9452 * calendar/timeclock.el (timeclock-seconds-to-time):
9453 Defalias to seconds-to-time, since they're the same thing.
9454
3103f8b6 9455 * emacs-lisp/elp.el (elp-elapsed-time):
e2bac5f6 9456 * emacs-lisp/benchmark.el (benchmark-elapse):
35837f51
PE
9457 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
9458
0e61a35f
SM
94592011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
9460
9461 * window.el (bury-buffer): Don't iconify the only frame.
9462 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
9463 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
9464
ddd63a1e
CY
94652011-07-01 Chong Yidong <cyd@stupidchicken.com>
9466
0e61a35f
SM
9467 * eshell/em-smart.el (eshell-smart-display-navigate-list):
9468 Add mouse-yank-primary.
ddd63a1e 9469
055f4923
TZ
94702011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
9471
9472 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
9473
6a2fb145
SM
94742011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
9475
9476 * emacs-lisp/find-func.el (find-library--load-name): New fun.
9477 (find-library-name): Use it to find relative load names when provided
9478 absolute file name (bug#8803).
9479
fd4983f2
LMI
94802011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
9481
887d14ad
LMI
9482 * textmodes/flyspell.el (flyspell-word): Consider words that
9483 differ only in case as potential doublons (bug#5687).
9484
c53dc7fc
LMI
9485 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
9486 Remove two rather uninteresting debugging-like messages to make
9487 debbugs.el more silent.
9488
fd4983f2
LMI
9489 * comint.el (comint-password-prompt-regexp): Accept "Response" as
9490 a password-like phrase.
9491
7a71b18d 94922011-06-30 Masatake YAMATO <yamato@redhat.com>
b14c0c55
AM
9493
9494 * progmodes/cc-guess.el: New file.
9495
6a2fb145 9496 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
b14c0c55
AM
9497
9498 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
9499 derived from `c-basic-common-init'.
9500
9501 * progmodes/cc-mode.el (top-level): Require cc-guess.
9502 (c-basic-common-init): Use `cc-choose-style-for-mode'.
9503
1fa280a3
LM
95042011-06-30 Lawrence Mitchell <wence@gmx.li>
9505
9506 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
9507
e6597158
AM
95082011-06-30 Alan Mackenzie <acm@muc.de>
9509
1fa280a3
LM
9510 * progmodes/cc-engine.el (c-guess-continued-construct):
9511 Correct the handling of template-args-cont, particularly for when font
e6597158
AM
9512 lock is disabled. Name this case as "CASE G".
9513
68ba37fb
KM
95142011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
9515
9516 * allout.el (allout-yank-processing): Fix injection of extra space
9517 between bullet and non-whitespace character in first topic when
9518 pasting, ensuring that the actual spacing in the pasted topic
9519 following the bullet char is preserved. This extra space was
9520 causing pasted encrypted topics to get a decrypted status even
9521 when the content was actually still encrypted. Now the decryption
9522 status from before the paste is preserved.
9523
9524 (allout-flag-region): Set all allout overlays so they evaporate
9525 when reduced to zero length (evanescent), to prevent overlay
9526 leakage.
9527
887a0b34
GM
95282011-06-30 Glenn Morris <rgm@gnu.org>
9529
94b9acce
GM
9530 * w32-fns.el (w32-charset-info-alist): Declare.
9531
1d9b46d4
GM
9532 * find-dired.el (find-grep-options): Simplify.
9533
cc232200
GM
9534 * term/ns-win.el (ns-set-resource): Declare.
9535
28e77c46
GM
9536 * ses.el (row, col): Declare dynamic variables honestly.
9537
887a0b34
GM
9538 * textmodes/reftex-parse.el (index-tags): Declare.
9539
658d8eb8
CY
95402011-06-30 Chong Yidong <cyd@stupidchicken.com>
9541
9542 * cus-edit.el (customize-push-and-save): New function.
9543
9544 * files.el (hack-local-variables-confirm): Use it.
9545
1fa280a3
LM
9546 * custom.el (load-theme): New arg NO-CONFIRM.
9547 Use customize-push-and-save (Bug#8720).
658d8eb8
CY
9548 (custom-enabled-themes): Doc fix.
9549
9550 * cus-theme.el (customize-create-theme)
9551 (custom-theme-merge-theme): Callers to load-theme changed.
9552
bb617717
LMI
95532011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
9554
d61bdd5d
LMI
9555 * thingatpt.el (thing-at-point-short-url-regexp): Require that
9556 short URLs have at least one dot in them (bug #7614).
9557
bb617717
LMI
9558 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
9559 nil, because using a pty is apparently too slow (bug #895).
9560
2f31f37a
LMI
95612011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
9562
9563 * mail/sendmail.el (sendmail-query-once): New function.
9564 (sendmail-query-once-function): New variable.
9565
3076b24e
GM
95662011-06-29 Glenn Morris <rgm@gnu.org>
9567
faf2a174
GM
9568 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
9569
3076b24e
GM
9570 * ses.el (top-level): Require cl when compiling.
9571 (ses-set-localvars): Fix error statement.
9572 Call it at compile time to silence a storm of warnings.
9573
5386012d
MR
95742011-06-29 Martin Rudalics <rudalics@gmx.at>
9575
9576 * window.el (normalize-live-buffer): Rename to
9577 window-normalize-buffer.
9578 (normalize-live-frame): Rename to window-normalize-frame.
9579 (normalize-any-window): Rename to window-normalize-any-window.
9580 (normalize-live-window): Rename to window-normalize-live-window.
9581 (make-window-atom): Rename to window-make-atom.
9582 (window-resize-reset): Rename to window--resize-reset.
9583 (window-resize-reset-1): Rename to window--resize-reset-1.
9584 (resize-mini-window): Rename to window--resize-mini-window.
9585 (resize-subwindows-skip-p): Rename to
9586 window--resize-subwindows-skip-p.
9587 (resize-subwindows-normal): Rename to
9588 window--resize-subwindows-normal.
9589 (resize-subwindows): Rename to window--resize-subwindows.
9590 (resize-other-windows): Rename to window--resize-siblings.
9591 (resize-this-window): Rename to window--resize-this-window.
9592 (resize-root-window): Rename to window--resize-root-window.
9593 (resize-root-window-vertically): Rename to
9594 window--resize-root-window-vertically.
9595 (normalize-buffer-to-display): Rename to
9596 window-normalize-buffer-to-display.
9597 (normalize-buffer-to-switch-to): Rename to
9598 window-normalize-buffer-to-switch-to.
9599 Correspondingly update all callers of the functions listed
9600 above.
9601 (display-buffer-alist, display-buffer-normalize-arguments)
9602 (display-buffer-normalize-options, display-buffer)
9603 (display-buffer-alist-set): Use "function" instead of
9604 "fun-with-args".
9605
1176868d
CY
96062011-06-28 Chong Yidong <cyd@stupidchicken.com>
9607
9608 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
9609 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
9610 debbugs.gnu.org. Mention acknowledgment email.
9611
20a7a65f
LMI
96122011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
9613
9614 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
9615 buffer multibyteness, since it shouldn't matter.
9616
5f45cca5
MR
96172011-06-28 Martin Rudalics <rudalics@gmx.at>
9618
9619 * window.el (display-buffer-in-side-window): Handle dedicated
9620 windows as in display-buffer-reuse-window.
9621 (display-buffer-normalize-alist): Use value of override
9622 specifier.
9623 (display-buffer-normalize-specifiers): Use value of
9624 other-window-means-other-frame specifier.
9625 (display-buffer-alist): Rewrite some texts in widgets.
9626 (display-buffer): Spread arguments when calling function
9627 specified by fun-with-args.
9628
ad85fe1f
DD
96292011-06-28 Deniz Dogan <deniz@dogan.se>
9630
1fa280a3
LM
9631 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
9632 Unnest `let'.
da68c4c8 9633
ad85fe1f
DD
9634 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
9635 selectors (Bug#5732).
ec49bd31 9636 (css-proprietary-nmstart-re): Use `regexp-opt'.
ad85fe1f 9637
a08cc025
JA
96382011-06-27 Jari Aalto <jari.aalto@cante.net>
9639
9640 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
9641 (eshell-ls-date-format): New defcustom.
9642 (eshell-ls-file): Use it.
9643
e2b551c5
SM
96442011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
9645
9646 * help-fns.el (describe-variable): Fix message for terminal-local vars.
9647
8982b231
KY
96482011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
9649
9650 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
9651 (ange-ftp-make-tmp-name): New arg.
9652 (ange-ftp-file-local-copy): Use it.
9653
36c9fa27
J
96542011-06-27 Jambunathan K <kjambunathan@gmail.com>
9655
9656 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
9657 no-conversion (Bug#8870).
9658
d68443dc
MR
96592011-06-27 Martin Rudalics <rudalics@gmx.at>
9660
9661 * window.el (window-right, window-left, window-child)
9662 (window-child-count, window-last-child)
9663 (window-iso-combination-p, walk-window-tree-1)
9664 (window-atom-check-1, window-tree-1, delete-window)
9665 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
9666 new naming conventions - window-vchild, window-hchild,
9667 window-next and window-prev are now called window-top-child,
9668 window-left-child, window-next-sibling and window-prev-sibling
9669 respectively.
d615d6d2
MR
9670 (resize-window-reset): Rename to window-resize-reset.
9671 (resize-window-reset-1): Rename to window-resize-reset-1.
9672 (resize-window): Rename to window-resize.
9673 (window-min-height, window-min-width)
9674 (resize-mini-window, resize-this-window, resize-root-window)
9675 (resize-root-window-vertically, adjust-window-trailing-edge)
9676 (enlarge-window, shrink-window, maximize-window)
9677 (minimize-window, delete-window, quit-restore-window)
9678 (split-window, balance-windows, balance-windows-area-adjust)
9679 (balance-windows-area, window-state-put-2)
9680 (display-buffer-even-window-sizes, display-buffer-set-height)
9681 (display-buffer-set-width, set-window-text-height)
9682 (fit-window-to-buffer): Rename all "resize-window" prefixed
9683 calls to use the "window-resize" prefix convention.
9684 (display-buffer-alist): Fix symbol for label specifier.
9685 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
9686 corresponding specifier.
9687 Reported by Juanma Barranquero <lekktu@gmail.com>.
d68443dc 9688
b6458526
VB
96892011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
9690
9691 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
9692 convention.
9693 (ses-call-printer): Does not pass an empty string to formatter when the
9694 cell is empty to keep from barking printer Calc math-format-value.
9695
d31fd9ac
RS
96962011-06-27 Richard Stallman <rms@gnu.org>
9697
43d5bf84
RS
9698 * battery.el (battery-mode-line-limit): New variable.
9699 (battery-update): Handle it.
9700
d31fd9ac
RS
9701 * mail/rmailmm.el (rmail-mime-process-multipart):
9702 Handle truncated messages.
9703
819a6054
GM
97042011-06-27 Glenn Morris <rgm@gnu.org>
9705
9706 * progmodes/flymake.el (flymake-err-line-patterns):
9707 Allow for column numbers in the ant/javac pattern. (Bug#8866)
9708
cedc73f2
VB
97092011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
9710
819a6054 9711 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
cedc73f2
VB
9712 (ses--clean-!, ses--clean-_): New functions.
9713 (ses-range): Add configurability of readout order, and conversion
9714 to Calc vector.
9715
5e5d49b6
VB
9716 * ses.el (ses-repair-cell-reference-all): New function.
9717 (ses-cell-symbol): Set macro as safe, so that it can be used in
9718 formulas.
9719
56e6cc31 9720 * ses.el: Update cycle detection algorithm.
90ca8b49 9721 (ses-localvars): Add ses--Dijkstra-attempt-nb and
819a6054 9722 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
90ca8b49
VB
9723 (ses-set-localvars): New function.
9724 (ses-make-cell): Add property-list as a cell element.
9725 (ses-cell-property-get-fun, ses-cell-property-get)
9726 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
819a6054
GM
9727 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
9728 New functions.
90ca8b49
VB
9729 (ses-cell-property-set, ses-cell-property-pop)
9730 (ses-cell-property-get-handle): New macro.
9731 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
9732 New aliases, used for code readability.
9733 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
9734 cycle detection.
9735 (ses-self-reference-early-detection): New defcustom.
fac916bf 9736 (ses-formula-references): Robustify against self-referring cells.
90ca8b49
VB
9737 (ses-mode): Use ses-set-localvars.
9738 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
9739 before lauching the update processing.
9740 (ses-initialize-Dijkstra-attempt): New function.
9741 (ses-recalculate-cell): Update for cycle detection based on
9742 Dijkstra algorithm.
9743
2bb63e81
VB
9744 * ses.el: Fix commenting and indenting convention.
9745
c9d29fb8
SM
97462011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
9747
9748 * bs.el (bs-cycle-next): Complete last change.
9749
d8e4b68b
JB
97502011-06-27 Drew Adams <drew.adams@oracle.com>
9751
9752 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
9753
40098786
LMI
97542011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
9755
c9d29fb8
SM
9756 * net/network-stream.el (network-stream-open-starttls):
9757 Don't re-get capabilities unless we've reestablished connection.
f6ab314e
LMI
9758 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
9759
40098786
LMI
9760 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
9761 to binary to possibly avoid line encoding issues on Windows (among
9762 other things).
9763
468d09d4
LMI
97642011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
9765
9766 * net/network-stream.el (open-network-stream): Return an :error
9767 saying what the problem was, if possible.
9768
9769 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
9770 server.
9771
9772 * net/network-stream.el (network-stream-open-starttls): If we
9773 wanted to use STARTTLS, and the server offered it, but we weren't
9774 able to because we had no STARTTLS support, then close the connection.
9775 (open-network-stream): Return an :error element, if present.
9776
16f07dd7
CY
97772011-06-26 Chong Yidong <cyd@stupidchicken.com>
9778
88821ca0
CY
9779 * hl-line.el (hl-line-sticky-flag): Doc fix.
9780 (global-hl-line-sticky-flag): New option (Bug#8323).
9781 (global-hl-line-highlight): Obey it.
9782
16f07dd7
CY
9783 * vc/vc.el (vc-revert-show-diff): Default to t.
9784
6b5ccddf
KM
97852011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
9786
c9d29fb8
SM
9787 * allout-widgets.el (allout-widgets-post-command-business):
9788 Stop decorating intermediate isearch matches. They're not being
6b5ccddf
KM
9789 undecorated when an isearch is continued past, and isearch
9790 automatically collapses them. This leads to "widget leaks", where
9791 decorated items accumulate in collapsed areas. Lines with lots of
c9d29fb8
SM
9792 hidden widgets can slow down cursor travel, substantially.
9793 Too much complicated machinery would be needed to ensure undecoration,
6b5ccddf
KM
9794 so we're doing without this nicety.
9795
9796 (allout-widgets-tally-string): Don't try to do a hash-table-count
9797 of allout-widgets-tally when it's nil. This eliminates spurious "Error
9798 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
9799 *Messages* when allout-widgets-maintain-tally is t.
9800
355f2e07
MR
98012011-06-26 Martin Rudalics <rudalics@gmx.at>
9802
9803 * window.el (display-buffer-normalize-argument): Rename to
9804 display-buffer-normalize-arguments. Handle special meaning of
6b5ccddf
KM
9805 LABEL argument. Respect special-display-function when popping up
9806 a new frame. Fix code searching for a window showing the buffer
9807 on another frame.
c9d29fb8
SM
9808 (display-buffer-normalize-specifiers):
9809 Call display-buffer-normalize-arguments.
355f2e07
MR
9810 (display-buffer-in-window): Don't undedicate the window if its
9811 buffer remains the same.
9812 Reported by Drew Adams <drew.adams@oracle.com>.
9813 (display-buffer-alist): Add choice for same-window macro
9814 specfier.
9815 (display-buffer): Mention special meaning of LABEL argument in
9816 doc-string. Fix quoting. Don't pop up a new frame even as
9817 fallback.
9818
7ca8fc42
JB
98192011-06-26 Juanma Barranquero <lekktu@gmail.com>
9820
9821 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
9822 avoid deleting the current window in some cases (bug#8911).
9823
bc312254
AS
98242011-06-26 Andreas Schwab <schwab@linux-m68k.org>
9825
9826 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
9827 (Bug#8934)
9828
2db18f3f
LMI
98292011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
9830
c9d29fb8
SM
9831 * net/network-stream.el (network-stream-open-starttls):
9832 Use built-in TLS support if `gnutls-available-p' is true.
2db18f3f
LMI
9833 (network-stream-open-tls): Ditto.
9834
6302e0d3
LL
98352011-06-26 Leo Liu <sdl.web@gmail.com>
9836
9837 * register.el (registerv): New struct.
9838 (registerv-make): New function.
c9d29fb8
SM
9839 (jump-to-register, describe-register-1, insert-register):
9840 Support the jump-func, print-func and insert-func slot of a registerv
6302e0d3
LL
9841 struct. (Bug#8415)
9842
5fdd4046
CY
98432011-06-26 Chong Yidong <cyd@stupidchicken.com>
9844
2afef60a
CY
9845 * vc/vc.el (vc-revert-show-diff): New defcustom.
9846 (vc-diff-internal): New arg specifying diff buffer.
9847 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
9848 reuse an existing *vc-diff* buffer (Bug#8927).
9849
5fdd4046
CY
9850 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
9851
e93db24a
GM
98522011-06-26 Glenn Morris <rgm@gnu.org>
9853
9854 * progmodes/f90.el (f90-critical-indent): New option.
9855 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
9856 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
9857 (f90-mode): Doc fix.
9858 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
9859 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
9860 (f90-beginning-of-block, f90-next-block, f90-indent-region)
9861 (f90-match-end): Handle block, critical.
9862
eefff499
GM
98632011-06-25 Glenn Morris <rgm@gnu.org>
9864
f6ba4cc9
GM
9865 * calendar/diary-lib.el (diary-included-files): Doc fix.
9866 (diary-include-files): New function, extracted from
9867 diary-include-other-diary-files and diary-mark-included-diary-files.
9868 (diary-include-other-diary-files, diary-mark-included-diary-files):
9869 Just call diary-include-files.
9870 (diary-mark-entries): Reset diary-included-files on first call.
9871
16712304
GM
9872 * calendar/diary-lib.el (diary-mark-entries)
9873 (diary-mark-included-diary-files):
9874 Visit included diary-files in temp buffers.
9875
5d8e0d43
GM
9876 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
9877 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
9878 (f90-start-block-re, f90-imenu-generic-expression)
9879 (f90-looking-at-program-block-start, f90-no-block-limit):
9880 Add support for submodules.
9881
ccf7a5d5
GM
9882 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
9883 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
eefff499 9884
11fdef7d 98852011-06-25 Eli Zaretskii <eliz@gnu.org>
638e9005
EZ
9886
9887 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
9888 buffer-file-type before setting its value, to avoid disastrous
eefff499 9889 global effects on decoding files for DOS/Windows systems. (Bug#8780)
638e9005 9890
74f53697
JB
98912011-06-25 Juanma Barranquero <lekktu@gmail.com>
9892
9893 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
9894
9895 * ses.el (ses-unload-function):
9896 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
9897
9898 * proced.el (proced-unload-function):
9899 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
9900
18a4ce5e
AR
99012011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
9902
9903 * server.el (server-create-window-system-frame): Add parameters arg.
9904 (server-process-filter): Doc fix. Handle frame-parameters.
9905
519d22cc
JB
99062011-06-25 Juanma Barranquero <lekktu@gmail.com>
9907
9908 Fix bug#8730, bug#8781.
9909
9910 * loadhist.el (unload--set-major-mode): New function.
9911 (unload-feature): Use it.
9912
9913 * progmodes/python.el (python-after-info-look): Add autoload cookie.
9914 (python-unload-function): New function.
9915
c206f5b0
SM
99162011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
9917
9918 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
9919
f9ad64f3
GS
99202011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
9921
9922 * net/browse-url.el (browse-url-firefox-program): Add icecat to
9923 the candidates list.
9924
7d0da90e
JB
99252011-06-24 Juanma Barranquero <lekktu@gmail.com>
9926
9927 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
9928
14b4e83d
RS
99292011-06-23 Richard Stallman <rms@gnu.org>
9930
9931 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
9932 (rmail-variables): Set next-error-move-function.
9933 (rmail-what-message): Take argument POS.
9934 (rmail-next-error-move): New function.
9935
273d2baf
SM
99362011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
9937
9938 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
9939 messages for adjacent non-terminals.
9940
56c2cc9a
RS
99412011-06-23 Richard Stallman <rms@gnu.org>
9942
9943 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
f444564c 9944 (rmail-show-message-1): Preserve buffer modified flag.
8050daa1
RS
9945 (rmail-start-mail): Don't specify use of rmail-mail-return;
9946 that's done by mail-bury now.
9947 (rmail-mail-return): Handle arg NEWBUF.
56c2cc9a 9948
d59eb518
MA
99492011-06-23 Michael Albinus <michael.albinus@gmx.de>
9950
9951 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
9952 SIZE is a number.
9953
02cfc6d6
MR
99542011-06-23 Martin Rudalics <rudalics@gmx.at>
9955
9956 * window.el (get-lru-window, get-mru-window)
9957 (get-largest-window): Never return a minibuffer window.
9958 (display-buffer-pop-up-window): Fix a bug that could lead to
9959 reusing the minibuffer window.
9960 (display-buffer): Pass original specifier argument to
9961 display-buffer-function instead of the normalized one.
9962 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
9963
4e323265
LL
99642011-06-22 Leo Liu <sdl.web@gmail.com>
9965
9966 * minibuffer.el (completing-read-function)
9967 (completing-read-default): Move from minibuf.c
9968
7a70468f
RS
99692011-06-22 Richard Stallman <rms@gnu.org>
9970
50718fc2
RS
9971 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
9972 to Rmail even if not started by a special Rmail command.
9973
7a70468f
RS
9974 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
9975 Copy the buffer currently showing just one message.
9976
297dde5a
RW
99772011-06-22 Roland Winkler <winkler@gnu.org>
9978
9979 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
9980 (bibtex-clean-entry): First delete the old key so that a
9981 customized algorithm for generating the new key does not get
9982 confused by the old key.
9983 (bibtex-url): Obey regexp of first step.
9984 (bibtex-search-entries): Do not use add-to-list with local
9985 list-var.
9986
97bb1093
LMI
99872011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
9988
9989 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
9990 stored a user name, then query for the password first, instead of
9991 waiting for SMTP to give an error message and the trying again.
9992
1c0f1a19
JD
99932011-06-22 Lawrence Mitchell <wence@gmx.li>
9994
9995 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
9996 BUFFER in call-process.
9997
396f7c9d
LMI
99982011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
9999
10000 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
10001 QUIT twice.
ddb7ffee
LMI
10002 (smtpmail-try-auth-methods): Require user name and password from
10003 auth-source.
396f7c9d 10004
8998d1b3
MR
100052011-06-22 Martin Rudalics <rudalics@gmx.at>
10006
10007 * window.el (display-buffer-default-specifiers)
10008 (display-buffer-alist): Remove entries for pop-up-frame-alist.
10009 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
130e3e11 10010 (split-window): Normalize SIDE argument (Bug#8916).
8998d1b3
MR
10011
10012 * frame.el (pop-up-frame-alist, pop-up-frame-function)
10013 (special-display-frame-alist, special-display-popup-frame):
10014 Remove duplicate declarations. These are now in window.el.
10015
4ea31e07
LMI
100162011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10017
c9d29fb8
SM
10018 * mail/smtpmail.el (smtpmail-via-smtp):
10019 Set :use-starttls-if-possible so that we always use STARTTLS if the
6af7a784
LMI
10020 server supports it. SMTP servers that support STARTTLS commonly
10021 require it.
10022
10023 * net/network-stream.el (network-stream-open-starttls): Support
10024 upgrading to STARTTLS always, even if we don't have built-in support.
fa463103 10025 (open-network-stream): Add the :always-query-capabilities keyword.
6af7a784 10026
95f41d9a
LMI
10027 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
10028 upgrades with `open-network-stream', and rely solely on
10029 auth-source for all credentials. Big changes throughout the file,
10030 but in particular:
c9d29fb8
SM
10031 (smtpmail-auth-credentials): Remove.
10032 (smtpmail-starttls-credentials): Remove.
7d36ad46
LMI
10033 (smtpmail-via-smtp): Check for servers saying they want AUTH after
10034 MAIL FROM, too.
95f41d9a 10035
c9d29fb8
SM
10036 * net/network-stream.el (network-stream-open-starttls):
10037 Provide support for client certificates both for external and built-in
4ea31e07
LMI
10038 STARTTLS.
10039 (auth-source): Require.
10040 (open-network-stream): Document the :client-certificate keyword.
eb8c9362
LMI
10041 (network-stream-certificate): Change cert-cert to cert and
10042 cert-key to key.
4ea31e07 10043
065ec2c7
MA
100442011-06-21 Michael Albinus <michael.albinus@gmx.de>
10045
10046 * net/tramp-cache.el (top): Don't load the persistency file when
10047 "emacs -Q" has been called.
10048
cd93b359
DR
100492011-06-21 Tim Harper <timcharper@gmail.com>
10050
d8e4b68b
JB
10051 * term/ns-win.el (ns-initialize-window-system):
10052 Set application-specific `ApplePressAndHoldEnabled' system
cd93b359
DR
10053 resource to NO as it is not yet supported by the NS port.
10054
ae9c0411
JB
100552011-06-21 Juanma Barranquero <lekktu@gmail.com>
10056
10057 * misc.el (list-dynamic-libraries--refresh): Compute header here...
10058 (list-dynamic-libraries): ...not here.
10059
7f3f739f
LL
100602011-06-21 Leo Liu <sdl.web@gmail.com>
10061
10062 * subr.el (sha1): Implement sha1 using secure-hash.
10063
327c8fb1
MR
100642011-06-21 Martin Rudalics <rudalics@gmx.at>
10065
10066 * window.el (display-buffer-alist): In default value do not
10067 enforce searching a window on any but the selected frame.
10068 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
10069 (display-buffer-select-window): Remove function.
10070 (display-buffer-in-window): When a window on another frame gets
10071 reused, do not select it any more but just raise its frame if
10072 necessary (Bug#8851) and (Bug#8856).
10073 (display-buffer-normalize-options): Handle pop-up-frames related
10074 options more faithfully.
10075 (pop-to-buffer): Don't rely on `display-buffer' selecting the
10076 window if it is on another frame.
c9d29fb8
SM
10077 (display-buffer-alist, display-buffer-default-specifiers):
10078 Don't make new frame unsplittable by default.
9e9de014
MR
10079 (display-buffer-normalize-argument): Fix doc-string typo and use
10080 'same-frame-other-window instead of 'other-window when associating
10081 with display-buffer-macro-specifiers.
327c8fb1 10082
7cf3f556
VB
100832011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
10084
10085 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
10086 New functions.
10087 (5x5-mode-map, 5x5-mode-menu): Bind them.
10088 (5x5-draw-grid): Tweak the solver's rendering.
10089
60a406cf
SM
100902011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
10091
10092 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
10093 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
10094
d8e4b68b 100952011-06-21 Drew Adams <drew.adams@oracle.com>
5d907d6c
DA
10096
10097 * menu-bar.el: Use function variable instead of switch-to-buffer.
10098 (menu-bar-select-buffer-function): New variable.
60a406cf 10099 (menu-bar-update-buffers): Use it (bug#8876).
5d907d6c 10100
478d6f95
SM
101012011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
10102
10103 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
10104 variable's status.
10105
ca530739
JD
101062011-06-20 Jan Djärv <jan.h.d@swipnet.se>
10107
10108 * x-dnd.el (x-dnd-version-from-flags)
10109 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
10110 and long as number (Bug#8899).
10111 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
10112
bcd70d97
SM
101132011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
10114
60a406cf 10115 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
4cb3bfa0
SM
10116 (completion-try-completion, completion-all-completions): Compute the
10117 metadata argument if it's missing; make it optional (bug#8795).
10118
60a406cf 10119 * wid-edit.el: Use lex-bind and move towards completion-at-point.
bcd70d97
SM
10120 (widget-complete): Use new :completion-function property.
10121 (widget-completions-at-point): New function.
10122 (default): Use :completion-function instead of :complete.
60a406cf
SM
10123 (widget-default-completions): Rename from widget-default-complete;
10124 Rewrite.
bcd70d97
SM
10125 (widget-string-complete, widget-file-complete, widget-color-complete):
10126 Remove functions.
10127 (file, symbol, function, variable, coding-system, color):
10128 * international/mule-cmds.el (default-input-method, charset)
10129 (language-info-custom-alist):
10130 * cus-edit.el (face): Use new property :completions.
10131
10132 * progmodes/pascal.el (pascal-completions-at-point): New function.
10133 (pascal-mode): Use it.
10134 (pascal-mode-map): Use completion-at-point.
10135 (pascal-toggle-completions): Make obsolete.
10136 (pascal-complete-word, pascal-show-completions):
10137 * progmodes/octave-mod.el (octave-complete-symbol):
10138 Redefine as obsolete alias.
10139 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
10140 Signal absence of completion info for old Octave,
10141 (inferior-octave-complete): Redefine as obsolete alias.
10142 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
10143 (meta-completions-at-point): Rename from meta-complete-symbol and
10144 adapt it for use on completion-at-point-functions.
10145 (meta-common-mode): Use it.
10146 (meta-looking-at-backward, meta-match-buffer): Remove.
10147 (meta-complete-symbol): Redefine as obsolete alias.
10148 (meta-common-mode-map): Use completion-at-point.
10149 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
10150 (makefile-mode-map): Use completion-at-point.
10151 (makefile-completions-at-point): Rename from makefile-complete and
10152 adapt it for use on completion-at-point-functions.
10153 (makefile-mode): Use it.
10154 (makefile-complete): Redefine as obsolete alias.
10155
aebf69c8
DD
101562011-06-20 Deniz Dogan <deniz@dogan.se>
10157
10158 * net/rcirc.el: Delete trailing whitespaces once and for all.
10159
bfbbb27d
DC
101602011-06-20 Daniel Colascione <dan.colascione@gmail.com>
10161
10162 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
10163
d264a46b
CY
101642011-06-19 Chong Yidong <cyd@stupidchicken.com>
10165
4ca009e5
CY
10166 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
10167
d264a46b
CY
10168 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
10169
fbf5b3ce
MR
101702011-06-19 Martin Rudalics <rudalics@gmx.at>
10171
10172 * window.el (display-buffer-other-window-means-other-frame):
10173 Call display-buffer-normalize-alist.
10174 (display-buffer-normalize-specifiers-1): Rename to
10175 display-buffer-normalize-argument. New argument other-frame.
10176 Rewrite.
10177 (display-buffer-normalize-specifiers-2): Rename to
10178 display-buffer-normalize-options.
10179 (display-buffer-normalize-alist-1): New function.
10180 (display-buffer-normalize-specifiers-3): Rename to
bcd70d97
SM
10181 display-buffer-normalize-alist.
10182 Call display-buffer-normalize-alist-1.
fbf5b3ce
MR
10183 (display-buffer-normalize-options-inhibit): New variable.
10184 (display-buffer-normalize-specifiers): Rewrite calling
10185 display-buffer-normalize-alist,
10186 display-buffer-normalize-argument, and
10187 display-buffer-normalize-options. Don't call the latter if
10188 display-buffer-normalize-options-inhibit is non-nil.
10189 (frame-auto-delete): New option.
10190 (window-deletable-p): Use frame-auto-delete.
9d89fec7
MR
10191 (window-list-no-nils, window-state-ignored-parameters)
10192 (window-state-get-1, window-state-get, window-state-put-list)
bcd70d97
SM
10193 (window-state-put-1, window-state-put-2, window-state-put):
10194 New functions.
9a028c23
MR
10195 (display-buffer-normalize-options): Move special-display-p group
10196 after pop-up-frame group (Bug#8851) and (Bug#8856).
fbf5b3ce 10197
6d10d800
CY
101982011-06-18 Chong Yidong <cyd@stupidchicken.com>
10199
6420d28b
CY
10200 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
10201 groups (Bug#8776).
10202 (rx-submatch-n): New function.
10203 (rx): Document it.
10204
ddb8b596
CY
10205 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
10206 (Bug#8768).
10207
10208 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
10209
77080289
CY
10210 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
10211
61dfb316
CY
10212 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
10213 anytime existing face settings are present (Bug#8889).
10214
6d10d800
CY
10215 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
10216 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
10217 Remove unused argument.
10218
be3fb2b8
MR
102192011-06-18 Martin Rudalics <rudalics@gmx.at>
10220
bcd70d97
SM
10221 * window.el (display-buffer-default-specifiers):
10222 Remove pop-up-frame. Add pop-up-window-min-height,
be3fb2b8
MR
10223 pop-up-window-min-width, and another reuse-window specifier
10224 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
bcd70d97
SM
10225 (display-buffer-normalize-specifiers-2):
10226 Handle split-height-threshold and split-width-threshold also when
be3fb2b8
MR
10227 pop-up-windows is unset. Add a reuse-window specifier for the
10228 case popping up a new window fails.
10229 (special-display-popup-frame): Remove double quoting.
28dec25a 10230 (display-buffer-normalize-specifiers-1): Fix thinko.
be3fb2b8 10231
1c6d8c76
SM
102322011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
10233
10234 * shell.el (shell-completion-vars): Set pcomplete-termination-string
10235 according to comint-completion-addsuffix.
10236
10237 * pcomplete.el: Convert to lexical binding and fix bug#8819.
10238 (pcomplete-suffix-list): Mark as obsolete.
10239 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
10240 pcomplete-seen in the closure.
10241 (pcomplete-comint-setup): Setup completion-at-point as well.
10242 (pcomplete--entries): New function.
10243 (pcomplete--env-regexp): New var.
10244 (pcomplete-entries): Rewrite to work with partial-completion and
10245 without relying on pcomplete-suffix-list.
10246 (pcomplete-pare-list): Remove, unused.
10247
25aef8b8
MR
102482011-06-17 Martin Rudalics <rudalics@gmx.at>
10249
10250 * window.el (display-buffer-alist): Set pop-up-window-min-height
10251 and pop-up-window-min-width in default value. Reported by
10252 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
10253 other-window-means-other-frame.
10254 (display-buffer-macro-specifiers): Comment out entry for
10255 other-window specifier.
10256 (display-buffer-other-window-means-other-frame): New function.
10257 (display-buffer-normalize-specifiers-1): New arguments
10258 buffer-name and label. Treat other-window case specially.
10259 (display-buffer-normalize-specifiers-2): Treat other-window case
10260 specially.
10261 (display-buffer-normalize-specifiers-3): New function.
bcd70d97
SM
10262 (display-buffer-normalize-specifiers):
10263 Call display-buffer-normalize-specifiers-3.
25aef8b8 10264
dbad4f69
MR
102652011-06-17 Martin Rudalics <rudalics@gmx.at>
10266
10267 * window.el (same-window-p): Fix two typos introduced when
10268 adding with-no-warnings.
d1067961
MR
10269 (display-buffer-normalize-specifiers-1): Don't check
10270 pop-up-frames for 'unset initialization.
10271 (display-buffer-normalize-specifiers-2): Major rewrite using
10272 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
10273 (pop-up-frames, display-buffer-reuse-frames)
10274 (display-buffer-mark-dedicated): Don't initialize to 'unset.
10275 Suggested by David Engster <deng@randomsample.de>.
10276 (even-window-heights): Initialize to 'unset.
10277 (display-buffer-alist-set): Handle new 'unset initializations.
25aef8b8
MR
10278 (display-buffer-macro-specifiers): Don't pop up a new frame in the
10279 other window case.
dbad4f69 10280
9b9c9e3a
MR
102812011-06-16 Martin Rudalics <rudalics@gmx.at>
10282
bcd70d97
SM
10283 * window.el (display-buffer-normalize-specifiers-1):
10284 Respect current value of pop-up-frames for most reasonable values of
9b9c9e3a 10285 second argument of display-buffer (Bug#8865).
981d5c09
MR
10286 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
10287 (switch-to-buffer-other-window-same-frame)
10288 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
10289 Adams (Bug#8875).
9c2755e9
MR
10290 (display-buffer): Don't check noninteractive when calling
10291 display-buffer-pop-up-frame.
10292 (display-buffer-pop-up-frame): Never pop up a frame in
10293 noninteractive mode (Bug#8857).
67222e1d
MR
10294 (enlarge-window, shrink-window): Don't report an error when the
10295 window can't be resized as requested (Bug#8862).
9b9c9e3a 10296
2b75be67
SM
102972011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
10298
9ffdd3ba
SM
10299 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
10300
cb581a67
SM
10301 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
10302
2b75be67
SM
10303 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
10304
8c0e3589
AM
103052011-06-15 Alan Mackenzie <acm@muc.de>
10306
cb581a67
SM
10307 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
10308 for declarators, disable knr checking to speed up for normal files.
10309 2: Refactor, replacing a sequence of nested if forms by a cond form.
8c0e3589 10310
b96e6cde
LMI
103112011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
10312
4bba86e6
LMI
10313 * net/network-stream.el (open-network-stream): Add the keyword
10314 :always-query-capabilities for the case where you want to force a
10315 `plain' network connection, but the protocol still requires the
10316 capabilitiy command (i.e., SMTP and EHLO).
10317
2b75be67 10318 * subr.el (process-live-p): Rename from `process-alive-p' for
b96e6cde
LMI
10319 consistency with other `-live-p' functions.
10320
efdcdbf8
SM
103212011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
10322
10323 * window.el (same-window-buffer-names, same-window-regexps)
10324 (special-display-frame-alist, special-display-popup-frame)
10325 (special-display-function, special-display-buffer-names)
10326 (special-display-regexps, pop-up-frame-alist)
10327 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
10328 (pop-up-windows, split-window-preferred-function)
10329 (split-height-threshold, split-width-threshold, even-window-heights)
10330 (display-buffer-mark-dedicated): Don't encourage the use of
10331 display-buffer-alist from Elisp code.
10332
c5cde042
DN
103332011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
10334
10335 * progmodes/python.el (python-mode): Derive from prog-mode.
10336 * progmodes/ps-mode.el (ps-mode):
10337 * progmodes/mixal-mode.el (mixal-mode):
50328a1b 10338 * progmodes/cfengine.el (cfengine-mode):
c5cde042
DN
10339 * progmodes/ld-script.el (ld-script-mode): Likewise.
10340
baa1c9ab
MR
103412011-06-15 Martin Rudalics <rudalics@gmx.at>
10342
10343 * window.el (display-buffer-alist): Trim default value to avoid
10344 popping up a new frame (Bug#8857) or reusing an arbitrary window
10345 on another frame.
10346 (display-buffer): Do not fall back on popping up a new frame in
10347 batch mode (Bug#8857).
10348
c5dd5a51
CY
103492011-06-14 Chong Yidong <cyd@stupidchicken.com>
10350
10351 * cus-theme.el (describe-theme-1): Use custom-theme-p.
10352 (custom-theme-summary): New function.
10353 (customize-themes): Use it.
10354
d647b7c4
GM
103552011-06-13 Glenn Morris <rgm@gnu.org>
10356
10357 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
10358
9481c002
MR
103592011-06-13 Martin Rudalics <rudalics@gmx.at>
10360
357f93d2
MR
10361 * help.el (help-window): Remove variable.
10362 (help-window-point-marker, temp-buffer-max-height)
10363 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
10364 (help-print-return-message): Don't set help-window.
10365 (resize-temp-buffer-window): Rewrite cod eand doc-string.
10366 (help-window-setup-finish): Remove.
10367 (help-window-display-message, help-window-setup)
10368 (with-help-window): Major rewrite based on new
10369 display-buffer-window variable.
10370
10371 * help-mode.el (help-mode-finish): Remove help-window related
10372 code.
10373
10374 * view.el (view-exits-all-viewing-windows): Remove reference to
10375 view-return-to-alist in doc-string.
10376 (view-return-to-alist): Make obsolete.
10377 (view-buffer): Call pop-to-buffer-same-window and remove
10378 undo-window code.
10379 (view-buffer-other-window): Call pop-to-buffer-other-window and
10380 simplify code. Ignore second argument.
10381 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
10382 simplify code. Ignore second argument.
10383 (view-return-to-alist-update): Make obsolete.
10384 (view-mode-enter): Rename second argument to QUIT-RESTORE.
10385 Rewrite using quit-restore window parameters.
2b75be67
SM
10386 (view-mode-exit): Rename second argument to EXIT-ONLY.
10387 Rewrite using quit-restore-window.
357f93d2
MR
10388 (View-exit, View-exit-and-edit, View-leave, View-quit)
10389 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
10390 appropriate arguments.
10391 (view-end-message): Use quit-restore window parameter.
10392
9481c002
MR
10393 * window.el (display-buffer-function): Rewrite doc-string.
10394 (display-buffer-window, display-buffer-alist): New variables.
10395 (display-buffer-split-specifiers)
10396 (display-buffer-side-specifiers)
10397 (display-buffer-macro-specifiers): New constants.
10398 (display-buffer-even-window-sizes, display-buffer-set-height)
10399 (display-buffer-set-width, display-buffer-select-window)
10400 (display-buffer-in-window, display-buffer-reuse-window)
10401 (display-buffer-split-window-1, display-buffer-split-window)
10402 (display-buffer-split-atom-window, display-buffer-pop-up-window)
10403 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
10404 (display-buffer-in-side-window, normalize-buffer-to-display)
10405 (display-buffer-normalize-specifiers-1)
10406 (display-buffer-normalize-specifiers-2)
2b75be67
SM
10407 (display-buffer-normalize-specifiers, display-buffer-frame):
10408 New functions.
9481c002
MR
10409 (display-buffer): Major rewrite.
10410 (display-buffer-other-window, display-buffer-other-frame)
10411 (pop-to-buffer, switch-to-buffer-other-window)
10412 (switch-to-buffer-other-frame): Rewrite.
10413 (display-buffer-same-window, display-buffer-same-frame)
10414 (display-buffer-same-frame-other-window)
10415 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
10416 (pop-to-buffer-other-window)
10417 (pop-to-buffer-same-frame-other-window)
10418 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
10419 (switch-to-buffer-other-window-same-frame): New functions.
10420 (same-window-p, special-display-p): Rewrite disabling warnings.
10421 Make obsolete.
10422 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
10423 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
10424 Make obsolete
10425 (same-window-buffer-names, same-window-regexps)
10426 (special-display-frame-alist, special-display-popup-frame)
10427 (special-display-function, special-display-buffer-names)
10428 (special-display-regexps, pop-up-frame-alist)
10429 (pop-up-frame-function, split-window-preferred-function)
10430 (split-height-threshold, split-width-threshold)
10431 (even-window-heights): Make obsolete.
10432
9db51aca
GM
104332011-06-12 Glenn Morris <rgm@gnu.org>
10434
10435 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
7cb363eb 10436 Misc simplifications.
9db51aca 10437
39cffb44
MR
104382011-06-12 Martin Rudalics <rudalics@gmx.at>
10439
10440 * window.el (window-safely-shrinkable-p): Restore function which
10441 was inadvertently removed in change from 2011-06-11. Declare as
10442 obsolete.
10443
2b75be67
SM
10444 * calendar/calendar.el (calendar-generate-window):
10445 Use window-iso-combined-p instead of combination of one-window-p and
39cffb44
MR
10446 window-safely-shrinkable-p.
10447
a8955be7
GM
104482011-06-12 Glenn Morris <rgm@gnu.org>
10449
10450 * progmodes/fortran.el (fortran-mode-syntax-table):
10451 * progmodes/f90.el (f90-mode-syntax-table):
10452 Set % to punctuation. (Bug#8820)
10453 (f90-find-tag-default): Remove, no longer needed.
10454
f0d4059d
DC
104552011-06-12 Daniel Colascione <dan.colascione@gmail.com>
10456
10457 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
10458
1100a63c
CY
104592011-06-11 Chong Yidong <cyd@stupidchicken.com>
10460
10461 * image.el (image-animated-p): Return animation delay in seconds.
10462 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
10463 (image-animate-timeout): Remove DELAY argument. Don't assume
10464 every subimage has the same delay; get it from image-animated-p.
10465 (image-animate): Caller changed.
10466
def722bf
MA
104672011-06-11 Michael Albinus <michael.albinus@gmx.de>
10468
10469 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
10470 to ignored backtrace functions.
10471
0a2bb1a9
GM
104722011-06-11 Glenn Morris <rgm@gnu.org>
10473
10474 * calendar/appt.el (appt-disp-window-function): Doc fix.
10475 (appt-check): Handle overlapping appointments. (Bug#8337)
10476
6198ccd0
MR
104772011-06-11 Martin Rudalics <rudalics@gmx.at>
10478
10479 * window.el (window-tree-1, window-tree): New functions, moving
10480 the latter to window.el.
10481 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
10482 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
10483 (bw-refresh-edges): Remove.
10484 (balance-windows-1, balance-windows-2): New functions.
10485 (balance-windows): Rewrite in terms of window tree functions,
10486 balance-windows-1 and balance-windows-2.
10487 (bw-adjust-window): Remove.
10488 (balance-windows-area-adjust): New function with functionality of
10489 bw-adjust-window but using resize-window.
2b75be67
SM
10490 (set-window-text-height): Rewrite doc-string.
10491 Use normalize-live-window and resize-window.
10492 (enlarge-window-horizontally, shrink-window-horizontally):
10493 Rename argument to DELTA.
6198ccd0
MR
10494 (window-buffer-height): New function.
10495 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
10496 Rewrite using new window resize routines.
2b75be67
SM
10497 (kill-buffer-and-window, mouse-autoselect-window-select):
10498 Use ignore-errors instead of condition-case.
6198ccd0
MR
10499 (quit-window): Call delete-frame instead of delete-windows-on
10500 for the only buffer on frame.
10501
9397e56f
MR
105022011-06-10 Martin Rudalics <rudalics@gmx.at>
10503
10504 * loadup.el (top-level): Load window before files for the sake
10505 of replace-buffer-in-windows.
10506
10507 * files.el (read-buffer-to-switch)
10508 (switch-to-buffer-other-window)
2b75be67
SM
10509 (switch-to-buffer-other-frame, display-buffer-other-frame):
10510 Move to window.el.
9397e56f
MR
10511
10512 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
10513 (previous-buffer): Move to window.el.
10514
10515 * bindings.el (unbury-buffer): Move to window.el.
10516
10517 * window.el (delete-other-windows-vertically): Move after
10518 definition of delete-other-windows.
10519 (other-window, delete-windows-on, replace-buffer-in-windows):
10520 Move here from window.c.
10521 (record-window-buffer, unrecord-window-buffer)
10522 (set-window-buffer-start-and-point, switch-to-prev-buffer)
10523 (switch-to-next-buffer): New functions.
10524 (get-next-valid-buffer, last-buffer, next-buffer): Move here
10525 from simple.el. Call switch-to-next-buffer.
2b75be67
SM
10526 (previous-buffer): Move here from simple.el.
10527 Call switch-to-prev-buffer.
9397e56f
MR
10528 (bury-buffer): Move here from buffer.c. Switch to previous
10529 buffer when window cannot be deleted.
10530 (unbury-buffer): Move here from bindings.el.
10531 (ctl-x-map): Move binding for other-window from window.c to
10532 here.
10533 (read-buffer-to-switch, switch-to-buffer-other-window)
10534 (switch-to-buffer-other-frame): Move here from files.el.
10535 (normalize-buffer-to-switch-to): New functions.
2b75be67
SM
10536 (switch-to-buffer): Move here from buffer.c.
10537 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
9397e56f 10538
562dd5e9
MR
105392011-06-10 Martin Rudalics <rudalics@gmx.at>
10540
10541 * window.el (window-min-height, window-min-width): Move here
10542 from window.c. Add defcustoms and rewrite doc-strings.
10543 (resize-mini-window, resize-window): New functions.
10544 (adjust-window-trailing-edge, enlarge-window, shrink-window):
10545 Move here from window.c.
10546 (maximize-window, minimize-window): New functions.
10547 (delete-window, delete-other-windows, split-window): Move here
10548 from window.c.
10549 (window-split-min-size): New function.
10550 (split-window-keep-point): Mention split-window-above-each-other
10551 instead of split-window-vertically.
2b75be67 10552 (split-window-above-each-other, split-window-vertically):
1154d12e
JB
10553 Rename split-window-vertically to split-window-above-each-other
10554 and provide defalias for old definition.
10555 (split-window-side-by-side, split-window-horizontally):
10556 Rename split-window-horizontally to split-window-side-by-side
10557 and provide defalias for the old definition.
562dd5e9
MR
10558 (ctl-x-map): Move bindings for delete-window,
10559 delete-other-windows and enlarge-window here from window.c.
10560 Replace bindings for split-window-vertically and
10561 split-window-horizontally by bindings for
10562 split-window-above-each-other and split-window-side-by-side.
10563
10564 * cus-start.el (all): Remove entries for window-min-height and
10565 window-min-width. Add entries for window-splits and
10566 window-nest.
10567
f0da764a
GM
105682011-06-09 Glenn Morris <rgm@gnu.org>
10569
80675c21
GM
10570 * calendar/appt.el (appt-mode-line): New function.
10571 (appt-check, appt-disp-window): Use it.
10572
f0da764a
GM
10573 * files.el (hack-one-local-variable-eval-safep):
10574 Allow minor-modes with explicit +/-1 arguments.
10575
59f623b7
TZ
105762011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
10577
10578 * term/xterm.el (xterm): Add defgroup.
10579 (xterm-extra-capabilities): Add defcustom to supply known xterm
10580 capabilities, skip querying them, or query them (default).
10581 (terminal-init-xterm): Use it.
10582 (terminal-init-xterm-modify-other-keys): New function to set up
10583 modifyOtherKeys support to simplify `terminal-init-xterm'.
10584
9aab8e0d
MR
105852011-06-09 Martin Rudalics <rudalics@gmx.at>
10586
10587 * window.el (resize-window-reset, resize-window-reset-1)
10588 (resize-subwindows-skip-p, resize-subwindows-normal)
10589 (resize-subwindows, resize-other-windows, resize-this-window)
10590 (resize-root-window, resize-root-window-vertically)
10591 (window-deletable-p, window-or-subwindow-p)
10592 (frame-root-window-p): New functions.
10593
e8b08aee
GM
105942011-06-09 Glenn Morris <rgm@gnu.org>
10595
10596 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
10597 (ange-ftp-get-files): Use it.
10598
254c37a5
AK
105992011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
10600
10601 * mail/sendmail.el (mail-recover-1, mail-recover):
10602 * files.el (recover-file, recover-session):
10603 Handle dired-listing-switches not being just a single short option.
10604
35d7dbd3
GM
106052011-06-09 Glenn Morris <rgm@gnu.org>
10606
10607 * calendar/appt.el (appt-display-message, appt-disp-window):
10608 Handle lists of appointments.
10609
387522b2
MR
106102011-06-08 Martin Rudalics <rudalics@gmx.at>
10611
2b75be67
SM
10612 * window.el (one-window-p): Move down in code.
10613 Rewrite doc-string.
10614 (window-current-scroll-bars): Rewrite doc-string.
10615 Normalize live window argument.
387522b2
MR
10616 (walk-windows, get-window-with-predicate, count-windows):
10617 Rewrite doc-string. Use window-list-1.
10618 (window-in-direction-2, window-in-direction, get-mru-window):
10619 New functions.
10620
d8e4b68b 106212011-06-08 Reuben Thomas <rrt@sc3d.org>
2c587104
GM
10622
10623 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
10624 Doc fix (Bug#8713).
10625
106262011-06-08 Chong Yidong <cyd@stupidchicken.com>
10627
10628 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
10629
106302011-06-08 Juanma Barranquero <lekktu@gmail.com>
10631
10632 * loadhist.el (unload-feature-special-hooks):
10633 Add `comint-output-filter-functions'.
10634
0de12c52
IK
106352011-06-08 Ivan Kanis <gnu@kanis.fr>
10636
10637 * calendar/appt.el (appt-check): Move some initializations into the let.
10638
f3d1777e
MR
106392011-06-08 Martin Rudalics <rudalics@gmx.at>
10640
10641 * window.el (window-height): Defalias to window-total-height.
10642 (window-width): Defalias to window-body-width.
10643
18af70d0
CY
106442011-06-07 Chong Yidong <cyd@stupidchicken.com>
10645
10646 * image-mode.el (image-toggle-animation): New command.
10647 (image-mode-map): Bind it to RET.
10648 (image-mode): Update message.
10649 (image-toggle-display-image): Avoid a spurious cache flush.
10650 (image-transform-rotation): Doc fix.
10651 (image-transform-properties): Return quickly in the normal case.
10652 (image-animate-loop): Rename from image-animate-max-time.
10653
2b75be67 10654 * image.el (image-animate-max-time): Move to image-mode.el.
18af70d0
CY
10655 (create-animated-image): Remove unnecessary function.
10656 (image-animate): Rename from image-animate-start. New arg.
2b75be67 10657 (image-animate-stop): Remove; just use image-animate-timer.
18af70d0
CY
10658 (image-animate-timer): Use car-safe.
10659 (image-animate-timeout): Rename argument.
10660
190b47e6
MR
106612011-06-07 Martin Rudalics <rudalics@gmx.at>
10662
10663 * window.el (get-lru-window, get-largest-window): Move here from
2b75be67
SM
10664 window.c. Rename first argument to ALL-FRAMES.
10665 Rephrase doc-strings.
10666 (get-buffer-window-list): Rewrite using window-list-1.
10667 Rephrase doc-string.
a1511caf
MR
10668 (window-safe-min-height, window-safe-min-width): New constants.
10669 (window-size-ignore, window-min-size, window-min-size-1)
10670 (window-sizable, window-sizable-p, window-size-fixed-1)
10671 (window-size-fixed-p, window-min-delta-1, window-min-delta)
10672 (window-max-delta-1, window-max-delta, window-resizable)
10673 (window-resizable-p, window-total-height, window-total-width)
10674 (window-body-width): New functions.
10675 (window-full-height-p, window-full-width-p): Rewrite using
10676 window-total-size.
10677 (window-body-height): Rewrite using window-body-size.
190b47e6 10678
85cc1f11
MR
106792011-06-06 Martin Rudalics <rudalics@gmx.at>
10680
10681 * window.el (window-right, window-left, window-child)
10682 (window-child-count, window-last-child, window-any-p)
10683 (normalize-live-buffer, normalize-live-frame)
10684 (normalize-any-window, normalize-live-window)
10685 (window-iso-combination-p, window-iso-combined-p)
10686 (window-iso-combinations)
10687 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
10688 (windows-with-parameter, window-with-parameter)
10689 (window-atom-root, make-window-atom, window-atom-check-1)
2b75be67
SM
10690 (window-atom-check, window-side-check, window-check):
10691 New functions.
85cc1f11
MR
10692 (ignore-window-parameters, window-sides, window-sides-vertical)
10693 (window-sides-slots): New variables.
10694 (window-size-fixed): Move down in code. Minor doc-string fix.
10695
e7156492
AS
106962011-06-05 Andreas Schwab <schwab@linux-m68k.org>
10697
10698 * comint.el (comint-dynamic-complete-as-filename)
10699 (comint-dynamic-complete-filename): Correctly call
10700 completion-in-region.
10701
7e821d0d
DD
107022011-06-05 Deniz Dogan <deniz@dogan.se>
10703
10704 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
10705 in last change.
10706
ac09b8a1
DD
107072011-06-05 Deniz Dogan <deniz@dogan.se>
10708
10709 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
10710 (rcirc): Use it to prompt for encryption.
10711
34699b85
RW
107122011-06-05 Roland Winkler <winkler@gnu.org>
10713
10714 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
10715 (bibtex-search-entries): New command bound to C-c C-a.
10716 (bibtex-display-entries): New function.
10717
004dedd3
RW
107182011-06-05 Roland Winkler <winkler@gnu.org>
10719
10720 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
10721 (bibtex-insert-kill): After yanking insert newline if necessary.
10722 (bibtex-initialize): Call bibtex-string-files-init only once.
10723 (bibtex-mode): Do not call easy-menu-add.
10724 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
10725 (bibtex-yank): Set arg properly if nil.
10726
022fe7ce
RW
107272011-06-05 Roland Winkler <winkler@gnu.org>
10728
2b75be67
SM
10729 * textmodes/bibtex.el (bibtex-search-entry-globally):
10730 New variable.
022fe7ce
RW
10731 (bibtex-search-entry): Use it.
10732
b7c3692a
RW
107332011-06-05 Roland Winkler <winkler@gnu.org>
10734
10735 * textmodes/bibtex.el (bibtex-entry-format): New option
10736 sort-fields.
10737 (bibtex-format-entry, bibtex-reformat): Honor this option.
10738 (bibtex-parse-entry): Return fields in proper order.
10739
8eda563d
JB
107402011-06-05 Juanma Barranquero <lekktu@gmail.com>
10741
10742 * doc-view.el (doc-view-remove-if): Move computation of result out
10743 of `dolist' to silence misleading lexical-binding warning.
10744
7dbe3dbc
CY
107452011-06-04 Chong Yidong <cyd@stupidchicken.com>
10746
10747 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
10748 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
10749
0c33dd17
MA
107502011-06-04 Michael Albinus <michael.albinus@gmx.de>
10751
10752 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
10753 "SunOS 5.10".
10754
f8f91c2b
MA
107552011-06-04 Michael Albinus <michael.albinus@gmx.de>
10756
10757 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
10758 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
10759 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
10760 (tramp-parse-putty):
10761 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
10762 (tramp-completion-function-alist-ssh)
10763 (tramp-completion-function-alist-telnet)
10764 (tramp-completion-function-alist-su)
10765 (tramp-completion-function-alist-putty): Set `tramp-autoload'
10766 cookie.
10767
10768 * net/tramp-ftp.el:
10769 * net/tramp-sh.el:
10770 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
10771 load "tramp.el" `tramp-set-completion-function'.
10772
e17d9003
SM
107732011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
10774
10775 * shell.el: Require and use pcomplete.
10776 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
10777 (shell-completion-vars): Set pcomplete-default-completion-function.
10778
6c4cab03
DD
107792011-06-04 Deniz Dogan <deniz@dogan.se>
10780
10781 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
10782 `memq' (Bug#8799).
10783
ea9fafe0
SM
107842011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
10785
10786 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
10787
b3e945d3
JB
107882011-06-02 Juanma Barranquero <lekktu@gmail.com>
10789
10790 * bs.el (bs--mark-unmark, bs--nth-wrapper):
10791 * mpc.el (mpc-select-extend, mpc-songpointer-context):
10792 * vc/log-view.el (log-view-beginning-of-defun):
10793 * vc/smerge-mode.el (smerge-apply-resolution-patch)
10794 (smerge-refine-forward, smerge-refine-chopup-region):
10795 Silence warning for unused `dotimes' counter variables.
10796
7d520089
SM
107972011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
10798
10799 * net/tramp.el (tramp-with-progress-reporter): Rename from
10800 with-progress-reporter. Use `declare'.
10801 * net/tramp-smb.el:
10802 * net/tramp-sh.el:
10803 * net/tramp-gvfs.el: Update all uses.
10804
a1c2400f
JB
108052011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
10806
10807 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
10808 buffer isn't killed before making it current.
10809
2403c841
SM
108102011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
10811
10812 Silence various byte-compiler warnings.
10813 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
10814 `access-type' and new obsolescence format.
10815 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
10816 new format.
10817 (byte-compile-check-variable): New `access-type' argument.
10818 Only warn if the access-type is obsolete.
10819 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
10820 (byte-compile-variable-set): Adjust callers.
10821 * help-fns.el (describe-variable): Adjust to new obsolescence format.
10822 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
10823 setting it as obsolete.
10824 * simple.el (minibuffer-completing-symbol):
10825 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
10826 access as obsolete.
10827 * minibuffer.el (minibuffer-completing-file-name): Don't make it
10828 obsolete yet.
10829 * international/quail.el (quail-mouse-choose-completion): Remove unused
10830 code referring to obsolete var.
10831 (quail-choose-completion-string): Remove.
10832 * server.el (server-clients-with, server-kill-buffer-query-function)
10833 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
10834 * proced.el (proced-send-signal):
10835 * emacs-lisp/lisp.el (lisp-complete-symbol):
10836 Replace completion-annotate-function with completion-extra-properties.
10837
2462470b
SM
108382011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
10839
fb5b2591
SM
10840 * simple.el (goto-line): Use read-number.
10841 (overriding-map-is-bound): Remove.
10842 (saved-overriding-map): Change default.
10843 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
10844 Take the map as argument.
10845 (universal-argument, negative-argument, digit-argument): Use it.
10846 (restore-overriding-map): Adjust.
10847 (do-auto-fill): Use fill-forward-paragraph.
10848 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
10849
fd6fa53f
SM
10850 * minibuffer.el (minibuffer-inactive-mode-map): New var.
10851 (minibuffer-inactive-mode): New major mode.
10852 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
10853 the *Messages* buffer" hack.
10854 (mouse-popup-menubar): Don't burp if the event is a normal key.
10855
2462470b
SM
10856 Miscellaneous tweaks.
10857 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
10858 lexical scoping as in subr.el's dolist and dotimes.
10859 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
10860 Silence compiler warning.
10861 * thingatpt.el (forward-whitespace): Trivial coding style fix.
10862 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
10863 * international/ccl.el (ccl-compile): Trivial simplification.
10864 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
10865 * emacs-lisp/testcover.el (testcover-end): Remove spurious
10866 `printflag' argument.
10867 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
10868 Purecopy the whole obsolescence data.
10869
108bf785
LL
108702011-06-01 Leo Liu <sdl.web@gmail.com>
10871
10872 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
10873 improve doc-string as suggested by Marco Pessotto
10874 <melmothx@gmail.com>.
10875 (rcirc-print): Fix last change.
10876
30a23501
SM
108772011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
10878
10879 * minibuffer.el (complete-with-action): Return nil for the metadata and
10880 boundaries of non-functional tables.
10881 (completion-table-dynamic): Return nil for the metadata.
10882 (completion-table-with-terminator): Add default case, using
10883 complete-with-action.
10884 (completion--metadata): New function.
10885 (completion-all-sorted-completions, minibuffer-completion-help): Use it
10886 to try and avoid pathological performance problems.
10887 (completion--embedded-envvar-table): Return `category' metadata.
10888
bcd54f83
LMI
108892011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
10890
10891 * subr.el (process-alive-p): New tiny convenience function.
10892
e227544d
SM
108932011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
10894
10895 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
10896 content but also its previous major mode.
10897
e8296fdc
HE
108982011-05-31 Helmut Eller <eller.helmut@gmail.com>
10899
4d61f28d 10900 * emacs-lisp/debug.el (debug): Restore the previous content of the
e8296fdc
HE
10901 *Backtrace* buffer when we exit with C-M-c.
10902
620c53a6
SM
109032011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
10904
10905 * minibuffer.el: Add metadata method to completion tables.
10906 (completion-category-overrides): New defcustom.
10907 (completion-metadata, completion--field-metadata)
10908 (completion-metadata-get, completion--styles)
10909 (completion--cycle-threshold): New functions.
10910 (completion-try-completion, completion-all-completions):
10911 Add `metadata' argument to choose completion-styles.
10912 (completion--do-completion): Use metadata to choose cycling.
10913 (completion-all-sorted-completions): Use metadata for sorting.
10914 Remove :completion-cycle-penalty which is not needed any more.
10915 (completion--try-word-completion): Add `metadata' argument.
10916 (minibuffer-completion-help): Check metadata for annotation function
10917 and sorting.
10918 (completion-file-name-table): Return `category' metadata.
10919 (minibuffer-completing-file-name): Make obsolete.
10920 * simple.el (minibuffer-completing-symbol): Make obsolete.
10921 * icomplete.el (icomplete-completions): Pass new `metadata' param to
10922 completion-try-completion.
10923
1257e755
SM
109242011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
10925
10926 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
10927
3767e706
LL
109282011-05-30 Leo Liu <sdl.web@gmail.com>
10929
10930 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
5ab33f2b
LL
10931 (rcirc-print): Decode all incoming messages (bug#8744).
10932 (rcirc-decode-coding-system): Allow value nil for automatic coding
10933 system detection.
3767e706 10934
d1a5d56a
GM
109352011-06-01 Glenn Morris <rgm@gnu.org>
10936
10937 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
10938
e8cbec34
CY
109392011-05-29 Chong Yidong <cyd@stupidchicken.com>
10940
10941 * image.el (image-animate-max-time): Allow nil and t values.
10942 Default to nil.
10943 (create-animated-image): Doc fix.
10944 (image-animate-start): Remove second arg; just use
10945 image-animate-max-time.
10946 (image-animate-timeout): Doc fix. Args changed.
10947
10948 * image-mode.el (image-toggle-display-image): Ensure that the
10949 image spec passed to the animate timer is the same object as in
58179cce 10950 the buffer's display property (Bug#6981).
e8cbec34
CY
10951 (image-transform-properties): Doc fix.
10952
10953 * image.el (image-animate-max-time): Default to nil.
10954
159daf87
MR
109552011-05-29 Martin Rudalics <rudalics@gmx.at>
10956
10957 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
10958 entire buffer list (Bug#8184).
10959
d66c4c7c
CY
109602011-05-29 Chong Yidong <cyd@stupidchicken.com>
10961
10962 * image.el (imagemagick-types-inhibit)
10963 (imagemagick-register-types): Doc fix.
10964
80aec780
DD
109652011-05-29 Deniz Dogan <deniz@dogan.se>
10966
10967 * net/rcirc.el (rcirc): Use the user's stored encryption method by
10968 default.
10969
1dd3c2d9
CY
109702011-05-29 Chong Yidong <cyd@stupidchicken.com>
10971
10972 * select.el: Don't perform clipboard-manager saving in hooks;
10973 leave the hooks empty.
10974
60e56523
LL
109752011-05-28 Leo Liu <sdl.web@gmail.com>
10976
10977 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
10978 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
10979 (occur-edit-mode): New major mode (Bug#8463).
10980 (occur-after-change-function): New function.
10981 (occur-engine): Give Occur tags a read-only property.
10982
2b1e1a22
KR
109832011-05-28 Kevin Ryde <user42@zip.com.au>
10984
10985 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
10986
5d344e88
CY
109872011-05-28 Chong Yidong <cyd@stupidchicken.com>
10988
8e6ca83d
CY
10989 * bindings.el (help-echo): Make the initial non-indicator dash
10990 empty on graphical terminals (Bug#7295).
10991
5d344e88
CY
10992 * files.el (auto-mode-alist): Move config rule after the
10993 in-stripping one (Bug#8547).
10994
bfbbace7
CY
10995 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
10996
fbeba6e2
CY
10997 * startup.el (normal-splash-screen): Remove gratuitous mode-line
10998 setting (Bug#8740).
10999
60ed8c72
AA
110002011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
11001
4ac619f0
AA
11002 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
11003 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
11004 (Bug#8539).
60ed8c72 11005
23db196e
CY
110062011-05-28 Chong Yidong <cyd@stupidchicken.com>
11007
11008 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
11009
5012f24c
DK
110102011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
11011
11012 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
11013 (hs-hide-block-at-point, hs-find-block-beginning)
11014 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
11015 (Bug#8279).
11016
6a639b16
GM
110172011-05-28 Glenn Morris <rgm@gnu.org>
11018
11019 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
11020
d43eaf2c
CY
110212011-05-28 Chong Yidong <cyd@stupidchicken.com>
11022
5199bde1
CY
11023 * help-fns.el (describe-function-1): If the function is a derived
11024 major mode, print the parent mode.
11025
d43eaf2c
CY
11026 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
11027 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
11028
423428a8
SM
110292011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
11030
0ff8e1ba 11031 * minibuffer.el (completion--capf-wrapper): Check applicability before
0b381c7e 11032 returning non-nil for non-exclusive completion data.
0ff8e1ba
SM
11033 * progmodes/etags.el (tags-completion-at-point-function):
11034 * info-look.el (info-lookup-completions-at-point): Mark as
11035 non-exclusive.
11036 (info-complete): Adjust accordingly.
11037
423428a8
SM
11038 * info-look.el: Convert to lexical-binding and completion-at-point.
11039 (info-lookup-completions-at-point): New function.
11040 (info-complete): Use it and completion-in-region.
11041
b74aa22b
DA
110422011-05-28 Drew Adams <drew.adams@oracle.com>
11043
11044 * isearch.el: Let M-e start with point at the first mismatched char.
11045 (isearch-fail-pos): New function.
11046 (isearch-edit-string): Use it.
11047
66e2e71d
DK
110482011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
11049
11050 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
11051
b1890b0f 110522011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
eb95d01d
TC
11053
11054 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
11055 traversal functions for avl-trees.
11056 (avl-tree--stack): New struct.
11057 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
11058 (avl-tree-enter): Add optional `updatefun' arg.
93a1c12a
TC
11059 (avl-tree--do-enter): Add optional `updatefun' arg.
11060 Change return value.
eb95d01d 11061 (avl-tree-delete): Add optional `test' and `nilflag' args.
93a1c12a
TC
11062 (avl-tree--do-delete): Add `test' and `nilflag' args.
11063 Change return value.
eb95d01d
TC
11064 (avl-tree-member): Add optional `nilflag'
11065 (avl-tree-member-p): New function.
11066 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
11067 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
11068 (avl-tree-stack-empty-p): New functions.
11069
3769ddcf
TC
11070 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
11071 avl-tree--del-balance1 and make it work both ways.
11072 (avl-tree--del-balance2): Remove.
11073 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
11074 make it work both ways.
11075 (avl-tree--enter-balance2): Remove.
11076 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
11077 New macros.
11078 (avl-tree--mapc, avl-tree-map): Add direction argument.
11079
eb95d01d 110802011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
7a6b1aef
DM
11081
11082 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
11083
a9f737ee
CY
110842011-05-27 Chong Yidong <cyd@stupidchicken.com>
11085
11086 * select.el: Support clipboard managers with built-in function
11087 x-clipboard-manager-save, via delete-frame-functions and
11088 kill-emacs-hook.
11089 (xselect-convert-to-targets): Add MULTIPLE target to list.
11090 (xselect-convert-to-save-targets): New function.
11091
c92a1e54
KH
110922011-05-27 Kenichi Handa <handa@m17n.org>
11093
11094 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
11095 let-binding rfc2047-encode-encoded-words to nil.
11096
e145f188
GM
110972011-05-27 Glenn Morris <rgm@gnu.org>
11098
5ec8a862
GM
11099 * mail/emacsbug.el: Don't require url-util.
11100
4b29d9fb
GM
11101 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
11102
e145f188
GM
11103 * files.el (set-auto-mode):
11104 Also respect mode: entries at the end of the file. (Bug#8586)
11105
7d15102b
GM
111062011-05-26 Glenn Morris <rgm@gnu.org>
11107
98f593b8
GM
11108 * files.el (hack-local-variables-prop-line, hack-local-variables):
11109 Downcase mode names, as seems to be traditional.
27b48e63 11110 (hack-local-variables, hack-local-variables-apply): Doc fixes.
98f593b8 11111
7d15102b
GM
11112 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
11113 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
11114
51d5b4ec
JD
111152011-05-25 Julien Danjou <julien@danjou.info>
11116
11117 * textmodes/rst.el (rst-define-level-faces): Do not define face
11118 symbol if it is already defined.
11119
91513f63
VB
111202011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
11121
11122 * play/5x5.el (5x5-new-game, 5x5-randomize):
11123 Reset 5x5-solver-output to nil when a new grid is cast.
11124 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
11125 these debugging traces, as defmacro breaks the compiled code.
11126
4d90d6d0
DK
111272011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
11128
11129 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
11130
e1b90ef6
LL
111312011-05-24 Leo Liu <sdl.web@gmail.com>
11132
11133 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
11134 (vc-bzr-sha1): Adapt.
11135
d8e4b68b 11136 * sha1.el: Remove. Function `sha1' is now builtin.
e1b90ef6
LL
11137
11138 * bindings.el: Provide sha1 feature.
11139
db0406bb 111402011-05-24 Kenichi Handa <handa@m17n.org>
b8d747b9
KH
11141
11142 * mail/sendmail.el: Require `rfc2047'.
11143 (mail-insert-from-field): Do not perform RFC2047 encoding.
11144 (mail-encode-header): New function.
11145 (sendmail-send-it): Set buffer-file-coding-system of the work
4d90d6d0
DK
11146 buffer to the return value of select-message-coding-system.
11147 Call mail-encode-header.
b8d747b9
KH
11148
11149 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
11150
db0406bb 111512011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
7261f6ce 11152
4d90d6d0
DK
11153 * mail/supercite.el (sc-default-cite-frame):
11154 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
7261f6ce 11155
eb8a5e9b
GM
111562011-05-24 Glenn Morris <rgm@gnu.org>
11157
f8630703
GM
11158 * progmodes/python.el (brm-menu): Declare.
11159
8831bbed
GM
11160 * emulation/viper.el (viper-set-hooks): Declare.
11161
eb8a5e9b
GM
11162 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
11163 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
11164 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
11165 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
11166 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
11167 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
11168
a2a25d24
SM
111692011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
11170
11171 Add an :exit-function for completion-at-point.
11172
11173 * minibuffer.el (completion--done): New fun.
11174 (completion--do-completion): Use it. New arg `expect-exact'.
11175 (minibuffer-complete, minibuffer-complete-word): Don't output message,
11176 since completion--do-completion does it for us now.
11177 (minibuffer-force-complete): Use completion--done and
11178 completion--replace. Handle sole-completion case with more care.
11179 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
11180 (completion-extra-properties): New var.
11181 (completion-annotate-function): Make obsolete.
11182 (minibuffer-completion-help): Adjust accordingly.
11183 Use completion-list-insert-choice-function.
11184 (completion-at-point, completion-help-at-point):
11185 Bind completion-extra-properties.
11186 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
11187 * simple.el (completion-list-insert-choice-function): New var.
11188 (completion-setup-function): Preserve it.
11189 (choose-completion): Pay attention to it, shuffle the code a bit.
11190 (choose-completion-string): New arg `insert-function'.
11191
11192 * textmodes/bibtex.el: Convert to lexical binding.
11193 (bibtex-mode-map): Use completion-at-point.
11194 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
11195 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
11196 (bibtex-complete): Define as obsolete alias.
11197 (bibtex-complete-internal): Remove.
11198 (bibtex-format-entry): Remove unused sub-group in regexp.
11199 * shell.el (shell--command-completion-data)
11200 (shell-environment-variable-completion):
11201 * pcomplete.el (pcomplete-completions-at-point):
11202 * comint.el (comint--complete-file-name-data): Use :exit-function
11203 instead of completion-table-with-terminator so it also works for
11204 choose-completion.
11205
e44e373d
SM
112062011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
11207
4f91a816
SM
11208 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
11209
782fc819
SM
11210 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
11211 (bug#8710).
11212
e44e373d
SM
11213 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
11214
381987c3
KM
112152011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
11216
11217 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
11218 customization variable and implement: If non-nil, auto-fill will
11219 be inhibited while on topic's header line.
11220
b776bc70
VB
112212011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
11222
11223 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
d8e4b68b 11224 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
b776bc70
VB
11225 always have a solution in grid size = 5 cases.
11226 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
11227 (5x5-solver-output, 5x5-log-buffer): New vars.
11228 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
11229 Make these variables buffer local to achieve 5x5 multi-session-ness.
11230 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
11231 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
11232 (5x5-solve-suggest): New funs.
11233 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
11234 randomize a grid so that we ensure that there is always a solution.
11235 (5x5-make-random-grid): Allow other movement than flipping.
11236
7de88b6e
KR
112372011-05-23 Kevin Ryde <user42@zip.com.au>
11238
11239 * emacs-lisp/advice.el (ad-read-advised-function):
5a5fa834 11240 Use `function-called-at-point' as the default, if it has
7de88b6e
KR
11241 advice and passes PREDICATE.
11242
b1ef1257
SM
112432011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
11244
bbca48fe
SM
11245 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
11246 byte-compile-lambda if it's actually a lambda.
11247
b1ef1257
SM
11248 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
11249 Fix function quoting. Use backquote better.
11250
92a9cc65
YS
112512011-05-22 Yuanle Song <sylecn@gmail.com>
11252
11253 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
11254 matching (Bug#8516).
11255
f0fb8059
JA
112562011-01-22 Jari Aalto <jari.aalto@cante.net>
11257
11258 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
11259 different face (Bug#8178).
11260
d5b44c93
CY
112612011-05-22 Chong Yidong <cyd@stupidchicken.com>
11262
11263 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
11264 defface (Bug#8144).
11265
79106a44
SM
112662011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
11267
9c848d8a
SM
11268 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
11269 funcall as well (bug#8712). Warn when performing those conversions.
11270 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
11271
79106a44
SM
11272 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
11273
88dfa756
GM
112742011-05-22 Glenn Morris <rgm@gnu.org>
11275
11276 * files.el (hack-local-variables-prop-line): Small simplifications.
11277 (hack-local-variables, hack-local-variables-prop-line):
11278 If MODE-ONLY, return the mode, rather than just `t'.
11279
b7cf2c79
SM
112802011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
11281
11282 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
11283
3f1a8558
GM
112842011-05-21 Glenn Morris <rgm@gnu.org>
11285
7e4ccca3
GM
11286 * files.el (hack-local-variables-prop-line, hack-local-variables):
11287 If only interested in the mode, don't bother doing the other stuff.
11288
637d46ca
GM
11289 * image-mode.el (image-after-revert-hook):
11290 Redraw all frames on which the image is visible. (Bug#8567)
11291
973d955b
GM
11292 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
11293
3f1a8558
GM
11294 * wid-edit.el (widget-checklist-match-inline):
11295 Fix 2011-04-19 change. (Bug#8649)
11296
96479927
SM
112972011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
11298
1dcf791f
SM
11299 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
11300 Also allow singlespace after single-letter capitals followed by a dot.
11301
96479927
SM
11302 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
11303 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
11304
35fd0881
N
113052011-05-20 Nix <nix@esperi.org.uk>
11306
11307 * files.el (basic-save-buffer-2):
11308 Fix handling of break-hardlink-on-save with non-existent files.
11309
82745640
DD
113102011-05-19 Deniz Dogan <deniz@dogan.se>
11311
11312 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
9ff90d99 11313 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
82745640 11314
4a720484
GM
113152011-05-19 Glenn Morris <rgm@gnu.org>
11316
d1f21341
GM
11317 * progmodes/f90.el (f90-type-def-re):
11318 Handle "type, bind(c)". (Bug#8691)
11319
4a720484
GM
11320 * emacs-lisp/autoload.el (batch-update-autoloads):
11321 Set autoload-excludes by parsing loadup.el rather than Makefiles.
11322
2fb0a219
MA
113232011-05-18 Michael Albinus <michael.albinus@gmx.de>
11324
11325 * net/tramp.el (tramp-process-actions): Set "first-password-request"
11326 property for the correct connection in case of multihops.
11327
e565dd37
GM
113282011-05-18 Glenn Morris <rgm@gnu.org>
11329
c2571358 11330 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
c136e5cd
GM
11331 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
11332
e565dd37
GM
11333 Rationalize calendar handling of day and month abbrev-arrays.
11334 * calendar/calendar.el (calendar-customized-p): New function.
11335 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
11336 (calendar-day-name-array, calendar-month-name-array): Doc fix.
11337 Add :set function.
11338 (calendar-abbrev-length, calendar-day-abbrev-array)
11339 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
11340 (calendar-day-abbrev-array, calendar-month-abbrev-array):
11341 Elements may no longer be nil.
11342 (calendar-day-name, calendar-month-name):
11343 Update for changed nature of abbrev arrays.
11344 * calendar/diary-lib.el (diary-name-pattern):
11345 Update for changed nature of abbrev arrays.
11346 (diary-mark-entries-1): Update calendar-make-alist calls.
11347 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
11348 * calendar/cal-html.el (cal-html-day-abbrev-array):
11349 Simply inherit from calendar-day-abbrev-array.
11350
1d99a745
SM
113512011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
11352
11353 * progmodes/grep.el (grep-mode): Disable default
11354 compilation-directory-matcher setting (bug#8684).
11355
7c1d9aa0
MA
113562011-05-17 Michael Albinus <michael.albinus@gmx.de>
11357
11358 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
11359 instead of "head" and "tail". There were problems with SunOS 5.9,
11360 and it performs better.
11361
3952e9d8
GM
113622011-05-17 Glenn Morris <rgm@gnu.org>
11363
2dd12e7f
GM
11364 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
11365
e4157b9c
GM
11366 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
11367 Replace obsolete function.
11368
8e249bbd
GM
11369 * shell.el (pcomplete-parse-arguments-function): Declare.
11370
3952e9d8
GM
11371 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
11372 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
11373 (appt-check): Doc fixes.
11374 (appt-disp-window-function, appt-delete-window-function):
11375 Remove needless special case in custom :type.
11376 (appt-display-count): Default to 0, not nil.
11377 (appt-check): Reset appt-display-count to 0, not nil.
11378
c71a0d48 113792011-05-17 Juanma Barranquero <lekktu@gmail.com>
165fd2df 11380
c71a0d48
GM
11381 * progmodes/python.el (python-font-lock-keywords):
11382 Add the Python 3.X keyword "nonlocal" (bug#8639).
165fd2df 11383
31d55be9
SM
113842011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
11385
11386 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
11387
3bfacb2f
KR
113882011-05-16 Kevin Ryde <user42@zip.com.au>
11389
11390 * info-look.el (makefile-automake-mode): New setups, looking in
11391 automake manual, then makefile-mode.
11392 (makefile-mode): Remove automake manual, have it just in
11393 makefile-automake-mode since there's various things different or
11394 not relevant to plain make.
11395 (makefile-mode): Remove "other-modes" non-existent automake-mode,
11396 believe a hypothetical automake-mode would go to makefile-mode,
11397 not the other way around.
11398
c8e83751
CY
113992011-05-15 Chong Yidong <cyd@stupidchicken.com>
11400
5e9e35cd
CY
11401 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
11402 hunk-end tags (Bug#8672).
11403
c8e83751
CY
11404 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
11405 vc-annotate-show-diff-revision-at-line (Bug#8671).
11406
50b23e5a
GM
114072011-05-14 Glenn Morris <rgm@gnu.org>
11408
7210a739
GM
11409 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
11410 in the middle of an existing one with multiple authors. (Bug#8645)
375cb676
GM
11411 (change-log-font-lock-keywords): Also handle multiple author lines
11412 with leading tabs. (Bug#8644)
7210a739 11413
4691905a
GM
11414 * calendar/appt.el (appt-check): Rename some local variables.
11415 Some simplification/reordering.
11416
50b23e5a
GM
11417 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
11418 (feedmail-sendmail-f-doesnt-sell-me-out)
11419 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
11420 (feedmail-debug-sit-for, feedmail-queue-express-hook)
11421 (feedmail-queue-runner-message-sender): Set :version.
1aa64307
GM
11422 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
11423 (bbdb-dwim-net-address, vm-mail): Declare.
50b23e5a
GM
11424 (feedmail-binmail-gnulinuxish-template):
11425 Rename from feedmail-binmail-linuxish-template.
11426 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
11427 Use insert-buffer-substring.
11428
215cda7c
BC
114292011-05-14 Bill Carpenter <bill@carpenter.org>
11430
11431 * mail/feedmail.el (feedmail-patch-level): Increase.
11432 (feedmail-debug): New custom group.
11433 (feedmail-confirm-outgoing-timeout)
11434 (feedmail-sendmail-f-doesnt-sell-me-out)
11435 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
11436 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
11437 (feedmail-sender-line, feedmail-from-line)
11438 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
c2571358 11439 (feedmail-spray-this-address)
215cda7c
BC
11440 (feedmail-spray-address-fiddle-plex-list)
11441 (feedmail-queue-use-send-time-for-date)
11442 (feedmail-queue-use-send-time-for-message-id)
11443 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
11444 (feedmail-buffer-eating-function):
11445 Doc fixes.
11446 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
11447 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
11448 (feedmail-message-action-scroll-down): New functions.
11449 (feedmail-queue-directory, feedmail-queue-draft-directory):
11450 Use expand-file-name.
11451 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
11452 Remove C-v help entry.
11453 (feedmail-queue-buffer-file-name): New variable.
11454 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
11455 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
11456 (feedmail-message-action-send-strong, feedmail-message-action-edit)
11457 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
11458 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
11459 (feedmail-message-action-toggle-spray)
11460 (feedmail-run-the-queue-no-prompts)
11461 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
11462 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
11463 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
11464 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
11465 (feedmail-envelope-deducer, feedmail-fiddle-from)
11466 (feedmail-fiddle-sender, feedmail-default-date-generator)
11467 (feedmail-fiddle-date, feedmail-fiddle-message-id)
11468 (feedmail-fiddle-spray-address)
11469 (feedmail-fiddle-list-of-spray-fiddle-plexes)
11470 (feedmail-fiddle-list-of-fiddle-plexes)
11471 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
11472 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
11473 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
11474 Change default. Doc fix.
11475 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
11476 (feedmail-binmail-linuxish-template): New constant.
11477 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
11478 Respect feedmail-sendmail-f-doesnt-sell-me-out.
11479 (feedmail-send-it): Add debug call.
11480 Use feedmail-queue-buffer-file-name, and
11481 feedmail-send-it-immediately-wrapper.
11482 (feedmail-message-action-send): Add debug call.
11483 Use feedmail-send-it-immediately-wrapper.
11484 (feedmail-queue-express-to-queue): Add debug call.
11485 Run feedmail-queue-express-hook.
11486 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
11487 (feedmail-message-action-help-blat):
11488 Rename from feedmail-queue-send-edit-prompt-help-first.
11489 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
11490 Check line-endings. Handle errors better.
11491 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
11492 Doc fix. Add debug call.
11493 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
11494 Use feedmail-queue-send-edit-prompt-inner.
11495 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
11496 (feedmail-queue-send-edit-prompt-inner): New function, extracted
11497 from feedmail-queue-send-edit-prompt.
11498 (feedmail-queue-send-edit-prompt-help)
11499 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
11500 (feedmail-tidy-up-slug): Add debug call.
11501 Respect feedmail-queue-slug-suspect-regexp.
11502 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
11503 (feedmail-dump-message-to-queue): Add debug call.
11504 Expand queue-directory.
11505 (feedmail-dump-message-to-queue): Change message slightly.
11506 Use feedmail-say-chatter.
11507 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
11508 (feedmail-send-it-immediately-wrapper): New function.
11509 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
11510 Insert empty string rather than newline. Handle full-frame case.
11511 Use catch/throw. Use feedmail-say-chatter.
11512 (feedmail-fiddle-from): Try mail-host-address.
11513 (feedmail-default-message-id-generator): Doc fix.
11514 Bind system-time-locale. Handle missing end.
11515 (feedmail-fiddle-x-mailer): Add debug call.
11516 Handle feedmail-x-mailer-line being nil.
11517 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
11518 Add debug call. Use buffer-substring-no-properties.
11519 (feedmail-say-debug, feedmail-say-chatter): New functions.
11520 (feedmail-find-eoh): Give an explicit error.
11521
42c7e61e
UJ
115222011-05-13 Ulf Jasper <ulf.jasper@web.de>
11523
c2571358 11524 * net/newst-treeview.el (newsticker-treeview-face): Change default
42c7e61e 11525 family from helvetica to sans.
c2571358 11526 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
11527 etc/images/newsticker.
11528
c2571358 11529 * net/newst-reader.el (newsticker-feed-face): Change default
42c7e61e
UJ
11530 family from helvetica to sans.
11531
11532 * net/newst-plainview.el (newsticker-new-item-face)
11533 (newsticker-old-item-face, newsticker-immortal-item-face)
11534 (newsticker-obsolete-item-face, newsticker-date-face)
c2571358 11535 (newsticker-statistics-face): Change default family from
42c7e61e 11536 helvetica to sans.
c2571358 11537 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
11538 etc/images/newsticker.
11539
5d3385a0
JB
11540 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
11541 (newsticker--process-auto-mark-filter-match): Tell user about
42c7e61e
UJ
11542 auto-marking.
11543
8497a297
DV
115442011-05-13 Didier Verna <didier@xemacs.org>
11545
11546 Common Lisp indentation improvements on defmethod and lambda-lists.
4d61f28d
JB
11547 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
11548 TODO entries.
8497a297
DV
11549 (lisp-lambda-list-keyword-parameter-indentation)
11550 (lisp-lambda-list-keyword-parameter-alignment)
11551 (lisp-lambda-list-keyword-alignment): New customizable user options.
11552 (lisp-indent-defun-method): Improve docstring.
11553 (extended-loop-p): Fix comment.
11554 (lisp-indent-lambda-list-keywords-regexp): New variable.
11555 (lisp-indent-lambda-list): New function.
11556 (lisp-indent-259): Use it.
11557 (lisp-indent-defmethod): Support for more than one
11558 method qualifier and properly indent methods lambda-lists.
11559 (defgeneric): Provide a missing common-lisp-indent-function property.
11560
f278f87f
SM
115612011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
11562
11563 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
11564 bounds for the empty string (bug#8667).
11565
5233edd7
GM
115662011-05-13 Glenn Morris <rgm@gnu.org>
11567
5237a44f
GM
11568 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
11569
8340026c 11570 * mail/sendmail.el (sendmail-program): Try executable-find first.
f278f87f 11571 (sendmail-send-it): `sendmail-program' cannot be unbound.
8340026c 11572
5233edd7 11573 * calendar/appt.el (appt-make-list): Simplify.
4accbca6 11574 (appt-time-msg-list): Doc fix.
a5464014 11575 (appt-check): Change mode-line message at the time of the appointment.
5233edd7 11576
92d10796
AS
115772011-05-12 Andreas Schwab <schwab@linux-m68k.org>
11578
11579 * progmodes/ld-script.el (ld-script-keywords)
11580 (ld-script-builtins): Update keywords list.
11581
914a0ae1
SM
115822011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
11583
c89be45f
SM
11584 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
11585
914a0ae1
SM
11586 * shell.el (shell-completion-vars): New function.
11587 (shell-mode):
11588 * simple.el (read-shell-command): Use it.
11589 (blink-matching-open): No need for " [...]" in minibuffer-message.
11590
98dc3df3
GM
115912011-05-12 Glenn Morris <rgm@gnu.org>
11592
11593 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
11594 (appt-check): Simplify.
11595
d2fc7e3d 115962011-05-12 Eli Zaretskii <eliz@gnu.org>
0e39ec21 11597
4d61f28d 11598 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
0e39ec21
EZ
11599 literal "/dev/null".
11600
d2fc7e3d 116012011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3f254caa
SM
11602
11603 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
11604 Fix typo.
11605
d2fc7e3d 116062011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
6eea50c7 11607
3f254caa
SM
11608 * progmodes/which-func.el (which-function):
11609 Use add-log-current-defun instead of add-log-current-defun-function,
6eea50c7
RS
11610 which might not be defined (Bug#8260).
11611
d45885f7
GM
116122011-05-12 Glenn Morris <rgm@gnu.org>
11613
11614 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
11615 Let byte-compile-initial-macro-environment always take precedence.
11616
488086f4
SM
116172011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
11618
11619 * net/rcirc.el: Add support for SSL/TLS connections.
11620 (rcirc-server-alist): New field `encryption'.
11621 (rcirc): Check `encryption' settings.
11622 (rcirc-connect): New arg `encryption'. Use open-network-stream.
11623 Merge make-local-variable into `set'.
11624 (rcirc--connection-open-p): New function.
11625 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
11626 the process is not a network process (e.g. running gnutls-cli).
11627 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
11628 Make rcirc-(en|de)code-coding-system local here.
11629 (rcirc-mode): Merge make-local-variable into `set'.
11630 (rcirc-parent-buffer): Make permanent buffer-local.
11631 (rcirc-multiline-minor-mode): Don't do it here.
11632 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
11633 there's no server buffer.
11634
7d3b9d44
GM
116352011-05-11 Glenn Morris <rgm@gnu.org>
11636
f64049c6
GM
11637 * newcomment.el (comment-kill): Prefix "unused" local.
11638
93c9df73
GM
11639 * term/w32console.el (get-screen-color): Declare.
11640
7d3b9d44
GM
11641 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
11642 Handle symbol elements of byte-compile-initial-macro-environment.
11643
9e2dd53f
LL
116442011-05-10 Leo Liu <sdl.web@gmail.com>
11645
488086f4
SM
11646 * bookmark.el (bookmark-bmenu-mode-map):
11647 Bind bookmark-bmenu-search to `/'.
8b340240 11648
9e2dd53f 11649 * mail/footnote.el: Convert to utf-8 encoding.
b4044869
LL
11650 (footnote-unicode-string, footnote-unicode-regexp): New variable.
11651 (Footnote-unicode): New function.
11652 (footnote-style-alist): Add unicode style to the list.
11653 (footnote-style): Doc fix.
9e2dd53f 11654
79b70037
GM
116552011-05-10 Jim Meyering <meyering@redhat.com>
11656
11657 Fix doubled-word typos.
11658 * international/quail.el (quail-insert-kbd-layout): and and -> and
11659 * kermit.el: and and -> and
11660 * net/ldap.el (ldap-search-internal): to to -> to
11661 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
11662 * progmodes/js.el (js-mode): and and -> and
11663 * textmodes/artist.el (artist-move-to-xy): at at -> at
11664 (artist-draw-region-trim-line-endings): if if -> if
11665 And Safetyc -> Safety.
11666 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
11667
b8f82dc1 116682011-05-10 Glenn Morris <rgm@gnu.org>
c2571358 11669 Stefan Monnier <monnier@iro.umontreal.ca>
b8f82dc1
GM
11670
11671 * files.el (hack-one-local-variable-eval-safep):
11672 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
11673
4f99f44b
GM
116742011-05-10 Glenn Morris <rgm@gnu.org>
11675
11676 * calendar/diary-lib.el (diary-list-entries-hook)
11677 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
11678 (diary-nongregorian-marking-hook, diary-list-entries)
11679 (diary-include-other-diary-files, diary-mark-entries)
11680 (diary-mark-included-diary-files): Doc fixes.
11681
84f29e6b
JB
116822011-05-09 Juanma Barranquero <lekktu@gmail.com>
11683
11684 * misc.el: Require tabulated-list.el during compilation.
11685
9bedd73a
CY
116862011-05-09 Chong Yidong <cyd@stupidchicken.com>
11687
488086f4
SM
11688 * progmodes/compile.el (compilation-start):
11689 Run compilation-filter-hook for the async case too.
9bedd73a
CY
11690 (compilation-filter-hook): Doc fix.
11691
797c735c
DD
116922011-05-09 Deniz Dogan <deniz@dogan.se>
11693
11694 * wdired.el: Remove outdated installation comment. Fix usage
11695 comment.
11696
5f4b1dfe
JB
116972011-05-09 Juanma Barranquero <lekktu@gmail.com>
11698
11699 * misc.el: Implement new command `list-dynamic-libraries'.
11700 (list-dynamic-libraries--loaded-only-p): New variable.
11701 (list-dynamic-libraries--refresh): New function.
11702 (list-dynamic-libraries): New command.
11703
4c44026c
CY
117042011-05-09 Chong Yidong <cyd@stupidchicken.com>
11705
488086f4
SM
11706 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11707 Fix the ant regexp to handle end-line and end-column info from jikes.
4c44026c
CY
11708 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
11709 higher priority to avoid clobbering by gnu.
11710
027f966d
CY
117112011-05-08 Chong Yidong <cyd@stupidchicken.com>
11712
11713 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
11714 if the face has existing theme settings (Bug#8454).
11715
085f5d7d
CY
117162011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
11717
488086f4
SM
11718 * progmodes/perl-mode.el (perl-imenu-generic-expression):
11719 Only match variables declared via `my' or `our' (Bug#8261).
085f5d7d 11720
2a86a00c
RS
11721 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
11722 special file names `.' and `..' (Bug#8259).
11723
d9c54a06
CY
117242011-05-08 Chong Yidong <cyd@stupidchicken.com>
11725
488086f4
SM
11726 * progmodes/grep.el (grep-mode-font-lock-keywords):
11727 Remove buffer-changing entries.
d9c54a06
CY
11728 (grep-filter): New function.
11729 (grep-mode): Add it to compilation-filter-hook.
11730
11731 * progmodes/compile.el (compilation-filter-hook)
11732 (compilation-filter-start): New defvars.
11733 (compilation-filter): Call compilation-filter-hook prior to
11734 updating the process mark.
11735
c4662635
SM
117362011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
11737
11738 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
11739
b0512a1d
EZ
117402011-05-07 Eli Zaretskii <eliz@gnu.org>
11741
605c9376
EZ
11742 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
11743 mailclient-send-it even if window-system is nil. (Bug#8595)
11744
c4662635
SM
11745 * term/w32console.el (terminal-init-w32console):
11746 Call get-screen-color and use its output to set the frame
b0512a1d
EZ
11747 background-mode. (Bug#8597)
11748
d1dc2cc2
SM
117492011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
11750
11751 Make bytecomp.el understand that defmethod defines funs (bug#8631).
11752 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
11753 New functions.
11754 (defgeneric, eieio--defmethod): Use them.
11755 (eieio-defgeneric): Remove.
11756 (defmethod): Call defgeneric in a way visible to the byte-compiler.
11757
915d1300
GM
117582011-05-07 Glenn Morris <rgm@gnu.org>
11759
a3961c3e
GM
11760 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
11761 Use let rather than let*.
11762 (timeclock-find-discrep): Remove unused local.
11763
314347b9
GM
11764 * calendar/diary-lib.el (diary-comment-start): Doc fix.
11765
915d1300
GM
11766 * calendar/appt.el (appt-time-msg-list): Doc fix.
11767
275b59b0
NF
117682011-05-06 Noah Friedman <friedman@splode.com>
11769
11770 * apropos.el (apropos-print-doc): Only use
11771 emacs-lisp-docstring-fill-column when it is bound to an integer,
11772 per that variable's documentation.
11773
6c19f744
SM
117742011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
11775
11776 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
d1dc2cc2 11777 and warnings are not silently discarded (e.g. use -d instead of -P).
6c19f744 11778
60f884b2
GM
117792011-05-06 Glenn Morris <rgm@gnu.org>
11780
5006e634
GM
11781 * calendar/appt.el (appt-message-warning-time): Doc fix.
11782 (appt-warning-time-regexp): New option.
11783 (appt-make-list): Respect appt-message-warning-time.
11784
548d0a63
GM
11785 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
11786 New options.
11787 (diary-add-to-list): Strip comments from the displayed string.
11788 (diary-mode): Set comment-start and comment-end.
11789
60f884b2
GM
11790 * vc/diff-mode.el (smerge-refine-subst): Declare.
11791 (diff-refine-hunk): Don't require smerge-mode when compiling.
11792
989681bb
JB
117932011-05-06 Juanma Barranquero <lekktu@gmail.com>
11794
11795 * simple.el (list-processes): Return nil as the docstring says.
11796
a6bc05e1
MA
117972011-05-05 Michael Albinus <michael.albinus@gmx.de>
11798
11799 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
11800 to "".
11801 (ange-ftp-write-region, ange-ftp-insert-file-contents)
11802 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
11803 determining of binary transfer. (Bug#7383)
11804
23c22e9a
MA
118052011-05-05 Michael Albinus <michael.albinus@gmx.de>
11806
c4662635
SM
11807 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
11808 Fix port computation bug. (Bug#8618)
23c22e9a 11809
0bff894f
GM
118102011-05-05 Glenn Morris <rgm@gnu.org>
11811
b8296902
GM
11812 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
11813
1f522ce8
GM
11814 * simple.el (shell-dynamic-complete-functions)
11815 (comint-dynamic-complete-functions): Declare.
11816
cf5bee67
GM
11817 * net/network-stream.el (gnutls-negotiate):
11818 * simple.el (tabulated-list-print): Fix declarations.
11819
11820 * progmodes/gud.el (syntax-symbol, syntax-point):
11821 Remove unnecessary and incorrect declarations.
11822
0bff894f
GM
11823 * emacs-lisp/check-declare.el (check-declare-scan):
11824 Handle byte-compile-initial-macro-environment in bytecomp.el
11825
9869b3ae
SM
118262011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
11827
11828 Fix earlier half-done eieio-defmethod change (bug#8338).
11829 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
11830 Streamline and change calling convention.
11831 (defmethod): Adjust accordingly and simplify.
11832 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
11833 new eieio--defmethod.
11834 (slot-boundp): Minor CSE simplification.
11835
9c1d5ac5
MZ
118362011-05-05 Milan Zamazal <pdm@zamazal.org>
11837
11838 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
11839 (glasses-make-readable): Use glasses-separate-capital-groups.
11840
455c834e
JB
118412011-05-05 Juanma Barranquero <lekktu@gmail.com>
11842
11843 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
11844 (warning-series): Doc fix.
11845 (display-warning): Don't try to create the buffer if we just found it.
11846
9ed7c8cb
CY
118472011-05-04 Chong Yidong <cyd@stupidchicken.com>
11848
11849 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
11850 (autoload-find-generated-file): New function.
11851 (generate-file-autoloads): Bind generated-autoload-file to
11852 buffer-file-name.
9869b3ae
SM
11853 (update-file-autoloads, update-directory-autoloads):
11854 Use autoload-find-generated-file. If called interactively, prompt for
9ed7c8cb
CY
11855 output file (Bug#7989).
11856 (batch-update-autoloads): Doc fix.
11857
0898ca10
JB
118582011-05-04 Juanma Barranquero <lekktu@gmail.com>
11859
11860 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
11861
31dfb76c
GM
118622011-05-04 Glenn Morris <rgm@gnu.org>
11863
f330b642
GM
11864 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
11865 function, so it follows changes in calendar-date-style.
11866 (diary-fancy-date-matcher): New function.
11867 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
11868 (diary-fancy-font-lock-fontify-region-function):
11869 Use diary-fancy-date-pattern as a function.
11870
31dfb76c
GM
11871 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
11872 non-numbers for `year' etc pseudo-variables. (Bug#8583)
11873
48e79d6a
TZ
118742011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
11875
11876 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
11877 instead of positional arguments. Allow :keylist and :crlfiles
11878 arguments.
11879 (open-gnutls-stream): Call it.
11880
11881 * net/network-stream.el (network-stream-open-starttls): Adjust to
11882 call `gnutls-negotiate' with :process and :hostname arguments.
11883
dd5a5ee0
SM
118842011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
11885
ef80fc09
SM
11886 * minibuffer.el (completion--message): New function.
11887 (completion--do-completion, minibuffer-complete)
11888 (minibuffer-force-complete, minibuffer-complete-word): Use it.
11889 (completion--do-completion): Don't ignore completion-auto-help when in
11890 icomplete-mode.
11891
dd5a5ee0
SM
11892 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
11893 internal encoding (e.g. tibetan zero is not whitespace).
11894 (global-whitespace-mode): Prefer save-current-buffer.
11895 (whitespace-trailing-regexp): Remove useless save-match-data.
11896 (whitespace-empty-at-bob-regexp): Minor simplification.
11897
b7d22a83
CY
118982011-05-03 Chong Yidong <cyd@stupidchicken.com>
11899
11900 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
11901
5192af46
AM
119022011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
11903
11904 * textmodes/ispell.el (ispell-add-per-file-word-list):
cdc4a047 11905 Use `concat' to create string for insertion.
5192af46 11906
5767d190
SM
119072011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
11908
11909 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
11910 Avoid open-line which runs post-self-insert-hook.
11911 (bibtex-fill-entry): Remove unused `end' var.
11912
bf242939
AM
119132011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
11914
5767d190
SM
11915 * textmodes/ispell.el (ispell-add-per-file-word-list):
11916 Protect against `nil' value of `comment-start' (Bug#8579).
bf242939 11917
25666126
LL
119182011-05-03 Leo Liu <sdl.web@gmail.com>
11919
11920 * isearch.el (isearch-yank-pop): New command.
5767d190 11921 (isearch-mode-map): Bind it to `M-y'.
25666126
LL
11922 (isearch-forward): Mention it.
11923
52d3c2d0
SM
119242011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
11925
1bcace58
SM
11926 * simple.el (minibuffer-complete-shell-command): Remove.
11927 (minibuffer-local-shell-command-map): Use completion-at-point.
11928 (read-shell-command): Setup completion vars here instead.
11929 (read-expression-map): Bind TAB to symbol completion.
11930
52d3c2d0
SM
11931 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
11932 error directly rather via storing it into `results'.
11933
35813471
LL
119342011-05-02 Leo Liu <sdl.web@gmail.com>
11935
11936 * vc/diff.el: Fix description.
11937
e793a940
LMI
119382011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
11939
11940 * server.el (server-eval-at): New function.
11941
8de66e05
LMI
119422011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11943
11944 * net/network-stream.el (open-network-stream): Take a :nowait
11945 parameter and pass it on to `make-network-process'.
11946 (network-stream-open-plain): Ditto.
11947
dcb79f20
AS
119482011-04-30 Andreas Schwab <schwab@linux-m68k.org>
11949
11950 * faces.el (face-spec-set-match-display): Don't match toolkit
11951 options on terminal frames.
11952
14a7fbd8
SM
119532011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
11954
7eabc1be
SM
11955 * progmodes/pascal.el: Use lexical binding.
11956 (pascal-mode-map): Remove author preferences.
11957
14a7fbd8
SM
11958 * pcomplete.el (pcomplete-std-complete): Don't abuse
11959 completion-at-point.
11960
50f84510
JB
119612011-04-28 Juanma Barranquero <lekktu@gmail.com>
11962
6e087a44
JB
11963 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
11964 removing code that has been dead since 1991 or so.
11965
50f84510
JB
11966 * startup.el (command-line): When warning about "_emacs", use a
11967 delayed warning to allow the user to filter it out.
11968
0ba690bd
DD
119692011-04-28 Deniz Dogan <deniz@dogan.se>
11970
11971 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
11972 user has not joined.
11973
08abfaad
SM
119742011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
11975
11976 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
11977 aren't any completions at point.
11978
638f053a
JB
119792011-04-28 Juanma Barranquero <lekktu@gmail.com>
11980
11981 * subr.el (display-delayed-warnings): New function.
11982 (delayed-warnings-hook): New variable.
11983
8fff8daa
SM
119842011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
11985
08abfaad
SM
11986 * minibuffer.el (completion-at-point, completion-help-at-point):
11987 Don't presume that a given completion-at-point-function will always
11988 use the same calling convention.
11989
8fff8daa
SM
11990 * pcomplete.el (pcomplete-completions-at-point):
11991 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
11992 pcomplete-seen is non-nil.
11993 (pcomplete-comint-setup): Also recognize the new comint/shell
11994 completion functions.
11995 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
11996 pcomplete-seen is non-nil.
11997
841a1577 119982011-04-27 Niels Giesen <niels.giesen@gmail.com>
211ec907 11999
841a1577 12000 * calendar/icalendar.el (diary-lib): Add require statement.
211ec907 12001 (icalendar--create-uid): Read out a uid from a text-property on
841a1577 12002 the first character in the entry. This allows for code to add its
211ec907
UJ
12003 own uid to the entry.
12004 (icalendar--convert-float-to-ical): Add export of
12005 `diary-float'-entries save for those with the optional DAY
12006 argument.
12007
2a782793
DC
120082011-04-27 Daniel Colascione <dan.colascione@gmail.com>
12009
12010 * subr.el (shell-quote-argument): Use alternate escaping strategy
12011 when we spot a variable reference in a string.
12012
0438ce91
DC
120132011-04-26 Daniel Colascione <dan.colascione@gmail.com>
12014
12015 * cus-start.el (all): Define customization for debug-on-event.
12016
841a1577 120172011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8f91bf93
DC
12018
12019 * subr.el (shell-quote-argument): Escape correctly under Windows.
12020
d090ed6c
SM
120212011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
12022
12023 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
12024
bfd31217
MA
120252011-04-25 Michael Albinus <michael.albinus@gmx.de>
12026
d090ed6c
SM
12027 * net/tramp.el (tramp-process-actions): Add POS argument.
12028 Delete region between POS and (pos).
bfd31217 12029
d090ed6c
SM
12030 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
12031 Use `nil' position in `tramp-process-actions' call.
bfd31217
MA
12032 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
12033
12034 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
12035 position in `tramp-process-actions' call.
12036
12037 * net/trampver.el: Update release number.
12038
e92f3bd3
SM
120392011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
12040
850256b5
SM
12041 * custom.el (defcustom): Obey lexical-binding.
12042
e92f3bd3
SM
12043 Fix octave-inf completion problems reported by Alexander Klimov.
12044 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
12045 Inherit from octave-mode-syntax-table.
12046 (inferior-octave-mode): Set info-lookup-mode.
12047 (inferior-octave-completion-at-point): New function.
12048 (inferior-octave-complete): Use it and completion-in-region.
12049 (inferior-octave-dynamic-complete-functions): Use it as well, and use
12050 comint-filename-completion.
12051 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
12052 symbol elements which shouldn't be word elements.
12053 (octave-font-lock-keywords, octave-beginning-of-defun)
12054 (octave-function-header-regexp): Adjust regexps accordingly.
12055 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
12056
cd22b309
JB
120572011-04-25 Juanma Barranquero <lekktu@gmail.com>
12058
12059 * net/gnutls.el (gnutls-errorp): Declare before first use.
12060
8b492194
TZ
120612011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
12062
12063 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
12064 verify-error, and verify-hostname-error parameters. Check whether
cd22b309 12065 default trustfile exists before going to use it. Add missing
5a5fa834 12066 argument to gnutls-message-maybe call. Return value.
8b492194
TZ
12067 Reported by Claudio Bley <claudio.bley@gmail.com>.
12068 (open-gnutls-stream): Add usage example.
12069
12070 * net/network-stream.el (network-stream-open-starttls): Give host
12071 parameter to `gnutls-negotiate'.
12072 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
8f91bf93 12073 * subr.el (shell-quote-argument): Escape correctly under Windows.
8b492194 12074
841a1577 120752011-04-24 Daniel Colascione <dan.colascione@gmail.com>
05842630 12076
cd22b309
JB
12077 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
12078 Use correct match group (bug#8438).
05842630 12079
3ba7869c
CY
120802011-04-24 Chong Yidong <cyd@stupidchicken.com>
12081
512e3ae1
CY
12082 * emacs-lisp/package.el (package-built-in-p): Fix typo.
12083 (package-menu--generate): New arg specifying packages to show.
12084 (package-menu-refresh, package-menu-execute, list-packages):
12085 Callers changed.
12086 (package-show-package-list): New function, replacing deleted
12087 package--list-packages (renamed because it is non-internal).
12088
12089 * finder.el (finder-list-matches): Use package-show-package-list
12090 instead of deleted package--list-packages.
12091
e92f3bd3
SM
12092 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
12093 Based on a previous implementation by Juanma Barranquero (Bug#8366).
3ba7869c
CY
12094 (vc-annotate-mode-map): Bind it to RET.
12095
7031be6d
UR
120962011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
12097
12098 * progmodes/etags.el (next-file): Don't use set-buffer to change
12099 buffers (Bug#8478).
12100
4ef177aa
CY
121012011-04-24 Chong Yidong <cyd@stupidchicken.com>
12102
c8d173eb
CY
12103 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
12104
4ef177aa
CY
12105 * apropos.el (apropos-label-face): Avoid variable-pitch face.
12106 (apropos-accumulator): Doc fix.
12107 (apropos-function, apropos-macro, apropos-command)
12108 (apropos-variable, apropos-face, apropos-group, apropos-widget)
12109 (apropos-plist): Add face property.
12110 (apropos-symbols-internal): Fix indentation.
12111 (apropos-print): Simplify help, and recognize apropos-multi-type.
12112 (apropos-print-doc): Use button-type-get to extract the button's
12113 face property. Fill docstring (Bug#8352).
12114
4ffd0d6b 121152011-04-23 Juanma Barranquero <lekktu@gmail.com>
be71f810
JB
12116
12117 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
12118
c6c32125 12119 * play/mpuz.el (mpuz-silent): Doc fix.
4ffd0d6b 12120 (mpuz-mode-map): Use mapc.
c6c32125
JB
12121 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
12122 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
12123 Fix typos in docstrings.
12124
58d468b4
JB
12125 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
12126 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
12127
6470c3c6
JB
12128 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
12129
4ffd0d6b 121302011-04-23 Chong Yidong <cyd@stupidchicken.com>
6f21a319
CY
12131
12132 * minibuffer.el (completion--do-completion): Avoid the "Next char
12133 not unique" prompt if icomplete-mode is enabled (Bug#5849).
12134
3ad8bad0
CY
12135 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
12136 mouse-2 into unread-command-events, it is interpreted correctly.
12137
71d73c9c 12138 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
6395aab9 12139 (image-toggle-display): Doc fix.
71d73c9c 12140
841a1577 121412011-04-23 Stephen Berman <stephen.berman@gmx.net>
e935c6a2 12142
4ffd0d6b
GM
12143 * textmodes/page.el (what-page): Use line-number-at-pos to
12144 calculate line number (Bug#6825).
6e1dbaa9 12145
c2fb1b60
JB
121462011-04-22 Juanma Barranquero <lekktu@gmail.com>
12147
12148 * eshell/esh-mode.el (find-tag-interactive): Declare function.
12149 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
12150 Pass argument NO-DEFAULT to `find-tag-interactive'.
12151
e02f48d7
JB
121522011-04-22 Juanma Barranquero <lekktu@gmail.com>
12153
12154 Lexical-binding cleanup.
12155
12156 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
12157 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
12158 * progmodes/ada-prj.el (ada-prj-initialize-values)
12159 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
12160 (ada-prj-show-value):
12161 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
12162 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
12163 (antlr-invalidate-context-cache, antlr-options-menu-filter)
12164 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
12165 * progmodes/bug-reference.el (bug-reference-push-button):
12166 * progmodes/fortran.el (fortran-line-length):
12167 * progmodes/glasses.el (glasses-change):
12168 * progmodes/octave-mod.el (octave-fill-paragraph):
12169 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
12170 (python-pdbtrack-grub-for-buffer, python-sentinel):
12171 * progmodes/sql.el (sql-save-connection):
12172 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
12173 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
12174 Mark unused parameters.
12175
12176 * progmodes/compile.el (compilation--flush-directory-cache)
12177 (compilation--flush-parse, compile-internal): Mark unused parameters.
12178 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
12179 (compilation-next-error-function): Remove unused variable `timestamp'.
12180
12181 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
12182 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
12183
12184 * progmodes/dcl-mode.el (dcl-end-of-command):
12185 Remove unused variable `start'.
12186 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
12187 (dcl-option-value-basic, dcl-option-value-offset)
12188 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
12189 Mark unused parameters.
12190 (dcl-save-local-variable): Remove unused variable `val'.
12191 (mode): Declare.
12192
12193 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
12194 Mark unused parameters.
12195 (delphi-ignore-changes): Move before first use.
12196 (delphi-charset-token-at): Remove unused variable `start'.
12197 (delphi-else-start): Remove unused variable `if-count'.
12198 (delphi-comment-block-start, delphi-comment-block-end):
12199 Remove unused variable `kind'.
12200 (delphi-indent-line): Remove unused variable `new-point'.
12201
12202 * progmodes/ebrowse.el (ebrowse-files-list)
12203 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
12204 Mark unused parameters. Don't quote `lambda'.
12205 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
12206 Don't quote `lambda'.
12207 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
12208 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
12209 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
12210 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
12211 Use `ignore-errors'.
12212 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
12213 (ebrowse-view/find-file-and-search-pattern)
12214 (ebrowse-view/find-member-declaration/definition):
12215 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
12216 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
12217 Rename parameter PREFIX-ARG to PREFIX.
12218 (ebrowse-tags-read-name): Remove unused variables `start' and
12219 `member-info'.
12220 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
12221 to `tags-file'.
12222
12223 * progmodes/etags.el (local-find-tag-hook): Declare.
12224 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
12225 Mark unused parameters.
12226
12227 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
12228 (executable-interpret): Mark unused parameter.
12229
12230 * progmodes/flymake.el (flymake-process-sentinel)
12231 (flymake-after-change-function)
12232 (flymake-create-temp-with-folder-structure)
12233 (flymake-get-include-dirs-dot): Mark unused parameters.
12234 (flymake-safe-delete-directory): Remove unused variable `err'.
12235
12236 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
12237 (speedbar-timer-fn, speedbar-line-text)
12238 (speedbar-change-expand-button-char, speedbar-delete-subblock)
12239 (speedbar-center-buffer-smartly): Declare functions.
12240 (gdb-find-watch-expression): Remove unused variable `array'.
12241 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
12242 (gdb-starting): Mark unused parameters.
12243 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
12244 (gdb-table-string): Remove unused variable `res'.
12245 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
12246 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
12247 (gdb-display-buffer): Remove unused variable `cur-size'.
12248
12249 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
12250 allow lexical-binding compilation.
12251 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
12252 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
12253 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
12254 Mark unused parameters.
12255 (gud-gdb-marker-filter): Remove unused variable `match'.
12256 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
12257 lambda expressions and funcall them, instead of using `fset'.
12258
12259 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
12260 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
12261
12262 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
12263 variable `header-beg'; use `let'.
12264
12265 * progmodes/icon.el (indent-icon-exp): Remove unused variables
12266 `restart', `last-sexp' and `at-do'.
12267
12268 * progmodes/js.el (js--debug): Mark unused parameter.
12269 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
12270 (js--splice-into-items): Remove unused variable `item'.
12271 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
12272
12273 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
12274 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
12275 (makefile-complete): Remove unused variable `try'.
12276 (makefile-fill-paragraph, makefile-match-function-end):
12277 Mark unused parameters.
12278
12279 * progmodes/octave-inf.el (inferior-octave-complete):
12280 Remove unused variable `proc'.
12281 (inferior-octave-output-digest): Mark unused parameter.
12282
12283 * progmodes/perl-mode.el (perl-calculate-indent):
12284 Remove unused variable `err'.
12285
12286 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
12287 (prolog-indent-line): Mark unused parameters.
12288 (prolog-indent-line): Remove unused variable `beg'.
12289
12290 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
12291 (reporter-dont-compact-list): Declare.
12292
12293 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
12294 Remove unused variable `char'.
12295 (sh-debug): Mark unused parameter.
12296 (sh-get-indent-info): Remove unused variable `start'.
12297 (sh-calculate-indent): Remove unused variable `var'.
12298
12299 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
12300 (simula-electric-keyword): Remove unused variable `null'.
12301 (simula-search-backward, simula-search-forward): Remove unused
12302 variables `begin' and `end'.
12303
12304 * progmodes/vera-mode.el (vera-guess-basic-syntax):
12305 Remove unused variable `pos'.
12306 (vera-electric-tab, vera-comment-uncomment-region):
12307 Mark unused parameters.
12308 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
12309
7ede3b65
CY
123102011-04-22 Chong Yidong <cyd@stupidchicken.com>
12311
12312 * emacs-lisp/package.el (package--builtins, package-alist)
12313 (package-load-descriptor, package-built-in-p, package-activate)
12314 (define-package, package-installed-p)
12315 (package-compute-transaction, package-buffer-info)
12316 (package--push): Doc fix. Distinguish more clearly between
12317 version strings and version lists.
12318
121656e9
JB
123192011-04-21 Juanma Barranquero <lekktu@gmail.com>
12320
12321 Lexical-binding cleanup.
12322
12323 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
12324 (5x5-make-mutate-best):
12325 * play/fortune.el (fortune-in-buffer):
12326 * play/gomoku.el (gomoku-init-display):
12327 * play/solitaire.el (solitaire, solitaire-do-check):
12328 * play/tetris.el (tetris-default-update-speed-function):
12329 Mark unused parameters.
12330
12331 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
12332 (bubbles--shift): Remove unused variable `char-org'.
12333 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
12334 (bubbles--show-images): Remove unused variable `char'.
12335
12336 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
12337 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
12338 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
12339 (decipher-analyze-buffer): Use ?\s.
12340 (decipher-make-checkpoint): Remove unused variable `mapping'.
12341
12342 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
12343
12344 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
12345 Remove unused variable `result'; use `let'.
12346
12347 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
12348 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
12349 (gametree-children-shown-p, gametree-compute-reduced-score):
12350 Use `ignore-errors'.
12351
12352 * play/handwrite.el (ps-lpr-switches): Declare.
12353 (handwrite): Remove unused variables `pmin' and `lastp'.
12354
12355 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
12356
12357 * play/landmark.el (landmark-init-display)
12358 (landmark-update-naught-weights): Mark unused parameters.
12359 (landmark-y): Remove unused variable `noise'. Simplify.
12360 (landmark-human-plays): Remove unused variable `score'.
12361
12362 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
12363 (mpuz-try-proposal): Remove unused variable `game'.
12364
12365 * play/zone.el (life-patterns): Declare.
12366
80f499c7
JB
123672011-04-20 Juanma Barranquero <lekktu@gmail.com>
12368
12369 * vc/vc.el (ediff-vc-internal): Declare function.
12370
024ff170
SM
123712011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
12372
c0a193ea
SM
12373 * shell.el: Use lexical-binding and std completion UI.
12374 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
12375 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
12376 comint-preoutput-filter-functions rather than on
12377 comint-output-filter-functions.
12378 (shell-command-completion, shell--command-completion-data)
12379 (shell-filename-completion, shell-environment-variable-completion)
12380 (shell-c-a-p-replace-by-expanded-directory): New functions.
12381 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
12382 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
12383 (shell-dynamic-complete-environment-variable): Use them.
12384 (shell-dynamic-complete-as-environment-variable)
12385 (shell-dynamic-complete-as-command): Remove.
12386 (shell-match-partial-variable): Match past point.
12387 * comint.el: Clean up use of completion-at-point-functions.
12388 (comint-completion-at-point): New function.
12389 (comint-mode): Use it completion-at-point-functions.
12390 (comint-dynamic-complete): Make it obsolete.
12391 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
12392 (comint-c-a-p-replace-by-expanded-history): New function.
12393 (comint-dynamic-complete-functions)
12394 (comint-replace-by-expanded-history): Use it.
12395 * minibuffer.el (completion-table-with-terminator): Allow dynamic
12396 termination strings. Try harder to avoid second try-completion.
12397 (completion-in-region-mode-map): Disable bindings that don't work yet.
12398
2dbaa080
SM
12399 * comint.el: Use lexical-binding. Require CL.
12400 (comint-dynamic-complete-functions): Use comint-filename-completion.
12401 (comint-completion-addsuffix): Tweak custom type.
12402 (comint-filename-completion, comint--common-suffix)
12403 (comint--common-quoted-suffix, comint--table-subvert)
12404 (comint--complete-file-name-data): New functions.
12405 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
12406 (comint-dynamic-list-filename-completions): Use them.
12407 (comint-dynamic-simple-complete): Make obsolete.
c0a193ea 12408
2dbaa080
SM
12409 * minibuffer.el (completion-in-region-mode):
12410 Keep completion-in-region-mode--predicate global.
12411 (completion-in-region--postch):
12412 Assume completion-in-region-mode--predicate is not null.
12413
c79a6f38
SM
12414 * progmodes/flymake.el (flymake-start-syntax-check-process):
12415 Obey `dir'. Simplify.
12416
024ff170
SM
12417 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
12418 we're in VC after all.
12419
1c6c854e
CS
124202011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
12421
12422 * vc/vc.el (vc-diff-build-argument-list-internal)
024ff170 12423 (vc-version-ediff, vc-ediff): New commands.
1c6c854e
CS
12424 (vc-version-diff): Use vc-diff-build-argument-list-internal.
12425
bed7f140
SM
124262011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
12427
332e62ab
SM
12428 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
12429 add sanity check.
12430
bed7f140
SM
12431 * obsolete/erc-hecomplete.el: Make obsolete.
12432 * obsolete/: Standardize obsolescence info in the header.
12433
f195c582
GM
124342011-04-20 Glenn Morris <rgm@gnu.org>
12435
12436 * calendar/solar.el (solar-horizontal-coordinates):
12437 Use the longitude argument rather than `calendar-longitude'.
12438 (solar-date-next-longitude): Remove unused locals.
12439
cb79b8c0
VJL
124402011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12441
12442 * whitespace.el: New version 13.2.1.
12443
124442011-04-20 felix <EmacsWiki> (tiny change)
12445
d8e4b68b 12446 * whitespace.el (global-whitespace-mode): Keep highlight when
cb79b8c0
VJL
12447 switching between major modes on a file.
12448
602ea69d
SM
124492011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
12450
12451 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
12452 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
12453 multi-line comments as well.
12454
06b60517
JB
124552011-04-19 Juanma Barranquero <lekktu@gmail.com>
12456
12457 Lexical-binding cleanup.
12458
12459 * arc-mode.el (archive-mode-revert):
12460 * cmuscheme.el (scheme-interactively-start-process):
12461 * custom.el (custom-initialize-delay):
12462 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
12463 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
12464 * emacs-lock.el (emacs-lock-clear-sentinel):
12465 * ezimage.el (defezimage):
12466 * follow.el (follow-avoid-tail-recenter):
12467 * fringe.el (set-fringe-mode-1):
12468 * generic-x.el (bat-generic-mode-compile):
12469 * help-mode.el (help-info-variable, help-do-xref)
12470 (help-mode-revert-buffer):
12471 * help.el (view-emacs-todo):
12472 * iswitchb.el (iswitchb-completion-help):
12473 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
12474 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
12475 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
12476 * locate.el (locate-update):
12477 * longlines.el (longlines-encode-region)
12478 (longlines-after-change-function):
12479 * outline.el (outline-isearch-open-invisible):
12480 * ps-def.el (declare-function, charset-dimension, char-width)
12481 (encode-char):
12482 * ps-mule.el (ps-mule-plot-string):
12483 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
12484 (recentf-edit-list-select, recentf-edit-list-validate)
12485 (recentf-open-files-action):
12486 * rect.el (delete-whitespace-rectangle-line)
12487 (rectangle-number-line-callback):
12488 * register.el (window-configuration-to-register)
12489 (frame-configuration-to-register):
12490 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
12491 * select.el (xselect-convert-to-string, xselect-convert-to-length)
12492 (xselect-convert-to-targets, xselect-convert-to-delete)
12493 (xselect-convert-to-filename, xselect-convert-to-charpos)
12494 (xselect-convert-to-lineno, xselect-convert-to-colno)
12495 (xselect-convert-to-os, xselect-convert-to-host)
12496 (xselect-convert-to-user, xselect-convert-to-class)
12497 (xselect-convert-to-name, xselect-convert-to-integer)
12498 (xselect-convert-to-atom, xselect-convert-to-identity):
12499 * subr.el (declare, ignore, process-kill-without-query)
12500 (text-clone-maintain):
12501 * terminal.el (te-get-char, te-tic-sentinel):
12502 * tool-bar.el (tool-bar-make-keymap):
12503 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
12504 * type-break.el (type-break-mode, type-break-noninteractive-query):
12505 * view.el (View-back-to-mark):
12506 * wid-browse.el (widget-browse-action, widget-browse-widget)
12507 (widget-browse-widgets, widget-browse-sexp):
12508 * widget.el (define-widget-keywords):
12509 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
12510 Mark unused parameters.
12511
12512 * align.el (align-adjust-col-for-rule): Mark unused parameter.
12513 (align-areas): Remove unused variable `look'.
12514 (align-region): Remove unused variables `real-end' and `pos-list'.
12515
12516 * apropos.el (apropos-score-doc): Remove unused variable `i'.
12517
12518 * bindings.el (mode-line-modified, mode-line-remote):
12519 Mark unused parameters.
12520 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
12521
12522 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
12523 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
12524
12525 * comint.el (comint-history-isearch-pop-state)
12526 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
12527 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
12528 (comint-substitute-in-file-name): Doc fix.
12529
12530 * completion.el (cmpl-statistics-block): Mark unused parameter.
12531 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
12532 (save-completions-to-file, load-completions-from-file):
12533 Remove unused local variable `e'.
12534
12535 * composite.el (compose-chars): Remove unused variable `len'.
12536 (lgstring-insert-glyph): Remove unused variable `g'.
12537 (compose-glyph-string): Remove unused variables `ascent',
12538 `descent', `lbearing' and `rbearing'.
12539 (compose-glyph-string-relative): Remove unused variables
12540 `lbearing', `rbearing' and `wadjust'.
12541 (compose-gstring-for-graphic): Remove unused variables `header',
12542 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
12543 (compose-gstring-for-terminal): Remove unused variables `header'
12544 and `nchars'. Use `let', not `let*'.
12545
12546 * cus-edit.el (Custom-set, Custom-save, custom-reset)
12547 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
12548 (Custom-buffer-done, custom-buffer-create-internal)
12549 (custom-browse-visibility-action, custom-browse-group-tag-action)
12550 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
12551 (widget-magic-mouse-down-action, custom-toggle-parent)
12552 (custom-add-parent-links, custom-toggle-hide-variable)
12553 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
12554 (custom-toggle-hide-face, face, hook, custom-group-link-action)
12555 (custom-face-menu-create, custom-variable-menu-create, get)
12556 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
12557 (custom-reset-standard-save-and-update): Remove unused variable `value'.
12558 (customize-apropos): Remove unused variable `tests'.
12559 (custom-group-value-create): Remove unused variable `hidden-p'.
12560 (sort-fold-case): Declare.
12561
12562 * cus-theme.el (custom-reset-standard-faces-list)
12563 (custom-reset-standard-variables-list): Declare.
12564 (customize-create-theme, custom-theme-revert, custom-theme-write)
12565 (custom-theme-choose-mode, customize-themes, custom-theme-save):
12566 Mark unused parameters.
12567
12568 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
12569
12570 * delim-col.el (delimit-columns-max): Move defvar before first use.
12571
12572 * descr-text.el (describe-char-categories): Don't quote `lambda'.
bd0d2ee2 12573 (describe-char): Don't quote `lambda'. Mark unused parameter.
06b60517
JB
12574
12575 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
12576 (auto-insert): Declare.
12577 (desktop-restore-file-buffer): Rename desktop-* parameters;
12578 mark unused ones.
12579 (desktop-create-buffer): Rename desktop-* parameters and bind them.
12580 (desktop-buffer): Rename desktop-* parameters.
12581
12582 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
12583 (dframe-reposition-frame-xemacs, dframe-help-echo)
12584 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
12585 Mark unused parameters.
12586
12587 * dired-aux.el (backup-extract-version-start, overwrite-query)
12588 (overwrite-backup-query, rename-regexp-query)
12589 (rename-non-directory-query): Declare.
12590 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
12591 (dired-add-entry): Remove unused variable `orig-file-name'.
12592 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
12593 Use parameter PRESERVE-TIME instead of accessing dynamic variable
12594 `dired-copy-preserve-time' directly.
12595 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
12596 (dired-insert-subdir-newpos): Rename unused variable `pos'.
12597
12598 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
12599 (dired-virtual-revert, dired-make-relative-symlink):
12600 Mark unused parameters.
12601 (manual-program): Declare.
12602 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
12603 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
12604 wrapped in `with-no-warnings' to avoid replacing one warning by another.
12605
12606 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
12607
12608 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
12609
12610 * echistory.el (electric-history-in-progress, Helper-return-blurb):
12611 Declare.
12612
12613 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
12614
12615 * electric.el (Electric-command-loop): Rename parameter
12616 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
12617
12618 * expand.el (expand-in-literal): Remove unused variable `here'.
12619
12620 * facemenu.el (facemenu-add-new-color):
12621 Remove unused variable `docstring'.
12622
12623 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
12624 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
12625 (face-attr-construct): Mark unused parameter. Doc fix.
12626 (read-color): Remove unused variable `hex-string'.
12627
12628 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
12629 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
12630 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
12631 (display-buffer-other-frame): Remove unused variable `old-window'.
12632 (kill-buffer-hook): Declare.
12633 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
12634 Mark unused parameters.
12635 (after-find-file): Pass 1 to `auto-save-mode', not t.
12636
12637 * files-x.el (auto-insert): Declare.
12638 (modify-file-local-variable-prop-line): Remove unused variable `val'.
12639
12640 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
bd0d2ee2 12641 variable `buf'. Mark unused parameter.
06b60517
JB
12642 (find-lisp-insert-directory): Mark unused parameter.
12643
12644 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
12645 (format-encode-region): Remove unused variables `cur-buf' and `result'.
12646 (format-common-tail): Remove, unused.
12647 (format-deannotate-region): Remove unused variable `loc'.
12648 (format-annotate-region): Remove unused variable `p'.
12649 (format-annotate-single-property-change): Remove unused variables
12650 `default' and `tail'.
12651
12652 * forms.el (read-file-filter): Declare.
12653 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
12654
12655 * frame.el (frame-creation-function-alist): Mark unused parameter.
12656 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
12657
12658 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
12659 Remove unused parameters.
12660 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
12661 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
12662
12663 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
12664 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
12665 (hfy-prepare-tag-map): Mark unused parameters.
12666 (htmlfontify-buffer): Use `called-interactively-p'.
12667
12668 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
12669 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
12670 (ibuffer-do-occur): Mark unused parameters.
12671 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
12672 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
12673
12674 * ibuffer.el: Don't quote `lambda'.
12675 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
12676 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
12677 Mark unused parameters.
12678
12679 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
12680 (ido-completing-read): Mark unused parameters.
12681 (ido-copy-current-word): Mark unused parameters;
12682 remove unused variable `name'.
12683 (ido-sort-merged-list): Remove unused parameter `dirs'.
12684
12685 * ielm.el (ielm-input-sender): Mark unused parameter.
12686 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
12687 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
12688 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
12689 `ielm-string' as a dynamic variable accessible from the IELM prompt.
12690 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
12691
12692 * image-dired.el (image-dired-display-thumbs): Remove unused
12693 variables `curr-file' and `count'.
12694 (image-dired-remove-tag): Remove unused variable `start'.
12695 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
12696 variable `curr-file'
12697 (image-dired-rotate-original): Remove unused variable `temp-file'.
12698 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
12699 Remove unused variable `file'.
12700 (image-dired-gallery-generate): Remove unused variable `curr'.
12701 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
12702
12703 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
12704
12705 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
12706
12707 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
12708
12709 * isearch.el (minibuffer-history-symbol): Declare.
12710 (isearch-edit-string): Remove unused variable `err'.
12711 (isearch-message-prefix, isearch-message-suffix):
12712 Mark unused parameters.
12713
12714 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
12715
12716 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
12717
12718 * makesum.el (double-column): Remove unused variable `cnt'.
12719
12720 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
12721 (ido-ignore-item-temp-list): Declare.
12722
12723 * mouse-drag.el (mouse-drag-throw): Remove unused variables
12724 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
12725 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
12726 (mouse-drag-drag): Remove unused variables `mouse-delta' and
12727 `mouse-col-delta'.
12728
12729 * mouse-sel.el (mouse-extend-internal):
12730 Remove unused variable `orig-window-frame'.
12731
12732 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
12733 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
12734 Move declarations before first use.
12735 (pcomplete-opt): Mark unused parameters; doc fix.
12736
12737 * proced.el (proced-revert): Mark unused parameter.
12738 (proced-send-signal): Remove unused variable `err'.
12739
12740 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
12741 Rename parameter PREFIX-ARG to ARG.
12742 (ps-basic-plot-string, ps-basic-plot-whitespace):
12743 Mark unused parameters.
12744
12745 * replace.el (replace-count): Define.
12746 (occur-revert-function): Mark unused parameters.
12747 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
12748 (isearch-case-fold-search, isearch-string): Declare.
12749 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
12750 bind `case-fold-search'. Remove unused variables `beg' and `end',
12751 and simplify.
12752 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
12753 COUNT and bind `replace-count'.
12754 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
12755 to COUNT.
12756
12757 * savehist.el (print-readably, print-string-length): Declare.
12758
12759 * shadowfile.el (shadow-expand-cluster-in-file-name):
12760 Remove unused variable `cluster'.
12761 (shadow-copy-file): Remove unused variable `i'.
12762 (shadow-noquery, shadow-clusters, shadow-site-cluster)
12763 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
12764 (shadow-define-literal-group, shadow-define-regexp-group)
12765 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
12766
12767 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
12768 (shell): Use `called-interactively-p'.
12769 (shell-directory-tracker): Remove unused variable `chdir-failure'.
12770
12771 * simple.el (compilation-context-lines, comint-file-name-quote-list)
12772 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
12773 (delete-backward-char): Remove unused variable `ocol'.
12774 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
12775 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
12776 (event-apply-hyper-modifier, event-apply-shift-modifier)
12777 (event-apply-control-modifier, event-apply-meta-modifier):
12778 Mark unused parameters.
12779 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
12780 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
12781
12782 * speedbar.el (speedbar-ignored-directory-expressions)
12783 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
12784 (speedbar-find-file, speedbar-dir-follow)
12785 (speedbar-directory-buttons-follow, speedbar-tag-find)
12786 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
12787 (speedbar-buffers-line-directory, speedbar-buffer-click):
12788 Mark unused parameters.
12789 (speedbar-tag-file): Remove unused variable `mode'.
12790 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
12791
12792 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
12793
12794 * talk.el (talk): Remove unused variable `display'.
12795
12796 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
12797 (tar-write-region-annotate): Mark unused parameter.
12798
12799 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
12800 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
12801 Declare them, wrapped in `with-no-warnings' to avoid replacing one
12802 warning by another.
12803
12804 * time-stamp.el (time-stamp-string-preprocess):
12805 Remove unused variable `require-padding'.
12806
12807 * tree-widget.el (widget-glyph-enable): Declare.
12808 (tree-widget-action): Mark unused parameter.
12809
12810 * w32-fns.el (x-get-selection): Mark unused parameter.
12811 (autoload-make-program, generated-autoload-file): Declare.
12812
12813 * wdired.el (wdired-revert): Mark unused parameters.
12814 (wdired-xcase-word): Remove unused variable `err'.
12815
12816 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
12817 (whitespace-help-scroll): Remove unused variable `data-help'.
12818
12819 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
12820 (widget-image-insert, widget-after-change, default)
12821 (widget-default-format-handler, widget-default-notify)
12822 (widget-default-prompt-value, widget-info-link-action)
12823 (widget-url-link-action, widget-function-link-action)
12824 (widget-variable-link-action, widget-file-link-action)
12825 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
12826 (widget-field-prompt-internal, widget-field-action, widget-field-match)
12827 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
12828 (widget-insert-button-action, widget-delete-button-action, visibility)
12829 (widget-documentation-link-action, widget-documentation-string-action)
12830 (widget-const-prompt-value, widget-regexp-match, symbol)
12831 (widget-coding-system-prompt-value)
12832 (widget-key-sequence-value-to-external, sexp)
12833 (widget-sexp-value-to-internal, character, vector, cons)
12834 (widget-choice-prompt-value, widget-boolean-prompt-value)
12835 (widget-color--choose-action): Mark unused parameters.
12836 (widget-item-match-inline, widget-choice-match-inline)
12837 (widget-checklist-match, widget-checklist-match-inline)
12838 (widget-group-match): Rename parameter VALUES to VALS.
12839 (widget-field-value-set): Remove unused variable `size'.
12840 (widget-color-action): Remove unused variables `value' and `start'.
12841
12842 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
bd0d2ee2 12843 variable `dir'. Doc fix.
06b60517
JB
12844 (windmove-find-other-window): Don't pass it.
12845
12846 * window.el (count-windows): Mark unused parameter.
12847 (bw-adjust-window): Remove unused variable `err'.
12848
12849 * woman.el (woman-file-name): Remove unused variable `default'.
12850 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
12851 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
12852 (global-font-lock-mode): Declare.
12853 (woman-decode-region): Mark unused parameter.
12854 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
12855
12856 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
12857 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
12858 (x-dnd-handle-moz-url): Remove unused variable `title'.
12859 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
12860
12861 * xml.el (xml-parse-tag, xml-parse-attlist):
12862 Remove unused variable `pos'.
12863
bc4f7f3d
GM
128642011-04-19 Glenn Morris <rgm@gnu.org>
12865
12866 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
12867 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
12868 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
12869 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
12870 * calendar/cal-html.el (cal-html-insert-minical):
12871 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
12872 (calendar-mark-date-pattern):
12873 Prefix "unused" locals.
12874
12875 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
12876 optional argument `style'.
12877
12878 * calendar/appt.el (appt-make-list):
12879 * calendar/cal-china.el (calendar-chinese-date-string):
12880 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
12881 (diary-hebrew-yahrzeit):
12882 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
12883 * calendar/calendar.el (calendar-generate-window):
12884 * calendar/time-date.el (time-to-days):
12885 Remove unused local variables.
12886
16a43933
CY
128872011-04-18 Chong Yidong <cyd@stupidchicken.com>
12888
12889 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
12890 glyphless-char-display table.
12891 (tabulated-list-glyphless-char-display): New var.
12892
7eed1860
SS
128932011-04-18 Sam Steingold <sds@gnu.org>
12894
12895 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
12896 to acknowledgments.
12897
4d2d1ccd
GM
128982011-04-17 Glenn Morris <rgm@gnu.org>
12899
12900 * calendar/diary-lib.el (diary-sexp-entry):
12901 * calendar/holidays.el (holiday-sexp):
12902 Set debug-on-error rather than the removed stack-trace-on-error.
12903
239da61d
GM
129042011-04-16 Glenn Morris <rgm@gnu.org>
12905
12906 * progmodes/f90.el: Use lexical-binding.
12907 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
12908
8b05752a
SM
129092011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
12910
daca8ba5
SM
12911 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
12912 (mail-mode): Setup mailalias completion here instead.
12913 * mail/mailalias.el: Use lexical-binding.
12914 (pattern, mailalias-done): Declare dynamic.
12915 (mail-completion-at-point-function): New function, from mail-complete.
12916 (mail-complete): Use it.
12917 (mail-completion-expand): New function.
12918 (mail-get-names): Use it.
12919 (mail-directory, mail-directory-process, mail-directory-stream):
12920 Don't use `pattern' for lexically bound arg.
12921
6f542485
SM
12922 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
12923
037e7c3f
SM
12924 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
12925 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
12926 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
12927
8b05752a
SM
12928 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
12929 (byte-save-window-excursion, byte-temp-output-buffer-setup)
12930 (byte-interactive-p): Define them again, for use when inlining
12931 old code.
12932
49093f60
JB
129332011-04-15 Juanma Barranquero <lekktu@gmail.com>
12934
12935 * loadup.el: Use `string-to-number', not `string-to-int'.
12936
b5b8e7de
SM
129372011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
12938
12939 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
12940 gud-gdb-complete-command.
12941 (gud-gdb-completions): New function, from gud-gdb-complete-command.
12942 (gud-gdb-completion-at-point): New function.
12943 (gud-gdb-completions): Remove.
12944
f42efeb5
MA
129452011-04-14 Michael Albinus <michael.albinus@gmx.de>
12946
49093f60
JB
12947 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
12948 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
12949 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
12950 whether `executable-find' is bound.
f42efeb5
MA
12951
12952 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
12953
e240cc21
SM
129542011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
12955
12956 * minibuffer.el (completion-in-region-mode-predicate)
12957 (completion-in-region-mode--predicate): New vars.
12958 (completion-in-region, completion-in-region--postch)
12959 (completion-in-region-mode): Use them.
12960 (completion--capf-wrapper): Also return the hook function.
12961 (completion-at-point, completion-help-at-point):
12962 Adjust and provide a predicate.
c2bd2ab0
SM
12963
12964 Preserve arg names for advice of subr and lexical functions (bug#8457).
12965 * help-fns.el (help-function-arglist): Consolidate the subr and
12966 new-byte-code cases. Add argument `preserve-names' to extract names
12967 from the docstring when needed.
12968 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
12969 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
12970 (ad-arglist): Use help-function-arglist's new arg.
12971 (ad-definition-type): Use cond.
12972
c183f693
JB
129732011-04-13 Juanma Barranquero <lekktu@gmail.com>
12974
06641a47
JB
12975 * autorevert.el (auto-revert-handler):
12976 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
12977 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
12978 Don't quote lambda.
12979
c183f693
JB
12980 * image-mode.el (image-transform-set-scale):
12981 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
12982
1e3b6001
G
129832011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
12984
12985 * net/network-stream.el (network-stream-open-starttls): Only do
e9fce1ac 12986 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
1e3b6001
G
12987 Upgrades via gnutls-cli are too slow to be done opportunistically.
12988
2d6af8dd
JB
129892011-04-12 Juanma Barranquero <lekktu@gmail.com>
12990
12991 * dframe.el (dframe-current-frame): Remove spurious quote.
12992
c0749a51
GM
129932011-04-12 Glenn Morris <rgm@gnu.org>
12994
088d0d61
GM
12995 * calendar/cal-tex.el (cal-tex-end-document):
12996 Try to automatically use latin1 input if needed.
12997
c0749a51
GM
12998 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
12999 Don't try to cons a mark onto an empty element.
13000
5c90fde0
LL
130012011-04-11 Leo Liu <sdl.web@gmail.com>
13002
13003 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
13004 buffers.
13005 (ido-kill-buffer-at-head): Support killing virtual buffers.
13006
369e974d
CY
130072011-04-10 Chong Yidong <cyd@stupidchicken.com>
13008
13009 * minibuffer.el (completion-show-inline-help): New var.
13010 (completion--do-completion, minibuffer-complete)
daca8ba5
SM
13011 (minibuffer-force-complete, minibuffer-complete-word):
13012 Inhibit minibuffer messages if completion-show-inline-help is nil.
369e974d
CY
13013
13014 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
13015 to avoid interference from inline help (Bug#5849).
13016
37f1c930
LL
130172011-04-10 Leo Liu <sdl.web@gmail.com>
13018
099c39a4
JB
13019 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
13020 Fix typo.
37f1c930 13021
a32d4040
CY
130222011-04-09 Chong Yidong <cyd@stupidchicken.com>
13023
13024 * image-mode.el (image-toggle-display-image): Signal an error if
13025 not in Image mode.
13026 (image-transform-mode, image-transform-resize)
13027 (image-transform-set-rotation): Doc fix.
daca8ba5 13028 (image-transform-set-resize): Delete.
a32d4040
CY
13029 (image-transform-set-scale, image-transform-fit-to-height)
13030 (image-transform-fit-to-width): Handle image-toggle-display-image
13031 and image-transform-resize directly.
13032
099c39a4 130332011-04-08 Sho Nakatani <lay.sakura@gmail.com>
d7b89879
TH
13034
13035 * doc-view.el (doc-view-fit-width-to-window)
099c39a4
JB
13036 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
13037 New functions for fitting the shown image to the Emacs window size.
d7b89879
TH
13038 (doc-view-mode-map): Add bindings for the new functions.
13039
099c39a4 130402011-04-08 Juanma Barranquero <lekktu@gmail.com>
ddc20cdb 13041
4d61f28d 13042 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
ddc20cdb
JB
13043 Fix typo in docstring.
13044
3726838a
EZ
130452011-04-08 Eli Zaretskii <eliz@gnu.org>
13046
04f33f1e
EZ
13047 * files.el (file-size-human-readable): Produce one digit after
13048 decimal, like "ls -lh" does.
13049
13050 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
13051 the file size representation.
13052
3726838a
EZ
13053 * simple.el (list-processes): If async subprocesses are not
13054 available, error out with a clear error message.
13055
cbb59342
CY
130562011-04-08 Chong Yidong <cyd@stupidchicken.com>
13057
13058 * help.el (help-form-show): New function, to be called from C.
13059 Put help-form output in a buffer named differently than *Help*.
13060
e3971c44
EZ
130612011-04-08 Eli Zaretskii <eliz@gnu.org>
13062
13063 * files.el (file-size-human-readable): New function.
13064
13065 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
13066 computing the representation inline. Don't require `cl'.
13067
12544bbe
GM
130682011-04-08 Glenn Morris <rgm@gnu.org>
13069
a1de6c6a
GM
13070 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
13071
3c4671f4
GM
13072 * net/browse-url.el (browse-url-firefox):
13073 Test system-type, not system-configuration.
13074
b605679c
GM
13075 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
13076 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
13077 Use log-edit-empty-buffer-p. (Bug#7598)
13078
56442f0c
GM
13079 * net/rlogin.el (rlogin-process-connection-type): Simplify.
13080 (rlogin-mode-map): Initialize in the defvar.
13081 (rlogin): Use ignore-errors.
13082
12544bbe
GM
13083 * replace.el (occur-mode-map): Some fixes for menu items.
13084
eb237b0f
AH
130852011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
13086
13087 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
13088
7d668f2c
CY
130892011-04-06 Chong Yidong <cyd@stupidchicken.com>
13090
e67a13ab
CY
13091 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
13092 issuing unused warnings.
13093
13094 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
13095 macro directly.
13096
7d668f2c
CY
13097 * simple.el: Lisp reimplement of list-processes. Based on an
13098 earlier reimplementation by Leo Liu, but using tabulated-list.el.
13099 (process-menu-mode): New major mode.
13100 (list-processes--refresh, list-processes):
13101 (process-menu-visit-buffer): New functions.
13102
13103 * files.el (save-buffers-kill-emacs): Don't assume any return
13104 value of list-processes, which is undocumented anyway.
13105
a83ec3c9
CY
131062011-04-06 Chong Yidong <cyd@stupidchicken.com>
13107
13108 * emacs-lisp/tabulated-list.el: New file.
13109
e91a96fe
CY
13110 * emacs-lisp/package.el: Use Tabulated List mode.
13111 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
13112 (package-menu-mode): Derive from tabulated-list-mode. Set up the
13113 table format using Tabulated List mode variables.
13114 (package--push): New macro, replacing package-list-maybe-add.
13115 (package-menu--generate): Use package--push. Renamed from
13116 package--generate-package-list.
13117 (package-menu-refresh, list-packages): Use it.
daca8ba5 13118 (package-menu--print-info): Rename from package-print-package.
e91a96fe 13119 Return insertion data instead of inserting it directly.
099c39a4
JB
13120 (package-menu-describe-package, package-menu-execute):
13121 Use tabulated-list-get-id.
e91a96fe
CY
13122 (package-menu-mark-delete, package-menu-mark-install)
13123 (package-menu-mark-unmark, package-menu-backup-unmark)
099c39a4
JB
13124 (package-menu-mark-obsolete-for-deletion):
13125 Use tabulated-list-put-tag.
e91a96fe
CY
13126 (package--list-packages, package-menu-revert)
13127 (package-menu-get-package, package-menu-get-version)
13128 (package-menu-sort-by-column): Functions deleted.
13129 (package-menu-package-list, package-menu-sort-key): Vars deleted.
13130 (package-menu--status-predicate, package-menu--version-predicate)
13131 (package-menu--name-predicate)
13132 (package-menu--description-predicate): Handle arguments in the
13133 Tabulated List format.
13134 (package-list-packages-no-fetch): Call list-packages.
13135
3e214b50
JB
131362011-04-06 Juanma Barranquero <lekktu@gmail.com>
13137
13138 * files.el (after-find-file-from-revert-buffer): Remove variable.
c9d0ec6d 13139 (after-find-file): Don't bind it.
3e214b50
JB
13140 (revert-buffer-in-progress-p): New variable.
13141 (revert-buffer): Bind it.
13142 Pass nil for `after-find-file-from-revert-buffer'.
13143
13144 * saveplace.el (save-place-find-file-hook): Use new variable
13145 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
13146
3f0f1700
GM
131472011-04-06 Glenn Morris <rgm@gnu.org>
13148
c0274801
GM
13149 * Makefile.in (AUTOGEN_VCS): New variable.
13150 (autoloads): Use $AUTOGEN_VCS.
13151
3f0f1700
GM
13152 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
13153 * calendar/calendar.el (calendar-mode-map):
13154 Check for toolkit scroll bars. (Bug#8305)
13155
41ea9e48
CY
131562011-04-05 Chong Yidong <cyd@stupidchicken.com>
13157
13158 * minibuffer.el (completion-in-region--postch)
13159 (completion-in-region-mode): Remove unnecessary messages.
13160
6194c800
JB
131612011-04-05 Juanma Barranquero <lekktu@gmail.com>
13162
33256f14
JB
13163 * font-lock.el (font-lock-refresh-defaults):
13164 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
13165 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
13166
6194c800
JB
13167 * info.el (Info-directory-list, Info-read-node-name-2)
13168 (Info-split-parameter-string): Doc fixes.
13169 (Info-virtual-nodes): Reflow docstring.
13170 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
13171 (Info-apropos-toc-nodes, info-finder, Info-get-token)
13172 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
13173 Fix typos in docstrings.
13174 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
13175 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
13176 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
13177 (Info-restore-desktop-buffer): Mark unused parameters.
13178 (Info-directory-find-file, Info-directory-find-node)
13179 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
13180 (Info-virtual-index-find-node, Info-apropos-find-file)
13181 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
33256f14 13182 Mark unused parameters; fix typos in docstrings.
6194c800
JB
13183 (Info-virtual-index): Remove unused local variable `nodename'.
13184
b87a8200 131852011-04-05 Deniz Dogan <deniz@dogan.se>
0f6ee7d2 13186
b87a8200
DD
13187 * net/rcirc.el: Update my e-mail address.
13188 (rcirc-mode-map): Remove M-o binding.
0f6ee7d2 13189
3b2ff876
CY
131902011-04-05 Chong Yidong <cyd@stupidchicken.com>
13191
13192 * startup.el (command-line): Save the cursor's theme-face
13193 directly, instead of using face-override-spec.
13194
13195 * custom.el (load-theme): Minor optimization in assigning faces.
13196
8d17e7ca
JB
131972011-04-04 Juanma Barranquero <lekktu@gmail.com>
13198
13199 * help-fns.el (describe-variable): Complete all variables having
13200 documentation, including keywords.
13201 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
13202
2fbc1934
JB
132032011-04-04 Juanma Barranquero <lekktu@gmail.com>
13204
13205 Convert to lexical-binding.
13206
13207 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
13208 (bs--get-marked-string, bs--get-modified-string)
13209 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
13210 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
13211 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
13212
13213 * ehelp.el (electric-help-execute-extended)
13214 (electric-help-ctrl-x-prefix):
13215 * hexl.el (hexl-revert-buffer-function):
13216 * linum.el (linum-after-change, linum-after-scroll):
13217 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
13218
13219 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
13220
74f50695
DU
132212011-04-04 Daiki Ueno <ueno@unixuser.org>
13222
13223 * epa-dired.el:
13224 * epa-mail.el:
13225 * epa-hook.el:
13226 * epa-file.el:
13227 * epa.el:
13228 * epg.el: Use lexical binding.
13229
c11325f7
CY
132302011-04-03 Chong Yidong <cyd@stupidchicken.com>
13231
0d9e9a12
CY
13232 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
13233
c11325f7 13234 * textmodes/flyspell.el (flyspell-word): Recognize default
daca8ba5
SM
13235 dictionary case for flyspell-mark-duplications-exceptions.
13236 Use regexp matching for languages.
c11325f7
CY
13237 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
13238 default dictionary (Bug#7926).
13239
da91b5f2
CY
132402011-04-02 Chong Yidong <cyd@stupidchicken.com>
13241
099c39a4
JB
13242 * emacs-lisp/package.el (package--with-work-buffer):
13243 Recognize https URLs.
da91b5f2 13244
099c39a4
JB
13245 * net/network-stream.el: Move from gnus/proto-stream.el.
13246 Change prefix to network-stream throughout.
da91b5f2
CY
13247 (open-protocol-stream): Merge into open-network-stream, leaving
13248 open-protocol-stream as an alias. Handle nil BUFFER args.
13249
13250 * subr.el (open-network-stream): Move to net/network-stream.el.
13251
afa8e9f6
GM
132522011-04-02 Glenn Morris <rgm@gnu.org>
13253
1d2e369d
GM
13254 * find-dired.el (find-exec-terminator): New option.
13255 (find-ls-option): Test for -ls support.
13256 (find-ls-subdir-switches): Test for -b in find-ls-option.
13257 (find-dired, find-grep-dired): Doc fixes.
13258 (find-dired): Use find-exec-terminator.
13259
8abb7da8 13260 * find-dired.el (find-ls-option, find-ls-subdir-switches)
e7a395b5
GM
13261 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
13262 (find-name-arg): Remove purecopy.
8abb7da8 13263
f3ca7378
GM
13264 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
13265 (grep-compute-defaults): Check for `-exec COMMAND +' support.
13266 Set grep-find-use-xargs, grep-find-command, and grep-find-template
13267 accordingly. Don't add the null-device if not needed.
13268
afa8e9f6
GM
13269 * files.el (save-some-buffers): Doc fix.
13270
35eae264
EZ
132712011-04-02 Eli Zaretskii <eliz@gnu.org>
13272
13273 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
13274
26b51db5
JB
132752011-04-01 Juanma Barranquero <lekktu@gmail.com>
13276
13277 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
13278 Use `dolist' rather than `mapcar'.
13279
7200d79c
SM
132802011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
13281
03408648 13282 Add lexical binding.
7200d79c 13283
03408648
SM
13284 * subr.el (apply-partially): Use new closures rather than CL.
13285 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
13286 (dolist, dotimes): Use slightly different expansion for lexical code.
13287 (functionp): Move to C.
13288 (letrec): New macro.
13289 (with-wrapper-hook): Use it and apply-partially instead of CL.
13290 (eval-after-load): Preserve lexical-binding.
13291 (save-window-excursion, with-output-to-temp-buffer): Turn them
13292 into macros.
7200d79c 13293
03408648
SM
13294 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
13295
13296 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
13297 than the arglist.
13298 (help-add-fundoc-usage): Don't add `Not documented'.
13299 (help-function-arglist): Handle closures, subroutines, and new
13300 byte-code-functions.
13301 (help-make-usage): Remove leading underscores.
13302 (describe-function-1): Handle closures.
13303 (describe-variable): Use special-variable-p for completion.
13304
13305 * files.el (lexical-binding): Declare safe.
f488fb65 13306
03408648
SM
13307 * emacs-lisp/pcase.el: Don't use destructuring-bind.
13308 (pcase--memoize): Rename from pcase-memoize. Change weakness.
13309 (pcase): Add `let' pattern.
13310 Change memoization so it actually works.
13311 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
13312 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
13313 <let>: New case.
f488fb65 13314
03408648
SM
13315 * emacs-lisp/macroexp.el: Use lexical binding.
13316 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
13317 Don't convert ' to #' without checking that it's indeed quoting
13318 a lambda.
13319
13320 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
f488fb65 13321 Use eval-sexp-add-defvars.
03408648
SM
13322 (eval-sexp-add-defvars): New fun.
13323
13324 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
13325
13326 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
13327 Don't autoload.
13328 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
13329 than the internal `byte-compile-lambda'.
13330 (defmethod): Don't hide code under quotes.
13331 (eieio-defmethod): New `code' argument.
13332
13333 * emacs-lisp/eieio-comp.el: Remove.
13334
13335 * emacs-lisp/edebug.el (edebug-eval-defun)
13336 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
13337 (edebug-toggle): Avoid `eval'.
13338
13339 * emacs-lisp/disass.el (disassemble-internal): Handle new
13340 `closure' objects.
13341 (disassemble-1): Handle new byte codes.
13342
13343 * emacs-lisp/cl.el (pushnew): Silence warning.
13344
13345 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
13346 (cl-byte-compile-throw): Remove.
13347 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
13348
13349 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
13350 closures.
13351
13352 * emacs-lisp/cconv.el: New file.
13353
13354 * emacs-lisp/bytecomp.el: Use lexical binding instead of
13355 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
13356 (byte-compile-initial-macro-environment):
13357 Handle declare-function here.
13358 (byte-compile--lexical-environment): New var.
13359 (byte-stack-ref, byte-stack-set, byte-discardN)
13360 (byte-discardN-preserve-tos): New lap codes.
13361 (byte-interactive-p): Don't use any more.
13362 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
13363 New macros.
13364 (byte-compile-lapcode): Use them and handle new lap codes.
13365 (byte-compile-obsolete): Remove.
13366 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
13367 (byte-compile-arglist-warn): Check late def of inlinable funs.
13368 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
13369 since they should have been expanded by now.
13370 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
13371 (byte-compile-from-buffer): Remove unused second arg.
13372 (byte-compile-preprocess): New function.
13373 (byte-compile-toplevel-file-form): New function to distinguish
13374 file-form calls from outside from file-form calls from hunk-handlers.
13375 (byte-compile-file-form): Simplify.
13376 (byte-compile-file-form-defsubst): Remove.
13377 (byte-compile-file-form-defmumble): Simplify now that
13378 byte-compile-lambda always returns a byte-code-function.
13379 (byte-compile): Preprocess.
13380 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
13381 Remove, not used any more.
13382 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
13383 (byte-compile-make-args-desc): New funs.
13384 (byte-compile-lambda): Handle lexical functions. Always return
13385 a byte-code-function.
13386 (byte-compile-reserved-constants): New var, to make up room for
13387 closed-over variables.
13388 (byte-compile-constants-vector): Obey it.
13389 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
13390 (byte-compile-macroexpand-declare-function): New function.
13391 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
13392 byte-code-functions.
13393 (byte-compile-form): Check obsolescence here.
13394 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
13395 (byte-compile-variable-ref): Remove.
13396 (byte-compile-dynamic-variable-op): New fun.
13397 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
13398 (byte-compile-variable-set): New funs.
13399 (byte-compile-discard): Add 2 args.
13400 (byte-compile-stack-ref, byte-compile-stack-set)
13401 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
13402 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
13403 macroexpand-all instead.
13404 (byte-compile-quote-form): Remove.
13405 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
13406 (byte-compile-bind, byte-compile-unbind): New funs.
13407 (byte-compile-let): Handle let* and lexical binding.
13408 (byte-compile-let*): Remove.
13409 (byte-compile-catch, byte-compile-unwind-protect)
13410 (byte-compile-track-mouse, byte-compile-condition-case):
13411 Handle a new :fun-body form, used for lexical scoping.
13412 (byte-compile-save-window-excursion)
13413 (byte-compile-with-output-to-temp-buffer): Remove.
13414 (byte-compile-defun): Simplify.
13415 (byte-compile-stack-adjustment): New fun.
13416 (byte-compile-out): Use it.
13417 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
13418
13419 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
13420 handler any more.
13421
13422 * emacs-lisp/byte-opt.el: Use lexical binding.
13423 (byte-inline-lapcode): Remove (to bytecomp).
13424 (byte-compile-inline-expand): Pay attention to inlining to/from
13425 lexically bound code.
13426 (byte-compile-unfold-lambda): Don't handle byte-code-functions
13427 any more.
13428 (byte-optimize-form-code-walker): Don't handle save-window-excursion
13429 any more and don't call compiler-macros.
13430 (byte-compile-splice-in-already-compiled-code): Remove.
13431 (byte-code): Don't inline any more.
13432 (disassemble-offset): Receive `bytes' as argument rather than via
13433 dynamic scoping.
13434 (byte-compile-tag-number): Declare before first use.
13435 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
13436 `return' even if make-spliceable.
13437 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
13438 obsolete interactive-p.
13439 (byte-optimize-lapcode): Optimize new lap-codes.
13440 Don't trip up on new form of `byte-constant' lap code.
13441
13442 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
13443
13444 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
13445
13446 * custom.el (custom-initialize-default, custom-declare-variable):
13447 Use `defvar'.
13448
13449 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
13450 New variables.
13451 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
13452 (COMPILE_FIRST): Add macroexp and cconv.
13453 * makefile.w32-in: Mirror changes in Makefile.in.
13454
13455 * vc/cvs-status.el:
13456 * vc/diff-mode.el:
13457 * vc/log-edit.el:
13458 * vc/log-view.el:
13459 * vc/smerge-mode.el:
13460 * textmodes/bibtex-style.el:
13461 * textmodes/css.el:
13462 * startup.el:
13463 * uniquify.el:
da91b5f2
CY
13464 * minibuffer.el:
13465 * newcomment.el:
13466 * reveal.el:
13467 * server.el:
13468 * mpc.el:
13469 * emacs-lisp/smie.el:
13470 * doc-view.el:
13471 * dired.el:
03408648
SM
13472 * abbrev.el: Use lexical binding.
13473
0f0c1f27
EZ
134742011-04-01 Eli Zaretskii <eliz@gnu.org>
13475
13476 * info.el (info-display-manual): New function.
13477
c82b2579
SM
134782011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
13479
13480 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
13481
221ddf68
TH
134822011-03-31 Tassilo Horn <tassilo@member.fsf.org>
13483
13484 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
2fbc1934 13485 an entry for that server in rcirc-authinfo. (Bug#8385)
221ddf68 13486
cba6e77e
GM
134872011-03-31 Glenn Morris <rgm@gnu.org>
13488
e040639f
GM
13489 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
13490
cba6e77e
GM
13491 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
13492
6d0f1c9e
CS
134932011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
13494
13495 * progmodes/python.el (python-default-interpreter)
13496 (python-python-command-args, python-jython-command-args)
13497 (python-which-shell, python-which-args, python-which-bufname)
13498 (python-file-queue, python-comint-output-filter-function)
13499 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
13500 variables and functions.
13501
3e2d70fd
SM
135022011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
13503
13504 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
13505 (completion-in-region-mode): New minor mode.
13506 (completion-in-region): Use it.
13507 (completion-in-region--data, completion-in-region-mode-map): New vars.
13508 (completion-in-region--postch): New function.
13509 (completion--capf-misbehave-funs, completion--capf-safe-funs):
13510 New vars.
13511 (completion--capf-wrapper): New function.
13512 (completion-at-point): Use it to track well-behavedness of
13513 hook functions.
13514 (completion-help-at-point): New command.
13515
f3e4086c
JM
135162011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
13517
13518 * vc/add-log.el (add-change-log-entry): Don't use whitespace
13519 syntax class to search for whitespace on a single line
13520 (Message-ID: <4D938140.4030905@redhat.com>).
13521
eb7ffc14
LL
135222011-03-30 Leo Liu <sdl.web@gmail.com>
13523
13524 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
13525 New commands.
13526 (edit-abbrevs-map): Bind them here.
13527 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
13528
d806ab68
KM
135292011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
13530
13531 * allout.el (allout-hide-by-annotation, allout-flag-region):
13532 Reduce possibility of overlay leakage by making them volatile.
13533
13534 * allout-widgets.el (allout-widgets-tally): Define as nil so the
13535 hash is not shared between buffers. Mode initialization is
13536 responsible for giving it a useful starting value.
13537 (allout-item-span): Reduce possibility of overlay leakage by
13538 making them volatile.
13539 (allout-widgets-count-buttons-in-region): Add diagnostic function
13540 for tracking down button overlay leaks.
13541
ea622834
LL
135422011-03-29 Leo Liu <sdl.web@gmail.com>
13543
13544 * ido.el (ido-read-internal): Use the default history var
13545 minibuffer-history if no HISTORY is specified.
13546
b62f8267
G
135472011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
13548
03408648
SM
13549 * net/imap.el (imap-shell-open, imap-process-connection-type):
13550 Use imap-process-connection-type for 'shell' streams as well as
b62f8267
G
13551 Kerberos, SSL, other subprocesses.
13552
947b6566
LL
135532011-03-28 Leo Liu <sdl.web@gmail.com>
13554
13555 * abbrev.el (abbrev-table-empty-p): New function.
13556 (prepare-abbrev-list-buffer): Place empty abbrev tables after
13557 nonempty ones. (Bug#5937)
13558
5ffb62aa
JD
135592011-03-27 Jan Djärv <jan.h.d@swipnet.se>
13560
13561 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
13562
7a097943
LL
135632011-03-27 Leo Liu <sdl.web@gmail.com>
13564
13565 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
13566 for foreground and background colors.
13567 (ansi-color-make-color-map): Adapt.
13568
c5b40130
LL
135692011-03-25 Leo Liu <sdl.web@gmail.com>
13570
1f48f7d2
LL
13571 * midnight.el (midnight-time-float): Remove. Note it calculates
13572 the microsecond component incorrectly and seconds-to-time does the
13573 same job.
625897ec 13574 Remove redundant (require 'timer).
1f48f7d2 13575
c5b40130
LL
13576 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
13577 (ido-completions): Remove unused arguments. (Bug#8329)
13578
d86d2721
SM
135792011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
13580
13581 * minibuffer.el (completion--flush-all-sorted-completions):
13582 Remove itself from hook.
13583 (completion-at-point): Let the functions perform the completion
13584 immediately and return nil or t.
13585 * comint.el (comint-dynamic-complete-functions): Now identical to
13586 completion-at-point-functions.
13587 (comint-dynamic-list-input-ring): Remove unused var `index'.
13588 (comint--match-partial-filename, comint--unquote&expand-filename):
13589 New funs, split from comint-match-partial-filename.
13590 (comint-dynamic-complete): Use completion-at-point.
13591 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
13592
e8974c48
DA
135932011-03-24 Drew Adams <drew.adams@oracle.com>
13594
13595 * thingatpt.el: Support `defun'.
13596
def71b5e
LL
135972011-03-23 Leo Liu <sdl.web@gmail.com>
13598
cb5af48e
LL
13599 * abbrevlist.el: Move to obsolete/abbrevlist.el.
13600
def71b5e
LL
13601 * help-mode.el (help-mode-finish): Tweak regexp.
13602
927c53e7
GM
136032011-03-23 Glenn Morris <rgm@gnu.org>
13604
18d05bed
GM
13605 * eshell/esh-opt.el (eshell-eval-using-options):
13606 Do not bind unused local variable `eshell-option-stub'.
13607
927c53e7
GM
13608 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
13609
9d0da923
JB
136102011-03-22 Juanma Barranquero <lekktu@gmail.com>
13611
13612 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
13613 keymap variable in `with-no-warnings' to avoid a warning when the
13614 keymap has been already `defconst'ed.
13615
4b978a67
LL
136162011-03-22 Leo Liu <sdl.web@gmail.com>
13617
13618 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
13619 encode all chars in abbrevs; otherwise use emacs-mule or
13620 utf-8-emacs. (Bug#8308)
13621
5fd62452
JB
136222011-03-22 Juanma Barranquero <lekktu@gmail.com>
13623
0b1596c6
JB
13624 * simple.el (backward-delete-char-untabify):
13625 Avoid warning about using `delete-backward-char'.
13626
5fd62452
JB
13627 * image.el (image-type-file-name-regexps): Make it variable.
13628 `imagemagick-register-types' modifies it, and the user may want
13629 to add new extensions for known image types.
13630 (imagemagick-register-types): Throw error if not using ImageMagick.
13631
0b4e93f1
LL
136322011-03-22 Leo Liu <sdl.web@gmail.com>
13633
13634 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
13635 located before rcirc-prompt-end-marker.
13636 (rcirc-complete): Error if point is not after rcirc prompt.
13637 Handle the case when table is nil.
9882e214 13638 (rcirc-user-authenticated): Define to fix compiler warning.
0b4e93f1 13639
fccee4ab
CY
136402011-03-22 Chong Yidong <cyd@stupidchicken.com>
13641
13642 * custom.el (custom--inhibit-theme-enable): Make it affect only
13643 custom-theme-set-variables and custom-theme-set-faces.
13644 (provide-theme): Ignore custom--inhibit-theme-enable.
13645 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
13646 (custom-enabling-themes): Delete variable.
d86d2721
SM
13647 (enable-theme): Accept only loaded themes as arguments.
13648 Ignore the special custom-enabled-themes variable.
fccee4ab
CY
13649 (custom-enabled-themes): Forbid themes from setting this.
13650 Eliminate use of custom-enabling-themes.
13651 (custom-push-theme): Quote "changed" custom var entry.
0357c7ae 13652
af896da6
LL
136532011-03-21 Leo Liu <sdl.web@gmail.com>
13654
13655 * ido.el (ido-read-internal): Add ido-selected to history instead
13656 of user input.
13657
78f64af0
SM
136582011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
13659
13660 * subr.el (deferred-action-list, deferred-action-function):
13661 Mark obsolete.
13662
b16ac1ec
LL
136632011-03-21 Leo Liu <sdl.web@gmail.com>
13664
810f7698
LL
13665 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
13666 change on 2011-02-13 (bug#8309).
13667
b16ac1ec
LL
13668 * minibuffer.el (read-file-name-function): Change default value.
13669 (read-file-name--defaults): Rename from read-file-name-defaults.
13670 (read-file-name-default): Rename from read-file-name.
13671 (read-file-name): Call read-file-name-function.
13672
4e05e67e
GM
136732011-03-21 Glenn Morris <rgm@gnu.org>
13674
13675 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
13676 Doc fixes.
13677
4359915b
CY
136782011-03-21 Chong Yidong <cyd@stupidchicken.com>
13679
13680 * cus-theme.el: Add missing provide statement.
13681 (customize-create-theme): Extract theme value correctly.
13682 (custom-theme-visit-theme): Autoload.
13683 (customize-create-theme): Prompt before inserting default faces.
13684
1fe275ee
JB
136852011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
13686
13687 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
13688 units and musical notes.
13689
cd394be1 136902011-03-20 Leo Liu <sdl.web@gmail.com>
3ec03f7e
LL
13691
13692 * ido.el (ido-read-internal): Use completing-read-default.
13693 (ido-completing-read): Fix compatibility with completing-read.
13694
7d476bde
CO
136952011-03-20 Christian Ohler <ohler@gnu.org>
13696
13697 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
13698 (ert-delete-all-tests): Use `called-interactively-p' rather than
13699 `interactive-p'.
13700 (ert--make-xrefs-region): Respect END.
13701
fe0fb33e
CY
137022011-03-19 Chong Yidong <cyd@stupidchicken.com>
13703
ff854b0b
CY
13704 * dired-aux.el (dired-create-directory): Signal an error if the
13705 directory already exists (Bug#8246).
13706
fe0fb33e
CY
13707 * facemenu.el (list-colors-display): Call list-faces-display
13708 inside with-help-window.
13709 (list-colors-print): Use display property to align the final
13710 column, instead of checking window-width.
13711
576bce32
EZ
137122011-03-19 Eli Zaretskii <eliz@gnu.org>
13713
4d61f28d 13714 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
576bce32
EZ
13715 windows-nt systems.
13716 (emerge-protect-metachars): Quote correctly for ms-dos and
13717 windows-nt systems.
13718
89c41d68 137192011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
e6ce307c
RS
13720
13721 * info.el (info-initialize): Replace all uses of `:' with
13722 path-separator for compatibility with non-Unix systems.
13723 Cache quoting of path-separator. (Bug#8258)
13724
b14e3e21 137252011-03-19 Juanma Barranquero <lekktu@gmail.com>
ad22b7f7
JB
13726
13727 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
13728 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
13729 (mouse-avoidance-mode): Fix typos in docstrings.
13730
4525ce3e
CY
137312011-03-19 Chong Yidong <cyd@stupidchicken.com>
13732
13733 * startup.el (package-subdirectory-regexp): Move from package.el.
13734 Omit \\` and \\', and let callers add them.
13735
13736 * emacs-lisp/package.el (package-strip-version)
13737 (package-load-all-descriptors): Add \\` and \\' to
13738 package-subdirectory-regexp before using it.
13739 (package-untar-buffer): New arg DIR; ensure that file untars only
13740 into this expected directory. Remove superfluous delete-region.
13741 (package-unpack): Caller changed.
13742 (package-tar-file-info): Use package-subdirectory-regexp.
13743
a904a09a 137442011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1518e4f0 13745
a904a09a
SM
13746 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
13747 diff-mode-shared-map (bug#8284).
13748 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
1518e4f0
G
13749
137502011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
13751
13752 * calendar/time-date.el (format-seconds): Use assoc instead of
13753 assoc-string, since assoc-string doesn't exist in XEmacs.
13754
171fc304
JB
137552011-03-17 Juanma Barranquero <lekktu@gmail.com>
13756
13757 * custom.el (custom-known-themes): Reflow docstring.
13758 (custom-theme-load-path): Fix typo in docstring.
13759 (load-theme): Fix typo in error message.
13760 (custom-available-themes, custom-variable-theme-value):
13761 Use `let', not `let*'.
13762
d71990a1
JB
137632011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
13764
13765 * calc/README: Mention inclusion of musical notes.
13766
13767 * calc/calc-units.el (calc-lu-quant): Rename from
13768 `calc-logunits-quantity'.
13769 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
13770 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
13771 (calc-db): Rename from `calc-dblevel'.
13772 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
13773 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
13774 (calc-np): Rename from `calc-nplevel'.
13775 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
13776 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
13777 (calc-lu-plus): Rename from `calc-logunits-add'.
13778 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
13779 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
13780 (calc-lu-minus): Rename from `calc-logunits-sub'.
13781 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
13782 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
13783 (calc-lu-times): Rename from `calc-logunits-mul'.
13784 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
13785 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
13786 (calc-lu-divide): Rename from `calc-logunits-div'.
13787 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
13788 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
13789
13790 * calc/calc-ext.el (calc-init-extensions): Update the names of the
13791 functions being autoloaded.
13792
13793 * calc/calc.el (calc-lu-power-reference): Rename from
13794 `calc-logunits-power-reference'.
13795 (calc-lu-field-reference): Rename from
13796 `calc-logunits-field-reference'.
13797
7a71b18d
GM
13798 * calc/calc-help.el (calc-l-prefix-help):
13799 Mention musical note functions.
d71990a1 13800
40c2934b
SM
138012011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
13802
13803 * minibuffer.el (completion-all-sorted-completions):
13804 Use :completion-cycle-penalty text property if present.
13805
b0911414
KM
138062011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
13807
13808 * allout.el (allout-yank-processing): Adjust for new rebulleting
13809 regime so bullet being yanked is used without prompting the user
13810 for a choice.
13811
8a05b668
JB
138122011-03-16 Juanma Barranquero <lekktu@gmail.com>
13813
13814 * startup.el (command-line): Warn the user that _emacs is deprecated.
13815
5ba5fb81
JB
138162011-03-16 Juanma Barranquero <lekktu@gmail.com>
13817
13818 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
13819 (delphi-verbose, delphi-comment-face, delphi-string-face)
13820 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
13821 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
13822 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
13823 (delphi-new-comment-line, delphi-font-lock-defaults)
13824 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
13825 Fix typos in docstrings.
13826
2dab465b
KM
138272011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
13828
5ba5fb81 13829 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
2dab465b
KM
13830 Invert the roles of character and string values for INSTEAD, so a
13831 string is used for the more common case of a defaulting prompt.
13832
0adf5618
SM
138332011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
13834
13835 * progmodes/ruby-mode.el (ruby-backward-sexp):
13836 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
13837 * play/gamegrid.el (gamegrid-make-face):
13838 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
13839 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
13840 * notifications.el (notifications-notify):
13841 * net/xesam.el (xesam-search-engines):
13842 * net/quickurl.el (quickurl-list-insert):
13843 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
13844
d72700e5
CY
138452011-03-15 Chong Yidong <cyd@stupidchicken.com>
13846
13847 * startup.el (command-line): Update package subdirectory regexp.
13848
49c5410a
SM
138492011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
13850
c6eee9aa
SM
13851 * allout.el (allout-abbreviate-flattened-numbering)
13852 (allout-mode-deactivate-hook): Fix up obsolescence "date".
13853
49c5410a
SM
13854 * subr.el (read-char-choice): Only show the cursor after the prompt,
13855 not after the answer.
13856
047b2bb9
KR
138572011-03-15 Kevin Ryde <user42@zip.com.au>
13858
13859 * help-fns.el (variable-at-point): Skip leading quotes, if any
13860 (bug#8253).
13861
0a57d256
SM
138622011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
13863
13864 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
13865 warning message.
13866
77c992bc
MA
138672011-03-14 Michael Albinus <michael.albinus@gmx.de>
13868
13869 * shell.el (shell): When called interactively, offer to change the
13870 shell file name on remote hosts.
13871
eebc475d
TZ
138722011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
13873
13874 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
13875 integration for LDAP parameters. The host, base, user or binddn,
13876 and secret tokens can be specified in a netrc file, for instance.
13877 This is optional because an `auth-source' parameter must be
13878 specified in the search attributes.
13879
9d05d1ba
JB
138802011-03-13 Juanma Barranquero <lekktu@gmail.com>
13881
13882 * help.el (describe-mode): Link to the mode's definition (bug#8185).
13883
09d9db2c
GM
138842011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
13885
13886 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
13887 into declaration. Remove redundant and harmful binding.
13888
138892011-03-12 Eli Zaretskii <eliz@gnu.org>
13890
13891 * files.el (file-ownership-preserved-p): Pass `integer' as an
13892 explicit 2nd argument to `file-attributes'. If the file's owner
13893 is the Administrators group on Windows, and the current user is
13894 Administrator, consider that a match.
13895
13896 * server.el (server-ensure-safe-dir): Consider server directory
13897 safe on MS-Windows if its owner is the Administrators group while
13898 the current Emacs user is Administrator. Use `=' to compare
13899 numerical UIDs, since they could be integers or floats.
13900
219bd536
JB
139012011-03-12 Juanma Barranquero <lekktu@gmail.com>
13902
13903 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
13904
f3afd36b
MA
139052011-03-12 Michael Albinus <michael.albinus@gmx.de>
13906
13907 Sync with Tramp 2.2.1.
13908
13909 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
13910
13911 * net/trampver.el: Update release number.
13912
3aaaa6f1
SM
139132011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
13914
94642599
SM
13915 * progmodes/compile.el (compilation--previous-directory): Fix up
13916 various nil/dead-marker mismatches (bug#8014).
13917 (compilation-directory-properties, compilation-error-properties):
13918 Don't call it at a position past the one we're about to change.
13919
3aaaa6f1
SM
13920 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
13921 Disable obsolescence warnings in the file that declares it.
13922
14239447
KM
139232011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
13924
099c39a4
JB
13925 * allout-widgets.el (allout-widgets-tally):
13926 Initialize allout-widgets-tally as a hash table rather than nil to
13927 prevent mode-line redisplay warnings. Also, clarify the module
13928 description and fix a comment typo.
14239447 13929
135e287c
JB
139302011-03-11 Juanma Barranquero <lekktu@gmail.com>
13931
13932 * help-fns.el (describe-variable): Don't complete keywords.
13933 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
13934
ffbf300e
CY
139352011-03-10 Chong Yidong <cyd@stupidchicken.com>
13936
ba08b241
CY
13937 * emacs-lisp/package.el (package-version-join): Impose a standard
13938 string representation for pre/alpha/beta version lists.
13939 (package-unpack-single): Standardize the directory name by passing
13940 it through package-version-join.
13941 (package-strip-rcs-id): Accept any version string that does not
13942 signal an error in version-to-list.
ffbf300e 13943
f346fd6b
MA
139442011-03-10 Michael Albinus <michael.albinus@gmx.de>
13945
13946 * simple.el (delete-trailing-whitespace): Return nil for the
13947 benefit of `write-file-functions'.
13948
ccb55d27
GM
139492011-03-10 Glenn Morris <rgm@gnu.org>
13950
5ceaac0c
GM
13951 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
13952
02da65ff
GM
13953 * vc/vc-git.el (vc-git-program): New option.
13954 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
13955 (vc-git--call): Use it.
13956
b2f603cc
GM
13957 * eshell/esh-util.el (eshell-condition-case): Doc fix.
13958
5772caab
GM
13959 * cus-edit.el (Custom-newline): If no button at point, look
13960 for a subgroup button at start-of-line. (Bug#2298)
13961
ccb55d27
GM
13962 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
13963
ec6ecaed
JD
139642011-03-10 Julien Danjou <julien@danjou.info>
13965
13966 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
13967 `cursor-type' is nil.
13968
9d5aa01d
JB
139692011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
13970
13971 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
13972
b6a5875b
KM
139732011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
13974
7a71b18d 13975 * allout.el: Change so yank of distinctive-bullet items
b6a5875b
KM
13976 preserves the existing header prefix, rebulleting it if necessary,
13977 rather than replacing it. This is necessary for proper operation
13978 of cooperative addons like allout-widgets.
1154d12e
JB
13979 (allout-make-topic-prefix, allout-rebullet-heading):
13980 Change SOLICIT arg to INSTEAD, and interpret additionally a string
13981 value as alternate bullet to be used, instead of prompting the user
13982 for a bullet character.
b6a5875b 13983
ee545c35
MA
139842011-03-09 Michael Albinus <michael.albinus@gmx.de>
13985
d86d2721
SM
13986 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
13987 Do not use `tramp-file-name-port', because this returns also
ee545c35
MA
13988 `tramp-default-port'.
13989
c47971d7
DD
139902011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
13991
13992 * net/rcirc.el (rcirc-handler-001): Remove useless
13993 with-rcirc-process-buffer.
13994 (rcirc-check-auth-status): Swap arguments to string-match.
13995
13522cb4
GM
139962011-03-09 Glenn Morris <rgm@gnu.org>
13997
0be6f4f1
GM
13998 * shell.el (shell-mode):
13999 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
14000
13522cb4
GM
14001 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
14002 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
14003
515de2e3
CY
140042011-03-08 Chong Yidong <cyd@stupidchicken.com>
14005
14006 * emacs-lisp/package.el (package-refresh-contents)
14007 (package-menu-execute): Use condition-case-no-debug.
14008
b511b994
MA
140092011-03-08 Michael Albinus <michael.albinus@gmx.de>
14010
14011 * simple.el (shell-command-to-string): Use `process-file'.
14012
14013 * emacs-lisp/package.el (package-tar-file-info): Handle also
14014 remote files.
14015
d86d2721
SM
14016 * emacs-lisp/package-x.el (package-upload-buffer-internal):
14017 Use `equal' for upload base check.
b511b994 14018
25bbfb31
AM
140192011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
14020
14021 * textmodes/texinfo.el (texinfo-environments):
14022 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
14023
be996521
GM
140242011-03-08 Glenn Morris <rgm@gnu.org>
14025
e9c8529f
GM
14026 * cus-start.el (cursor-in-non-selected-windows):
14027 Fix :set quoting oddness. (Bug#8192)
14028
be996521
GM
14029 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
14030 in some setf expressions. (Bug#2159)
14031
2bb5649e
CY
140322011-03-08 Chong Yidong <cyd@stupidchicken.com>
14033
14034 * custom.el (custom-available-themes): Return themes in
14035 alphabetical order.
14036
33383987 14037See ChangeLog.15 for earlier changes.
e3d51b27
MR
14038
14039;; Local Variables:
14040;; coding: utf-8
e3d51b27
MR
14041;; End:
14042
acaf905b 14043 Copyright (C) 2011-2012 Free Software Foundation, Inc.
e3d51b27
MR
14044
14045 This file is part of GNU Emacs.
14046
14047 GNU Emacs is free software: you can redistribute it and/or modify
14048 it under the terms of the GNU General Public License as published by
14049 the Free Software Foundation, either version 3 of the License, or
14050 (at your option) any later version.
14051
14052 GNU Emacs is distributed in the hope that it will be useful,
14053 but WITHOUT ANY WARRANTY; without even the implied warranty of
14054 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14055 GNU General Public License for more details.
14056
14057 You should have received a copy of the GNU General Public License
14058 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.