Extend mouse support on W32 text-mode console.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
34a008d9
AH
12012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
2
3 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
4
0a3b289f
GM
52012-05-26 Glenn Morris <rgm@gnu.org>
6
7 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
8
758c81e8
GM
92012-05-25 Glenn Morris <rgm@gnu.org>
10
f9f334f0
GM
11 * paths.el: Remove no-byte-compile.
12 * loadup.el: No need to load paths.el uncompiled.
13
87eb79c2
GM
14 * image.el (imagemagick-types-inhibit): Doc fix.
15
758c81e8
GM
16 * version.el: Remove no-byte-compile and associated formatting.
17 * loadup.el: No need to load version.el uncompiled. AFAICS, this
18 is ancient code from when there was an "inc-vers.el".
19
e7e85dc0
SM
202012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
21
22 * progmodes/gdb-mi.el: Minor style changes.
23 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
24 Turn into minor modes.
25 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
26 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
27 (gdb-shell): Remove unneeded let-binding.
28 (gdb-get-many-fields): Eliminate O(n²) behavior.
29
f31237a4
EZ
302012-05-25 Eli Zaretskii <eliz@gnu.org>
31
32 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
33 platforms that don't link in fontset.c.
34
bc1b21bb
JL
352012-05-25 Juri Linkov <juri@jurta.org>
36
37 Use the same diff color scheme as in modern VCSes (bug#10181).
38
39 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
40 to avoid confusion with `diff-added' that now uses green colors.
41 (diff-removed): Use shades of red.
42 (diff-added): Use shades of green.
43 (diff-changed): Leave just the yellow color.
44 (diff-use-changed-face): New variable.
45 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
46 how to highlight context diff changes.
47 (diff-refine-change): Use shades of yellow.
48 (diff-refine-removed): New face that uses shades of red.
49 (diff-refine-added): New face that uses shades of green.
50 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
51 `diff-refine-removed' in the call to `smerge-refine-subst'
52 depending on the value of `diff-use-changed-face'.
53
54 * vc/smerge-mode.el (smerge-mine): Use shades of red.
55 (smerge-other): Use shades of green.
56 (smerge-base): Use shades of yellow.
57 (smerge-refined-change): Empty face.
58 (smerge-refined-removed): New face that uses shades of red.
59 (smerge-refined-added): New face that uses shades of green.
60 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
61 args `props-r' and `props-a', and use them. Doc fix.
62 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
63 on its value use different faces `smerge-refined-change',
64 `smerge-refined-removed', `smerge-refined-added' in the call to
65 `smerge-refine-subst'.
66
67 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
68 Add face condition `min-colors 88' with shades of red.
69 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
70 `min-colors 88' with shades of green.
71 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
72 `min-colors 88' with shades of yellow.
73
6df9112c
GM
742012-05-24 Glenn Morris <rgm@gnu.org>
75
ead5edc0
GM
76 * paths.el (prune-directory-list, remote-shell-program): Move to...
77 * files.el (prune-directory-list, remote-shell-program): ...here.
78 For the latter, delay initialization, prefer ssh, just search PATH.
79
f18b81e6
GM
80 * paths.el (term-file-prefix): Move to faces.el (the only user).
81 * faces.el (term-file-prefix): Move here, make it a defcustom.
82
ee2f89a6
GM
83 * paths.el (news-directory, news-path, news-inews-program):
84 Move to gnus/nnspool.el.
61a583ca 85
f8815e4c
GM
86 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
87
c8f3b42c
GM
88 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
89 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
90 Make the latter a defcustom, with a delayed initialization.
91
6df9112c
GM
92 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
93 These were deleted from Gnus itself late 2010.
94
5dadff36
JB
952012-05-22 Juanma Barranquero <lekktu@gmail.com>
96
9e1701c6
JB
97 * progmodes/which-func.el (which-func-ff-hook):
98 Check against user-error, not error.
99
bd7239f5 100 * emacs-lisp/edebug.el (top): Do not load or set up loading of
5dadff36
JB
101 cl-specs.el, which no longer exists.
102
3290526d
GM
1032012-05-22 Glenn Morris <rgm@gnu.org>
104
105 * info.el (info-emacs-bug): New command.
106 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
107 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
108
ff0c3cfb
GM
1092012-05-21 Glenn Morris <rgm@gnu.org>
110
111 * makefile.w32-in (update-subdirs-SH):
112 * Makefile.in (update-subdirs): Update for moved update-subdirs.
113
5814f126
SM
1142012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
115
a52c0aa0
SM
116 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
117
5814f126
SM
118 * progmodes/compile.el (compilation-error-regexp-alist-alist):
119 Simplify Maven regexp, and make sure the file can't start with a space
120 (bug#11517).
121
b847032c
GM
1222012-05-21 Glenn Morris <rgm@gnu.org>
123
124 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
125 Scrap superfluous subshells.
126
3858bfe7
SM
1272012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
128
129 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
130 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
131
d14b0029
JB
1322012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
133
134 * calc/calc.el (calc-ensure-consistent-units): New variable.
135
a52c0aa0
SM
136 * calc/calc-units.el (math-consistent-units-p)
137 (math-check-unit-consistency): New functions.
138 (calc-quick-units, calc-convert-units):
139 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
140 is non-nil.
d14b0029
JB
141 (calc-extract-units): Fix typo.
142
60c4db3a
SM
1432012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
144
77f3b62e
SM
145 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
146
60c4db3a
SM
147 * textmodes/flyspell.el: Commenting style, plus code simplifications.
148 (flyspell-default-deplacement-commands): Don't spell check after
149 repeated window/frame switches (e.g. triggered by mouse-movement).
150 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
151 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
152 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
153 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
154 Remove unused vars.
155 (flyspell-get-casechars, flyspell-get-not-casechars):
156 Simplify; Don't bother removing a ] just to add it back.
157 * textmodes/ispell.el (ispell-program-name): Use executable-find.
158
b1a10716
RS
1592012-05-18 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
160
161 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
162 New functions.
bd7239f5 163 (math-function-table): Add support for more C functions.
b1a10716 164
3f1b25b5
AM
1652012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es>
166
167 * flyspell.el (flyspell-check-pre-word-p, flyspell-check-word-p)
168 (flyspell-debug-signal-word-checked): Protect delay handling for
169 otherchars against empty otherchars.
170
b581bb5c
SM
1712012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
172
173 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
174 their respective macro declarations.
175 * skeleton.el (define-skeleton):
176 * progmodes/compile.el (define-compilation-mode):
177 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
178 (define-ibuffer-filter):
179 * emacs-lisp/generic.el (define-generic-mode):
180 * emacs-lisp/easy-mmode.el (define-minor-mode)
181 (define-globalized-minor-mode):
182 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
183 * emacs-lisp/byte-run.el (defsubst):
184 * custom.el (deftheme): Add doc-string metadata.
185
70b8ef8f
SM
1862012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
187
188 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
189
b1198e17
SM
1902012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
191
9abdc45d
SM
192 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
193
b1198e17
SM
194 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
195 * emacs-lisp/cl-macs.el: Idem.
196 * emacs-lisp/cl-specs.el: Remove.
197
4735906a
SM
1982012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
199
200 Minor renaming of internal CL functions and variables.
201 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
202 (cl--position): Rename from cl-position.
203 (cl--delete-duplicates): Rename from cl-delete-duplicates.
204 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
205 (cl--random-state): Rename from *random-state*.
206
ac348012
SM
2072012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
208
209 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
210 parens around the arg list (bug#11499).
211
a0a79cde
JL
2122012-05-17 Juri Linkov <juri@jurta.org>
213
214 * isearch.el (word-search-regexp, word-search-backward)
215 (word-search-forward, word-search-backward-lax)
216 (word-search-forward-lax): Move functions from search.c
217 (bug#10145, bug#11381).
218
65034a51
AM
2192012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es>
220
221 * flyspell.el (flyspell-check-pre-word-p, flyspell-check-word-p)
222 (flyspell-debug-signal-word-checked): Delay for otherchars as for
223 normal word components.
224
1a72a195
SM
2252012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
226
227 * minibuffer.el (completion--sifn-requote): Fix last change.
228 (minibuffer-local-must-match-filename-map):
229 Move define-obsolete-variable-alias before its var.
230
fdb058c2
SM
2312012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
232
c41045e6
SM
233 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
234
036dfb8b
SM
235 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
236 behavior.
237 (completion--string-equal-p): New function.
238 (completion--twq-all): Use it to get better assertion failure data.
239
2473256d
SM
240 Only handle ".." and '..' quoting in shell-mode (bug#11466).
241 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
242 (shell--requote-argument): New functions.
243 (shell-completion-vars): Use them.
244 (shell--parse-pcomplete-arguments): Rename from
245 shell-parse-pcomplete-arguments.
246 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
247 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
248 Obey comint-file-name-quote-list.
249
fdb058c2
SM
250 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
251 (smie-indent-keyword): Use it.
252
51fa99f1
SM
2532012-05-14 Stefan Merten <smerten@oekonux.de>
254
255 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
256
e18afed7 2572012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
d9d1dfef
SM
258
259 * net/rlogin.el (rlogin-mode-map): Fix last change.
260
e18afed7 2612012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
8633b1f4
JW
262
263 * mail/smtpmail.el (smtpmail-send-command): Send the command and
264 the following \r\n using a single `process-send-string', since the
265 Lotus SMTP server refuses to accept any commands if they are sent
e18afed7 266 with two `process-send-string's (Bug#11444).
8633b1f4 267
e18afed7 2682012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
fe263b8f 269
fdb058c2
SM
270 * shell.el (shell-parse-pcomplete-arguments):
271 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
e18afed7 272
2d21d7f6
WJ
2732012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
274
e18afed7 275 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
2d21d7f6
WJ
276 (image-transform-scale, image-transform-right-angle-fudge): New vars.
277 (image-transform-width, image-transform-fit-width): New functions.
278 (image-transform-properties): Use them.
279 (image-transform-check-size): New function.
280 (image-toggle-display-image): Use it (for testing).
281 (image-transform-set-rotation): Reduce angle mod 360.
282 Delete obsolete comment.
283
7102e6d0
WJ
2842012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
285
286 * image-mode.el: Fix scaling (bug#11399).
287 (image-transform-resize): Doc fix.
288 (image-transform-properties): Default scale is 1 and height should
289 be an integer.
290
06bc5e6e
SM
2912012-05-13 Johan Bockgård <bojohan@gnu.org>
292
293 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
294 than hard-coding `car', to fix misbehavior when moving forward.
295
0ae03b6a
CY
2962012-05-13 Chong Yidong <cyd@gnu.org>
297
298 * emacs-lisp/tabulated-list.el (tabulated-list-format)
299 (tabulated-list-entries, tabulated-list-padding)
300 (tabulated-list-sort-key): Make permanent-local.
301
302 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
303 (electric-buffer-list): Put electric buffer menu
304 command descriptions in this docstring, instead of the docstring
305 of electric-buffer-menu-mode. Code cleanups.
306 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
307 Electric-buffer-menu-mode.
308 (electric-buffer-update-highlight): Minor code cleanup.
309
205a7391
MA
3102012-05-13 Michael Albinus <michael.albinus@gmx.de>
311
312 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
313 (Bug#11447)
314
e5bd0a28
SM
3152012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
316
317 Move define-obsolete-variable-alias before the var's definition.
318 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
319 * tooltip.el (tooltip-hook):
320 * textmodes/reftex-toc.el (reftex-toc-map):
321 * textmodes/reftex-sel.el (reftex-select-label-map)
322 (reftex-select-bib-map):
323 * textmodes/reftex-index.el (reftex-index-map)
324 (reftex-index-phrases-map):
325 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
326 * progmodes/meta-mode.el (meta-mode-map):
327 * novice.el (disabled-command-hook):
328 * loadhist.el (unload-hook-features-list):
329 * frame.el (blink-cursor):
330 * files.el (find-file-not-found-hooks, write-file-hooks)
331 (write-contents-hooks):
332 * emulation/tpu-edt.el (GOLD-map):
333 * emacs-lock.el (emacs-lock-from-exiting):
334 * emacs-lisp/generic.el (generic-font-lock-defaults):
335 * emacs-lisp/chart.el (chart-map):
336 * dos-fns.el (register-name-alist):
337 * dired-x.el (dired-omit-files-p):
338 * desktop.el (desktop-enable):
339 * cus-edit.el (custom-mode-hook):
340 * buff-menu.el (buffer-menu-mode-hook):
341 * bookmark.el (bookmark-read-annotation-text-func)
342 (bookmark-exit-hooks):
343 * allout.el (allout-mode-deactivate-hook)
344 (allout-exposure-change-hook, allout-structure-added-hook)
345 (allout-structure-deleted-hook, allout-structure-shifted-hook):
346 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
347 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
348 comes before the corresponding variable's definition.
349
ac59c2f6
CY
3502012-05-12 Chong Yidong <cyd@gnu.org>
351
352 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
0d909786
CY
353 (Buffer-menu-mouse-select): Restore function (Bug#11459).
354 (Buffer-menu-mode-map): Bind it.
355 (Buffer-menu--pretty-name): Add a mouse-face property.
ac59c2f6 356
dee6c9a3
SM
3572012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
358
2171cea5
SM
359 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
360 (prolog-upper-case-string, prolog-lower-case-string)
361 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
362 (prolog-use-smie, prolog-smie-grammar): New vars.
363 (prolog-smie-forward-token, prolog-smie-backward-token)
364 (prolog-smie-rules): New funs.
365 (prolog-comment-indent): Remove.
366 (prolog-mode-variables): Use default comment indentation instead.
367 Setup SMIE.
368 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
369 (prolog-mode): Don't call them any more.
370 (prolog-electric-colon, prolog-electric-dash)
371 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
372
aa0382bd
SM
373 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
374
dbacb4bd
SM
375 * minibuffer.el (completion--twq-all): Again, allow case differences.
376
13bdd94c
SM
377 * term.el: Move keymap initialization code to be more idiomatic.
378 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
379 (term-terminal-menu): Move initialization into declaration.
380 (term-escape-char): Let the user set it in her .emacs.
381
ff46c759
SM
382 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
383 Provide SMIE-based indentation (not enabled by default yet).
384 (sh-mode-map): Don't bind electric keys.
385 Use electric-pair-mode instead of skeleton-pair.
386 (sh-assignment-regexp): Fit within 80 columns.
387 (sh-indent-supported): Specify actual shell name instead of boolean.
388 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
389 (sh-maybe-here-document): Use it. Make obsolete.
390 (sh-electric-here-document-mode) New minor mode.
391 (sh-mode): Use it. Don't set sh-indent-supported-here here.
392 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
393 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
394 (sh-smie-rc-grammar, sh-use-smie): New vars.
395 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
396 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
397 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
398 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
399 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
400 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
401 (sh-set-shell): Use smie-setup if requested.
402
dee6c9a3
SM
403 * term.el (term-set-escape-char): Properly set term-escape-char.
404 See http://stackoverflow.com/questions/10524656.
405
9f9aa044
CY
4062012-05-10 Chong Yidong <cyd@gnu.org>
407
408 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
409 Use url-generic-parse-url, and handle host names and Windows
410 filenames properly.
411 (ffap-url-unwrap-remote): Use url-generic-parse-url.
412 (ffap-url-unwrap-remote): Accept list values, specifying a list of
413 URL schemes to work on.
414 (ffap--toggle-read-only): New function.
415 (ffap-read-only, ffap-read-only-other-window)
416 (ffap-read-only-other-frame): Use it.
417 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
418 necessary for ffap-url-unwrap-remote.
419
836d29b3
DA
4202012-05-10 Dave Abrahams <dave@boostpro.com>
421
422 * cus-start.el (create-lockfiles): Add it.
423
00fd78ed
CY
4242012-05-09 Chong Yidong <cyd@gnu.org>
425
426 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
427 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
428
666b903b 4292012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
1cb51c12
SM
430
431 * shell.el (shell-completion-vars): Fix last change (bug#11348).
432
666b903b 4332012-05-09 Chong Yidong <cyd@gnu.org>
18f00515
CY
434
435 * ansi-color.el (ansi-color-process-output): Check for validity of
436 comint-last-output-start before using it. This avoids a bad
437 interaction with gdb-mi's input/output buffer.
438
666b903b 4392012-05-09 Glenn Morris <rgm@gnu.org>
fd075e7b
GM
440
441 * files.el (dir-locals-read-from-file):
442 Mention dir-locals in any error message.
443
666b903b 4442012-05-09 Chong Yidong <cyd@gnu.org>
25f292cd
CY
445
446 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
447 package (Bug#11410).
448
f677562b
CY
449 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
450 variables into description.
451
666b903b 4522012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
3d53ee1b
SM
453
454 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
455 shell-delimiter-argument-list (bug#11348).
456 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
457
b499d8d0
JB
4582012-05-09 Juanma Barranquero <lekktu@gmail.com>
459
8f6b6da8
JB
460 * textmodes/rst.el: Silence byte-compiler warnings.
461 (rst-re-alist, rst-reset-section-caches): Move around.
462 (rst-re): Use `characterp', not `char-valid-p'.
463 (font-lock-beg, font-lock-end): Declare.
464
4824146a
JB
465 * progmodes/idlw-shell.el (specs): Remove reference to deleted
466 variable `idlwave-shell-activate-alt-keybindings' and simplify.
467
b499d8d0
JB
468 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
469
ad89bb83
GM
4702012-05-08 Glenn Morris <rgm@gnu.org>
471
472 * files.el (auto-mode-alist): Treat ".make" like ".mk".
473
8bba5a75
SM
4742012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
475
49ed9c8e
SM
476 * vc/log-edit.el: Add GNU coding standards highlighting.
477 (log-edit-font-lock-gnu-style)
478 (log-edit-font-lock-gnu-keywords): New vars.
479 (log-edit-font-lock-keywords): New fun.
480 (log-edit-mode): Don't fold case in font-lock.
481 (log-edit-font-lock-keywords): Do not assume case-folding.
482
07d00b56
SM
483 * imenu.el: Misc cleanup. Make docstrings out of comments.
484 Use lexical-binding.
485 (imenu--index-alist, imenu--last-menubar-index-alist)
486 (imenu-menubar-modified-tick): Use defvar-local.
487 (imenu--split-menu): Remove unused var.
488 (imenu--cleanup-seen): Declare as global.
489 (imenu--cleanup): Use dolist.
490
8bba5a75
SM
491 * subr.el (defvar-local): Add debug spec and doc-string position.
492
5075bdb5
GM
4932012-05-08 Glenn Morris <rgm@gnu.org>
494
c052c904
GM
495 * lisp/language/burmese.el, language/cham.el, language/czech.el:
496 * language/english.el, language/georgian.el, language/greek.el:
497 * language/japanese.el, language/khmer.el, language/korean.el:
498 * language/lao.el, language/misc-lang.el, language/romanian.el:
499 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
500 * language/thai.el, language/utf-8-lang.el:
501 Remove no-byte-compile setting.
502
5075bdb5
GM
503 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
504
06f679a7
AH
5052012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
506
507 * progmodes/make-mode.el (makefile-browse):
508 Remove unnecessary interactive. (Bug#11324)
509
03794570
GM
5102012-05-07 Glenn Morris <rgm@gnu.org>
511
af8630f4
GM
512 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
513
03794570
GM
514 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
515
f0809a9d
SM
5162012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
517
28be5ce7
SM
518 * loadup.el: Preload newcomment.el.
519 * newcomment.el: Move autoload-only code to toplevel.
520
f0809a9d
SM
521 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
522 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
523 Handle new :right-align column property.
524 (tabulated-list-print-col): Idem, plus use `display' text-property to
525 try and preserve alignment for variable pitch fonts.
526
1241b724
CY
5272012-05-07 Chong Yidong <cyd@gnu.org>
528
529 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
530 (tabulated-list-use-header-line): New var.
531 (tabulated-list-init-header): Use it.
532 (tabulated-list-print-fake-header): New function.
533 (tabulated-list-print): Use it.
534 (tabulated-list-sort-button-map): Add non-header-line commands.
535 (tabulated-list-init-header): Add column name property to basic
536 labels as well.
537 (tabulated-list-col-sort): Handle non-header-line button case.
538 (tabulated-list--sort-by-column-name): Fix a corner case.
539
f0809a9d
SM
540 * buff-menu.el (list-buffers--refresh):
541 Handle Buffer-menu-use-header-line.
1241b724 542
e5f9458f
CY
5432012-05-06 Chong Yidong <cyd@gnu.org>
544
545 * buff-menu.el: Convert to Tabulated List mode.
546 (Buffer-menu-buffer+size-width): Make obsolete.
547 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
548 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
549 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
550 documentation into docstring of buffer-menu.
551 (Buffer-menu-toggle-files-only): Add an informative message.
552 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
553 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
554 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
555 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
556 (Buffer-menu-execute, Buffer-menu-select)
557 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
558 (Buffer-menu-bury): Use Tabulated List machinery.
559 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
560 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
f0809a9d 561 Delete.
e5f9458f
CY
562 (list-buffers--refresh): New function.
563 (list-buffers-noselect): Use it.
564 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
565 (Buffer-menu--pretty-file-name): New helper functions.
566
567 * loadup.el: Preload tabulated-list.
568
569 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
570 tabulated-list-sort-column.
571 (tabulated-list-init-header): Add the initial aligning space even
572 if tabulated-list-padding is zero.
573
e129292c
CS
5742012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
575
576 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
577 whose cdr is not a cons cell correctly (bug#11038).
578
6632d361
CY
5792012-05-06 Chong Yidong <cyd@gnu.org>
580
e129292c
CS
581 * emacs-lisp/tabulated-list.el (tabulated-list-format):
582 Accept additional plist in column descriptors.
6632d361
CY
583 (tabulated-list-init-header): Obey it.
584 (tabulated-list-get-entry): New function.
585 (tabulated-list-put-tag): Use it. Use string-width instead of
586 length.
587 (tabulated-list--column-number): New function.
588 (tabulated-list-print): Use it.
e129292c
CS
589 (tabulated-list-print-col): New function.
590 Set `tabulated-list-column-name' property on each column's text.
6632d361 591 (tabulated-list-print-entry): Use it.
e129292c
CS
592 (tabulated-list-delete-entry, tabulated-list-set-col):
593 New functions.
6632d361
CY
594 (tabulated-list-sort-column): New command (Bug#11337).
595
3cc99f68
CY
596 * buff-menu.el (list-buffers): Move C-x C-b binding from
597 buff-menu.el to bindings.el.
598
599 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
600 :advertised-binding feature.
601
52b61776
TN
6022012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
603
604 * progmodes/compile.el (compilation-internal-error-properties):
605 Calculate start position correctly when end-col is set but
606 end-line is not (Bug#11382).
607
ebfe2597
WJ
6082012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
609
610 * man.el (Man-unindent): Use text-property-default-nonsticky to
611 prevent untabify from inheriting face properties (Bug#11408).
612
a43f98b3
GM
6132012-05-05 Glenn Morris <rgm@gnu.org>
614
48176e8b
GM
615 * calendar/cal-html.el: Optionally include holidays in the output.
616 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
617 (cal-html-holidays): New option.
618 (cal-html-css-default): Add holiday entry.
619 (holiday-in-range): Autoload it.
620 (cal-html-htmlify-entry): Add optional class argument.
621 (cal-html-htmlify-list): Add optional holidays argument.
622 (cal-html-insert-agenda-days): Include holidays in the output.
623 (cal-html-one-month): Maybe include holidays.
624
a43f98b3
GM
625 * calendar/holidays.el (holiday-in-range):
626 Move here from cal-tex-list-holidays.
627 * calendar/cal-tex.el (cal-tex-list-holidays):
628 Make it an obsolete alias for holiday-in-range. Update all callers.
629
fef9d149 6302012-05-05 Chong Yidong <cyd@gnu.org>
eceeb5fc
CY
631
632 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
633 Nextstep.
634
248da2f4
RW
6352012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
636
637 * files.el (file-auto-mode-skip): New var.
638 (set-auto-mode-1): Use it.
639
f95e9344
SM
6402012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
641
df96ab1e
SM
642 * repeat.el: Use lexical-binding.
643 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
644 (repeat-undo-count): Remove.
645 (repeat):
646 * progmodes/octave-mod.el (octave-abbrev-start):
647 * progmodes/f90.el (f90-abbrev-start):
648 * face-remap.el (text-scale-adjust):
649 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
650
5342bb06
SM
651 * emacs-lisp/pcase.el (pcase--let*): New function.
652 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
653 a bit more.
654 (pcase--split-pred): Be more clever about ruling out overlap between
655 a predicate and some constant pattern.
656 (pcase--q1): Use `null' instead of (eq foo nil).
657
f95e9344
SM
658 * subr.el (setq-local, defvar-local): New macros.
659 (kbd): Redefine as an alias.
660 (with-selected-window): Leave unrelated frames alone.
661 (set-temporary-overlay-map): New function.
662
71873e2b
SM
6632012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
664
665 * subr.el (user-error): New function.
666 * window.el (switch-to-buffer):
667 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
668 (smerge-match-conflict):
669 * simple.el (previous-matching-history-element)
670 (next-matching-history-element, goto-history-element, undo-more)
671 (undo-start):
672 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
673 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
674 (next-file, tags-loop-scan, list-tags, complete-tag):
675 * progmodes/compile.el (compilation-loop):
676 * mouse.el (mouse-minibuffer-check):
677 * man.el (Man-bgproc-sentinel, Man-goto-page):
678 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
679 (Info-history-forward, Info-follow-reference, Info-menu)
680 (Info-extract-menu-item, Info-extract-menu-counting)
681 (Info-forward-node, Info-backward-node, Info-next-menu-item)
682 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
683 (Info-next-reference, Info-prev-reference, Info-index)
684 (Info-index-next, Info-follow-nearest-node)
685 (Info-copy-current-node-name):
686 * imenu.el (imenu--make-index-alist)
687 (imenu-default-create-index-function, imenu-add-to-menubar):
688 * files.el (basic-save-buffer, recover-file):
689 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
690 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
691 (checkdoc-message-text, checkdoc-defun):
692 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
693 * cus-edit.el (customize-changed-options, customize-rogue)
694 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
695 (custom-variable-mark-to-reset-standard)
696 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
697 (custom-file):
698 * completion.el (check-completion-length):
699 * comint.el (comint-search-arg)
700 (comint-previous-matching-input-string-position)
701 (comint-previous-matching-input)
702 (comint-replace-by-expanded-history-before-point, comint-send-input)
703 (comint-copy-old-input, comint-backward-matching-input)
704 (comint-goto-process-mark, comint-set-process-mark):
705 * calendar/calendar.el (calendar-cursor-to-date): Use it.
706 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
707
8a61ee22
SM
7082012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
709
66408d1e
SM
710 * dabbrev.el (dabbrev--ignore-case-p): New function.
711 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
712 Use it.
713
8a61ee22
SM
714 * files.el (automount-dir-prefix): Mark as obsolete.
715
3c74813a
GM
7162012-05-04 Glenn Morris <rgm@gnu.org>
717
718 * patcomp.el, play/bruce.el: Move to obsolete/.
719
0bfcf5c5
PE
7202012-05-04 Paul Eggert <eggert@cs.ucla.edu>
721
722 Fix minor Y10k bugs.
723 * arc-mode.el (archive-unixdate):
724 * autoinsert.el (auto-insert-alist):
725 * calc/calc-forms.el (math-this-year):
726 * emacs-lisp/copyright.el (copyright-current-year)
727 (copyright-update-year, copyright):
728 * tar-mode.el (tar-clip-time-string):
729 * time.el (display-time-update):
730 Don't assume years have 4 digits.
731
78f3273a
CY
7322012-05-04 Chong Yidong <cyd@gnu.org>
733
734 * dos-w32.el (file-name-buffer-file-type-alist)
735 (direct-print-region-use-command-dot-com):
736 * ffap.el (ffap-menu-regexp):
737 * find-file.el (ff-special-constructs):
738 * follow.el (follow-debug):
739 * forms.el (forms--debug):
740 * iswitchb.el (iswitchb-all-frames):
741 * ido.el (ido-all-frames):
742 * emacs-lisp/timer.el (timer-max-repeats):
743 * mail/feedmail.el (feedmail-mail-send-hook)
744 (feedmail-mail-send-hook-queued):
745 * mail/footnote.el (footnote-signature-separator):
746 * mail/mailabbrev.el (mail-alias-separator-string)
747 (mail-abbrev-mode-regexp):
748 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
749 * progmodes/idlwave.el (idlwave-libinfo-file)
750 (idlwave-default-completion-case-is-down)
751 (idlwave-library-routines): Convert defvars to defcustoms.
752
753 * mail/rmail.el (rmail-decode-mime-charset):
754 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
755 (idlwave-shell-fix-inserted-breaks)
756 (idlwave-shell-activate-alt-keybindings)
757 (idlwave-shell-use-breakpoint-glyph):
758 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
759
f7ae6719
SM
7602012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
761
762 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
763
47086495
WS
7642012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
765
766 * progmodes/verilog-mode.el (font-lock-keywords):
767 Fix mis-highligting auto. Reported by Craig Barner.
768 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
769 defines from global name space. Reported by Dan Dever.
770 (verilog-auto-reset, verilog-auto-reset-widths)
771 (verilog-auto-tieoff): Support using unbased numbers for
772 AUTORESET and AUTOTIEOFF.
773 (verilog-submit-bug-report): Update variable list.
774 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
775 parenthesis from not matching. Reported by Michael Rytting.
776 (verilog-auto-template-lint): Fix hash error when linting modules
777 with no used templates.
778 (verilog-warn, verilog-warn-error)
779 (verilog-warn-fatal): When non-interactive report multiple
780 warnings before exiting. Suggested by Brad Dobbie.
781 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
782 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
783 to report unused template errors. Reported by Brad Dobbie.
784 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
785 nets, bug438. Reported by Vns Blore.
786 (verilog-auto-inout-module, verilog-auto-reg)
787 (verilog-read-decls, verilog-read-sub-decls-sig)
788 (verilog-signals-edit-wire-reg, verilog-signals-with):
789 Fix passing of Verilog data types in ANSI input/output ports
790 such as "output logic" into the AUTOs. Special case "wire" and
791 "reg" for backwards compatibility presuming Verilog 2001.
792 (verilog-auto-ascii-enum): Add "auto enum" as alias.
793 (verilog-preprocess): Fix replication of preprocess output.
794 Reported by Brad Dobbie.
795 (verilog-auto-inst-interfaced-ports):
796 Create verilog-auto-inst-interfaced-ports, bug429.
797 Reported by Julian Gorfajn.
798 (verilog-after-save-font-hook)
799 (verilog-before-save-font-hook): New variable.
800 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
801 (verilog-save-font-mods): Wrap disabling fontification, reported
802 by David Rogoff.
803 (verilog-do-indent, verilog-pretty-declarations-auto)
804 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
805 Reported by Pierre-David Pfister.
806 (verilog-set-auto-endcomments): Fix endtask auto comments outside
807 of class declarations, bug292. Reported by Kevin Heilman.
808 (verilog-read-decls): Fix 'parameter type' not appearing in
809 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
810 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
811 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
812 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
813 Reported by David Kravitz.
814
8152012-05-03 Michael McNamara <mac@mail.brushroad.com>
816
817 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
818 assignment with tests in ifs and for loops.
819 (verilog-extended-complete-re, verilog-complete-reg): Change so
820 that DPI inport functions don't look like fuction declarations.
821 (verilog-pretty-expr): Don't line up assignment
822 operations to the test and increment in if and for loops
823 (verilog-extended-complete-re, verilog-complete-reg): Change so
824 that DPI inport functions don't look like fuction declarations
825
2e51d4b5
KH
8262012-05-03 Kenichi Handa <handa@m17n.org>
827
828 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
829 decoding, and show a warning message without signalling an error
830 (Bug#11282).
831
2bd785a2
SM
8322012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
833
834 * emacs-lisp/bytecomp.el
835 (byte-compile-file-form-custom-declare-variable): Compile all elements,
836 since cconv.el might have introduced :fun-body, internal-make-closure,
837 and friends for bytecomp to handle (bug#11391).
838 * custom.el (defcustom): Avoid ((λ ..) ..).
839
99d27583
SM
8402012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
841
842 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
843
55a71479
JB
8442012-05-02 Juanma Barranquero <lekktu@gmail.com>
845
846 * notifications.el (dbus-debug):
847 * term/linux.el (gpm-mouse-enable):
848 * term/screen.el (xterm-register-default-colors): Declare.
849
7b97c764
CY
8502012-05-02 Chong Yidong <cyd@gnu.org>
851
2bc356d7
CY
852 * cus-start.el (gc-cons-percentage, exec-suffixes)
853 (dos-display-scancodes, dos-hyper-key, dos-super-key)
854 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
855 (make-cursor-line-fully-visible, void-text-area-pointer)
856 (font-list-limit): Add customization data.
857
7b97c764
CY
858 * allout.el (allout-exposure-change-functions)
859 (allout-structure-added-functions)
860 (allout-structure-deleted-functions)
861 (allout-structure-shifted-functions): Rename abnormal hooks from
862 *-hook, and convert to defcustoms.
5d3385a0
JB
863 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
864 Convert to defcustoms.
7b97c764
CY
865 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
866
867 * allout-widgets.el: Hook callers changed.
868
90207a15 8692012-05-02 Eli Zaretskii <eliz@gnu.org>
91af76bf
EZ
870
871 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
872 the yanked message in preference to the default value of
873 buffer-file-coding-system.
874
90207a15 8752012-05-02 Martin Rudalics <rudalics@gmx.at>
d9558cad 876
5d3385a0
JB
877 * window.el (display-buffer--action-function-custom-type):
878 Fix entry.
d9558cad 879
90207a15 8802012-05-02 Alan Mackenzie <acm@muc.de>
09affde0
AM
881
882 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
883
d80ac57b
GM
8842012-05-01 Glenn Morris <rgm@gnu.org>
885
976f7668
GM
886 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
887
beb83b5a
GM
888 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
889
d80ac57b
GM
890 * cus-edit.el (custom-variable-documentation): Simplify with format.
891
b593d6a9
AH
8922012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
893 Stefan Monnier <monnier@iro.umontreal.ca>
894
895 * simple.el (suggest-key-bindings, execute-extended-command):
896 Move from keyboard.c.
897
782fbf2a
CY
8982012-05-01 Chong Yidong <cyd@gnu.org>
899
900 * follow.el: Eliminate advice.
901 (set-process-filter, process-filter, sit-for): Advice deleted.
902 (follow-mode-off-hook): Obsolete hook removed.
b593d6a9
AH
903 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
904 Vars deleted.
782fbf2a
CY
905 (follow-auto): Use a :set function.
906 (follow-mode): Rewritten. Don't advise process filters.
907 (follow-switch-to-current-buffer-all, follow-scroll-up)
908 (follow-scroll-down): Assume follow-mode is bound.
909 (follow-comint-scroll-to-bottom)
910 (follow-align-compilation-windows): New functions.
911 (follow--window-sorter): New function.
912 (follow-all-followers): Use it to explicitly sort windows by their
913 positions; don't make assumptions about next-window order.
914 (follow-windows-start-end, follow-delete-other-windows-and-split)
915 (follow-calc-win-start): Doc fix.
916 (follow-windows-aligned-p, follow-select-if-visible): Don't call
917 vertical-motion unnecessarily.
918 (follow-adjust-window): New function.
919 (follow-post-command-hook): Use it.
920 (follow-call-set-process-filter, follow-call-process-filter)
921 (follow-intercept-process-output, follow-tidy-process-filter-alist)
922 (follow-stop-intercept-process-output, follow-generic-filter):
923 Functions deleted.
924 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
b593d6a9
AH
925 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
926 New functions, replacing advice on scroll-bar-* commands.
87233a14 927 (follow-mwheel-scroll): New function (Bug#4112).
782fbf2a
CY
928
929 * comint.el (comint-adjust-point): New function.
b593d6a9
AH
930 (comint-postoutput-scroll-to-bottom): Use it.
931 Call follow-comint-scroll-to-bottom for Follow mode buffers.
782fbf2a 932
290af740
GM
9332012-05-01 Glenn Morris <rgm@gnu.org>
934
935 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
936 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
937 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
938 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
939 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
940 Remove no-byte-compile setting.
941
6eac8dc9
SM
9422012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
943
944 * minibuffer.el (completion-table-with-quoting): Fix compatibility
945 all-completions code to not return a number in the last cdr.
946
9cc7819c
LL
9472012-04-30 Leo Liu <sdl.web@gmail.com>
948
949 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
950 read-only error.
951
c93b886f
CY
9522012-04-29 Chong Yidong <cyd@gnu.org>
953
954 * follow.el (follow-calc-win-end): Rewrite to handle partial
955 screen lines correctly (Bug#8390).
956 (follow-avoid-tail-recenter): Minor cleanup.
957
8b6c19f4
SM
9582012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
959
960 Avoid the obsolete `assoc' package.
961 * speedbar.el (speedbar-refresh): Avoid adelete.
962 (speedbar-file-lists): Simplify and avoid aput.
963 * man.el (Man--sections, Man--refpages): New vars, replacing
964 Man-sections-alist and Man-refpages-alist.
965 (Man-build-section-alist, Man-build-references-alist):
966 Use them; avoid aput.
967 (Man--last-section, Man--last-refpage): New vars.
968 (Man-follow-manual-reference): Use them.
969 Use the `default' arg of completing-read.
970 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
971
c5bb7569
CY
9722012-04-27 Chong Yidong <cyd@gnu.org>
973
d1d2e2e8
CY
974 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
975
15cd8efd
CY
976 * startup.el (x-apply-session-resources): New function.
977
978 * term/ns-win.el (ns-initialize-window-system):
979 * term/w32-win.el (w32-initialize-window-system):
980 * term/x-win.el (x-initialize-window-system): Use it to properly
981 set menu-bar-mode and other vars from X resources, even if the
982 initial frame is not a window-system frame (Bug#2299).
983
c5bb7569
CY
984 * subr.el (read-key): Avoid running filter function when setting
985 up temporary tool bar entries (Bug#9922).
986
a8e7d6d7 9872012-04-27 Andreas Schwab <schwab@linux-m68k.org>
c4347ab9
AS
988
989 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
990 (Bug#11344)
991
a8e7d6d7 9922012-04-27 Chong Yidong <cyd@gnu.org>
acb71f1d
CY
993
994 * select.el (xselect--encode-string): New function, split from
995 xselect-convert-to-string.
996 (xselect-convert-to-string): Use it.
997 (xselect-convert-to-filename, xselect-convert-to-os)
998 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
999 returned strings are properly encoded (Bug#11315).
1000
a8e7d6d7 10012012-04-27 Chong Yidong <cyd@gnu.org>
d55486c7
CY
1002
1003 * simple.el (delete-active-region): Move to killing custom group.
1004
a8e7d6d7 10052012-04-27 Andreas Schwab <schwab@linux-m68k.org>
581b6788
AS
1006
1007 * progmodes/which-func.el (which-func-current): Quote %
1008 characters for mode-line processing.
1009
578c1d4b 10102012-04-27 Chong Yidong <cyd@gnu.org>
18edb22d
CY
1011
1012 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
1013 reaching eob (Bug#11286).
1014
a8e7d6d7 10152012-04-27 Eli Zaretskii <eliz@gnu.org>
9ee9f470
EZ
1016
1017 * progmodes/gdb-mi.el (gdb-control-level): New variable.
1018 (gdb): Make it buffer-local and init to zero.
1019 (gdb-control-commands-regexp): New variable.
1020 (gdb-send): Don't wrap in "-interpreter-exec console" if
1021 gdb-control-level is positive. Increment gdb-control-level
1022 whenever the command matches gdb-control-commands-regexp, and
1023 decrement it each time the command is "end". (Bug#11279)
1024
a8e7d6d7 10252012-04-27 Martin Rudalics <rudalics@gmx.at>
41cfe0cb
MR
1026
1027 * window.el (adjust-window-trailing-edge, enlarge-window)
1028 (shrink-window, window-resize):
1029 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
1030 windows (Bug#11276).
1031
b3608390
CY
10322012-04-27 Chong Yidong <cyd@gnu.org>
1033
1034 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
a8e7d6d7 1035 fix "missing prefix" warning. All callers changed.
b3608390 1036
797e6e88
SM
10372012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
1038
1039 * emacs-lisp/assoc.el: Move to obsolete/.
1040
e95a67dc
SM
10412012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
1042
657c21e4 1043 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
e95a67dc
SM
1044
1045 * term/ns-win.el (ns-define-service):
1046 * progmodes/pascal.el (pascal-goto-defun):
1047 * progmodes/js.el (js--read-tab):
1048 * progmodes/etags.el (tags-lazy-completion-table):
1049 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
1050 * emacs-lisp/ewoc.el (ewoc--wrap):
1051 * emacs-lisp/assoc.el (aput, adelete, amake):
1052 * doc-view.el (doc-view-convert-current-doc):
1053 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
1054
cb3e7ae0
CY
10552012-04-26 Chong Yidong <cyd@gnu.org>
1056
dce04f7f
CY
1057 * image.el (image-type-from-buffer): Only return supported image
1058 type (Bug#9045).
1059
cb3e7ae0
CY
1060 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
1061 value, for symmetry with diff-end-of-hunk.
1062 (diff-split-hunk, diff-find-source-location)
1063 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
1064 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
1065 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
1066 compute the relevant hunk or file properly (Bug#6005).
1067 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
1068
0d42eb3e
SM
10692012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
1070
1071 * vc/vc-mtn.el:
1072 * vc/vc-hg.el:
1073 * vc/vc-git.el:
1074 * vc/vc-dir.el:
1075 * vc/vc-cvs.el:
1076 * vc/vc-bzr.el:
1077 * vc/vc-arch.el:
1078 * vc/vc.el: Replace lexical-let by lexical-binding.
1079 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
1080 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
1081 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
1082
f08ae1c9
CY
10832012-04-26 Chong Yidong <cyd@gnu.org>
1084
8b71081d
CY
1085 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
1086 (diff-mode-shared-map): Bind it to / and [remap undo].
1087
f08ae1c9
CY
1088 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
1089 (ediff-window-setup-function): Use it as the default, to set up
1090 windows based on whether the current frame is graphical (Bug#2138).
1091 (ediff-choose-window-setup-function-automatically): Make obsolete.
1092
1093 * vc/ediff-init.el: Always define ediff-pixel-width/height.
1094
ef24141c
SM
10952012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
1096
cc356a5d
SM
1097 * ffap.el: Remove old code for obsolete package.
1098 (ffap-complete-as-file-p): Remove.
1099
b4ff4f1f
SM
1100 Use completion-table-with-quoting for comint and pcomplete.
1101 * comint.el (comint--unquote&requote-argument)
1102 (comint--unquote-argument, comint--requote-argument): New functions.
1103 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
1104 (comint-quote-filename): Use regexp-opt-charset.
1105 (comint--common-suffix, comint--common-quoted-suffix)
1106 (comint--table-subvert): Remove.
1107 (comint-unquote-function, comint-requote-function): New vars.
1108 (comint--complete-file-name-data): Use them with
1109 completion-table-with-quoting.
1110 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
1111 * pcomplete.el (pcomplete-arg-quote-list)
1112 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
1113 (pcomplete-unquote-argument-function): Default to non-nil.
1114 (pcomplete-unquote-argument): Simplify.
1115 (pcomplete--common-quoted-suffix): Remove.
1116 (pcomplete-requote-argument-function): New var.
1117 (pcomplete--common-suffix): New function.
1118 (pcomplete-completions-at-point): Use completion-table-with-quoting
1119 and completion-table-subvert.
1120
79c4eeb4
SM
1121 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
1122 (minibuffer--double-dollars): Preserve properties.
1123 (completion--sifn-requote): New function.
1124 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
1125
ef24141c
SM
1126 * minibuffer.el: Add support for completion of quoted/escaped data.
1127 (completion-table-with-quoting, completion-table-subvert): New funs.
1128 (completion--twq-try, completion--twq-all): New functions.
1129 (completion--nth-completion): New function.
1130 (completion-try-completion, completion-all-completions): Use it.
1131
784e7d6e
LL
11322012-04-25 Leo Liu <sdl.web@gmail.com>
1133
dd2ac746
SM
1134 * progmodes/python.el (python-pdbtrack-get-source-buffer):
1135 Use compilation-message if available to find real filename.
784e7d6e 1136
07875ee7
CY
11372012-04-25 Chong Yidong <cyd@gnu.org>
1138
1139 * vc/diff-mode.el (diff-setup-whitespace): New function.
1140 (diff-mode): Use it.
1141
1142 * vc/diff.el (diff-sentinel):
1143 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
1144 Whitespace mode variables based on diff style (Bug#8612).
1145
5055880d
LL
11462012-04-25 Leo Liu <sdl.web@gmail.com>
1147
daf75653
LL
1148 * progmodes/python.el (python-send-region): Add suffix .py to the
1149 temp file.
1150
5055880d
LL
1151 * files.el (auto-mode-alist): Use javascript-mode instead.
1152
db9b177b
AH
11532012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
1154
ef24141c 1155 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
db9b177b
AH
1156
1157 * soap-client.el (soap-resolve-references-for-sequence-type)
ef24141c 1158 (soap-resolve-references-for-array-type): Hack to prevent self
db9b177b 1159 references, see Bug#9.
ef24141c 1160 (soap-parse-envelope): Report the contents of the 'detail' node
db9b177b 1161 when receiving a fault reply.
ef24141c 1162 (soap-parse-envelope): Report the contents of the entire 'detail' node.
db9b177b
AH
1163
1164 * soap-inspect.el (soap-sample-value-for-simple-type)
ef24141c 1165 (soap-inspect-simple-type): New function.
db9b177b 1166
ef24141c 1167 * soap-client.el (soap-simple-type): New struct.
db9b177b 1168 (soap-default-xsd-types, soap-default-soapenc-types)
ef24141c
SM
1169 (soap-decode-basic-type, soap-encode-basic-type):
1170 support unsignedInt and double basic types.
db9b177b 1171 (soap-resolve-references-for-simple-type)
ef24141c
SM
1172 (soap-parse-simple-type, soap-encode-simple-type): New function.
1173 (soap-parse-schema): Parse xsd:simpleType declarations.
db9b177b
AH
1174
1175 * soap-client.el (soap-default-xsd-types)
ef24141c
SM
1176 (soap-default-soapenc-types): Add integer, byte and anyURI types.
1177 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
1178 the local name of "soapenc:Array".
1179 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
db9b177b
AH
1180 decoding integer, byte and anyURI xsd types.
1181
1fc6097b
CY
11822012-04-25 Chong Yidong <cyd@gnu.org>
1183
1184 * cus-edit.el (custom-buffer-create-internal): Update header text.
1185
afc6df87
EZ
11862012-04-25 Eli Zaretskii <eliz@gnu.org>
1187
1188 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
1189 settings on 'system-type', not on 'window-system'. On MS-Windows,
1190 set interactive-mode on in GDB.
1191
dfbd787f
SM
11922012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
1193
1194 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
1195 (ruby-syntax-propertize-regexp): Remove.
1196 (ruby-syntax-propertize-function): Split regexp into chunks.
1197 Match following code directly.
1198
85222d44
DG
11992012-04-24 Dmitry Gutov <dgutov@yandex.ru>
1200
51a8ea2a
DG
1201 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
1202 (ruby-syntax-propertize-regexp): New function.
1203 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
1204 by a special keyword.
1205
85222d44
DG
1206 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
1207 (ruby-syntax-general-delimiters-goto-beg)
1208 (ruby-syntax-propertize-general-delimiters): New functions.
1209 (ruby-syntax-propertize-function): Use them to handle GDL.
1210 (ruby-font-lock-keywords): Move old handling of GDL...
1211 (ruby-font-lock-syntactic-keywords): .. to here.
1212 (ruby-calculate-indent): Adjust indentation for GDL.
1213
b613912b
MA
12142012-04-24 Michael Albinus <michael.albinus@gmx.de>
1215
b5380639
MA
1216 * notifications.el (top): Remove unneeded declarations.
1217 (notifications-specification-version): Change to "1.2".
e43042fe 1218 (notifications-interface, notifications-notify-method)
b613912b
MA
1219 (notifications-close-notification-method): Fix docstring.
1220 (notifications-get-capabilities-method): New defconst.
e43042fe
MA
1221 (notifications-notify): Add :action-items, :resident and
1222 :transient hints. Change "image_data" to "image-data" and
1223 "image_path" to "image-path".
b613912b
MA
1224 (notifications-get-capabilities): New defun.
1225
257440aa
LL
12262012-04-24 Leo Liu <sdl.web@gmail.com>
1227
1228 * progmodes/python.el: Move hideshow setup to the end.
1229
b1bac16e
MR
12302012-04-24 Martin Rudalics <rudalics@gmx.at>
1231
1232 * window.el (handle-select-window): Clear echo area since this is
1233 no more done by read_char (Bug#11304).
1234
d81bd059
SM
12352012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
1236
1237 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
1238 and `/ M' to filter-derived-mode.
1239 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
1240 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
1241 (ibuffer-mark-by-mode): Use default rather than initial-input.
1242 (ibuffer-filter-by-derived-mode): Autoload and require-match.
1243
c4cf6d91
IA
12442012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
1245
1246 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
1247 (ibuffer-filter-by-derived-mode): New filter.
1248 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
1249
7511ded8
CY
12502012-04-23 Andreas Politz <politza@fh-trier.de>
1251
1252 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
1253
775c916b
CY
12542012-04-23 Chong Yidong <cyd@gnu.org>
1255
1256 * cus-edit.el (customize-apropos, customize-apropos-options):
1257 Disable matching of non-option variables (Bug#11176).
1258 (customize-option, customize-option-other-window)
1259 (customize-changed-options): Doc fix.
1260 (customize-apropos-options, customize-apropos-faces)
1261 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
1262
1263 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
922d37d3 1264 Fix word list splitting (Bug#11132).
46c71e23
CY
1265 (apropos-symbol, apropos-keybinding, apropos-label)
1266 (apropos-property, apropos-function-button)
1267 (apropos-variable-button, apropos-misc-button): New faces.
1268 (apropos-symbol-face, apropos-keybinding-face)
1269 (apropos-label-face, apropos-property-face, apropos-match-face):
1270 Variables removed (Bug#8396).
1271 (apropos-library-button, apropos-format-plist, apropos-print)
1272 (apropos-print-doc, apropos-describe-plist): Callers changed.
775c916b 1273
2df41f9c
MA
12742012-04-23 Michael Albinus <michael.albinus@gmx.de>
1275
1276 * net/xesam.el (xesam-mode-map): Use let-bound map in
1277 initialization. (Bug#11292)
1278
da00640a
AM
12792012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1280
1281 Preserve ispell session localwords when switching back to
1282 original buffer.
1283
1284 * ispell.el (ispell-buffer-session-localwords): New buffer-local
1285 variable to hold buffer session localwords.
1286 (ispell-kill-ispell): add option 'clear to delete session
1287 localwords.
1288 (ispell-command-loop, ispell-change-dictionary)
1289 (ispell-buffer-local-words): Preserve session localwords when
1290 needed.
1291
1292 * flyspell.el (flyspell-process-localwords, flyspell-do-correct):
1293 Preserve session localwords when needed.
1294
f621ccf5
AM
12952012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1296
1297 * ispell.el (ispell-insert-word) Remove unneeded function using
1298 obsolete `translation-table-for-input'.
ef24141c
SM
1299 (ispell-word, ispell-process-line, ispell-complete-word):
1300 Use plain `insert' instead of removed `ispell-insert-word'.
f621ccf5 1301
c2d1019e
CY
13022012-04-22 Chong Yidong <cyd@gnu.org>
1303
1304 * cus-edit.el (custom-variable-menu)
1305 (custom-variable-reset-saved, custom-face-menu)
1306 (custom-face-reset-saved): If there is no saved value, make the
1307 "reset-saved" operation bring back the default (Bug#9509).
1308 (custom-face-state): Properly detect themed faces.
1309
eeddc531
CY
1310 * faces.el (face-spec-set): Stop supporting deprecated form of
1311 third arg.
1312
dcbf5805
MA
13132012-04-22 Michael Albinus <michael.albinus@gmx.de>
1314
1315 Move functions from C to Lisp. Make non-blocking method calls
1316 the default. Implement further D-Bus standard interfaces.
1317
ef24141c
SM
1318 * net/dbus.el (dbus-message-internal): Declare function.
1319 Remove unneeded function declarations.
dcbf5805
MA
1320 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
1321 (dbus-message-type-method-return, dbus-message-type-error)
1322 (dbus-message-type-signal): Declare variables. Remove local
1323 definitions.
1324 (dbus-interface-dbus, dbus-interface-peer)
1325 (dbus-interface-introspectable, dbus-interface-properties)
1326 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
1327 Adapt docstring.
1328 (dbus-interface-objectmanager): New defconst.
1329 (dbus-call-method, dbus-call-method-asynchronously)
1330 (dbus-send-signal, dbus-method-return-internal)
1331 (dbus-method-error-internal, dbus-register-service)
1332 (dbus-register-signal, dbus-register-method): New defuns, moved
1333 from dbusbind.c
1334 (dbus-call-method-handler, dbus-setenv)
ef24141c
SM
1335 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
1336 New defuns.
dcbf5805
MA
1337 (dbus-call-method-non-blocking): Make it an obsolete function.
1338 (dbus-unregister-object, dbus-unregister-service)
1339 (dbus-handle-event, dbus-register-property)
1340 (dbus-property-handler): Obey the new structure of
1341 `bus-registered-objects'.
1342 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
1343 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
1344 Use `dbus-call-method'.
1345
cf20dee0
CY
13462012-04-22 Chong Yidong <cyd@gnu.org>
1347
1348 * cus-edit.el (custom-commands, custom-reset-menu)
1349 (Custom-reset-standard): Tweak labels.
1350 (custom-reset-button-menu): Change default to t.
1351 (custom-buffer-create-internal): For the custom-reset-button-menu
1352 case, put the revert button first.
1353 (custom-group-subtitle): New face.
1354 (custom-group-value-create): Align docstring to a specific column.
1355
1356 * wid-edit.el (widget-documentation-link-add): Don't handle
1357 indentation in this function.
1358 (widget-documentation-string-indent-to): New function.
1359 (widget-documentation-string-value-create): Use it.
1360
1361 * autorevert.el (auto-revert):
1362 * epg-config.el (epg):
1363 * ibuffer.el (ibuffer):
1364 * mpc.el (mpc):
1365 * ses.el (ses):
1366 * eshell/eshell.el (eshell):
1367 * net/ange-ftp.el (ange-ftp):
1368 * progmodes/ebnf2ps.el (postscript):
1369 * progmodes/flymake.el (flymake):
1370 * progmodes/prolog.el (prolog):
1371 * progmodes/verilog-mode.el (verilog-mode):
1372 * progmodes/which-func.el (which-func):
1373 * term/xterm.el (xterm):
1374 * textmodes/picture.el (picture):
1375 * textmodes/tildify.el (tildify):
1376 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
1377 customization buffers.
1378
583e23bd
AM
13792012-04-22 Alan Mackenzie <acm@muc.de>
1380
1381 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
1382 Adding a ) can hide the resulting (..) from searches. Fix it.
1383 Bound the backward search to the position of the existing (.
1384
7dd51bf1
JB
13852012-04-21 Juanma Barranquero <lekktu@gmail.com>
1386
1387 * progmodes/verilog-mode.el (verilog-mode): Check whether
1388 which-func-modes is t before adding verilog-mode.
1389 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
1390
d64a438f
LL
13912012-04-21 Leo Liu <sdl.web@gmail.com>
1392
7dd51bf1 1393 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
d64a438f 1394
081e8d65
MV
13952012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
1396
1397 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
1398 filling of the last column of a table (Bug#5635).
1399 (woman-find-next-control-line): New arg, specifying an additional
1400 regexp component for the control line.
1401 (woman2-roff-buffer): Use it.
1402 (woman-break-table): New function.
1403 (woman2-TS): Use it.
1404
14052012-04-21 Chong Yidong <cyd@gnu.org>
1406
1407 * woman.el (woman-set-buffer-display-table, woman-decode-region)
1408 (woman-horizontal-escapes, woman-negative-vertical-space)
1409 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
1410 (WoMan-warn-ignored): Use ?\s instead of ?\ .
1411
ed571ccb
SM
14122012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
1413
1414 * minibuffer.el (completion-file-name-table): Complete user names.
1415
39773899
LL
14162012-04-20 Leo Liu <sdl.web@gmail.com>
1417
1418 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
1419 and pcase-let*.
1420
de6ff46d
CY
14212012-04-20 Chong Yidong <cyd@gnu.org>
1422
1423 * server.el (server-execute): Respect initial-buffer-choice if it
1424 is a string and there are no files to open (Bug#2825).
1425 (server-create-window-system-frame, server-create-tty-frame):
1426 Don't switch buffers here.
2d0e8e61
CY
1427 (server-process-filter): Only try to open a window system frame if
1428 compiled with graphical support (Bug#8314).
de6ff46d 1429
54071013
DN
14302012-04-20 Dan Nicolaescu <dann@gnu.org>
1431
1432 * battery.el (battery-echo-area-format): Display remaining time
1433 for sysfs backend too (Bug#11269).
1434 (battery-linux-sysfs): Fix conditional for the charge.
1435
f30d612a
CY
14362012-04-20 Chong Yidong <cyd@gnu.org>
1437
c07a4c0b 1438 * progmodes/gdb-mi.el (gdb): Revert previous change.
f30d612a
CY
1439 (gdb-inferior-io--init-proc): New function.
1440 (gdb-init-1): Use it.
1441 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
1442 responsible for allocating a new pty and hooking it to gdb when
1443 the old pty gets an EIO due to process exit.
1444 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
1445 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
1446 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
1447
2116e93c
EZ
14482012-04-20 Eli Zaretskii <eliz@gnu.org>
1449
1450 * window.el (window-min-size, window-sizable, window-min-delta)
1451 (window-max-delta, window--resizable, window-resizable)
1452 (window-total-size, window-full-height-p, window-full-width-p)
1453 (window-in-direction, window--resize-mini-window, window-resize)
1454 (window--resize-child-windows-normal)
1455 (window--resize-child-windows, window--resize-siblings)
1456 (window--resize-this-window, adjust-window-trailing-edge)
cd0f830c 1457 (enlarge-window, shrink-window): Doc fixes.
2116e93c 1458
c07a4c0b 14592012-04-20 Chong Yidong <cyd@gnu.org>
b668fa6e 1460
ef24141c
SM
1461 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
1462 New function to call delete-process on the gdb-inferior buffer's pty.
b668fa6e
CY
1463 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
1464 pty process (Bug#11273).
1465 (gdb-update): New arg to suppress talking to the gdb process.
1466 (gdb-done-or-error): Use it.
1467 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
1468 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
1469 sentinel not being called.
1470
1471 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
1472
d02766ab
CY
1473 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
1474
c07a4c0b 14752012-04-20 Glenn Morris <rgm@gnu.org>
016a35df
GM
1476
1477 * net/network-stream.el (open-network-stream): Doc fix.
1478
c07a4c0b 14792012-04-20 Chong Yidong <cyd@gnu.org>
2c070447
CY
1480
1481 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
1482
c07a4c0b 14832012-04-20 Alan Mackenzie <acm@muc.de>
f0f6bc35
AM
1484
1485 Ensure searching for keywords is case sensitive.
1486
1487 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
1488 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
1489 (c-defun-name, c-mark-function, c-cpp-define-name)
1490 (c-comment-indent, c-scan-conditionals, c-indent-defun)
c07a4c0b 1491 (c-context-line-break): Bind case-fold-search to nil.
f0f6bc35 1492
ef24141c
SM
1493 * progmodes/cc-mode.el (c-font-lock-fontify-region):
1494 Bind case-fold-search to nil.
f0f6bc35 1495
c07a4c0b 14962012-04-20 Chong Yidong <cyd@gnu.org>
4fc2c72a
CY
1497
1498 * mail/sendmail.el (mail-bury): Call return action with the right
1499 Rmail buffer (Bug#11242).
1500
9a864fa2
CY
1501 * server.el (server-process-filter): Handle corner case where both
1502 tty and nowait options are present (Bug#11102).
1503
539aa513
EZ
15042012-04-20 Eli Zaretskii <eliz@gnu.org>
1505
1506 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
6cf2a23e
EZ
1507 (top level): Put into the executable the ident-style '$Id:' tag on
1508 windows-nt as well.
539aa513 1509
cfc7d5da
SM
15102012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
1511
1512 * electric.el (electric-indent-post-self-insert-function): Check that
1513 electric-indent-mode is enabled in current buffer.
1514
5b01685c
JB
15152012-04-19 Juanma Barranquero <lekktu@gmail.com>
1516
1517 * imenu.el (imenu-progress-message): Restore; it is "used" in
1518 erc/erc-imenu.el and net/snmp-mode.el.
1519
4d6769e1
JB
15202012-04-19 Juanma Barranquero <lekktu@gmail.com>
1521
1522 * avoid.el (mouse-avoidance-mode): Mark unused arg.
1523 (mouse-avoidance-nudge-mouse): Remove unused binding.
1524
1525 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
1526
1527 * descr-text.el (describe-char):
1528 * progmodes/python.el (python-describe-symbol):
1529 Don't call `toggle-read-only', set `buffer-read-only'.
1530
1531 * imenu.el (imenu-default-goto-function): Mark unused args.
1532 (imenu-progress-message): Remove obsolete macro; all callers changed.
1533
1534 * subr.el (keymap-canonicalize): Remove unused binding.
1535 (read-passwd): Mark unused arg.
1536
1537 * tutorial.el (tutorial--display-changes): Remove unused binding.
1538 (tutorial--save-tutorial-to): Remove unused variable.
1539
1540 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
1541 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
1542 (package-generate-autoloads, package-menu--generate)
1543 (package-menu--find-upgrades): Remove unused bindings.
1544
1545 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
1546 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
1547 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
1548 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
1549 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
1550 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
1551 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
1552 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
1553 (cua-delete-char-rectangle): Mark unused args.
1554 (cua-align-rectangle): Remove unused binding.
1555
1556 * mail/rmail.el (compilation--message->loc)
1557 (epa--find-coding-system-for-mime-charset): Declare.
1558
1559 * net/dbus.el (dbus-register-service): Declare.
1560 (dbus-name-owner-changed-handler): Remove unused binding.
1561
1562 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
1563 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
1564 (nxml-scan-backward-within): Mark unused arg.
1565 (nxml-dynamic-markup-word): Remove unused binding.
1566
1567 * mouse.el (mouse-menu-major-mode-map):
1568 * emacs-lisp/authors.el (authors-scan-change-log)
1569 (authors-add-to-author-list):
1570 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
1571 * emacs-lisp/smie.el (smie-auto-fill):
1572 * mail/sendmail.el (mail-bury):
1573 * mail/unrmail.el (unrmail):
1574 * net/tls.el (open-tls-stream):
1575 * textmodes/picture.el (picture-mouse-set-point):
1576 Remove unused bindings.
1577
8c8fc5df
MA
15782012-04-19 Michael Albinus <michael.albinus@gmx.de>
1579
1580 * net/tramp.el (tramp-action-password): Let-bind
1581 `enable-recursive-minibuffers' to t.
1582
a77b0ac9
SS
15832012-04-18 Sam Steingold <sds@gnu.org>
1584
1585 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
1586 instead of 'string to accommodate values like [f11].
1587 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
1588 * progmodes/gdb-mi.el: Likewise.
1589
12a106a9
LL
15902012-04-18 Leo Liu <sdl.web@gmail.com>
1591
1592 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
1593 current buffer.
1594 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
1595 LOCAL is nil.
1596
bc6494ef
CY
15972012-04-18 Chong Yidong <cyd@gnu.org>
1598
1599 * simple.el (line-move): Use forward-line if in batch mode
1600 (Bug#11053).
1601
c09c46b2
CS
16022012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
1603
1604 * files.el (after-find-file): Do not try to add a final newline if
1605 the buffer is read-only (Bug#11156).
1606
5f6530ea
RS
16072012-04-17 Richard Stallman <rms@gnu.org>
1608
1609 * mail/rmail.el (rmail-start-mail):
1610 Pass (rmail-mail-return...) for the return-action.
1611 Pass (rmail-yank-current-message...) for the yank-action.
1612 (rmail-yank-current-message): New function.
1613 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
1614 (rmail-reply): Likewise.
1615 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
1616
1617 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
c09c46b2 1618 buffer, not the last. Reject temp buffers. Use the rmail-mode
5f6530ea
RS
1619 buffer, not newbuf.
1620
197b6f3c
JB
16212012-04-17 Juanma Barranquero <lekktu@gmail.com>
1622
1623 * server.el (server-ensure-safe-dir): Simplify.
1624
2311d8e5 16252012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
98fb480e 1626
2311d8e5
GM
1627 * emacs-lisp/smie.el: Provide smarter auto-filling.
1628 (smie-auto-fill): New function.
1629 (smie-setup): Use it.
98fb480e 1630
2311d8e5
GM
1631 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
1632
16332012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
8eb5d48f
PH
1634
1635 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
1636 (comment-indent): Use it.
1637
2311d8e5 16382012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
4bdf2ad2
VB
1639
1640 * ses.el: The overall change is to add cell renaming, that is
1641 setting fancy names for cell symbols other than name matching
1642 "\\`[A-Z]+[0-9]+\\'" regexp .
2311d8e5 1643 (ses-localvars): Add ses--renamed-cell-symb-list.
4bdf2ad2 1644 (ses-create-cell-variable): New defun.
2311d8e5 1645 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
4bdf2ad2
VB
1646 (ses-relocate-formula): Relocate formulas only for cells the
1647 symbols of which are not renamed, i.e. symbols whose names do not
1648 match regexp "\\`[A-Z]+[0-9]+\\'".
1649 (ses-relocate-all): Relocate values only for cells the symbols of
1650 which are not renamed.
1651 (ses-load): Create cells variables as the (ses-cell ...) are read,
1652 in order to check row col consistency with cell symbol name only
1653 for cells that are not renamed.
1654 (ses-replace-name-in-formula): New defun.
1655 (ses-rename-cell): New defun.
4bdf2ad2 1656
fc72b15c
PO
16572012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
1658
1659 * progmodes/perl-mode.el (perl-indent-parens-as-block):
1660 New option (bug#11118).
1661 (perl-calculate-indent): Respect it.
1662
12e10e61
GM
16632012-04-17 Glenn Morris <rgm@gnu.org>
1664
1665 * dired-aux.el (dired-mark-read-string): Doc fix.
1666
30009afd
DA
16672012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
1668
1669 * dired-aux.el (dired-mark-read-string): Offer optional completion.
1670 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
1671
41f03f4d
GM
16722012-04-17 Glenn Morris <rgm@gnu.org>
1673
1674 * mouse.el (mouse-drag-track):
1675 * speedbar.el (speedbar-frame-mode):
1676 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
1677
f45f90f3
LL
16782012-04-16 Leo Liu <sdl.web@gmail.com>
1679
1680 * progmodes/python.el: Trivial cleanup.
1681
94ee8db5
GM
16822012-04-16 Glenn Morris <rgm@gnu.org>
1683
121b8917
GM
1684 * vc/vc.el (vc-string-prefix-p):
1685 * vc/pcvs-util.el (cvs-string-prefix-p):
1686 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
1687 * mpc.el (mpc-string-prefix-p):
1688 Make all of these into obsolete aliases for string-prefix-p.
1689 Update callers.
1690 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
1691
1197ecfa
GM
1692 * textmodes/two-column.el: Move custom options to the start.
1693 (frame-width): Remove compat definition.
1694 (2C-associate-buffer, 2C-dissociate):
1695 Use with-current-buffer rather than save-excursion.
1696 (2C-dissociate): Force a mode-line update.
1697 (2C-autoscroll): Use ignore-errors.
1698
099e7202
GM
1699 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
1700 Autoload trivia.
1701
bf350d6a
GM
1702 * emacs-lisp/cl-extra.el (*random-state*):
1703 Remove unnecessary declaration.
1704
0e829eab
GM
1705 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
1706
e3ad7552
GM
1707 * play/cookie1.el (cookie-snarf):
1708 Give an explicit error if input file cannot be read.
1709
68892d27
GM
1710 * play/yow.el (yow-file): Use expand-file-name rather than concat.
1711
20f0c46d
GM
1712 * progmodes/perl-mode.el (c-macro-expand):
1713 Remove unnecessary autoload (it is in loaddefs.el).
1714
5a0978ce
GM
1715 * textmodes/picture.el (picture-desired-column)
1716 (picture-update-desired-column): Convert comments to doc-strings.
1717 (picture-substitute): Remove function.
1718 (picture-mode-map): Initialize in the defvar.
1719
6b955486
GM
1720 * woman.el: Remove eval-after-load for tar-mode.
1721 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
1722 (woman-tar-extract-file): Autoload it.
1723
94ee8db5
GM
1724 * frame.el (automatic-hscrolling): Make this alias obsolete.
1725
177eca34
AM
17262012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1727
1728 * ispell.el (ispell-set-spellchecker-params): Post-process
4be3075e 1729 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
3851314b
AM
1730 (ispell-dictionary-base-alist): Revert to original XEmacs
1731 friendly version for default. [:alpha:] will be added in
1732 `ispell-set-spellchecker-params' if needed
177eca34 1733
c505aaeb
CY
17342012-04-16 Chong Yidong <cyd@gnu.org>
1735
1736 * image.el (imagemagick--extension-regexp): New variable.
1737 (imagemagick-register-types): Use it.
1738 (imagemagick-types-inhibit): Add :set function. Allow new value
1739 of t to inhibit all types.
1740
1741 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
1742 so we can preload it.
1743
1744 * loadup.el (fboundp): Preload regexp-opt, needed by
1745 imagemagick-register-types.
1746
60efac0f
CY
17472012-04-15 Chong Yidong <cyd@gnu.org>
1748
1749 * frame.el (scrolling): Remove nearly unused customization group.
1750
1751 * scroll-all.el (scroll-all-mode): Move to windows group.
1752
5dd1713e
CY
17532012-04-15 Chong Yidong <cyd@gnu.org>
1754
1755 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
1756
e6fd457e
CY
17572012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
1758
1759 Avoid the use of ((lambda ...) ...) in lexical-binding code.
4d6769e1 1760 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
e6fd457e 1761
e153c136
GM
17622012-04-15 Glenn Morris <rgm@gnu.org>
1763
1764 * simple.el (process-file-side-effects): Doc fix.
1765
e6fd457e 17662012-04-15 Glenn Morris <rgm@gnu.org>
ca7d96c8
GM
1767
1768 * international/mule-cmds.el (set-language-environment): Doc fix.
1769
3603c3b1
JB
17702012-04-14 Juanma Barranquero <lekktu@gmail.com>
1771
1772 * server.el (server-auth-key, server-generate-key): Doc fixes.
1773 (server-get-auth-key): Doc fix. Use `string-match-p'.
1774 (server-start): Reflow docstring.
1775
e6de100c
LI
17762012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
1777
1778 * server.el (server-generate-key): `called-interactively-p'
1779 requires a parameter.
1780
29734c21
MN
17812012-04-14 Michal Nazarewicz <mina86@mina86.com>
1782
1783 * server.el (server-auth-key): New variable.
75f1671a 1784 (server-generate-key, server-get-auth-key): New function.
29734c21
MN
1785 (server-start): Use the new variable and functions to allow
1786 setting a permanent server key (bug#9423).
1787
d65c9521
LL
17882012-04-14 Leo Liu <sdl.web@gmail.com>
1789
1790 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
1791
5ae255c7
PE
17922012-04-14 Paul Eggert <eggert@cs.ucla.edu>
1793
1794 Spelling fixes.
1795 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
1796 Emacs uses American spelling.
1797
d5e6342e
JB
17982012-04-14 Juanma Barranquero <lekktu@gmail.com>
1799
1800 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
1801 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
1802 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
1803 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
1804
ab036cd7
SM
18052012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
1806
1807 * progmodes/which-func.el (which-func-modes): Change default.
1808
35dc09a1 18092012-04-14 Kim F. Storm <storm@cua.dk>
9557e2be
CY
1810
1811 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
1812 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
1813
35dc09a1 18142012-04-14 Chong Yidong <cyd@gnu.org>
81927dd2
CY
1815
1816 * custom.el (custom-theme-set-variables): Doc fix.
1817
35dc09a1 18182012-04-14 Glenn Morris <rgm@gnu.org>
8edb942b
GM
1819
1820 * international/mule.el (set-auto-coding-for-load): Doc fix.
1821
35dc09a1 18222012-04-14 Alan Mackenzie <acm@muc.de>
0de3da9f 1823
35dc09a1
GM
1824 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
1825 imenu work again for Objective C Mode. Correct the *-index values,
1826 these having been disturbed by a previous change in 2011-08.
57f845ee 1827
0de3da9f
AM
1828 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
1829 Correct two search limits.
1830
35dc09a1 18312012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
ede141ac
SM
1832
1833 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
1834
35dc09a1 18352012-04-14 Andreas Schwab <schwab@linux-m68k.org>
d0203d61
AS
1836
1837 * international/characters.el: Fix sorting.
1838
35dc09a1 18392012-04-14 Eli Zaretskii <eliz@gnu.org>
cb80bcd1
EZ
1840
1841 * international/characters.el: Add more missing Latin case pairs.
1842
35dc09a1 18432012-04-14 Glenn Morris <rgm@gnu.org>
4a427f58
GM
1844
1845 * files.el (dir-locals-set-class-variables): Doc fix.
1846
35dc09a1 18472012-04-14 Eli Zaretskii <eliz@gnu.org>
9f847f41 1848
3f1b5bf8
EZ
1849 * international/characters.el: Add set-case-syntax-pair call for
1850 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
1851 counterpart. (Bug#11209)
1852
9f847f41
EZ
1853 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
1854
35dc09a1 18552012-04-14 Glenn Morris <rgm@gnu.org>
0c2014a3
GM
1856
1857 * calendar/holidays.el (calendar-check-holidays): Doc fix.
1858
35dc09a1 18592012-04-14 Eli Zaretskii <eliz@gnu.org>
e2627d21 1860
35dc09a1
GM
1861 * textmodes/ispell.el (ispell-dictionary-base-alist):
1862 Add data for Hebrew.
e2627d21 1863
35dc09a1 18642012-04-14 Chong Yidong <cyd@gnu.org>
5c14e333 1865
35dc09a1
GM
1866 * net/rcirc.el (rcirc-cmd-quit):
1867 Revert 2012-03-18 change (Bug#11192).
5c14e333 1868
35dc09a1 18692012-04-14 Glenn Morris <rgm@gnu.org>
bf6fa423
GM
1870
1871 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
1872
35dc09a1 18732012-04-14 Eli Zaretskii <eliz@gnu.org>
82b24fb2 1874
4517fe3a
SM
1875 * minibuffer.el (completion-in-region-mode-map):
1876 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
82b24fb2 1877
b472a594
VD
18782012-04-13 Vivek Dasmohapatra <vivek@etla.org>
1879
1880 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
1881
09b95ce3
MY
18822012-04-13 Masatake YAMATO <yamato@redhat.com>
1883
1884 * minibuffer.el (minibuffer-local-filename-syntax): New variable
1885 to allow `C-M-f' and `C-M-b' to move to the nearest path
1886 separator (bug#9511).
1887
4b63a9ca
LI
18882012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
1889
1890 * avoid.el: Require cl when compiling. And also move the
1891 `provide' to the end.
1892
7b55b8bf
TV
18932012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1894
1895 * avoid.el (mouse-avoidance-banish-position): New variable.
1896 (mouse-avoidance-banish-destination): Use it (bug#10165).
1897
adedaa1f
LL
18982012-04-13 Leo Liu <sdl.web@gmail.com>
1899
1900 * progmodes/which-func.el (which-func-modes): Add objc-mode.
1901
70e74021
KB
19022012-04-13 Ken Brown <kbrown@cornell.edu>
1903
1904 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
ab036cd7 1905 this is no longer needed now that cygstart understands file:// URLs.
70e74021
KB
1906 (browse-url-filename-alist): For the same reason, don't modify
1907 file:// URLs on Cygwin.
1908
e75e89ba
SM
19092012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
1910
1911 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
1912 the region on shift if the binding is already shifted (bug#11221).
1913
82f289a4
GM
19142012-04-12 Glenn Morris <rgm@gnu.org>
1915
1916 * mail/mailpost.el: Move to obsolete/.
1917
d333dc4c
DA
19182012-04-12 Drew Adams <drew.adams@oracle.com>
1919
1920 * imenu.el (imenu--generic-function): Ignore invisible definitions
1921 (bug#10123).
1922
0d15b5ba
VD
19232012-04-12 Vivek Dasmohapatra <vivek@etla.org>
1924
1925 * hexl.el (hexl-bits): New variable.
1926 (hexl-options): Mention the variable in the doc string.
75f1671a 1927 (hexl-rulerise, hexl-line-displen): New functions.
0d15b5ba 1928 (hexl-mode): Mention the new variable.
75f1671a
JB
1929 (hexl-mode, hexl-current-address, hexl-current-address):
1930 Use the displen.
0d15b5ba
VD
1931 (hexl-ascii-start-column): New function.
1932 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
1933 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
1934
64a440db
AM
19352012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1936
1937 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
1938 '("-i" ENCODING), in 2 separate command-line arguments, to specify
1939 the encoding, as expected by hunspell.
1940
6decb6c2
SM
19412012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
1942
1943 * battery.el (battery--linux-sysfs-regexp): New const.
1944 (battery-status-function): Use it. Remove yeeloong special case.
1945 (battery-yeeloong-sysfs): Remove.
1946 (battery-echo-area-format): Remove yeeloong special case.
1947
088be6fb
SM
19482012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
1949
6622e416
SM
1950 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
1951 Reported by Noah Friedman.
1952
088be6fb
SM
1953 * subr.el (read-passwd): Use read-string.
1954
b49f886e
LMI
19552012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1956
1957 * vcursor.el (vcursor-move): Increase the priority of the overlay
1958 (bug#9663).
1959
a63067fc
DD
19602012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1961
1962 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
1963 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
1964
ac3cf14a
WS
19652012-04-11 William Stevenson <yhvh2000@gmail.com>
1966
1967 * textmodes/artist.el (artist-mode): Convert artist-mode to use
1968 define-minor-mode (bug#10760).
1969
c4fc691b 19702012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
49a2697c 1971
4d6769e1 1972 * progmodes/grep.el (rgrep): Tweak the find command line so
49a2697c
WJ
1973 that directories matching `grep-find-ignored-files' won't be
1974 pruned (bug#10351).
1975
af23e2e5
CY
19762012-04-11 Chong Yidong <cyd@gnu.org>
1977
1978 * startup.el (command-line): Remove support for long-obsolete
1979 variable font-lock-face-attributes.
1980
ab7ce8c1
GM
19812012-04-11 Glenn Morris <rgm@gnu.org>
1982
1983 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
1984
de8c03dc
SM
19852012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
1986
1987 * window.el (window--state-get-1): Obey window-point-insertion-type.
1988
050cc68b
LB
19892012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
1990
1991 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
1992 to previous function when point is on the first character of a
75f1671a 1993 function. Take care of that in `narrow-to-defun' (bug#6157).
050cc68b 1994
a38c310c
GM
19952012-04-11 Glenn Morris <rgm@gnu.org>
1996
effed0c2
GM
1997 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
1998 not just file-errors.
1999
a38c310c
GM
2000 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
2001 (vc-bzr-sha1): Use internal sha1.
2002
0221e323
SM
20032012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
2004
2005 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
2006
43956923
SG
20072012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
2008
2009 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
2010 that start in the middle of the line (bug#10496).
2011
6a8c9eaf
DN
20122012-04-10 Dan Nicolaescu <dann@gnu.org>
2013
2014 * battery.el (battery-linux-proc-acpi): Only one battery is
2015 discharged at a time, but that seems to confuse battery.el when
2016 computing `rate-type' for the battery not being discharged
2017 (bug#10332).
2018
1930bf5d
SM
20192012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
2020
2a718f6f
SM
2021 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
2022
599430d0
SM
2023 * international/quail.el: Use dolist and simplify.
2024 (quail-define-package, quail-update-keyboard-layout)
2025 (quail-define-rules): Use dolist.
2026 (quail-insert-kbd-layout, quail-get-translation): CSE.
2027
a2754b6c
SM
2028 * tmm.el: Use dolist, remove left over hook.
2029 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
2030 Use dolist.
2031 (calendar-load-hook): Don't mess with it.
2032
1930bf5d
SM
2033 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
2034 Use derived-mode-p. Run the diff asynchronously.
2035
9f67961c
LMI
20362012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2037
2038 * obsolete/mouse-sel.el: Add an Obsolete-since header.
2039
2a8ce227
JB
20402012-04-10 Juanma Barranquero <lekktu@gmail.com>
2041
2042 * misc.el: Display absolute path of loaded DLLs (bug#10424).
2043 (list-dynamic-libraries--loaded): New function.
2044 (list-dynamic-libraries--refresh): Use it.
2045
8f33b5f8
NW
20462012-04-10 Nathan Weizenbaum <nweiz@google.com>
2047
1930bf5d
SM
2048 * progmodes/python.el (python-fill-paragraph):
2049 Make python-fill-region in a multiline string work when font-lock is
8f33b5f8
NW
2050 disabled (bug#7018).
2051
b12f0439
L
20522012-04-10 Laimonas Vėbra <laimonas.vebra@gmail.com> (tiny change)
2053
1930bf5d 2054 * language/european.el (cp775): Add oem/legacy (en)coding on
75f1671a
JB
2055 DOS/MS Windows for the Baltic languages. There are still plenty
2056 of texts written in this encoding/codepage (bug#6519).
b12f0439 2057
57c3bd01
GM
20582012-04-10 Glenn Morris <rgm@gnu.org>
2059
2060 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
2061 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
2062
6c3eab30
FA
20632012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
2064
1930bf5d 2065 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
6c3eab30
FA
2066 next-line "n" and previous-line "p" in order to make recentf more
2067 consistent with ibuffer, dired or org-mode (bug#9387).
2068
24d78a88
LMI
20692012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2070
bc72b5d9
LMI
2071 * image.el (put-image): Return the overlay created instead of the
2072 optional input string (bug#7834). Note that this may break code
2073 that is (for some reason or other) depending on `put-image'
2074 returning the string.
2075
bd2dba5a
LMI
2076 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
2077
74beb59f
LMI
2078 * simple.el (zap-to-char): Allow zapping using input methods
2079 (bug#1580).
2080
24d78a88
LMI
2081 * textmodes/fill.el (fill-region): Leave point and mark where they
2082 were before filling (bug#5399).
2083
263f20cd
GM
20842012-04-09 Glenn Morris <rgm@gnu.org>
2085
2086 * version.el (emacs-bzr-get-version):
2087 Handle lightweight checkouts of local branches.
2088
58d1f797
AS
20892012-04-09 Andreas Schwab <schwab@linux-m68k.org>
2090
263f20cd 2091 * international/characters.el: Recover lost case pairs. (Bug#11209)
58d1f797 2092
b4d3bc10
CY
20932012-04-09 Chong Yidong <cyd@gnu.org>
2094
2095 * custom.el (custom-variable-p): Return nil for non-symbol
2096 arguments instead of signaling an error.
2097 (user-variable-p): Obsolete alias for custom-variable-p.
2098
2099 * apropos.el (apropos-variable):
2100 * files-x.el (read-file-local-variable):
2101 * simple.el (set-variable):
2102 * woman.el (woman-mini-help):
2103 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
2104
fd06db5d
GM
21052012-04-09 Glenn Morris <rgm@gnu.org>
2106
e5fcdb5e
GM
2107 * startup.el (normal-top-level): Don't look for leim-list.el
2108 in places where it will not be found. (Bug#910)
2109
fd06db5d
GM
2110 * international/mule-cmds.el (set-default-coding-systems):
2111 * files.el (normal-mode):
2112 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
2113 This function was removed with ucs-tables.el in 2008.
2114
b39bb7e1
EZ
21152012-04-08 Eli Zaretskii <eliz@gnu.org>
2116
2117 * textmodes/ispell.el (ispell-check-version): For hunspell, set
2118 ispell-encoding8-command to "-i", without a trailing space.
2119 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
2120 separate command-line arguments, to specify the encoding, since
2121 that's how hunspell expects it.
2122
5c5b8e23
GM
21232012-04-08 Glenn Morris <rgm@gnu.org>
2124
2125 * loadup.el: Load bindings before cus-start.
2126 This reduces somewhat the number of "rogue" settings in emacs -Q.
2127
a1ed8b05
GM
21282012-04-07 Glenn Morris <rgm@gnu.org>
2129
2130 * version.el (emacs-bzr-get-version): New function.
dfae128a 2131 (emacs-bzr-version): New variable.
a1ed8b05
GM
2132 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
2133 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
2134
b142f158
EZ
21352012-04-07 Eli Zaretskii <eliz@gnu.org>
2136
dfae128a
GM
2137 * international/uni-bidi.el, international/uni-category.el:
2138 * international/uni-combining.el, international/uni-decimal.el:
2139 * international/uni-decomposition.el, international/uni-digit.el:
2140 * international/uni-lowercase.el, international/uni-mirrored.el:
2141 * international/uni-name.el, international/uni-numeric.el:
2142 * international/uni-titlecase.el, international/uni-uppercase.el:
2143 Update for Unicode 6.1.
b142f158 2144
9078ead6
EZ
21452012-04-07 Eli Zaretskii <eliz@gnu.org>
2146
2147 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
2148
f23d2c7d
LMI
21492012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
2150
2151 * window.el (shrink-window): Mention the `window-min-height'
2152 variable in the doc string.
2153
0a0a3573
BG
21542012-04-05 Bastien Guerry <bzg@altern.org>
2155
2156 * color.el (color-lighten-name): Fix typo.
2157
e5248ac9
SM
21582012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
2159
2160 * server.el (server--on-display-p): New function.
2161 (server--on-display-p): Use it.
2162
b4243e22
GV
21632012-04-04 Gabor Vida <vidagabor@gmail.com> (tiny change)
2164
2165 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
2166 (bug#11145).
2167
305d9f44
SM
21682012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
2169
2170 * comint.el (comint--common-quoted-suffix): Check string boundary
2171 before comparing (bug#11158).
2172 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
2173
3d439cd1
CY
21742012-04-04 Chong Yidong <cyd@gnu.org>
2175
321cc491
CY
2176 * minibuffer.el (completion-extra-properties): Doc fix.
2177
3d439cd1
CY
2178 * subr.el (delayed-warnings-hook): Doc fix.
2179
2d562c0f
DU
21802012-04-04 Daiki Ueno <ueno@unixuser.org>
2181
2182 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
2183 selection (Bug#11159).
2184 (epa-insert-keys): Inform that the default public key will be
2185 exported if no key is selected.
2186
4443f204
RS
21872012-04-04 Richard Stallman <rms@gnu.org>
2188
2189 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
2190
529c06b6
CY
21912012-04-03 Chong Yidong <cyd@gnu.org>
2192
2193 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
2194 mail-insert-file, not its obsolete alias mail-attach-file.
2195
66b907dc
MA
21962012-04-03 Michael Albinus <michael.albinus@gmx.de>
2197
2198 * notifications.el (notifications-notify): Fix docstring.
2199
c0ea195d
GM
22002012-04-02 Glenn Morris <rgm@gnu.org>
2201
2202 * emacs-lisp/authors.el (authors-aliases): Another addition.
2203
5ca64e00
MA
22042012-04-02 Michael Albinus <michael.albinus@gmx.de>
2205
2206 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
2207 `tramp-compat-call-process' instead of `tramp-local-call-process'.
2208 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
2209
42ee526b
CY
22102012-04-01 Chong Yidong <cyd@gnu.org>
2211
2212 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
2213 Handle root directory properly.
2214 (copy-directory): Caller changed.
2215
2216 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
2217 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
2218
0b021094
GM
22192012-03-31 Glenn Morris <rgm@gnu.org>
2220
40f86458
GM
2221 * term/xterm.el (xterm-extra-capabilities): Doc fix.
2222
7019c177
GM
2223 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
2224
a1daddd6
GM
2225 * calendar/calendar.el (calendar-window-list)
2226 (calendar-hide-window): Restore. (Bug#11140)
2227 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
2228
0b021094
GM
2229 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
2230
40311efc
TV
22312012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2232
2233 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
2234 Check if file is a symlink (Bug#10489).
2235
2236 * files.el (copy-directory): Likewise.
2237
5319014e
CY
22382012-03-30 Chong Yidong <cyd@gnu.org>
2239
2240 * image.el (imagemagick-types-inhibit)
2241 (imagemagick-register-types): Doc fix.
2242
935d1290
AM
22432012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2244
ef24141c
SM
2245 * ispell.el (ispell-get-extended-character-mode):
2246 Disable extended-char-mode for hunspell. hunspell does not support it
75f1671a 2247 and treats ~word as ordinary words in pipe mode.
935d1290 2248
61c6e8fd
GM
22492012-03-30 Glenn Morris <rgm@gnu.org>
2250
2251 * tutorial.el (help-with-tutorial): Ensure local variables don't
2252 happen to make the buffer read-only. (Bug#11127)
2253
81fdff00
SM
22542012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
2255
2256 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
2257 (perl-calculate-indent): Return `noindent' in strings.
2258
6e7a6ec0
SS
22592012-03-28 Sam Steingold <sds@gnu.org>
2260
2261 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
2262 instead of the broken adhockery which does not prevent calendar
2263 buffers from being displayed at random after exit.
2264 (calendar-window-list, calendar-hide-window): Remove the broken
2265 adhockery.
2266
fee88ca0
GM
22672012-03-28 Glenn Morris <rgm@gnu.org>
2268
2269 * replace.el (query-replace-map): Doc fix.
2270
38de3354
AS
22712012-03-28 Andreas Schwab <schwab@linux-m68k.org>
2272
2273 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
2274 contents. (Bug#11109)
2275
b973155e
SM
22762012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
2277
2278 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
2279 (bug#11077).
2280 (avl-tree--check, avl-tree--check-node): New funs.
2281
dcb6e7b3
MR
22822012-03-27 Martin Rudalics <rudalics@gmx.at>
2283
2284 * window.el (switch-to-visible-buffer): New option.
b973155e
SM
2285 (switch-to-prev-buffer, switch-to-next-buffer):
2286 Observe switch-to-visible-buffer. Make sure that checking for a window
dcb6e7b3
MR
2287 showing a buffer already is done on the same frame.
2288
b4fa35fa
GM
22892012-03-27 Glenn Morris <rgm@gnu.org>
2290
2291 * startup.el (mail-host-address): Doc fix.
2292
f9210e18
SM
22932012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
2294
2295 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
2296 than 197 variables.
2297
c0bf7753
AF
22982012-03-26 Ami Fischman <ami@fischman.org>
2299
2300 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
2301
33da7b16
GM
23022012-03-26 Glenn Morris <rgm@gnu.org>
2303
02243d9d
GM
2304 * files.el (save-buffers-kill-emacs): Doc fix.
2305
33da7b16
GM
2306 * startup.el (normal-top-level, command-line, command-line-1):
2307 Give them doc strings.
2308
e5a69fd0
EZ
23092012-03-25 Eli Zaretskii <eliz@gnu.org>
2310
2311 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
b973155e 2312 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
e5a69fd0 2313
9a69676a
CY
23142012-03-25 Chong Yidong <cyd@gnu.org>
2315
4125cb8b
CY
2316 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
2317 theme if it was previously enabled before (Bug#11031).
2318
dd470960
CY
2319 * cus-theme.el (custom-theme-write-faces): Retrieve current face
2320 spec with custom-face-get-current-spec if its :shown-value is not
2321 determined yet (Bug#9337).
4125cb8b 2322 (customize-create-theme, custom-theme-revert): Doc fixes.
dd470960 2323
9a69676a
CY
2324 * button.el (button-at): Minor addition to docstring.
2325
6e7e90fa
SL
23262012-03-24 Simon Leinen <simon.leinen@gmail.com>
2327
2328 * vc/vc.el (vc-merge): Fix a prompt.
2329
f06e2758
CY
23302012-03-24 Chong Yidong <cyd@gnu.org>
2331
2332 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
2333 point (Bug#9623).
2334
6e7e90fa
SL
2335 * button.el (button-at): Minor addition to docstring.
2336
b9d0879b
SM
23372012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
2338
2339 * newcomment.el (comment-choose-indent): No space after BOL.
2340
e71cebb3
SS
23412012-03-22 Sam Steingold <sds@gnu.org>
2342
2343 * window.el (switch-to-prev-buffer): Revert last patch because the
2344 bug turned out to be an advertised feature (Elisp manual 28.14).
2345
335aff35
GM
23462012-03-22 Glenn Morris <rgm@gnu.org>
2347
2348 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
2349 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
2350
c676576a
LMI
23512012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
2352
2353 * net/network-stream.el (network-stream-open-starttls): Make error
2354 message under Windows be less misleading.
2355
126f3d39
LW
23562012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
2357
2358 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
2359 understands (bug#9942).
2360
64fee311
CY
23612012-03-22 Chong Yidong <cyd@gnu.org>
2362
2363 * simple.el (end-of-visible-line): Handle return value of
2364 next-single-property-change properly (Bug#9371).
2365
a640d29a
KH
23662012-03-22 Kenichi Handa <handa@m17n.org>
2367
2368 * international/quail.el (quail-insert-kbd-layout): Fix previous
2369 change. To avoid unwanted bidi reordering, use
2370 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
2371
39675016
DG
23722012-03-21 Dmitry Gutov <dgutov@yandex.ru>
2373
2374 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
2375 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
2376 (ruby-beginning-of-indent): Be more careful with the difference
2377 between word-boundary and symbol boundary.
2378 (ruby-mode-syntax-table): Make : a symbol constituent.
2379
0a6934fc 23802012-03-21 Andreas Politz <politza@fh-trier.de>
1acad97c 2381
3d008e4f
SM
2382 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
2383
0a6934fc
SM
23842012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
2385
af67c9d7
SM
2386 * progmodes/etags.el (tags-completion-at-point-function):
2387 Improve last fix.
2388
1acad97c
SM
2389 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
2390
e298b5da
SS
23912012-03-21 Sam Steingold <sds@gnu.org>
2392
2393 * progmodes/etags.el (tags-completion-at-point-function):
2394 Avoid the error when point is inside the pattern.
2395
91d82a70
JY
23962012-03-21 John Yates <john@yates-sheets.org> (tiny change)
2397
2398 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
2399 line (Bug#10855).
2400
69188b79
CY
24012012-03-21 Drew Adams <drew.adams@oracle.com>
2402
2403 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
2404
99fc91fe
AK
24052012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
2406
2407 * ido.el (ido-set-current-directory, ido-read-internal)
2408 (ido-choose-completion-string, ido-completion-help): Handle nil
2409 value of ido-completion-buffer (Bug#11008).
2410
087bbb4c
SS
24112012-03-21 Sam Steingold <sds@gnu.org>
2412
2413 * window.el (switch-to-prev-buffer): Do not switch to a visible
2414 window previous buffer, just like with the frame previous buffers.
2415
fb5b8aca
CY
24162012-03-21 Chong Yidong <cyd@gnu.org>
2417
2418 * faces.el (make-face, make-empty-face, copy-face):
2419 * face-remap.el (face-remap-add-relative, face-remap-set-base):
2420 Doc fixes.
2421
dc9924b8
SM
24222012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
2423
2424 * wid-edit.el (widget-complete-field): Remove (bug#11051).
2425 (widget-complete): Remove broken use of it.
2426
f0bcceb9
CY
24272012-03-20 Chong Yidong <cyd@gnu.org>
2428
dc9924b8
SM
2429 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
2430 Use string-width and truncate-string-width to handle arbitrary
f0bcceb9
CY
2431 characters.
2432
ee52ebf3
TH
24332012-03-20 Tassilo Horn <tassilo@member.fsf.org>
2434
2435 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
2436 to draw rectangles, not squares. (Regression introduced by revno
2437 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
2438
4c5779ab
CY
24392012-03-18 Chong Yidong <cyd@gnu.org>
2440
2441 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
2442 it is not yet defined (for temacs).
2443
15360934
LL
24442012-03-18 Leo Liu <sdl.web@gmail.com>
2445
dc9924b8 2446 * net/rcirc.el (rcirc-cmd-quit): Allow quiting all servers with prefix.
15360934 2447
d9a8eb66
EZ
24482012-03-17 Eli Zaretskii <eliz@gnu.org>
2449
2450 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
2451 (ispell-choices-win-default-height, ispell-silently-savep)
2452 (ispell-dictionary-alist, ispell-encoding8-command)
2453 (ispell-check-version, ispell-aspell-find-dictionary)
2454 (ispell-valid-dictionary-list, ispell-words-keyword)
2455 (ispell-get-word, ispell-internal-change-dictionary)
2456 (ispell-region, ispell-skip-region-list)
2457 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
2458 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
2459 (ispell-message-text-end, ispell-message)
2460 (ispell-buffer-local-parsing): Doc fix.
2461
f02ff80d
J
24622012-03-13 Jambunathan K <kjambunathan@gmail.com>
2463
2464 * htmlfontify.el: Add support for code block fontification for ODT
2465 export (Bug #9914).
2466 (hfy-optimisations): Define new option
2467 `body-text-only'
2468 (hfy-fontify-buffer): Honor above setting.
2469 (hfy-begin-span, hfy-end-span): New routines factored out form
2470 `hfy-fontify-buffer'.
2471 (hfy-begin-span-handler, hfy-end-span-handler): New variables
2472 that permit insertion of custom tags.
2473 (hfy-fontify-buffer): Use above handlers.
2474 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
2475 (hfy-face-to-css): Re-defined to be a variable.
dc9924b8 2476 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
75f1671a 2477 over multiple runs. This is made possible by having the caller let
f02ff80d
J
2478 bind a special variable `hfy-user-sheet-assoc'.
2479 (htmlfontify-string): New defun.
2480 (hfy-compile-face-map): Make sure that the last char in the
2481 buffer is correctly fontified.
2482 (hfy-face-resolve-face): Whitespace only change.
2483
9ac7a13f
EZ
24842012-03-17 Eli Zaretskii <eliz@gnu.org>
2485
2486 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
2487 message more clear.
2488
e2b5bdd7
LL
24892012-03-16 Leo Liu <sdl.web@gmail.com>
2490
2491 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
2492
2e492df3
AM
24932012-03-16 Alan Mackenzie <acm@muc.de>
2494
2495 Further optimise the handling of large macros.
2496
2497 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
2498 limit to a call of `c-literal-limits'.
2499 (c-determine-+ve-limit): New function.
dc9924b8
SM
2500 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
2501 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
2e492df3
AM
2502 In CASE 5B, restrict a search limit to 500.
2503 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
2504
2505 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
2506 Restrict macro bounds to +-500 from after-change's BEG END.
2507
50e94f0c
LL
25082012-03-16 Leo Liu <sdl.web@gmail.com>
2509
2510 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
2511
6f09f6ed
AH
25122012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
2513
2514 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
dc9924b8 2515 `special-mode' setting of `buffer-read-only'. (Bug#11010)
6f09f6ed 2516
c7e73d51
GM
25172012-03-16 Glenn Morris <rgm@gnu.org>
2518
da986230
GM
2519 * view.el (view-buffer, view-buffer-other-window)
2520 (view-buffer-other-frame): Doc fixes re special mode-class.
2521
0835f01e
GM
2522 * subr.el (eval-after-load): If named feature is provided not from
2523 a file, run after-load forms. (Bug#10946)
2524
c7e73d51
GM
2525 * calendar/calendar.el (calendar-insert-at-column):
2526 Handle non-unit-width characters a bit better. (Bug#10978)
2527
3f2eafd1
CY
25282012-03-15 Chong Yidong <cyd@gnu.org>
2529
2530 * emacs-lisp/ring.el (ring-extend): New function.
2531 (ring-insert+extend): Extend the ring correctly (Bug#11019).
2532
2533 * comint.el (comint-read-input-ring)
2534 (comint-add-to-input-history): Grow comint-input-ring lazily.
2535
103af3fe
SM
25362012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
2537
663b1677
SM
2538 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
2539 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
2540
103af3fe
SM
2541 * imenu.el: Fix multiple inheritance breakage (bug#9199).
2542 (imenu-add-to-menubar): Don't add a redundant index.
2543 (imenu-update-menubar): Handle a dynamically composed keymap.
2544
899cb7cb
KY
25452012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
2546
2547 * mail/sendmail.el (mail-encode-header):
2548 Bind rfc2047-encode-encoded-words to nil.
2549
3809f91d
GM
25502012-03-13 Glenn Morris <rgm@gnu.org>
2551
2552 * calendar/calendar.el (calendar-string-spread):
2553 Handle non-unit-width characters a bit better. (Bug#10978)
2554
9e345a01
LL
25552012-03-13 Leo Liu <sdl.web@gmail.com>
2556
2557 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
2558 directory and file as argument (Bug#10822).
2559
4a07df36
KS
25602012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
2561
2562 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
2563 For dynamically generated code, follow $PC.
2564 (gdb-disassembly-handler-custom): Handle no function name case.
2565
4aaa9356
TL
25662012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
2567
2568 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
2569 * emulation/ws-mode.el (ws-query-replace):
2570 * sort.el (sort-regexp-fields):
2571 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
2572
225979da
SM
25732012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
2574
2575 * dabbrev.el: Fix cycle completion order (bug#10963).
2576 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
2577 (dabbrev-completion): Don't use an obarray; provide
2578 a cycle-sort-function.
2579
e2f1fdab
LL
25802012-03-12 Leo Liu <sdl.web@gmail.com>
2581
dc9924b8 2582 * simple.el (kill-new): Use equal-including-properties for comparison.
e2f1fdab
LL
2583 (kill-do-not-save-duplicates): Doc fix.
2584
b19490ed
SM
25852012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
2586
2587 * dabbrev.el: Fix cycle completion (bug#10963).
2588 Use lexical binding and wrap to 80 columns.
2589 (dabbrev-completion): Delay computing the list of completions.
2590
4b05d722
KH
25912012-03-12 Kenichi Handa <handa@m17n.org>
2592
2593 * international/quail.el (quail-insert-kbd-layout): Surround each
2594 row by LRO and PDF instead of inserting many LRMs. Pad the left
2595 and right of each non-spacing marks. Insert invisible space
2596 between lower and upper characters to prevent composition.
2597
dbbc2e69
SM
25982012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
2599
2600 * minibuffer.el (minibuffer-complete): Don't get confused when the
2601 function is run twice via different commands (bug#10958).
2602 (complete-with-action): Fix docstring.
2603
292112ed
CY
26042012-03-12 Chong Yidong <cyd@gnu.org>
2605
5d1ac394
CY
2606 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
2607 (nxml-completion-at-point-function): New function.
2608 (nxml-mode): Use it.
2609 (nxml-bind-meta-tab-to-complete-flag): Default to t.
2610
292112ed
CY
2611 * emacs-lisp/package.el (package-unpack, package-unpack-single):
2612 Load generated autoloads file before byte compiling (Bug#10970).
2613 (package--make-autoloads-and-compile): New helper fun.
2614
4098f8f7
CS
26152012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
2616
2617 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
2618
8f754691
MA
26192012-03-11 Michael Albinus <michael.albinus@gmx.de>
2620
2621 * autorevert.el (auto-revert-handler): Ensure, that
2622 file-readable-p is applied only for local files or in
2623 auto-revert-tail-mode.
2624
e29ab36b
AS
26252012-03-11 Andreas Schwab <schwab@linux-m68k.org>
2626
dbbc2e69
SM
2627 * server.el (server-eval-at): Handle non-tcp connections.
2628 Decode result string.
ad0bf5b6 2629
e29ab36b
AS
2630 * server.el (server-msg-size): New constant.
2631 (server-reply-print): New function.
2632 (server-eval-and-print): Use it.
2633 (server-eval-at): Use server-quote-arg and server-unquote-arg.
2634 Handle -print-nonl.
2635
de5939ba
CS
26362012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
2637
2638 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
2639 (Bug#10987).
2640
0c93eabf
CY
26412012-03-11 Chong Yidong <cyd@gnu.org>
2642
397a688f
CY
2643 * simple.el (goto-line): Doc fix (Bug#9938).
2644
2cc775f9
CY
2645 * subr.el (save-window-excursion): Doc fix (Bug#9979).
2646
0c93eabf
CY
2647 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
2648 when finished (Bug#10963).
2649
c491fa41
MR
26502012-03-11 Martin Rudalics <rudalics@gmx.at>
2651
2652 * window.el (split-window-below): Fix bug in case where
2653 split-window-keep-point is nil (Bug#10971).
2654
300e8fa5
JL
26552012-03-11 Juri Linkov <juri@jurta.org>
2656
2657 * replace.el (replace-highlight): Set isearch-word to nil
2658 unconditionally. (Bug#10887)
2659
dbf6c5a1
EZ
26602012-03-10 Eli Zaretskii <eliz@gnu.org>
2661
2662 * net/mairix.el (mairix-replace-invalid-chars): Rename from
2663 mairix-replace-illegal-chars; all callers changed. Don't remove
dc9924b8 2664 ^, ~, and = characters: they are meaningful in mairix search specs.
dbf6c5a1
EZ
2665 (mairix-widget-create-query): Add usage information about mairix
2666 search forms: negating words, searching for substrings, etc.
2667
b9e501de
JP
26682012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
2669
2670 * international/fontset.el (font-encoding-alist): Add an entry for
2671 ksx1001 (Bug#5667).
2672
92795c91
RS
26732012-03-10 Richard Stallman <rms@gnu.org>
2674
1694e6c1
RS
2675 * mail/sendmail.el (mail-encode-header):
2676 Set rfc2047-encode-encoded-words.
2677
607e8555
RS
2678 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
2679
de3bc99a
RS
2680 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
2681 view buffer means not swapped.
2682 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
2683 (rmail-write-region-annotate): Error if real text has disappeared.
2684
92795c91
RS
2685 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
2686
699bd04e
CY
26872012-03-10 Chong Yidong <cyd@gnu.org>
2688
2689 * emulation/cua-rect.el (cua--init-rectangles):
dbbc2e69
SM
2690 * emulation/cua-base.el (cua--init-keymaps):
2691 Add delete-forward-char to remappings (Bug#9666).
699bd04e 2692
570a1714
MR
26932012-03-10 Martin Rudalics <rudalics@gmx.at>
2694
dbbc2e69
SM
2695 * speedbar.el (speedbar-unhighlight-one-tag-line):
2696 Avoid unhighlighting due to frame switching (Bug#10275).
570a1714 2697
82dcf4e4
CY
26982012-03-10 Chong Yidong <cyd@gnu.org>
2699
7a2c7ca7
CY
2700 * minibuffer.el (completion-in-region, completion-help-at-point):
2701 Give the completion field overlay a high priority (Bug#6830).
2702
82dcf4e4
CY
2703 * dired.el (dired-goto-file): Recognize absolute file name
2704 listings (Bug#7126).
2705 (dired-goto-file-1): New helper function.
2706 (dired-toggle-read-only): Inhibit warnings.
2707
052e28ac
MA
27082012-03-09 Michael Albinus <michael.albinus@gmx.de>
2709
75f1671a 2710 * net/dbus.el (dbus-property-handler): Return empty array if
052e28ac
MA
2711 there are no properties.
2712
95d5e396
LL
27132012-03-09 Leo Liu <sdl.web@gmail.com>
2714
2715 * savehist.el (savehist-printable): Stricter check for string
2716 value (Bug#10937).
2717
3f018d6d
EZ
27182012-03-09 Eli Zaretskii <eliz@gnu.org>
2719
dbbc2e69
SM
2720 * mail/smtpmail.el (smtpmail-send-it):
2721 Bind coding-system-for-write to *-unix, so that FCC files are kept in
3f018d6d
EZ
2722 valid mbox format.
2723
f7fd3d79
GM
27242012-03-09 Glenn Morris <rgm@gnu.org>
2725
2726 * files.el (dir-locals-find-file):
2727 Don't check result is regular, readable.
2728 (dir-locals-read-from-file): Demote errors.
2729
6ff6e72f
EZ
27302012-03-08 Eli Zaretskii <eliz@gnu.org>
2731
dbbc2e69
SM
2732 * international/quail.el (quail-insert-kbd-layout):
2733 Insert invisible LRM characters before each character in a keyboard
6ff6e72f
EZ
2734 layout cell, to prevent their reordering by bidi display engine.
2735 For details, see the discussion in
2736 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
2737
9cec7834
AM
27382012-03-08 Alan Mackenzie <acm@muc.de>
2739
2740 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
2741 the starting position; make it extend the marked region when
2742 invoked repeatedly - all under appropriate circumstances.
2743 Fixes bugs #5525, #10906.
2744
9a40b8d4
GM
27452012-03-08 Glenn Morris <rgm@gnu.org>
2746
2747 * files.el (locate-dominating-file, dir-locals-find-file):
2748 Undo 2012-03-06 change.
2749
7a08ed35
EZ
27502012-03-07 Eli Zaretskii <eliz@gnu.org>
2751
dbbc2e69
SM
2752 * international/quail.el (quail-help):
2753 Force bidi-paragraph-direction be left-to-right. See discussion in
7a08ed35
EZ
2754 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
2755 for the reason.
2756
5aca4f71 27572012-03-07 Michael Albinus <michael.albinus@gmx.de>
6612a284
MA
2758
2759 Avoid superfluous registering of signals. (Bug#10807)
2760
2761 * notifications.el (notifications-on-action-object)
2762 (notifications-on-close-object): New defvars.
2763 (notifications-on-action-signal, notifications-on-closed-signal):
2764 Unregister the signal if not needed any longer.
2765 (notifications-notify): Register `notifications-action-signal' or
2766 `notifications-closed-signal', if :on-action or :on-close has been
2767 passed as argument.
2768
78e8b10a
CY
27692012-03-07 Chong Yidong <cyd@gnu.org>
2770
2771 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
2772 non-X platforms.
2773
69481eb8
GM
27742012-03-06 Glenn Morris <rgm@gnu.org>
2775
2776 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
2777 (x-disown-selection-internal, x-get-selection-internal):
2778 Doc fix (add arglist signatures). (Bug#10783)
2779
133b8e11
KS
27802012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
2781
2782 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
2783 Handle breakpoints with no "type".
2784
99a83064
GM
27852012-03-06 Glenn Morris <rgm@gnu.org>
2786
2787 * files.el (locate-dominating-file): Add optional predicate argument.
2788 (dir-locals-find-file): Make use of above change.
2789
17798e78
TTN
27902012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
2791
2792 * info.el (Info-insert-dir): Also try "dir.gz".
2793
eb182446
GM
27942012-03-06 Glenn Morris <rgm@gnu.org>
2795
8f2114ee
GM
2796 * files.el (dir-locals-find-file):
2797 Ignore non-readable or non-regular files. (Bug#10928)
2798
eb182446
GM
2799 * files.el (locate-dominating-file): Doc fix.
2800
24679323
AS
28012012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
2802
2803 * calendar/calendar.el (calendar-set-mode-line):
2804 `getenv' returns a string. (Bug#10951)
2805
01d972a9
LL
28062012-03-05 Leo Liu <sdl.web@gmail.com>
2807
109aa8a9
LL
2808 * simple.el (backward-delete-char-untabify): Constrain point to
2809 field (Bug#10939).
2810
01d972a9
LL
2811 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
2812
10607bea
CY
28132012-03-05 Chong Yidong <cyd@gnu.org>
2814
2815 * simple.el (count-words): If called from Lisp, return the word
2816 count, for symmetry with `count-lines'. Arglist changed.
2817 (count-words--message): Args changed. Consolidate counting code
2818 from count-words and count-words-region.
2819 (count-words-region): Caller changed.
2820 (count-lines-region): Make it an obsolete alias.
2821
5dd11cfe
TH
28222012-03-04 Tassilo Horn <tassilo@member.fsf.org>
2823
2824 * saveplace.el (save-place-to-alist)
2825 (save-place-ignore-files-regexp): Allow value nil to disable this
2826 feature.
2827
c349f4e6
CY
28282012-03-04 Chong Yidong <cyd@gnu.org>
2829
2830 * faces.el (face-spec-reset-face): For the default face, reset the
2831 attributes to default values (Bug#10748).
2832
e627be4c
LMI
28332012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2834
2835 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
2836 previous patch: Check `message-send-mail-function', and not the
2837 default function (bug#10897).
2838
ebeabff4
MA
28392012-03-04 Michael Albinus <michael.albinus@gmx.de>
2840
a41a6cf4
MA
2841 * notifications.el (notifications-on-action-signal)
2842 (notifications-on-closed-signal): Check for unique service name of
2843 incoming event. Fix error in removing entry.
ebeabff4 2844 (top): Register for signals with wildcard service name.
a41a6cf4 2845 (notifications-notify): Use daemon unique service name for map entries.
ebeabff4 2846
c1ca42b4
CY
28472012-03-04 Chong Yidong <cyd@gnu.org>
2848
dc9924b8 2849 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
c1ca42b4 2850
ea16568d
GM
28512012-03-04 Glenn Morris <rgm@gnu.org>
2852
2853 * abbrev.el (copy-abbrev-table, abbrev-table-p)
2854 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
2855 (expand-abbrev, define-abbrev-table): Doc fixes.
2856
fbae4637
LMI
28572012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2858
2859 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
2860 `message-default-send-mail-function' and not `send-mail-function'
2861 when doing the prompting for `sendmail-query-once' before sending
2862 in Message buffers (bug#10897).
2863
a1e7225c
LMI
2864 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
2865 This is inconsistent with all the other stream functions, which leave
2866 the setting up to the higher levels (if so wanted) (bug#10931).
2867
56d093a9
AM
28682012-03-02 Alan Mackenzie <acm@muc.de>
2869
2870 Depessimize the handling of very large macros.
2871
2872 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
2873 (c-macro-cache-syntactic): New variables to implement a one
2874 element macro cache.
2875 (c-invalidate-macro-cache): New function.
2876 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
2877 Adapt to use the new cache.
2878 (c-state-safe-place): Use better the cache of safe positions.
2879 (c-state-semi-nonlit-pos-cache)
2880 (c-state-semi-nonlit-pos-cache-limit):
2881 New variables for...
2882 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
2883 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
dbbc2e69
SM
2884 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
2885 Use c-state-semi-safe-place.
56d093a9 2886
dbbc2e69
SM
2887 * progmodes/cc-langs.el (c-get-state-before-change-functions):
2888 Add c-invalidate-macro-cache to the C, C++, Obj entries.
56d093a9 2889
817e5c3d
MA
28902012-03-02 Michael Albinus <michael.albinus@gmx.de>
2891
dbbc2e69
SM
2892 * jka-compr.el (jka-compr-call-process):
2893 Apply `file-accessible-directory-p' only when the default directory is
817e5c3d
MA
2894 not remote.
2895
a032a702
MA
28962012-03-01 Michael Albinus <michael.albinus@gmx.de>
2897
2898 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
2899 access of FILE2, if FILE1 does not exist.
2900
99a54f21
MA
2901 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
2902 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
2903
2904 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
2905 Add "PAGER=" to `process-environment'.
2906
f6561e1f
MM
29072012-03-01 Michael R. Mauger <mmaug@yahoo.com>
2908
2909 * progmodes/sql.el: Bug fix
2910 (sql-get-login-ext): Save login values in globals.
2911 (sql-get-login): Use new version of `sql-get-login-ext'.
2912 (sql-interactive-mode): Set global `sql-connection' to nil.
2913 (sql-connect): Set global values for connection.
2914 (sql-product-interactive): Save global values as buffer local.
2915
2d44d9cc
LL
29162012-02-29 Leo Liu <sdl.web@gmail.com>
2917
2918 * abbrev.el (define-abbrevs): Reset sys to nil.
2919
96b49301 29202012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2921
bf7f9bc5
JB
2922 * files.el (file-equal-p): Rename from `files-equal-p'.
2923 Return nil when one or both files don't exist.
96b49301 2924 (file-subdir-of-p): Now only top directory must exists,
2925 return nil if it doesn't.
bf7f9bc5
JB
2926 (copy-directory): No need to test with `file-subdir-of-p' after
2927 creating dir.
2928 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
2929 to `file-equal-p'.
96b49301 2930
44e97401
GM
29312012-02-28 Glenn Morris <rgm@gnu.org>
2932
2933 * shell.el (shell-mode):
2934 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
2935 * play/landmark.el (landmark-font-lock-face-O):
2936 * play/handwrite.el (handwrite):
2937 * play/gomoku.el (gomoku-O):
2938 * net/browse-url.el (browse-url-browser-display):
2939 * international/mule.el (define-charset):
2940 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
2941 * filesets.el (filesets-find-file-delay):
2942 * eshell/em-xtra.el (eshell-xtra):
2943 * eshell/em-unix.el (eshell-grep):
2944 * emulation/viper.el (viper-mode):
2945 * emacs-lisp/regexp-opt.el (regexp-opt-group):
2946 * emacs-lisp/easymenu.el (easy-menu-define):
2947 * calendar/timeclock.el (timeclock-use-display-time):
2948 * bs.el (bs-mode):
2949 * bookmark.el (bookmark-save-flag):
2950 Doc fix (standardize possessive apostrophe usage).
2951
c98c6276
CY
29522012-02-27 Chong Yidong <cyd@gnu.org>
2953
bf7f9bc5
JB
2954 * emulation/viper-cmd.el (viper-intercept-ESC-key):
2955 Fix key-binding lookup for ESC key (Bug#9146).
ecf5f74e 2956
c98c6276
CY
2957 * font-lock.el (font-lock-specified-p): Rename from
2958 font-lock-spec-present. Callers changed.
2959
9c62cd04 29602012-02-27 Daniel Hackney <dan@haxney.org>
8ac9e529 2961
bf7f9bc5
JB
2962 * emacs-lisp/package.el (package-compute-transaction):
2963 Handle holding a package version to t in package-load-list.
8ac9e529 2964
530739c9
MA
29652012-02-26 Michael Albinus <michael.albinus@gmx.de>
2966
2967 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
2968 (tramp-get-inode, tramp-get-device): Use cached values.
2969
487915d7
AM
29702012-02-26 Alan Mackenzie <acm@muc.de>
2971
2972 Check there is a font-lock specification before doing initial
2973 fontification.
2974
2975 * font-core.el (font-lock-mode): Move the conditional from
2976 :after-hook to font-lock-initial-fontify.
2977 (font-lock-default-function): Move the check for a specification
2978 to font-lock-spec-present.
2979
dc9924b8 2980 * font-lock.el (font-lock-initial-fontify): Call ...
487915d7
AM
2981 (font-lock-spec-present): New function.
2982
4fd96557
JB
29832012-02-26 Jim Blandy <jimb@red-bean.com>
2984
2985 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
2986 (gdb-send): Apply it to the operand of the '-interpreter-exec
2987 console' command, so that we can pass arguments with (say) quotes
2988 in them. Store exact string sent in gdb-debug-log (Bug#10765).
2989
9a4888c0
CY
29902012-02-26 Chong Yidong <cyd@gnu.org>
2991
07498861
CY
2992 * help-fns.el (describe-function-1): Clarify description of
2993 remapping (Bug#10844).
2994
9a4888c0
CY
2995 * files.el (files-equal-p): Doc fix.
2996 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
2997 and quit the loop once a mismatch is found.
2998
ea8fb88d
JB
29992012-02-25 Juanma Barranquero <lekktu@gmail.com>
3000
3001 * bs.el (bs--show-with-configuration): Don't throw an error
3002 if the window cannot be split; otherwise, subsequent calls to
3003 bs-show fail, restoring a stale window config. (Bug#10882)
3004
525795c1
JD
30052012-02-25 Jan Djärv <jan.h.d@swipnet.se>
3006
3007 * term/ns-win.el (global-map): Bind ns-drag-file to
3008 ns-find-file (Bug#5855, Bug#10050).
3009
f008086f
AS
30102012-02-25 Andreas Schwab <schwab@linux-m68k.org>
3011
3012 * calendar/parse-time.el (parse-time-string): Allow extractor to
3013 return nil.
3014
a3fcfa99
MA
30152012-02-25 Michael Albinus <michael.albinus@gmx.de>
3016
91027d08
JB
3017 * net/tramp.el (tramp-file-name-for-operation):
3018 Add `files-equal-p' and `file-subdir-of-p'.
a3fcfa99
MA
3019
3020 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
91027d08
JB
3021 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
3022 Add COPY-CONTENTS argument.
a3fcfa99 3023
67b0de11
CY
30242012-02-25 Chong Yidong <cyd@gnu.org>
3025
3026 Add custom groups for VC backends, for consistency with vc-bzr.
3027
3028 * vc/vc-arch.el (vc-arch):
3029 * vc/vc-cvs.el (vc-cvs):
3030 * vc/vc-git.el (vc-git):
3031 * vc/vc-hg.el (vc-hg):
3032 * vc/vc-mtn.el (vc-mtn):
3033 * vc/vc-rcs.el (vc-rcs):
3034 * vc/vc-sccs.el (vc-sccs):
3035 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
3036 All relevant defcustoms reassigned.
3037
3c9dfce6
CY
30382012-02-25 Chong Yidong <cyd@gnu.org>
3039
1339bf43
CY
3040 * newcomment.el (comment-styles): Add autoload (Bug#10868).
3041
3c9dfce6
CY
3042 * term/x-win.el (x-initialize-window-system): Reduce default for
3043 x-selection-timeout to 5 seconds (Bug#8869).
3044
25b2e303 30452012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3046
ec70a47d
GM
3047 * files.el (files-equal-p, file-subdir-of-p): New functions.
3048 (copy-directory): Error when trying to copy a directory on itself.
25b2e303 3049 Add missing copy-contents arg to tramp handler.
ec70a47d
GM
3050 * dired-aux.el (dired-copy-file-recursive): Same.
3051 (dired-create-files): Modify destination when source is equal to
3052 dest when copying files.
53a46cd0 3053 Return also when dest is a subdir of source. (Bug#10489)
25b2e303 3054
914260cd
MA
30552012-02-24 Michael Albinus <michael.albinus@gmx.de>
3056
3057 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
3058 (Bug#10874)
3059
2cb228f7
AM
30602012-02-23 Alan Mackenzie <acm@muc.de>
3061
3062 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
3063 parameter "after-hook:" to allow the expansion to run code after
3064 the execution of the mode hooks.
3065
3066 * font-lock.el (font-lock-initial-fontify): New function extracted
91027d08 3067 from font-lock-mode-internal.
2cb228f7 3068
91027d08 3069 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
2cb228f7
AM
3070 :after-hook.
3071
8f0fde21
SM
30722012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
3073
3e88618b
SM
3074 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
3075 (completion--cache-all-sorted-completions): New function.
3076 (completion-all-sorted-completions): Use it.
3077 (completion--do-completion, minibuffer-force-complete):
3078 Use it to re-instate the flush hook.
3079
8f0fde21
SM
3080 * icomplete.el (icomplete-completions): Replace last fix with a better
3081 one (bug#10850).
3082
8e911f6f
DG
30832012-02-23 Dmitry Gutov <dgutov@yandex.ru>
3084
3085 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
3086 when it might call us back infinitely (bug#10797).
3087
49fe4321
GM
30882012-02-23 Glenn Morris <rgm@gnu.org>
3089
3090 * minibuffer.el (completion-category-overrides): Doc fix.
3091
b291b572
SM
30922012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
3093
3094 * minibuffer.el (completion-table-with-context): Fix inf-loop.
3095 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
3096
31a9ef2e
GM
30972012-02-23 Glenn Morris <rgm@gnu.org>
3098
5e6e6794 3099 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
31a9ef2e
GM
3100 (authors-obsolete-files-regexps, authors-ignored-files)
3101 (authors-ambiguous-files, authors-renamed-files-alist):
3102 Add more entries.
3103
0bd1e074
JL
31042012-02-23 Juri Linkov <juri@jurta.org>
3105
3106 * isearch.el (isearch-occur): Sync interactive spec with occur's
3107 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
3108
b617673c
JL
3109 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
3110
19e9789e
JL
31112012-02-22 Juri Linkov <juri@jurta.org>
3112
3113 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
3114 (ucs-insert): Doc fix. Check for hex digits in the string.
3115 Don't display `nil' in the error message. (Bug#10857)
3116
f41ce09d
AM
31172012-02-22 Alan Mackenzie <acm@muc.de>
3118
7a71b18d 3119 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
f41ce09d 3120
ac2eceee
GM
31212012-02-22 Glenn Morris <rgm@gnu.org>
3122
3123 * ffap.el (ffap-c-path):
3124 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
3125
abd1f678
CY
31262012-02-22 Chong Yidong <cyd@gnu.org>
3127
3128 * custom.el (load-theme): Doc fix.
3129
f25aef2e
GM
31302012-02-22 Glenn Morris <rgm@gnu.org>
3131
3132 * dired-x.el (dired-guess-shell-alist-default):
3133 Remove escape sequences from nroff output. (Bug#172)
3134
5f8dc2ca
GM
31352012-02-21 Glenn Morris <rgm@gnu.org>
3136
6ff86ec4
GM
3137 * vc/emerge.el (emerge-defvar-local):
3138 Set `permanent-local' property rather than unused `preserved'.
3139
be3223a3 3140 * textmodes/picture.el (picture-delete-char): New alias.
5f8dc2ca
GM
3141 (picture-mode-map): Use it. (Bug#10860)
3142 (picture-mode): Doc fix.
3143
3fe58f4f
JB
31442012-02-21 Juanma Barranquero <lekktu@gmail.com>
3145
3146 * newcomment.el (uncomment-region-default): Remove unused binding.
3147
f9a998c3
GM
31482012-02-21 Glenn Morris <rgm@gnu.org>
3149
3150 * textmodes/picture.el (picture-motion, picture-motion-reverse)
3151 (picture-self-insert, picture-tab-chars): Doc fix.
3152 (picture-mode-map): Fix C-a, C-e.
3153
c6029348
GM
31542012-02-20 Glenn Morris <rgm@gnu.org>
3155
3156 * emacs-lisp/authors.el (authors-aliases): Add another entry.
3157
ab1ce9d7
LL
31582012-02-20 Leo Liu <sdl.web@gmail.com>
3159
3160 * icomplete.el (icomplete-completions): Check FROM arg before
3161 passing to substring (Bug#10850).
3162
0fd40f89
CY
31632012-02-19 Chong Yidong <cyd@gnu.org>
3164
3165 * comint.el: Require ansi-color.
3166 (comint-output-filter-functions): Add ansi-color-process-output.
3167
3168 * ansi-color.el: Don't set comint-output-filter-functions; it is
3169 now in the initial value defined in comint.el.
3170 (ansi-color-apply-face-function): New variable.
3171 (ansi-color-apply-on-region): Use it.
3172 (ansi-color-apply-overlay-face): New function.
3173
3174 * shell.el (shell): No need to require ansi-color.
3175 (shell-mode): Use ansi-color-apply-face-function to highlight
3176 color escapes using font-lock-face property (Bug#10835).
3177
20af2394
CY
31782012-02-19 Chong Yidong <cyd@gnu.org>
3179
3180 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
3181 mode-line formats (Bug#10839).
3182
e23a3fbe
GM
31832012-02-18 Glenn Morris <rgm@gnu.org>
3184
b474519e
GM
3185 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
3186
3187 * mail/undigest.el (unforward-rmail-message): Doc fix.
3188
e23a3fbe
GM
3189 * saveplace.el (save-place-ignore-files-regexp): Add :version.
3190
57939ff4
EZ
31912012-02-18 Eli Zaretskii <eliz@gnu.org>
3192
3193 * international/characters.el (script-list): Sync with the latest
3194 Unicode Character Database.
3195
0c23686e
AS
31962012-02-18 Andreas Schwab <schwab@linux-m68k.org>
3197
3198 * international/titdic-cnv.el: Remove duplicate coding tag.
3199 * language/cham.el: Likewise.
3200 * language/tai-viet.el: Likewise.
3201
6818b449
GM
32022012-02-18 Glenn Morris <rgm@gnu.org>
3203
3204 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
3205 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
3206 (calendar-bahai-all-holidays-flag, calendar-other-dates):
3207 * calendar/diary-lib.el (diary-abbreviated-year-flag):
3208 * calendar/holidays.el (holiday-bahai-holidays)
3209 (calendar-holidays, list-holidays):
3210 Use utf-8 Bahá'í in doc-strings, menus, etc.
3211
0311a3fc
TH
32122012-02-17 Tassilo Horn <tassilo@member.fsf.org>
3213
3214 * saveplace.el (save-place-ignore-files-regexp): New variable
3215 allowing for excluding files from saving their location of point.
3216 The default value matches the temporary commit message editing
3217 files from Git, SVN, Bazaar, and Mercurial.
3218 (save-place-to-alist): Use it.
3219
eb864a71
LM
32202012-02-17 Lawrence Mitchell <wence@gmx.li>
3221 Stefan Monnier <monnier@iro.umontreal.ca>
3222
3223 * newcomment.el (uncomment-region-default): Don't leave extra space
3224 when an arg is provided (bug#8150).
3225
ee0ce425
TZ
32262012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
3227
eb864a71 3228 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
ee0ce425 3229
95ddf442
GM
32302012-02-17 Glenn Morris <rgm@gnu.org>
3231
3232 * net/socks.el: Require network-stream. (Bug#10599)
3233
48dd1e39 32342012-02-17 Kenichi Handa <handa@m17n.org>
c406be43
KH
3235
3236 * international/charprop.el:
3237 * international/uni-name.el:
3238 * international/uni-old-name.el:
3239 * international/uni-comment.el: Regenerate.
3240
d68cd087
GM
32412012-02-16 Glenn Morris <rgm@gnu.org>
3242
3243 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
3244 Interactively in calendar buffer, give an error if not on a date.
3245
13932042
GM
32462012-02-15 Glenn Morris <rgm@gnu.org>
3247
3248 * shell.el (shell-delimiter-argument-list):
3249 Revert 2011-02-17 change. (Bug#8027)
3250
c3a70e2b
CY
32512012-02-15 Chong Yidong <cyd@gnu.org>
3252
60236b0d
CY
3253 * minibuffer.el (completion-at-point-functions): Doc fix.
3254
c3a70e2b
CY
3255 * custom.el (defcustom): Doc fix; note use of defvar.
3256
9f26dc24
GM
32572012-02-15 Glenn Morris <rgm@gnu.org>
3258
3259 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
3260 Doc fixes.
3261
6546b134
GM
32622012-02-14 Glenn Morris <rgm@gnu.org>
3263
3264 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
3265
d29b2b4c
LI
32662012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
3267
3268 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
3269 way the ports list is computed.
835bdcba
LI
3270 (smtpmail-query-smtp-server): Prompt the user for a port number if
3271 we can't connect to any of the standard ports (bug#10810).
d29b2b4c 3272
08dcdbc9
TZ
32732012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
3274
3275 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
3276
2605051a
GM
32772012-02-13 Glenn Morris <rgm@gnu.org>
3278
3279 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
3280
7ee99f32
TZ
32812012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
3282
3283 * net/gnutls.el (gnutls-trustfiles): New variable.
3284 (gnutls-negotiate): Use it.
3285
5f0af64f
LI
32862012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
3287
3288 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
3289 does its stuff if Gnus is running.
3290
c14fcc95
AM
32912012-02-13 Alan Mackenzie <acm@muc.de>
3292
3293 Fix a loop in c-set-fl-decl-start.
3294
7a71b18d 3295 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
c14fcc95
AM
3296 c-backward-syntactic-ws actually moves backwards.
3297
142b4d90
LL
32982012-02-13 Leo Liu <sdl.web@gmail.com>
3299
3300 * net/rcirc.el (rcirc-markup-attributes): Move point to the
3301 beginning so that all \C-o chars are removed.
3302
fa9958a6
TZ
33032012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
3304
dc9924b8 3305 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
fa9958a6 3306
0bc5886a
AM
33072012-02-12 Alan Mackenzie <acm@muc.de>
3308
3309 Fix infinite loop with long macros.
4d6769e1 3310 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
0bc5886a 3311
d4bd55e7
CY
33122012-02-12 Chong Yidong <cyd@gnu.org>
3313
3314 * window.el (display-buffer): Doc fix (Bug#10785).
3315
66f3fe22
GM
33162012-02-12 Glenn Morris <rgm@gnu.org>
3317
bd7da63e
GM
3318 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
3319 (x-disown-selection-internal, x-get-selection-internal):
3320 Sync docs with the xselect.c versions.
3321
66f3fe22
GM
3322 * allout-widgets.el: Add missing license notice.
3323
3e0d2fa7
GM
33242012-02-11 Glenn Morris <rgm@gnu.org>
3325
cfecdf09
GM
3326 * select.el (x-get-selection-internal, x-own-selection-internal)
3327 (x-disown-selection-internal):
3328 * x-dnd.el (x-get-selection-internal): Update declarations.
3329
6d216d7f
GM
3330 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
3331
2bed3f04
GM
3332 * window.el (window-sides-slots):
3333 * tool-bar.el (tool-bar-position):
3334 * term/xterm.el (xterm-extra-capabilities):
3335 * ses.el (ses-self-reference-early-detection):
3336 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
3337 (verilog-auto-wire-type)
3338 (verilog-auto-delete-trailing-whitespace)
3339 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
3340 (verilog-auto-tieoff-declaration):
3341 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
3342 (sql-oracle-statement-starters, sql-oracle-scan-on):
3343 * progmodes/prolog.el (prolog-align-comments-flag)
3344 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
3345 (prolog-left-indent-regexp, prolog-paren-indent-p)
3346 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
3347 (prolog-types, prolog-mode-specificators)
3348 (prolog-determinism-specificators, prolog-directives)
3349 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
3350 (prolog-electric-dot-flag)
3351 (prolog-electric-dot-full-predicate-template)
3352 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
3353 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
3354 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
3355 (prolog-program-switches, prolog-prompt-regexp)
3356 (prolog-debug-on-string, prolog-debug-off-string)
3357 (prolog-trace-on-string, prolog-trace-off-string)
3358 (prolog-zip-on-string, prolog-zip-off-string)
3359 (prolog-use-standard-consult-compile-method-flag)
3360 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
3361 (prolog-imenu-max-lines, prolog-info-predicate-index)
3362 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
3363 (prolog-char-quote-workaround):
3364 * progmodes/cc-vars.el (c-defun-tactic):
3365 * net/tramp.el (tramp-encoding-command-interactive)
3366 (tramp-local-end-of-line):
3367 * net/soap-client.el (soap-client):
3368 * net/netrc.el (netrc-file):
3369 * net/gnutls.el (gnutls):
3370 * minibuffer.el (completion-category-overrides)
3371 (completion-cycle-threshold)
3372 (completion-pcm-complete-word-inserts-delimiters):
3373 * man.el (Man-name-local-regexp):
3374 * mail/feedmail.el (feedmail-display-full-frame):
3375 * international/characters.el (glyphless-char-display-control):
3376 * eshell/em-ls.el (eshell-ls-date-format):
3377 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
3378 (lisp-lambda-list-keyword-parameter-indentation)
3379 (lisp-lambda-list-keyword-parameter-alignment):
3380 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
3381 * dired-x.el (dired-omit-verbose):
3382 * cus-theme.el (custom-theme-allow-multiple-selections):
3383 * calc/calc.el (calc-highlight-selections-with-faces)
3384 (calc-lu-field-reference, calc-lu-power-reference)
3385 (calc-note-threshold):
3386 * battery.el (battery-mode-line-limit):
3387 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
3388 (archive-7z-update):
3389 * allout.el (allout-prefixed-keybindings)
3390 (allout-unprefixed-keybindings)
3391 (allout-inhibit-auto-fill-on-headline)
3392 (allout-flattened-numbering-abbreviation):
3393 * allout-widgets.el (allout-widgets-auto-activation)
3394 (allout-widgets-icons-dark-subdir)
3395 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
3396 (allout-widgets-theme-dark-background)
3397 (allout-widgets-theme-light-background)
3398 (allout-widgets-item-image-properties-emacs)
3399 (allout-widgets-item-image-properties-xemacs)
3400 (allout-widgets-run-unit-tests-on-load)
3401 (allout-widgets-time-decoration-activity)
3402 (allout-widgets-hook-error-post-time)
3403 (allout-widgets-track-decoration):
3404 Add missing :version tags to new defcustoms and defgroups.
3405
5fec1b8e
GM
3406 * progmodes/sql.el (sql-ansi-statement-starters)
3407 (sql-oracle-statement-starters): Add custom type.
3408
3e0d2fa7
GM
3409 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
3410 (prolog-system-version): Give it a type.
3411
90b671e2
EZ
34122012-02-11 Eli Zaretskii <eliz@gnu.org>
3413
3414 * term/pc-win.el (x-select-text, x-selection-owner-p)
3415 (x-own-selection-internal, x-disown-selection-internal)
3416 (x-get-selection-internal): Sync doc strings and argument lists
3417 with xselect.c, common-win.el and x-win.el. (Bug#10783)
3418
5eac0c02
LL
34192012-02-11 Leo Liu <sdl.web@gmail.com>
3420
3421 * progmodes/python.el (python-end-of-statement): Fix infinite
3422 loop. (Bug#10788)
3423
f82cb659
GM
34242012-02-10 Glenn Morris <rgm@gnu.org>
3425
3426 * international/mule-cmds.el (unify-8859-on-encoding-mode)
3427 (unify-8859-on-decoding-mode): Properly mark as obsolete.
3428
cc26d239
LI
34292012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
3430
3431 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
3432 about SMTP before checking the From header.
3433
91027d08 3434 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
cc26d239
LI
3435 into own function for reuse by emacsbug.el.
3436
1be3ca5a
LL
34372012-02-10 Leo Liu <sdl.web@gmail.com>
3438
3439 * subr.el (condition-case-unless-debug): Rename from
3440 condition-case-no-debug. All callers changed.
3441 (with-demoted-errors): Fix caller.
3442
3443 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
3444 * nxml/rng-valid.el (rng-do-some-validation):
3445 * emacs-lisp/package.el (package-refresh-contents)
3446 (package-menu-execute):
3447 * desktop.el (desktop-create-buffer):
91027d08 3448 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
1be3ca5a 3449
b011fbfe
GM
34502012-02-10 Glenn Morris <rgm@gnu.org>
3451
b2096d72
GM
3452 * textmodes/bibtex.el:
3453 Add missing :version tags for new/changed defcustoms.
3454
b011fbfe
GM
3455 * files.el (remote-file-name-inhibit-cache): Doc fixes.
3456
4c7e65bf
LI
34572012-02-09 Lars Ingebrigtsen <larsi@rusty>
3458
3459 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
3460 (smtpmail-via-smtp): Use it, or fall back on the From address.
3461 (smtpmail-send-it): Ditto.
3462
f3934f6f
SM
34632012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
3464
3465 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
3466 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
3467 (byte-compile-tmp-var): New const.
3468 (byte-compile-defvar): Use it to minimize .elc size.
3469 Just use `defvar' rather than simulate it (bug#10761).
3470
a075a2c5
GM
34712012-02-09 Glenn Morris <rgm@gnu.org>
3472
cf3aa21b
GM
3473 * files.el (rename-uniquely): Doc fix. (Bug#3806)
3474
354998cd
GM
3475 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
3476 Add :version tags.
3477
dc9924b8
SM
3478 * progmodes/compile.el (compilation-error-screen-columns)
3479 (compilation-first-column, compilation-filter-start): Doc fixes.
83274125 3480
dab3703d
GM
3481 * vc/log-view.el (log-view-toggle-entry-display):
3482 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
3483
3f88cd72
GM
3484 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
3485 (report-emacs-bug-can-use-xdg-email):
3486 (report-emacs-bug-insert-to-mailer): Doc fixes.
3487 (report-emacs-bug): Message fix.
3488
d95b247d
GM
3489 * net/browse-url.el (browse-url-can-use-xdg-open)
3490 (browse-url-xdg-open): Doc fixes.
3491
a075a2c5
GM
3492 * electric.el (electric-indent-mode, electric-pair-mode)
3493 (electric-layout-rules, electric-layout-mode): Doc fixes.
3494 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
3495
ffb6157e
MR
34962012-02-08 Martin Rudalics <rudalics@gmx.at>
3497
3498 * server.el (server-unselect-display): Don't inadvertently kill
3499 the current buffer. (Bug#10729)
3500
e1ac4066
GM
35012012-02-08 Glenn Morris <rgm@gnu.org>
3502
34e8a2da
GM
3503 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
3504 (sql-list-table): Doc fixes.
3505
b4ac6e8c
GM
3506 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
3507 Comment out (does nothing).
3508
e1ac4066
GM
3509 * completion.el (dynamic-completion-mode):
3510 * dirtrack.el (dirtrack-debug-mode):
3511 * electric.el (electric-layout-mode):
3512 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
3513 * face-remap.el (text-scale-mode, buffer-face-mode):
3514 * iimage.el (iimage-mode):
3515 * image-mode.el (image-transform-mode):
3516 * minibuffer.el (completion-in-region-mode):
3517 * scroll-lock.el (scroll-lock-mode):
3518 * simple.el (next-error-follow-minor-mode):
3519 * tar-mode.el (tar-subfile-mode):
3520 * tooltip.el (tooltip-mode):
3521 * vcursor.el (vcursor-use-vcursor-map):
3522 * wid-browse.el (widget-minor-mode):
3523 * emulation/tpu-edt.el (tpu-edt-mode):
3524 * emulation/tpu-extras.el (tpu-cursor-free-mode):
3525 * international/iso-ascii.el (iso-ascii-mode):
3526 * language/thai-util.el (thai-word-mode):
3527 * mail/supercite.el (sc-minor-mode):
3528 * net/goto-addr.el (goto-address-mode):
3529 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
3530 * progmodes/cwarn.el (cwarn-mode):
3531 * progmodes/flymake.el (flymake-mode):
3532 * progmodes/glasses.el (glasses-mode):
3533 * progmodes/hideshow.el (hs-minor-mode):
3534 * progmodes/pascal.el (pascal-outline-mode):
3535 * textmodes/enriched.el (enriched-mode):
3536 * vc/smerge-mode.el (smerge-mode):
3537 Doc fixes (minor mode argument).
3538
5e0d957f
EZ
35392012-02-07 Eli Zaretskii <eliz@gnu.org>
3540
3541 * ls-lisp.el (ls-lisp-sanitize): New function.
3542 (ls-lisp-insert-directory): Use it to fix or remove any elements
3543 in file-alist with missing attributes. (Bug#4673)
3544
98d7371e
AM
35452012-02-07 Alan Mackenzie <acm@muc.de>
3546
3547 Fix spurious recognition of c-in-knr-argdecl.
3548
3549 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
3550 putative K&R region.
3551
667ced3a
AM
35522012-02-07 Alan Mackenzie <acm@muc.de>
3553
eb864a71
LM
3554 * progmodes/cc-engine.el (c-forward-objc-directive):
3555 Prevent looping in "#pragma mark @implementation".
667ced3a 3556
5b77774d
MA
35572012-02-07 Michael Albinus <michael.albinus@gmx.de>
3558
3559 * notifications.el (notifications-on-closed-signal): Make `reason'
3560 optional. (Bug#10744)
3561
af008560
GM
35622012-02-07 Glenn Morris <rgm@gnu.org>
3563
60d47423
GM
3564 * emacs-lisp/easy-mmode.el (define-minor-mode):
3565 Doc fixes for the macro and the mode it defines.
3566
dd605cc4
GM
3567 * image.el (imagemagick-types-inhibit): Doc fix.
3568
af008560
GM
3569 * cus-start.el (imagemagick-render-type): Add it.
3570
5cc59a37
LI
35712012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
3572
4d6769e1
JB
3573 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
3574 Set the default at load time, too, so that `font-lock-fontify-buffer'
3575 can be called without setting up the entire mode first. This fixes
3576 a bug in `mm-inline-text' with C MIME parts.
5cc59a37 3577
9a6dd747
CY
35782012-02-06 Chong Yidong <cyd@gnu.org>
3579
2d16b285
CY
3580 * simple.el (list-processes--refresh): Delete exited processes
3581 (Bug#8094).
3582
171e9b6e
CY
3583 * comint.el (comint-next-prompt): next-single-char-property-change
3584 and prev-single-char-property-change never return nil (Bug#8657).
3585
9a6dd747
CY
3586 * custom.el (defcustom): Doc fix (Bug#9711).
3587
aa4589a7
CY
35882012-02-05 Chong Yidong <cyd@gnu.org>
3589
5c2a252f
CY
3590 * cus-edit.el (custom-variable-reset-backup): Quote the value
3591 before storing it in the customized-value property (Bug#6712).
4aab9006 3592 (custom-display): Add a customization type tag.
983b9602 3593 (custom-buffer-create-internal): Improve tooltip message.
5c2a252f 3594
aa4589a7
CY
3595 * wid-edit.el (widget-field-value-get): New optional arg to
3596 suppress trailing whitespace truncation.
3597 (character): Use it (Bug#2689).
3598
1ff980ae
AS
35992012-02-05 Andreas Schwab <schwab@linux-m68k.org>
3600
3601 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
3602 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
3603
03988c98
CY
36042012-02-05 Chong Yidong <cyd@gnu.org>
3605
eeb6cc88
CY
3606 * cus-edit.el (custom-variable-value-create): For mismatched
3607 types, show the current value (Bug#7600).
3608
03988c98
CY
3609 * custom.el (defcustom): Doc fix.
3610
f8cdeef0
GM
36112012-02-05 Glenn Morris <rgm@gnu.org>
3612
3613 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
3614
0696d255
JB
36152012-02-05 Juanma Barranquero <lekktu@gmail.com>
3616
3617 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
3618 (pp-buffer): Use `ignore-errors', `looking-at-p'.
3619 (pp-last-sexp): Use `looking-at-p'.
3620
34c99998
GM
36212012-02-04 Glenn Morris <rgm@gnu.org>
3622
8f05da42
GM
3623 * files.el (revert-buffer):
3624 Doc fix (mention revert-buffer-in-progress-p).
3625
f160676e
GM
3626 * emacs-lisp/ert-x.el (ert-simulate-command):
3627 Check deferred-action-list (which is obsolete) is bound.
3628
c7291ad9
GM
3629 * subr.el (with-wrapper-hook): Doc fixes.
3630
34c99998
GM
3631 * simple.el (filter-buffer-substring-functions)
3632 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
3633
6283a7d3
LL
36342012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
3635
3636 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
3637 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
3638
e96e3013
LL
36392012-02-04 Leo Liu <sdl.web@gmail.com>
3640
3641 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
3642
8ded50f2
GM
36432012-02-04 Glenn Morris <rgm@gnu.org>
3644
82ff1d13
GM
3645 * image.el (image-extension-data): Add obsolete alias.
3646
987a0a16
GM
3647 * isearch.el (isearch-update): Doc fix.
3648
ea32ef46
GM
3649 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
3650
8ded50f2
GM
3651 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
3652
eea14f31
GM
36532012-02-03 Glenn Morris <rgm@gnu.org>
3654
3655 * image.el (image-animated-p): Doc fix. Use image-animated-types.
3656 (image-animate-timeout): Doc fix.
3657
3658 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
3659
12f381b7
GM
36602012-02-02 Glenn Morris <rgm@gnu.org>
3661
953cebf5
GM
3662 * server.el (server-auth-dir): Doc fix.
3663 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
3664
12f381b7
GM
3665 * subr.el (run-mode-hooks): Doc fix.
3666
953a8c3b
JL
36672012-02-02 Juri Linkov <juri@jurta.org>
3668
3669 * image-mode.el (image-toggle-display-image): Remove tautological
3670 `major-mode' from the `derived-mode-p' test.
3671
c5d3843c
KH
36722012-02-02 Kenichi Handa <handa@m17n.org>
3673
9f6e692e 3674 * composite.el (compose-region): Cancel previous change.
c5d3843c 3675
159462d4 36762012-02-02 Kenichi Handa <handa@m17n.org>
d2a51fd7
KH
3677
3678 * composite.el (compose-region, compose-string): Signal error for
3679 a null string component (Bug#6988).
3680
9f562668
CY
36812012-02-01 Chong Yidong <cyd@gnu.org>
3682
e2cef717
CY
3683 * view.el (view-buffer-other-window, view-buffer-other-frame):
3684 Handle special modes like view-buffer (Bug#10650).
3685 (view-buffer): Simplify.
3686
9f562668
CY
3687 * frame.el (set-frame-font): Tweak meaning of third argument.
3688
9f6e692e
JB
3689 * dynamic-setting.el (font-setting-change-default-font):
3690 Use set-frame-font (Bug#9982).
9f562668 3691
781acb9f
GM
36922012-02-01 Glenn Morris <rgm@gnu.org>
3693
6035be52
GM
3694 * progmodes/compile.el (compilation-internal-error-properties):
3695 Respect compilation-first-column in the "*compilation*" buffer.
3696
781acb9f
GM
3697 * emacs-lisp/easy-mmode.el (define-minor-mode):
3698 Relax :variable's test for a named function.
3699
abbceb00
AM
37002012-01-31 Alan Mackenzie <acm@muc.de>
3701
3702 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
3703 off by one error.
3704
fce3fdeb
CY
37052012-01-31 Chong Yidong <cyd@gnu.org>
3706
3707 * frame.el (set-frame-font): New arg ALL-FRAMES.
3708
3709 * menu-bar.el (menu-set-font): Use set-frame-font.
3710
3711 * faces.el (face-spec-reset-face): Don't apply unspecified
3712 attribute values to the default face.
3713
47893581
JB
37142012-01-31 Juanma Barranquero <lekktu@gmail.com>
3715
3716 * progmodes/cwarn.el (cwarn): Remove dead link.
3717 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
3718 Remove * from defcustom docstrings.
3719 (turn-on-cwarn-mode): Make obsolete.
3720 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
3721 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
3722
e58e988a
GM
37232012-01-31 Glenn Morris <rgm@gnu.org>
3724
60dc2671 3725 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
6c9b47ae 3726 Fix :variable handling of mode a symbol not equal to modefun.
60dc2671 3727 Allow named functions to be used as the cdr of :variable.
e58e988a 3728
7a3f511d
GM
37292012-01-30 Glenn Morris <rgm@gnu.org>
3730
3731 * emacs-lisp/authors.el (authors-fixed-entries):
3732 Remove reference to deleted file rnewspost.el.
3733
cb882333
JB
37342012-01-29 Juanma Barranquero <lekktu@gmail.com>
3735
3736 * window.el (window-with-parameter): Remove unused variable `windows'.
3737 (window--side-check): Remove unused variable `code'.
3738 (window--resize-siblings): Remove unused variable `first'.
3739 (adjust-window-trailing-edge): Remove unused variable `failed'.
3740 (window-deletable-p, window--delete): Remove unused variable `buffer'.
3741 Use `let', not `let*'.
3742 (balance-windows-2): Remove unused variable `found'.
3743 (window--state-put-2): Remove unused variable `splits'.
3744 (window-state-put): Remove unused variable `selected'.
3745 (same-window-p): Use `string-match-p'.
3746 (display-buffer-assq-regexp): Remove unused variable `value'.
3747 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
3748 Mark argument ALIST as ignored.
3749 (pop-to-buffer): Remove unused variable `old-window'.
3750
907201af
EZ
37512012-01-29 Eli Zaretskii <eliz@gnu.org>
3752
3753 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
3754 and .lzma compressed files.
3755
ea162670
CY
37562012-01-29 Chong Yidong <cyd@gnu.org>
3757
5b95ee8a
CY
3758 * frame.el (window-system-default-frame-alist): Doc fix.
3759
ea162670
CY
3760 * dynamic-setting.el (font-setting-change-default-font): Don't
3761 change the default face if SET-FONT argument is non-nil (Bug#9982).
3762
d6e6f4b1
SB
37632012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
3764
3765 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
3766
0f29fa41 37672012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
6b25e4e2
SE
3768
3769 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
3770 breakpoints in files outside current directory (Bug#6098).
3771
db174434
CY
37722012-01-29 Chong Yidong <cyd@gnu.org>
3773
6b25e4e2
SE
3774 * progmodes/python.el: Require ansi-color at top-level.
3775
6df6ae42
JB
3776 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
3777 Define and use in Emacs Lisp mode (Bug#9360).
db174434
CY
3778 (lisp-mode-abbrev-table): Add doc.
3779 (lisp-mode-variables): Don't set local-abbrev-table.
3780 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
3781
e70ee681
RW
37822012-01-28 Roland Winkler <winkler@gnu.org>
3783
3784 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
3785
ace88aa2
RW
37862012-01-28 Roland Winkler <winkler@gnu.org>
3787
3788 * textmodes/bibtex.el (bibtex-entry-alist): New function.
3789 (bibtex-set-dialect): Use it. Either set global values of
3790 dialect-dependent variables or bind these variables buffer-locally
3791 (Bug#10254).
3792 (bibtex-mode): Call bibtex-set-dialect via
3793 hack-local-variables-hook.
eb864a71
LM
3794 (bibtex-dialect): Update docstring.
3795 Add safe-local-variable predicate.
ace88aa2
RW
3796 (bibtex-entry-alist, bibtex-field-alist): Initialize via
3797 bibtex-set-dialect.
3798 (bibtex-mode-map): Define menu for each dialect.
3799 (bibtex-entry): Fix docstring.
3800
93376c5b
CY
38012012-01-28 Chong Yidong <cyd@gnu.org>
3802
3803 * eshell/esh-arg.el (eshell-quote-argument): New function.
3804
3805 * eshell/esh-ext.el (eshell-invoke-batch-file):
3806 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
3807 first arg to eshell-parse-command (Bug#10523).
3808
4372494f
DA
38092012-01-28 Drew Adams <drew.adams@oracle.com>
3810
3811 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
3812 `default-directory' is non-nil.
3813
4d4ec1f8
EZ
38142012-01-28 Eli Zaretskii <eliz@gnu.org>
3815
3816 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
3817 line that displays system-configuration-options. (Bug#9924)
3818
7c188927
DA
38192012-01-28 Drew Adams <drew.adams@oracle.com>
3820
3821 * descr-text.el (describe-char): Show information about POS, in
3822 addition to information about the character at POS. Improve and
3823 update the doc string. Change "code point" to "code point in
3824 charset", to avoid confusion with the character's Unicode code
3825 point shown above that. (Bug#10129)
3826
e0da685a
EZ
38272012-01-28 Eli Zaretskii <eliz@gnu.org>
3828
3829 * descr-text.el (describe-char): Show the raw character, not only
3830 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
3831 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
3832 for the reasons.
3833
70550acf
PH
38342012-01-28 Phil Hagelberg <phil@hagelb.org>
3835
eb864a71
LM
3836 * emacs-lisp/package.el (package-install):
3837 Run package-refresh-contents if there is no archive yet (Bug#9798).
70550acf 3838
0ce8e868
CY
38392012-01-28 Chong Yidong <cyd@gnu.org>
3840
cb882333
JB
3841 * emacs-lisp/package.el (package-maybe-load-descriptor):
3842 New function, split from package-maybe-load-descriptor.
0ce8e868
CY
3843 (package-maybe-load-descriptor): Use it.
3844 (package-download-transaction): Fully load required packages
3845 inside the loop, so that `require' calls work (Bug#10593).
3846 (package-install): No need to call package-initialize now.
3847
2e7f3bea
CY
38482012-01-28 Chong Yidong <cyd@gnu.org>
3849
6e9bad14
CY
3850 * simple.el (deactivate-mark): Doc fix (Bug#8614).
3851
f823b8ca
CY
3852 * tooltip.el (tooltip-mode): Doc fix.
3853 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
3854
2680c309
CY
3855 * frame.el (set-cursor-color): Doc fix (Bug#352).
3856
d7a9e63b
CY
3857 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
3858 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
3859
2e7f3bea
CY
3860 * cus-edit.el (custom-buffer-create-internal): Fix search button
3861 action (Bug#10542).
2ae01800 3862 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
2e7f3bea 3863
fc4f7a23
EW
38642012-01-27 Eduard Wiebe <usenet@pusto.de>
3865
3866 * dired.el (dired-mark-files-regexp):
3867 Include any subdirectory components. (Bug#10445)
3868
7dd37071
ML
38692012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
3870
3871 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
3872 Handle [host]:port syntax. (Bug#10533)
3873
a268160b
AH
38742012-01-27 Alex Harsanyi <harsanyi@mac.com>
3875
3876 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
3877
e43273ef
GM
38782012-01-26 Glenn Morris <rgm@gnu.org>
3879
3880 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
3881 * term.el (term-raw-escape-map): Use Control-X-prefix.
3882 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
3883
1edf595d
MR
38842012-01-25 Martin Rudalics <rudalics@gmx.at>
3885
3886 * window.el (window-state-get, window--state-get-1): Don't deal
3887 with fixed-sizeness of windows. Simplify code.
3888
fa8eafef
JC
38892012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
3890
6df6ae42
JB
3891 * window.el (window--state-get-1, window--state-put-2):
3892 Don't save and restore the mark.
fa8eafef 3893
0b21c100
CY
38942012-01-25 Chong Yidong <cyd@gnu.org>
3895
3896 * custom.el (custom-variable-p): Doc fix.
3897
5ae1a6c8
GM
38982012-01-25 Glenn Morris <rgm@gnu.org>
3899
40047858
GM
3900 * dired.el (dired-goto-file): Handle some of the more common
3901 characters that `ls -b' escapes. (Bug#10596)
3902
5ddce96c
GM
3903 * progmodes/compile.el (compilation-next-error-function):
3904 Respect compilation-first-column in the "*compilation*" buffer.
3905 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
3906
5ae1a6c8
GM
3907 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
3908
b559f1a9
GM
39092012-01-24 Glenn Morris <rgm@gnu.org>
3910
3911 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
3912
6725d21a
JD
39132012-01-24 Julien Danjou <julien@danjou.info>
3914
3915 * color.el (color-rgb-to-hsl): Fix value computing.
3916 (color-hue-to-rgb): New function.
3917 (color-hsl-to-rgb): New function.
3918 (color-clamp, color-saturate-hsl, color-saturate-name)
3919 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
3920 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
3921
70df4bbe
GM
39222012-01-24 Glenn Morris <rgm@gnu.org>
3923
3924 * vc/vc-rcs.el (vc-rcs-create-tag):
3925 * vc/vc-sccs.el (vc-sccs-create-tag):
3926 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
3927
802a2ae2
ML
39282012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
3929
3930 * eshell/esh-util.el (eshell-read-hosts-file):
3931 Skip comment lines. (Bug#10549)
3932
d7128bb1
ML
3933 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
3934
d1a5c3b4
JB
39352012-01-23 Juanma Barranquero <lekktu@gmail.com>
3936
2724d9c7
JB
3937 * subr.el (display-delayed-warnings): Doc fix.
3938 (collapse-delayed-warnings): New function to collapse identical
3939 adjacent warnings.
3940 (delayed-warnings-hook): Add it.
d1a5c3b4 3941
a5509865
MA
39422012-01-22 Michael Albinus <michael.albinus@gmx.de>
3943
3944 * net/tramp.el (tramp-action-login): Set connection property "login-as".
3945
3946 * net/tramp-cache.el (tramp-dump-connection-properties): Do not dump
3947 properties, when "login-as" is set.
3948
3949 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
3950 (tramp-default-user-alist): Don't add "pscp".
3951 (tramp-do-copy-or-rename-file-out-of-band): Use connection
3952 property "login-as", if set. (Bug#10530)
3953
cc6d5805
MA
39542012-01-21 Michael Albinus <michael.albinus@gmx.de>
3955
3956 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
3957 "plink1" and "psftp". (Bug#10530)
3958
39592012-01-21 Kenichi Handa <handa@m17n.org>
71784361
KH
3960
3961 * international/mule-cmds.el (prefer-coding-system): Show a
3962 warning message if the default value of file-name-coding-system
3963 was not changed.
3964
f0960428
JC
39652012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
3966
cb882333
JB
3967 * windmove.el (windmove-reference-loc):
3968 Fix windmove-reference-loc miscalculation.
f0960428 3969
dd6f2a63
JB
39702012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
3971
3972 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
3973 default unit.
3974
7b447e9b
GM
39752012-01-21 Glenn Morris <rgm@gnu.org>
3976
117a9ea1
GM
3977 * international/mule.el (auto-coding-alist): Add .tbz.
3978
7b447e9b
GM
3979 * files.el (local-enable-local-variables): Doc fix.
3980 (inhibit-local-variables-regexps): Rename from
3981 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
3982 Doc fix. Add some extensions from auto-coding-alist.
3983 (inhibit-local-variables-suffixes):
3984 Rename from inhibit-first-line-modes-suffixes. Doc fix.
3985 (inhibit-local-variables-p):
3986 New function, extracted from set-auto-mode-1.
3987 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
3988 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
3989 (hack-local-variables): Doc fix. Make the mode-only case
3990 respect enable-local-variables and friends.
3991 Respect inhibit-local-variables-regexps for file-locals, but
3992 not for directory-locals.
3993 (set-visited-file-name):
3994 Take account of inhibit-local-variables-regexps.
3995 Whether it applies may change as the file name is changed.
3996 * jka-cmpr-hook.el (jka-compr-install):
3997 * jka-compr.el (jka-compr-uninstall):
3998 Update for inhibit-first-line-modes-suffixes name change.
3999
dd6e3cdd
MR
40002012-01-20 Martin Rudalics <rudalics@gmx.at>
4001
4002 * help-macro.el (make-help-screen): Temporarily restore original
4003 binding for minor-mode-map-alist (Bug#10454).
4004
0d0deb38
JD
40052012-01-19 Julien Danjou <julien@danjou.info>
4006
4007 * color.el (color-name-to-rgb): Use the white color to find the max
4008 color component value and return correctly computed values.
4009 (color-name-to-rgb): Add missing float conversion for max value.
4010
34a02f46
MR
40112012-01-19 Martin Rudalics <rudalics@gmx.at>
4012
4013 * window.el (window--state-get-1, window-state-get): Do not use
eb864a71
LM
4014 special state value for window-persistent-parameters.
4015 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
34a02f46
MR
4016 (window--state-put-2): Reset all window parameters to nil before
4017 assigning values of persistent parameters.
4018
606c44c4
AM
40192012-01-18 Alan Mackenzie <acm@muc.de>
4020
4021 Eliminate sluggishness and hangs in fontification of "semicolon
4022 deserts".
4023
cb882333
JB
4024 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
4025 Change value 10000 -> 3000.
606c44c4
AM
4026 (c-state-safe-place): Reformulate so it doesn't stack up an
4027 infinite number of wrong entries in c-state-nonlit-pos-cache.
4028 (c-determine-limit-get-base, c-determine-limit): New functions to
4029 determine backward search limits disregarding literals.
4030 (c-find-decl-spots): Amend commenting.
4031 (c-cheap-inside-bracelist-p): New function which detects "={".
4032
4033 * progmodes/cc-fonts.el
4034 (c-make-font-lock-BO-decl-search-function): Give a limit to a
4035 backward search.
4036 (c-font-lock-declarations): Fix an occurrence of point being
4037 undefined. Check additionally for point being in a bracelist or
4038 near a macro invocation without a semicolon so as to avoid a
4039 fruitless time consuming search for a declarator. Give a more
4040 precise search limit for declarators using the new
4041 c-determine-limit.
4042
f3860cea
GM
40432012-01-18 Glenn Morris <rgm@gnu.org>
4044
4045 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
4046 (set-auto-mode): Doc fixes.
4047
1db03b16
GM
40482012-01-17 Glenn Morris <rgm@gnu.org>
4049
0e6038be
GM
4050 * isearch.el (search-nonincremental-instead): Fix doc typo.
4051
1db03b16
GM
4052 * dired.el (dired-insert-directory): Handle newlines in directory name.
4053 (dired-build-subdir-alist): Unescape newlines in directory name.
4054
4cb0aa75
MA
40552012-01-17 Michael Albinus <michael.albinus@gmx.de>
4056
4057 * net/tramp.el (tramp-local-end-of-line): New defcustom.
4058 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
4059 (tramp-action-terminal): Use it. (Bug#10530)
4060
1d00653d
SM
40612012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
4062
4063 * minibuffer.el (completion--replace): Strip properties (bug#10062).
4064
6a6ee00d
MR
40652012-01-16 Martin Rudalics <rudalics@gmx.at>
4066
4067 * window.el (window-state-ignored-parameters): Remove variable.
4068 (window--state-get-1): Rename argument MARKERS to IGNORE.
4069 Handle persistent window parameters. Make copy of clone-of
4070 parameter only if requested. (Bug#10348)
4071 (window--state-put-2): Install a window parameter only if it has
4072 a non-nil value or an existing parameter shall be overwritten.
4073
97912def
MA
40742012-01-15 Michael Albinus <michael.albinus@gmx.de>
4075
4076 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
4077
688070a5
EZ
40782012-01-14 Eli Zaretskii <eliz@gnu.org>
4079
4080 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
4081 don't pass the (nil) value of `upnode' to string-match.
4082
301afadc
CY
40832012-01-14 Chong Yidong <cyd@gnu.org>
4084
4085 * startup.el (command-line): Fix X resource class for cursorColor.
04877ddb 4086 Fix values recognized by the cursorBlink resource.
301afadc 4087
9e5788aa
PE
40882012-01-14 Paul Eggert <eggert@cs.ucla.edu>
4089
4090 * epg.el (epg--make-temp-file): Avoid permission race condition
4091 when running on old Emacs versions (bug#10403).
4092
3cdb7f5a
GM
40932012-01-14 Glenn Morris <rgm@gnu.org>
4094
4095 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
4096
8c82b1b4
AM
40972012-01-13 Alan Mackenzie <acm@muc.de>
4098
4099 Fix filling for when filladapt mode is enabled.
4100
4101 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
4102 c-mask-paragraph, pass in `fill-paragraph' rather than
4103 `fill-region-as-paragraph'. (This is a reversion of a previous
4104 change.)
eb864a71
LM
4105 * progmodes/cc-mode.el (c-basic-common-init):
4106 Make fill-paragraph-handle-comment buffer local and set it to nil.
8c82b1b4 4107
e517eda4
GM
41082012-01-13 Glenn Morris <rgm@gnu.org>
4109
1498536e
GM
4110 * dired.el (dired-switches-escape-p): New function.
4111 (dired-insert-directory): Use dired-switches-escape-p.
4112 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
4113
e517eda4
GM
4114 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
4115
328f984d
GM
41162012-01-12 Glenn Morris <rgm@gnu.org>
4117
4118 * mail/sendmail.el (mail-mode): Update paragraph-separate for
4119 changes in adaptive-fill-regexp. (Bug#10276)
4120
2cc769a8
AM
41212012-01-11 Alan Mackenzie <acm@muc.de>
4122
4123 Fix Emacs bug #10463 - put `widen's around the critical spots.
4124
1d00653d 4125 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
2cc769a8
AM
4126 widen around each invocation of c-state-pp-to-literal. Remove an
4127 unused let variable.
4128
e52c37fa
GM
41292012-01-11 Glenn Morris <rgm@gnu.org>
4130
4131 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
09044622 4132 Doc fix.
e52c37fa 4133
96f8741e
CY
41342012-01-10 Chong Yidong <cyd@gnu.org>
4135
1d00653d
SM
4136 * net/network-stream.el (network-stream-open-starttls):
4137 Avoid emitting a confusing error message when the server gives a bad
96f8741e
CY
4138 response to the capability command.
4139
b09a806e
GM
41402012-01-10 Glenn Morris <rgm@gnu.org>
4141
4142 * mail/unrmail.el (unrmail): Tweak previous change.
4143
7655cb66
CY
41442012-01-09 Chong Yidong <cyd@gnu.org>
4145
4146 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
4147
9d5a8f0b
AM
41482012-01-08 Alan Mackenzie <acm@muc.de>
4149
4150 Optimise font locking in long enum definitions.
4151
4152 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
4153 arm to a cond form to handle enums.
4154 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
4155 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
4156
9a0115ab 41572012-01-07 Paul Eggert <eggert@cs.ucla.edu>
6bb72cbd
PE
4158
4159 * files.el (move-file-to-trash): Preserve default file modes on error.
a0562b3d 4160 (Bug#10401)
6bb72cbd 4161
f186bb95
LMI
41622012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
4163
29232a68
LMI
4164 * faces.el (set-face-attribute): Clarify the meaning of the nil
4165 frame (bug#10294).
4166
4e5d086d
LMI
4167 * subr.el (with-selected-frame): Mention that the selected frame
4168 is restored (bug#9980).
4169
8e66aebe
LMI
4170 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
4171 (bug#9759).
4172
cd394be1 4173 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
f186bb95
LMI
4174 (password-read): Don't autoload unused function.
4175
adf4e762
JB
41762012-01-07 Juanma Barranquero <lekktu@gmail.com>
4177
4178 * progmodes/which-func.el (which-func-mode): Turn into a
4179 non-interactive function and mark as obsolete (bug#10428).
4180
89bd9ccd
CY
41812012-01-06 Chong Yidong <cyd@gnu.org>
4182
4183 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
4184 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
4185 functions, along with 1 and -1.
4186
4afee9d5
EZ
41872012-01-06 Eli Zaretskii <eliz@gnu.org>
4188
4189 * time.el (display-time-load-average)
4190 (display-time-default-load-average): Doc fixes. See the thread
4191 starting at
4192 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
4193 for the details.
4194
536aea70
GM
41952012-01-06 Glenn Morris <rgm@gnu.org>
4196
665ae865
GM
4197 * mail/unrmail.el (unrmail): Give an explicit error if the input file
4198 has no messages. (Bug#10377)
4199
c869783d
GM
4200 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
4201 than Info-edit. (Bug#10385)
4202
2bb4227e
GM
4203 * time.el (display-time-load-average, display-time-next-load-average):
4204 Doc fixes.
4205
7d5944b9
GM
4206 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
4207 local setting of buffer-read-only to the input buffer. (Bug#10419)
4208
536aea70
GM
4209 * calendar/calendar.el (calendar-mode):
4210 Locally set scroll-margin to 0. (Bug#10379)
4211
7dccca16
UM
42122012-01-06 Ulrich Mueller <ulm@gentoo.org>
4213
4214 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
4215
afbb7930
GM
42162012-01-05 Glenn Morris <rgm@gnu.org>
4217
4218 * eshell/em-unix.el (diff-no-select): Autoload it.
4219 (eshell/diff): Use diff-no-select. (Bug#10420)
4220
04482335
CY
42212012-01-05 Chong Yidong <cyd@gnu.org>
4222
7baca3bc
CY
4223 * shell.el (shell-dynamic-complete-functions): Revert last change.
4224 (shell-command-completion-function): New function.
4225 (shell-completion-vars): Use it to implement
4226 shell-completion-execonly (Bug#10417).
4227
04482335
CY
4228 * custom.el (enable-theme): Don't set custom-safe-themes.
4229
1d00653d
SM
4230 * cus-theme.el (custom-theme-merge-theme):
4231 Ignore custom-enabled-themes and custom-safe-themes.
04482335 4232
bb5aa5d6
MM
42332012-01-05 Michael R. Mauger <mmaug@yahoo.com>
4234
4235 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
4236 first prompt in `sql-interacive-mode'.
4237 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
04482335 4238 keywords.
6df6ae42 4239 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
bb5aa5d6
MM
4240 (sql-product-interactive): Bug fix: Set `sql-buffer' in
4241 context of original buffer. Invoke `sql-login-hook'.
4242
a7183d7c
EZ
42432012-01-04 Eli Zaretskii <eliz@gnu.org>
4244
4245 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
4246 letters in cite-prefix.
4247
a1eacd1e
LMI
42482012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4249
4250 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
4251
787cdb34
CY
42522012-01-03 Chong Yidong <cyd@gnu.org>
4253
1d00653d
SM
4254 * shell.el (shell-dynamic-complete-functions):
4255 Put pcomplete-completions-at-point, so as to try
787cdb34
CY
4256 comint-filename-completion first (Bug#10417).
4257
30710442
RS
42582012-01-02 Richard Stallman <rms@gnu.org>
4259
4260 * battery.el (battery-status-function):
4261 Detect when to use battery-yeeloong-sysfs.
4262 (battery-echo-area-format): Add string for Yeeloong.
4263 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
4264 (battery-yeeloong-sysfs): New function.
4265
f75bfc33
CY
42662012-01-02 Chong Yidong <cyd@gnu.org>
4267
4268 * dirtrack.el (dirtrack-list): Eliminate unused third element.
4269 (dirtrack): Merge code for handling relative filenames in prompt
4270 from shell-dir-cookie-watcher.
4271 (dirtrack-debug-message): New arg to avoid excess format calls.
4272
4273 * shell.el (shell-dir-cookie-re): Variable deleted.
4274 (shell-dir-cookie-watcher): Function deleted.
4275 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
4276 with dirtrack-mode.
4277
651e947e
EZ
42782012-01-01 Eli Zaretskii <eliz@gnu.org>
4279
1d00653d
SM
4280 * term/w32-win.el (dynamic-library-alist) <gnutls>:
4281 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
651e947e
EZ
4282 libgnutls-26.dll.
4283
94d4c7dc
AS
42842011-12-31 Andreas Schwab <schwab@linux-m68k.org>
4285
4286 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
4287
8d43f3cd
EZ
42882011-12-31 Eli Zaretskii <eliz@gnu.org>
4289
4290 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
4291 headers of non-MIME messages, when rmail-enable-mime is non-nil.
4292
98c8795a
MA
42932011-12-29 Michael Albinus <michael.albinus@gmx.de>
4294
4295 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
4296 also for alternative shells.
4297 (tramp-open-connection-setup-interactive-shell): Check, whether
4298 the shell is a busybox.
4299 (tramp-send-command): Don't suppress multiple prompts for
4300 busyboxes, it hurts.
4301
51281b32
CY
43022011-12-28 Chong Yidong <cyd@gnu.org>
4303
4304 * progmodes/gdb-mi.el (gdb-get-source-file-list)
4305 (gdb-get-source-file): Move mode line update to
4306 gdb-get-source-file (Bug#10087).
4307
2170cb53
CY
43082011-12-25 Chong Yidong <cyd@gnu.org>
4309
4310 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
4311 gud-gdb-marker-filter without taking it as an argument.
4312 (gud-gdb-run-command-fetch-lines): Caller changed.
4313 (gud-gdb-completion-function): New variable.
4314 (gud-gdb-completion-at-point): Use it.
4315 (gud-gdb-completions-1): Split from gud-gdb-completions.
4316
4317 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
4318 function as separate arguments.
4319 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
4320 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
4321 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
4322 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
4323 (gdb-stopped, def-gdb-auto-update-trigger)
4324 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
b81d40f0
JB
4325 (gdb-get-changed-registers, gdb-get-main-selected-frame):
4326 Callers changed.
2170cb53
CY
4327 (gud-gdbmi-completions): New function.
4328 (gdb): Use it for generating the completion table.
4329
be8b11bb
AM
43302011-12-24 Alan Mackenzie <acm@muc.de>
4331
4332 Introduce a mechanism to widen the region used in context font
1d00653d 4333 locking. Use this to protect declarations from losing their contexts.
be8b11bb 4334
1d00653d
SM
4335 * progmodes/cc-langs.el (c-before-font-lock-functions):
4336 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
b81d40f0 4337 (c-before-context-fontification-functions): New defvar, a list of
be8b11bb
AM
4338 functions to be run just before context (etc.) font locking.
4339
4340 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
b81d40f0 4341 New, functionality extracted from
be8b11bb 4342 c-neutralize-syntax-in-and-mark-CPP.
b81d40f0 4343 (c-in-after-change-fontification): New variable.
be8b11bb
AM
4344 (c-after-change): Set c-in-after-change-fontification.
4345 (c-set-fl-decl-start): Rejig its interface, so it can be called
4346 from both after-change and context fontifying.
b81d40f0
JB
4347 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
4348 New functions.
4349 (c-standard-font-lock-fontify-region-function): New variable.
4350 (c-font-lock-fontify-region): New function.
be8b11bb 4351
341cf6ac
JL
43522011-12-24 Juri Linkov <juri@jurta.org>
4353
4354 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
4355 (Bug#10348)
4356
bffcee0a
MA
43572011-12-23 Michael Albinus <michael.albinus@gmx.de>
4358
4359 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
4360 existence of source file. (Bug#10325)
4361
cb5e207c
AM
43622011-12-23 Alan Mackenzie <acm@muc.de>
4363
4364 Fix unstable fontification inside templates.
4365
b81d40f0
JB
4366 * progmodes/cc-langs.el (c-before-font-lock-functions):
4367 Newly created from the singular version. The (c c++ objc) entry now
cb5e207c
AM
4368 additionally has c-set-fl-decl-start. The other languages (apart
4369 from AWK) have that as a single entry.
4370
b81d40f0
JB
4371 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
4372 The functionality for "local" declarations has been extracted to
cb5e207c
AM
4373 c-set-fl-decl-start.
4374
b81d40f0
JB
4375 * progmodes/cc-mode.el (c-common-init, c-after-change):
4376 Changes due to pluralisation of c-before-font-lock-functions.
cb5e207c
AM
4377 (c-set-fl-decl-start): New function, extracted from
4378 c-font-lock-enclosing-decls and enhanced.
4379
60ff536c
JB
43802011-12-23 Juanma Barranquero <lekktu@gmail.com>
4381
4382 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
4383
1c4757d6
JL
43842011-12-22 Juri Linkov <juri@jurta.org>
4385
4386 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
4387
d031f2c7
CY
43882011-12-22 Chong Yidong <cyd@gnu.org>
4389
4390 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
4391
bace743a
DA
43922011-12-21 Drew Adams <drew.adams@oracle.com>
4393
4394 * files.el (file-remote-p): Fix docstring. (Bug#10319)
4395
728a1f2b
JC
43962011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
4397
4398 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
4399
0d373f73
TZ
44002011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
4401
fec0aaa4
TZ
4402 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
4403 highlighting and support. Fix up comments for capitalization.
4404 (cfengine-mode-debug): New var.
4405 (cfengine3-mode): Change the modeline indicator to "CFE3".
4406 (cfengine3-font-lock-keywords): Improve defun highlighting.
4407 (cfengine2-actions): Rename from `cfengine-actions'.
4408 (cfengine2-font-lock-keywords): Rename from
4409 `cfengine-font-lock-keywords'.
4410 (cfengine2-imenu-expression): Rename from
4411 `cfengine-imenu-expression'.
4412 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
4413 (cfengine2-beginning-of-defun): Rename from
4414 `cfengine-beginning-of-defun'.
4415 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
4416 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
4417 (cfengine2-mode): Rename from `cfengine-mode'. Change the
4418 modeline indicator to "CFE2".
4419 (cfengine-mode): Defalias to `cfengine-auto-mode'.
4420 (cfengine-mode-abbrevs): Mark obsolete.
0d373f73 4421
bc86f573
CY
44222011-12-21 Chong Yidong <cyd@gnu.org>
4423
4424 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
4425 filename argument.
4426
d45ba96b
MR
44272011-12-20 Martin Rudalics <rudalics@gmx.at>
4428
4429 * window.el (window-normalize-buffer-to-display): Remove.
4430 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
4431
a6198c90
CY
44322011-12-19 Chong Yidong <cyd@gnu.org>
4433
4434 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
4435 Don't signal an error in a predicate function; return non-nil.
4436 (vc-dir-mark-file): Move the error here.
4437 (vc-dir-mark-unmark): If acting on the region, keep going if one
4438 of the entries cannot be marked/unmarked.
4439 (vc-dir-mark-all-files): If current entry is a directory, mark
4440 only child files, as documented.
4441
34c5fb55
VB
44422011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
4443
4444 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
4445 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
4446 addition.
4447
c803b2b7
JD
44482011-12-18 Jan Djärv <jan.h.d@swipnet.se>
4449
4450 * term/ns-win.el (ns-get-selection-internal)
4451 (ns-store-selection-internal): Declare.
1154d12e
JB
4452 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
4453 Declare as obsolete.
4454 (ns-get-pasteboard, ns-paste-secondary):
4455 Use ns-get-selection-internal.
4456 (ns-set-pasteboard, ns-copy-including-secondary):
4457 Use ns-store-selection-internal.
c803b2b7 4458
9cff91f8 44592011-12-17 Chong Yidong <cyd@gnu.org>
99a289d9
CY
4460
4461 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
9cff91f8 4462 (vc-deduce-fileset): Doc fix.
99a289d9 4463
f16c898a
AS
44642011-12-16 Andreas Schwab <schwab@linux-m68k.org>
4465
4466 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
4467
763237c4
SS
44682011-12-13 Sam Steingold <sds@gnu.org>
4469
4470 * man.el (Man-getpage-in-background): When running under a
4471 window-system, ignore $MANWIDTH and $COLUMNS.
4472
5fc1c122
KH
44732011-12-15 Kenichi Handa <handa@m17n.org>
4474
4475 * language/ethio-util.el: Change coding tag to utf-8-emacs.
4476 (setup-ethiopic-environment-internal): Comment out key-binding for
4477 ethio-toggle-punctuation.
4478
13d49cbb
AM
44792011-12-13 Alan Mackenzie <acm@muc.de>
4480
898169a2
AM
4481 Add the switch statement to AWK Mode.
4482
7a71b18d 4483 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
898169a2
AM
4484 "default" to the keywords regexp.
4485
7a71b18d 4486 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
898169a2 4487 expression as the rest.
1d00653d
SM
4488 (c-nonlabel-token-key): Allow string literals for AWK.
4489 Refactor for the other modes.
898169a2 4490
13d49cbb 4491 Large brace-block initialisation makes CC Mode slow: Fix.
1d00653d 4492 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
13d49cbb
AM
4493 routines. Limit backward searching in c-font-lock-enclosing.decl.
4494
4495 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
4496 pp-state and literal type in addition to the limits.
1d00653d 4497 (c-state-safe-place): New defun, extracted from c-state-literal-at.
13d49cbb 4498 (c-state-literal-at): Use the above new defun.
1d00653d
SM
4499 (c-slow-in-literal, c-fast-in-literal): Remove.
4500 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
13d49cbb
AM
4501
4502 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
4503 being in a literal. Add a limit for backward searching.
4504
4505 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
4506 c-slow-in-literal.
4507
15e0efc7
SM
45082011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
4509
4510 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
4511
454592a6
MR
45122011-12-13 Martin Rudalics <rudalics@gmx.at>
4513
4514 * window.el (delete-other-windows): Use correct frame in call to
4515 window-with-parameter.
4516
87393f26
DP
45172011-12-12 Daniel Pfeiffer <occitan@t-online.de>
4518
4519 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
4520 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
4521 (makefile-gmake-statements, makefile-makepp-statements):
4522 Use it and add new makepp keywords.
4523 (makefile-makepp-font-lock-keywords): Add new patterns.
4524 (makefile-match-function-end): Match new [...] and [[...]].
4525
11636b22
JB
45262011-12-11 Juanma Barranquero <lekktu@gmail.com>
4527
4528 * ses.el (ses-call-printer-return, ses-cell-property-get)
4529 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
4530 (ses-create-cell-variable, ses-reset-header-string)
4531 (ses-cell-set-formula, ses-repair-cell-reference-all)
4532 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
4533 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
4534 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
4535 (ses-aset-with-undo, ses-load, ses-truncate-cell)
4536 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
4537 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
4538 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
4539 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
4540 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
4541 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
4542 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
4543 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
4544
cf018193
VB
45452011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
4546
4547 * ses.el: The overall change is to add cell renaming, that is
4548 setting fancy names for cell symbols other than name matching
4549 "\\`[A-Z]+[0-9]+\\'" regexp .
4550 (ses-create-cell-variable): New defun.
4551 (ses-relocate-formula): Relocate formulas only for cells the
4552 symbols of which are not renamed, i.e. symbols whose names do not
4553 match regexp "\\`[A-Z]+[0-9]+\\'".
4554 (ses-relocate-all): Relocate values only for cells the symbols of
4555 which are not renamed.
4556 (ses-load): Create cells variables as the (ses-cell ...) are read,
4557 in order to check row col consistency with cell symbol name only
4558 for cells that are not renamed.
4559 (ses-replace-name-in-formula): New defun.
4560 (ses-rename-cell): New defun.
4561
ee957461
CY
45622011-12-11 Chong Yidong <cyd@gnu.org>
4563
4564 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
4565 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
4566
9a9e9ef0
MR
45672011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
4568
4569 * window.el (other-window): Fix docstring.
4570
92a8eba5
EZ
45712011-12-10 Eli Zaretskii <eliz@gnu.org>
4572
4573 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
1d00653d
SM
4574 `from' or `to' address before taking its substring.
4575 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
92a8eba5
EZ
4576 encoded name is chopped in the middle of the encoded string, and
4577 thus displayed encoded.
4578
e152e577
JB
45792011-12-10 Juanma Barranquero <lekktu@gmail.com>
4580
4581 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
4582
e5d84bfe
EZ
45832011-12-10 Eli Zaretskii <eliz@gnu.org>
4584
4585 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
4586 to use texinfo-update-node and commands that call it if the
4587 Texinfo file uses @node lines without next/prev/up pointers.
b8830d28 4588 Correct outdated description about texinfo-master-menu.
e5d84bfe
EZ
4589 (texinfo-all-menus-update, texinfo-master-menu)
4590 (texinfo-update-node, texinfo-every-node-update)
4591 (texinfo-multiple-files-update): Doc fix. Warn against updating
4592 all the @node lines.
4593 (texinfo-master-menu): Only call texinfo-update-node if the prefix
b8830d28
EZ
4594 argument is numeric. Explain better in the doc string what the
4595 function really does.
4596 (texinfo-insert-master-menu-list): Improve the error message
4597 displayed if there's no menu in the Top node.
4598 (Bug#2975) See also this thread:
e5d84bfe
EZ
4599 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
4600
1d84e9bb
MG
46012011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
4602
4603 * speedbar.el (speedbar-supported-extension-expressions):
4604 Add .adb and .ads, commonly used for Ada source code (bug#10256).
4605
382c953b
JB
46062011-12-09 Juanma Barranquero <lekktu@gmail.com>
4607
4608 * printing.el (pr-mode-alist):
4609 * simple.el (filter-buffer-substring-functions)
4610 (completion-list-insert-choice-function):
4611 * window.el (window-with-parameter, window-atom-root)
4612 (window-sides-slots, window-size-fixed, window-min-delta)
4613 (window-max-delta, window--resize-mini-window)
4614 (window--resize-child-windows-normal, window-tree)
4615 (delete-other-windows, quit-window, split-window)
4616 (display-buffer-record-window, special-display-buffer-names)
4617 (special-display-regexps, special-display-popup-frame)
4618 (same-window-p, split-window-sensibly)
4619 (display-buffer-overriding-action, display-buffer-alist)
4620 (display-buffer-base-action, display-buffer, switch-to-buffer)
4621 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
4622 (fit-window-to-buffer, recenter-positions)
4623 (mouse-autoselect-window-state, mouse-autoselect-window-select):
4624 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
4625 and remove unneeded backslashes in docstrings.
4626
39c9faef
SM
46272011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
4628
98449af8
SM
4629 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
4630
39c9faef
SM
4631 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
4632 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
4633 end in ".mk".
4634 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
4635 when reading the makefile (bug#10116).
4636
86ed9fdc
SM
46372011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
4638
4639 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
4640 (bug#10116).
4641
5580f89d
GM
46422011-12-06 Glenn Morris <rgm@gnu.org>
4643
4644 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
4645
28d3917c
CY
46462011-12-06 Chong Yidong <cyd@gnu.org>
4647
4648 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
4649
a98edce9
JB
46502011-12-06 Juanma Barranquero <lekktu@gmail.com>
4651
4652 * textmodes/table.el (table-shorten-cell): Fix typo.
4653
e65adfac
CG
46542011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
4655
4656 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
4657
71cc0b74
EZ
46582011-12-05 Eli Zaretskii <eliz@gnu.org>
4659
4660 * descr-text.el (describe-char): Fix display of strong
4661 right-to-left characters and directional embeddings and overrides.
4662
4663 * simple.el (what-cursor-position): Fix display of codepoints of
4664 strong right-to-left characters.
4665
315bc30d
CY
46662011-12-05 Chong Yidong <cyd@gnu.org>
4667
4668 * faces.el (read-color): Doc fix.
4669
58a70b94
GM
46702011-12-05 Glenn Morris <rgm@gnu.org>
4671
4672 * align.el (align--set-marker): Add doc-string.
4673 Don't try to move something that is not a marker. (Bug#10216)
4674
5158face
GM
46752011-12-04 Glenn Morris <rgm@gnu.org>
4676
4677 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
4678 overly zealous deletion of trailing whitespace.
4679
520fca41
JB
46802011-12-04 Juanma Barranquero <lekktu@gmail.com>
4681
4682 * server.el (server-delete-client): On Windows, do not try to delete
4683 the only terminal.
4684 (server-process-filter): On Windows, treat requests for a tty frame as
4685 if they were for a GUI frame if the running server is in GUI mode.
4686
5e605a2e
GM
46872011-12-03 Glenn Morris <rgm@gnu.org>
4688
4689 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
4690
5c3fe83f
SM
46912011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
4692
6f5e57e7
SM
4693 * electric.el: Streamline electric-indent's hook.
4694 (electric-indent-chars): Revert to simple list.
4695 (electric-indent-functions): New var.
4696 (electric-indent-post-self-insert-function): Use it.
4697
5c3fe83f
SM
4698 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
4699 there's no inferior buffer (bug#10196).
4700 (prolog-consult-compile): Don't use toggle-read-only.
4701
6bdac736
MA
47022011-12-02 Michael Albinus <michael.albinus@gmx.de>
4703
4704 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
4705 interrupt. (Bug#10187)
4706
6131ba7f
SM
47072011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
4708
99c79fee
SM
4709 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
4710 (bug#9160).
4711
6131ba7f
SM
4712 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
4713 (bug#10191).
4714
cb0a02ea
JL
47152011-12-02 Juri Linkov <juri@jurta.org>
4716
4717 * info.el (Info-search): Display "end of manual" when Isearch
4718 reaches the end of single-file Info manual. (Bug#9918)
4719
66e0570c
EZ
47202011-12-02 Eli Zaretskii <eliz@gnu.org>
4721
4722 * isearch.el (isearch-message-prefix): Run the input method part
4723 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
4724
02b16839
JL
47252011-12-02 Juri Linkov <juri@jurta.org>
4726
4727 * isearch.el (isearch-occur): Use `word-search-regexp' for
4728 `isearch-word'.
4729 (isearch-search-and-update): Add condition for `isearch-word' and
4730 call `word-search-regexp'. (Bug#10145)
4731
0b950688
GM
47322011-12-01 Glenn Morris <rgm@gnu.org>
4733
4734 * eshell/em-hist.el (eshell-hist-initialize):
4735 Handle eshell-history-size nil and HISTSIZE set or unset.
e8087a76 4736 (eshell-history-file-name, eshell-history-size): Fix custom type.
0b950688 4737
9505c3c7
SM
47382011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
4739
4740 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
4741
1bbe96b2 47422011-12-01 Michael McNamara <mac@mail.brushroad.com>
6288f0ca 4743
a1beca85
SM
4744 * progmodes/verilog-mode.el (verilog-pretty-expr):
4745 Rework verilog-pretty-expr to handle new assignment operators in system
6288f0ca
WS
4746 verilog, such as += *= and the like.
4747 (verilog-assignment-operator-re): Regular expression to find the
4748 assigment operator in a verilog assignment.
4749 (verilog-assignment-operation-re): Regular expression to find an
4750 assignment statement for pretty-expr.
4751 (verilog-in-attribute-p): Query returns true if point is in an
4752 attribute context; used to skip these for expression line up from
4753 pretty-expr.
4754 (verilog-in-parameter-p): Query returns true if point is in an
4755 parameter definition context; used to skip these for expression
4756 line up from pretty-expr.
4757 (verilog-in-parenthesis-p): Query returns true if point is in a
4758 parenthetical expression, specifically ( ) but not [ ] or { };
4759 used by pretty-expr.
4760 (verilog-just-one-space): If there is no space, don't add one.
4761 (verilog-get-lineup-indent-2): Specifically skip just attribute
4762 contexts for expression lineup, rather than skipping all
4763 parenthetical expressions.
4764 (verilog-calculate-indent): Fix comment, and fix indent.
4765 (verilog-do-indent): Indent declarations in lists (suggested by
4766 Joachim Lechner).
4767 (verilog-mode-abbrev-table): Populate abbrev mode with the various
4768 skeleton items.
4769 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
4770 by Alain Mellan).
4771
1bbe96b2 47722011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
6288f0ca
WS
4773
4774 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
4775 parameters with embedded comments. Reported by Ray Stevens.
4776 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
4777 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
4778 Reported by Tim Holt.
4779 (verilog-auto): Fix AUTOing a upper module then AUTOing module
4780 instantiated by upper module causing wrong expansion until AUTOed a
4781 second time. Reported by K C Buckenmaier.
4782 (verilog-diff-auto): Fix showing .* as a difference when
4783 `verilog-auto-star-save' off. Reported by Dan Dever.
4784 (verilog-auto-reset, verilog-read-always-signals)
4785 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
4786 temporary signals in reset list if
4787 verilog-auto-reset-blocking-in-non is nil, and match assignment
a1beca85
SM
4788 style to each signal's assignment type, bug381.
4789 Reported by Thomas Esposito.
6288f0ca
WS
4790 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
4791 (verilog-uvm-statement-re): Support UVM indentation and
4792 highlighting, with old OVM keywords only.
a1beca85 4793 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
1d00653d
SM
4794 Support AUTOTIEOFF creating non-wire data types.
4795 Suggested by Jonathan Greenlaw.
6288f0ca
WS
4796 (verilog-auto-insert-lisp, verilog-delete-to-paren)
4797 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
4798 (verilog-inject-sense, verilog-read-inst-pins)
a1beca85
SM
4799 (verilog-read-sub-decls, verilog-read-sub-decls-line):
4800 Fix mismatching parenthesis inside commented out code when deleting
382c953b 4801 AUTOINST, bug383. Reported by Jonathan Greenlaw.
6288f0ca
WS
4802 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
4803 non-numeric vector width. Reported by Alex Reed.
4804 (verilog-auto-ascii-enum): Add "onehot" option to work around not
382c953b 4805 detecting signals with parameter widths. Reported by Alex Reed.
a1beca85
SM
4806 (verilog-auto-delete-trailing-whitespace):
4807 With `verilog-auto-delete-trailing-whitespace' remove trailing
6288f0ca
WS
4808 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
4809 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
4810 Fix verilog-scan-cache corruption when running user AUTO expansion
4811 hooks that call indentation routines.
4812 (verilog-simplify-range-expression): Fix typo ignoring lower case
4813 identifiers.
4814 (verilog-delete-auto): Fix delete-autos to also remove user created
4815 automatics, as long as they start with AUTO.
4816 (verilog-batch-diff-auto, verilog-diff-auto)
4817 (verilog-diff-function): Add `verilog-diff-auto' and bind to
4818 "C-c?" to report differences in AUTO expansion, ignoring spaces.
4819 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
4820 (verilog-in-paren-quick, verilog-re-search-backward-quick)
a1beca85
SM
4821 (verilog-re-search-forward-quick, verilog-syntax-ppss):
4822 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
6288f0ca
WS
4823 is disabled and its cache will get corrupt, causing AUTOS not to
4824 expand. Instead use only -quick functions.
4825 (verilog-scan-region): Fix scanning over escaped quotes.
4826 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
4827 (verilog-re-search-backward-quick)
4828 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
4829 related functions now ignore strings, to fix misparsing of strings
4830 with magic comments embedded in them.
a1beca85
SM
4831 (verilog-read-auto-template):
4832 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
4833 Reported by Brad Dobbie.
4834 (verilog-read-auto-template):
4835 Fix 'verilog-auto-inst-template-numbers' with comments.
6288f0ca 4836 Reported by Brad Dobbie.
6288f0ca
WS
4837 (verilog-auto-inst, verilog-auto-inst-param)
4838 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
4839 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
4840 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
a1beca85
SM
4841 debugging templates without merge conflicts, bug357.
4842 Reported by Brad Dobbie.
4843 (verilog-read-auto-template):
4844 Fix verilog-auto-inst-template-numbers with multiple templates.
6288f0ca
WS
4845 Reported by Brad Dobbie.
4846 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
4847 abbrevs so user won't be asked to save.
4848 (verilog-read-auto-lisp-present): Fix to start at beginning of
4849 buffer in case called outside of verilog-auto.
4850 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
4851 to "X-2". Reported by Matthew Myers.
4852 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
4853 all inputs from module templates. Reported by Leith Johnson.
4854 (verilog-module-inside-filename-p): Fix locating programs as with
4855 modules.
4856 (verilog-auto-inst-port): Fix vl-width expressions when using
4857 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
4858 (verilog-decls-get-regs, verilog-decls-get-signals,
4859 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
4860 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
4861 verilog-read-decls): Combine reg and wire structures into one var
4862 structure to represent SystemVerilog concepts.
4863 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
4864 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
a1beca85
SM
4865 (verilog-auto-wire-type, verilog-insert-definition):
4866 Add verilog-auto-wire-type and AUTOLOGIC to support using
6288f0ca
WS
4867 SystemVerilog "logic" keyword instead of "wire"/"reg".
4868 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
4869 to declares outputs that also have assignments (presumably in an
a1beca85
SM
4870 ifdef or generate if so there's not a driver conflict).
4871 Reported by Matthew Myers.
4872 (verilog-auto-declare-nettype, verilog-insert-definition):
4873 Add verilog-auto-declare-nettype to fix declarations using
6288f0ca
WS
4874 `default_nettype none. Reported by Julian Gorfajn.
4875 (verilog-read-always-signals-recurse, verilog-read-decls)
4876 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
4877 malformed end statement, bug325. Reported by Joshua Wise and
4878 Andrew Drake.
4879 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
4880 (verilog-inst-comment-re): Fix not deleting Interfaced comment
1d00653d
SM
4881 when expanding .* in interfaces, bug320.
4882 Reported by Pierre-David Pfister.
6288f0ca 4883 (verilog-read-module-name): Fix import statements between module
1d00653d
SM
4884 name and open parenthesis, bug317.
4885 Reported by Pierre-David Pfister.
6288f0ca
WS
4886 (verilog-simplify-range-expression): Fix simplification of
4887 multiplications inside AUTOWIRE connections, bug303.
4888 (verilog-auto-inst-port): Support parameter expansion in
4889 multidimensional arrays.
4890 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
4891 after "assert property". Reported by Julian Gorfajn.
4892 (verilog-simplify-range-expression): Fix "couldn't merge" errors
4893 with multiplication, bug303.
4894 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
4895 Reported by Jan Frode Lonnum.
4896
1bbe96b2
GM
48972011-11-30 Juanma Barranquero <lekktu@gmail.com>
4898
4899 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
4900 (hfy-shell-file-name, hfy-shell):
4901 * international/fontset.el (x-decompose-font-name): Fix typos.
4902
49032011-11-29 Ken Brown <kbrown@cornell.edu>
4904
4905 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
4906 (gdb-version): Remove defvar.
4907 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
4908 (gdb-gud-context-command, gdb-non-stop-handler)
4909 (gdb-current-context-command, gdb-stopped): Use it.
4910 (gdb-init-1): Enable pretty printing here.
6131ba7f
SM
4911 (gdb-non-stop-handler): Don't enable pretty-printing here.
4912 Check to see if the target supports non-stop mode; if not, turn off
1bbe96b2
GM
4913 non-stop mode. Use the following.
4914 (gdb-check-target-async): New defun.
4915 (gud-watch, gdb-stopped): Fix whitespace.
4916 (gdb-get-source-file): Don't try to display the source file if
4917 `gdb-main-file' is nil.
4918
49192011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
4920
4921 * align.el: Try to generate fewer markers (bug#10047).
4922 (align--set-marker): New macro.
4923 (align-region): Use it.
4924
c935221f
SM
49252011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
4926
4927 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
4928
e70b5064
CY
49292011-11-29 Chong Yidong <cyd@gnu.org>
4930
4931 * indent.el (indent-for-tab-command, indent-according-to-mode):
4932 Doc fix.
4933 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
4934
f3af92b7
MA
49352011-11-29 Michael Albinus <michael.albinus@gmx.de>
4936
4937 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
4938 aware of remote file names. (Bug#10124)
4939
ed472be9
CY
49402011-11-29 Chong Yidong <cyd@gnu.org>
4941
4942 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
4943
24510c22
SM
49442011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
4945
4946 * files.el (find-file): Don't use force-same-window (bug#10144).
4947 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
4948 use pop-to-buffer if the selected window can't be used.
4949 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
4950
c60c3703
EZ
49512011-11-28 Eli Zaretskii <eliz@gnu.org>
4952
4953 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
4954 special-mode-map.
4955
e95def75
CY
49562011-11-28 Chong Yidong <cyd@gnu.org>
4957
4958 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
4959
c3f1c606
NR
49602011-11-27 Nick Roberts <nickrob@snap.net.nz>
4961
4962 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
4963 gdb-get-source-file-list on gdb-create-source-file-list.
4964
00db469c
EZ
49652011-11-26 Eli Zaretskii <eliz@gnu.org>
4966
4967 * whitespace.el (whitespace-newline): Use a different foreground
4968 color for 16-color light-background displays.
4969
4ad3bc2a
CY
49702011-11-24 Chong Yidong <cyd@gnu.org>
4971
4972 * window.el (display-buffer--special-action): Doc fix.
4973
e9fce1ac
JB
49742011-11-25 Juanma Barranquero <lekktu@gmail.com>
4975
4976 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
4977 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
4978 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
4979 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
4980 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
4981 (avl-tree-stack-first):
4982 * emacs-lisp/cconv.el (cconv--analyse-use):
4983 * net/gnutls.el (gnutls-negotiate): Fix typos.
4984
cb825e5d
GM
49852011-11-24 Glenn Morris <rgm@gnu.org>
4986
3adbe224
GM
4987 * lpr.el (lpr-windows-system, lpr-lp-system):
4988 * mail/binhex.el (binhex-begin-line):
4989 * progmodes/grep.el (grep-history, grep-find-history):
4990 * textmodes/flyspell.el:
4991 * vc/pcvs-defs.el (cvs-global-menu):
4992 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
4993 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
4994 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
4995
321decc8
GM
4996 * net/tls.el: Fix case of "GnuTLS".
4997
420b63ad
GM
4998 * paths.el (rmail-file-name): Format doc-string for make-docfile.
4999
cb825e5d
GM
5000 * version.el (emacs-build-system): Give it a doc-string.
5001
a0649f08
JL
50022011-11-24 Juri Linkov <juri@jurta.org>
5003
5004 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
5005
c0bc0fd4
GM
50062011-11-24 Glenn Morris <rgm@gnu.org>
5007
5008 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
5009 if called on a non-mime message just toggle the headers. (Bug#8006)
5010
20db1522
JB
50112011-11-24 Juanma Barranquero <lekktu@gmail.com>
5012
5013 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
5014 (allout-lead-with-comment-string, allout-structure-deleted-hook)
5015 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
5016 (allout-rebullet-heading, allout-open-sibtopic)
5017 (allout-toggle-current-subtree-encryption)
5018 (allout-toggle-subtree-encryption, allout-encrypt-string)
5019 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
5020 (allout-distinctive-bullets-string, allout-auto-activation):
5021 * window.el (window-normalize-buffer-to-display):
5022 * progmodes/verilog-mode.el (verilog-batch-indent):
5023 * textmodes/bibtex.el (bibtex-field-braces-opt)
5024 (bibtex-field-strings-opt):
5025 * vc/cvs-status.el (cvs-tree-merge):
5026 Fix typos.
5027
7262a87c
MA
50282011-11-23 Michael Albinus <michael.albinus@gmx.de>
5029
5030 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
5031 `non-essential' to t, in order to avoid remote connections.
5032
283430a1
EZ
50332011-11-23 Eli Zaretskii <eliz@gnu.org>
5034
a1beca85
SM
5035 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
5036 On MS-DOS and MS-Windows, compare with loaddefs.el
283430a1
EZ
5037 case-insensitively.
5038
d2992a38
ML
50392011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
5040
5041 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
5042
50419064
GM
50432011-11-23 Glenn Morris <rgm@gnu.org>
5044
da94eca1
GM
5045 * paths.el (rmail-file-name): Reformat the doc-string so that it
5046 is picked up.
5047
9aac4de2
GM
5048 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
5049 (rmail-auto-file): Ignore case in the "special" field names,
5050 as mail-fetch-field does for all others.
5051
8038d2d2
GM
5052 * mail/rmail.el (rmail-forward):
5053 * mail/rmailkwd.el (rmail-set-label):
5054 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
5055 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
5056
f3fe222a
GM
5057 * mail/rmail.el (rmail-current-message): Doc fix.
5058
50419064
GM
5059 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
5060
28109f49
SM
50612011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
5062
5063 * server.el (server-eval-and-print): Allow C-g (bug#6585).
5064
394c65f1
GM
50652011-11-22 Glenn Morris <rgm@gnu.org>
5066
5067 * mail/rmailmm.el (test-rmail-mime-handler)
5068 (test-rmail-mime-bulk-handler)
5069 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
5070
f2a0aa3a
JL
50712011-11-21 Juri Linkov <juri@jurta.org>
5072
1154d12e
JB
5073 * calc/calc.el (calc-read-key-sequence):
5074 Let-bind `input-method-function' to nil. (Bug#10018)
f2a0aa3a 5075
9c34a344
LMI
50762011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5077
5078 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
5079 Tell the caller that the next line needs recomputation, even
5080 though it doesn't start a sexp (bug#10094).
5081
f04a3be9
SM
50822011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
5083
5084 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
5085
7978747f
SM
50862011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
5087
f04a3be9
SM
5088 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
5089 Use force-same-window.
7978747f 5090
fe7a3057
JB
50912011-11-20 Juanma Barranquero <lekktu@gmail.com>
5092
5093 * descr-text.el (describe-char-unicode-data):
5094 * json.el (json-string-escape):
5095 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
5096 (Footnote-unicode, Footnote-style-p):
5097 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
5098
24901d61
CY
50992011-11-20 Chong Yidong <cyd@gnu.org>
5100
5101 * window.el (replace-buffer-in-windows): Restore interactive spec.
5102
bac7ff22
SM
51032011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
5104
24f3d7b9
SM
5105 * electric.el (electric-indent-mode): Fix last change (too optimistic).
5106
bac7ff22
SM
5107 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
5108 (byte-compile-global-not-obsolete-vars): New var.
5109 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
5110 Use it.
5111 (byte-compile-warn-obsolete): Align text with the one in *Help*.
5112
cd1181db
JB
51132011-11-20 Juanma Barranquero <lekktu@gmail.com>
5114
5115 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
5116 * progmodes/pascal.el (electric-pascal-equal):
5117 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
5118 * xml.el (xml-substitute-special): Fix typos.
5119
7fb18e9e
GM
51202011-11-20 Glenn Morris <rgm@gnu.org>
5121
5122 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
5123 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
5124 Doc fixes.
5125 (rmail-decode-mime-charset): Mark as obsolete.
5126
5127 * mail/rmailsum.el (rmail-message-regexp-p-1):
5128 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
5129 Before using mime functions, check they are set. (Bug#10077)
5130
d5a6b3ba
JL
51312011-11-19 Juri Linkov <juri@jurta.org>
5132
5133 * info.el (Info-finder-find-node): Use `package--builtins' instead
5134 of `package-alist'. Use node names formed by the pattern "Keyword "
5135 and the keyword name.
5136
e981b61f
AS
51372011-11-19 Andreas Schwab <schwab@linux-m68k.org>
5138
1d00653d 5139 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
e981b61f 5140
3ffbc301
JL
51412011-11-19 Juri Linkov <juri@jurta.org>
5142
5143 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
5144 that calls `revert-buffer' on all Info buffers. (Bug#9915)
5145 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
5146 `old-history', `old-history-forward'. Add let-binding
5147 `window-selected'. Remove calls to `kill-buffer',
5148 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
5149 before calling `Info-find-node', so `Info-find-node-2' will reread
5150 the Info file. Restore window positions only when `window-selected'
5151 is non-nil.
5152
30c62133
JL
51532011-11-19 Juri Linkov <juri@jurta.org>
5154
5155 * isearch.el (isearch-lazy-highlight-new-loop):
5156 Remove condition `(not isearch-error)'. (Bug#9918)
5157
5158 * misearch.el (multi-isearch-search-fun): Add condition
5159 `(not bound)' to ignore lazy-highlighting search.
5160 Add the search-failed message "end of multi" when the end of
5161 multi-sequence is reached. Uncapitalize the search-failed
5162 message "Repeat for next buffer".
5163
5164 * info.el (Info-search): Add the search-failed message
5165 "end of the manual" when the end of the manual is reached
5166 in Isearch mode.
5167
645ca9cf
JL
51682011-11-19 Juri Linkov <juri@jurta.org>
5169
5170 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
5171 Use non-destructive `remove' instead of `delete' because
5172 `Info-history-list' stored to `Info-isearch-initial-history-list' in
5173 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
5174
df754f66
JL
51752011-11-19 Juri Linkov <juri@jurta.org>
5176
5177 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
5178 to nil instead of binding `search-ring' and `regexp-search-ring'.
5179 (Bug#9185)
5180
0e23d96a
EZ
51812011-11-19 Eli Zaretskii <eliz@gnu.org>
5182
5183 * simple.el (line-move): Force movement by logical lines for any
5184 hscrolled window, not only when auto-hscroll-mode is on.
5185 (line-move-visual): Update doc string to that effect. (Bug#10076)
5186
8a6ccb66
AS
51872011-11-19 Andreas Schwab <schwab@linux-m68k.org>
5188
5189 * language/european.el (macintosh): Define as alias for mac-roman.
5190
49ae5b39
EZ
51912011-11-19 Eli Zaretskii <eliz@gnu.org>
5192
5193 * mail/rmailmm.el (rmail-mime-display-header)
5194 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
5195 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
5196 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
5197 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
5198 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
5199 of a raw aref.
5200 (rmail-mime-entity-segment): To get past the tagline, move forward
5201 2 more lines, to account for the 2 empty lines that precede and
5202 follow the line with the buttons.
5203 (rmail-mime-update-tagline): Move one more line, to get past the
5204 empty line that follows the buttons in the tagline. (Bug#9520)
5205
c56cad4a
MR
52062011-11-19 Martin Rudalics <rudalics@gmx.at>
5207
5208 * window.el (window-max-delta-1, window-min-delta-1)
5209 (window-min-size-1, window-state-get-1, window-state-put-1)
5210 (window-state-put-2): Use "window--" prefix.
5211
cbe71af3
SM
52122011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
5213
2ad52c60
SM
5214 * emacs-lisp/smie.el: Improve warnings and conflict detection.
5215 (smie-warning-count): New var.
5216 (smie-set-prec2tab): Use it.
5217 (smie-bnf->prec2): Improve warnings. Add docstring.
5218 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
5219 (smie-bnf--set-class): New function.
5220 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
5221 corner case.
5222
6944dbc1
SM
5223 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
5224 (compilation-error-properties, compilation-move-to-column):
5225 Handle compilation-first-column while in the target buffer.
5226
c400c4d7
SM
5227 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
5228 Don't hardcode point-min==1.
5229
6dbe3e96
SM
5230 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
5231 (eshell-rewrite-for-command): Remove workaround.
5232 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
5233 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
5234 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
5235
cbe71af3
SM
5236 * files-x.el (modify-file-local-variable): Obey commenting conventions.
5237
a8e1496d
GM
52382011-11-17 Glenn Morris <rgm@gnu.org>
5239
5240 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
5241 Ignore buffer-local generated-autoload-file if it is the same
5242 as the global value. (Bug#10049)
5243
df85d315
JB
52442011-11-17 Juanma Barranquero <lekktu@gmail.com>
5245
5246 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
5247 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
5248 (reftex-toc-previous-heading, reftex-toc-max-level)
5249 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
5250 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
5251 (reftex-toc-do-promote, reftex-toc-promote-prepare)
5252 (reftex-toc-promote-action, reftex-toc-extract-section-number)
5253 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
5254 (reftex-toc-rename-label, reftex-toc-visit-location)
5255 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
5256 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
5257 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
5258 leaving "*toc*" only for references to the buffer.
5259
a0c2d0ae
MR
52602011-11-17 Martin Rudalics <rudalics@gmx.at>
5261
5262 * window.el (window-resize, delete-window, split-window):
5263 Replace window-splits by window-combination-resize.
1d00653d 5264 * cus-start.el (window-splits): Replace by window-combination-resize.
a0c2d0ae 5265
35c0bac8
GM
52662011-11-17 Glenn Morris <rgm@gnu.org>
5267
5268 * progmodes/sh-script.el (sh-font-lock-keywords-var):
5269 Make bash entry derive from sh entry, not shell entry.
5270
d0c8fc8a
MA
52712011-11-16 Michael Albinus <michael.albinus@gmx.de>
5272
d0c8fc8a
MA
5273 * net/tramp-cache.el (tramp-flush-file-property): Flush also
5274 properties of linked files. (Bug#9879)
5275
7262a87c
MA
5276 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
5277 local file name.
5278
7877f373
JB
52792011-11-16 Juanma Barranquero <lekktu@gmail.com>
5280
5281 * menu-bar.el (menu-bar-file-menu):
5282 * printing.el (pr-ps-utility):
5283 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
5284 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
5285 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
5286 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
5287 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
5288 (icalendar--convert-cyclic-to-ical)
5289 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
5290 (icalendar--convert-ical-to-diary)
5291 (icalendar--convert-recurring-to-diary)
5292 (icalendar--convert-non-recurring-all-day-to-diary)
5293 (icalendar-import-format-sample):
5294 * progmodes/idlw-shell.el (idlwave-shell-mode):
5295 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
5296 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
5297 (vhdl-ps-print-init): Fix typos.
5298
10649b82
KM
52992011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
5300
9d0cfcd6
GM
5301 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
5302 FSF and collapse date sequence, obscure author/maintainer email address
5303 better, remove extra version line, track relocation of author's webpage.
10649b82 5304
9d0cfcd6
GM
5305 * progmodes/python.el (python-pdbtrack-input-prompt)
5306 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
5307 regular python pdb prompts. Adjustments shamelessly taken exactly as
5308 suggested in EmacsWiki page (tiny change):
5309 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
8642c216 5310
58179cce
JB
53112011-11-16 Juanma Barranquero <lekktu@gmail.com>
5312
5313 * expand.el (expand-pos, expand-index, expand-point):
5314 Remove redundant info from docstring.
5315 (expand-add-abbrevs): Doc fix.
5316 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
5317 (expand-sample-perl-mode-expand-list): Fix typos.
5318
5319 * net/dbus.el (dbus-event-member-name):
5320 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
5321 * term/pc-win.el (msdos-create-frame-with-faces):
5322 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
5323
b6f67890
MR
53242011-11-16 Martin Rudalics <rudalics@gmx.at>
5325
5326 * window.el (split-window, window-state-get-1)
5327 (window-state-put-1, window-state-put-2): Rename occurrences of
5328 window-nest to window-combination-limit.
1d00653d 5329 * cus-start.el (window-nest): Rename to window-combination-limit.
b6f67890 5330
ce7ddba0
CY
53312011-11-16 Chong Yidong <cyd@gnu.org>
5332
5333 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
5334 regexp (Bug#10033).
5335
3ae704f4
SM
53362011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
5337
5338 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
5339 `completing-read' will remove *Completions* and will preserve
5340 current-buffer for us.
5341 (tmm-add-prompt): Users of *Completions* will always (re)set its
5342 major mode.
5343 (tmm-old-comp-map): Remove.
5344
6ad1cdde
GM
53452011-11-16 Glenn Morris <rgm@gnu.org>
5346
5347 * mail/rmailedit.el: Require rmailmm when compiling.
5348 (rmail-old-mime-state): New declaration.
5349 (rmail-edit-current-message): If editing a mime message,
5350 edit the "raw" message from the mbox buffer.
5351 (rmail-cease-edit): Handle mime messages. (Bug#9840)
5352
d20faa20
GM
53532011-11-15 Glenn Morris <rgm@gnu.org>
5354
5355 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
5356 which wasn't being used. Add optional arg to force given state.
5357 (rmail-mime): Add optional arg to force given state.
5358
c7015153
JB
53592011-11-15 Juanma Barranquero <lekktu@gmail.com>
5360
5361 * allout.el (allout-encryption-plaintext-sanitization-regexps):
5362 * frame.el (display-mm-dimensions-alist):
5363 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
5364 (outline-move-subtree-down):
5365 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
5366 (newsticker--treeview-do-get-node):
5367 * net/quickurl.el (quickurl-list-buffer-name):
5368 * progmodes/dcl-mode.el (dcl-mode):
5369 * progmodes/gdb-mi.el (gdb-mapcar*):
5370 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
5371
45261b50
GM
53722011-11-15 Glenn Morris <rgm@gnu.org>
5373
5374 * mail/rmail.el (rmail-file-coding-system): It's only ever used
5375 in a boolean sense, so just make it a boolean, and fix the doc.
5376 (rmail-show-mime-function, rmail-mime-feature)
5377 (rmail-require-mime-maybe): Doc fixes.
5378 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
5379
5380 * mail/rmailmm.el (rmail-show-mime): Doc fix.
5381
0d26e0b6
JB
53822011-11-15 Juanma Barranquero <lekktu@gmail.com>
5383
5384 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
5385 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
5386 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
5387 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
5388
447f30f6
GM
53892011-11-15 Glenn Morris <rgm@gnu.org>
5390
672b871d
GM
5391 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
5392 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
5393 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
5394 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
5395 (rmail-mime, rmail-show-mime): Doc fixes.
5396
f6aa5bb1
GM
5397 * term/ns-win.el (mode-line-frame-identification):
5398 Leave it alone. (Bug#10051)
5399
947cd66b
GM
5400 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
5401
447f30f6
GM
5402 * mail/rmailout.el (rmail-output-to-rmail-buffer):
5403 Handle empty buffers. (Bug#9978)
5404
0b381c7e
JB
54052011-11-14 Juanma Barranquero <lekktu@gmail.com>
5406
5407 * international/mule.el (define-charset):
5408 * mail/rmailmm.el (rmail-mime-find-header-encoding):
5409 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
5410 * progmodes/verilog-mode.el (verilog-backward-token):
5411 * textmodes/ispell.el (lookup-words):
5412 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
5413
71e027ac
GM
54142011-11-14 Glenn Morris <rgm@gnu.org>
5415
56632ce4
GM
5416 * progmodes/executable.el
5417 (executable-make-buffer-file-executable-if-script-p):
5418 Handle file-modes returning nil.
5419
40500957
GM
5420 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
5421 message - not necessary, and causes problems. (Bug#9831)
5422
071c2340
GM
5423 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
5424
d3cfca60
GM
5425 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
5426
71e027ac
GM
5427 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
5428 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
5429 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
5430
89d61221
MR
54312011-11-12 Martin Rudalics <rudalics@gmx.at>
5432
5433 * window.el (window-resize, delete-window): Use window-splits
5434 variable instead of function.
5435 (window-state-get-1, window-state-put-2, window-state-put):
5436 Don't deal with windows' splits status.
5437
98282f6f
GM
54382011-11-12 Glenn Morris <rgm@gnu.org>
5439
5440 * apropos.el (apropos-do-all, apropos-library, apropos-value)
5441 (apropos-documentation): Doc fixes.
5442
40a8bdf6
JB
54432011-11-11 Juanma Barranquero <lekktu@gmail.com>
5444
5445 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
5446 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
5447
65bd19ff
SM
54482011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
5449
5450 * electric.el (electric-indent-post-self-insert-function): Make it
5451 possible for a char to only indent in some circumstances.
5452 (electric-indent-mode): Simplify.
5453
54f9154c
MR
54542011-11-11 Martin Rudalics <rudalics@gmx.at>
5455
5456 * window.el (windows-with-parameter): Remove unused function.
5457 (windows-at-side): Rename to window-at-side-list.
5458 (window-check, window-atom-check, window-atom-check-1)
5e92ca23
MR
5459 (window-side-check, window-size-ignore, window-size-fixed-1)
5460 (window-in-direction-2): Prefix with "window--".
5461 (window-tree-1): Rename to window--subtree, fix doc-string.
54f9154c 5462
68cbc58b
GM
54632011-11-11 Glenn Morris <rgm@gnu.org>
5464
5465 * subr.el (eval-after-load): If FILE is already loaded,
5466 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
5467
b2621720
GM
54682011-11-10 Glenn Morris <rgm@gnu.org>
5469
9a4de110
GM
5470 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
5471 Call svn via vc-svn-command rather than vc-do-command.
5472 (vc-svn-command): Add --non-interactive. (Bug#9993)
5473 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
5474
b2621720
GM
5475 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
5476 Add toggle-read-only. (Bug#7292)
5477 * files.el (toggle-read-only): Mention that it should only
5478 be used interactively. (Bug#10006)
5479
1dce7193
SM
54802011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
5481
d9ac1a1e
SM
5482 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5483 Adjust regexp for OCaml warnings.
5484
0c325082
SM
5485 * electric.el (electric-pair-post-self-insert-function): Let user
5486 turn it off buffer-locally (bug#9932).
5487
90132c14
SM
5488 * progmodes/python.el (python-beginning-of-statement):
5489 Rewrite (bug#2703).
5490
1dce7193
SM
5491 * progmodes/compile.el: Better handle TABs (bug#9749).
5492 (compilation-internal-error-properties)
5493 (compilation-next-error-function): Obey the target buffer's
5494 compilation-error-screen-columns.
5495
c4e7c63a
JB
54962011-11-09 Juanma Barranquero <lekktu@gmail.com>
5497
5498 * progmodes/meta-mode.el: Remove obsolete comments.
5499 (meta-right-comment-regexp, meta-ignore-comment-regexp):
5500 Fix typos in docstrings.
5501
2cffd681
MR
55022011-11-09 Martin Rudalics <rudalics@gmx.at>
5503
5504 * window.el (window-size-fixed-p): Rewrite doc-string.
1dce7193 5505 (window-resizable-p): Rename to window--resizable-p. Update callers.
2cffd681
MR
5506 (window--resizable): New function. Make all callers of
5507 window-resizable call window--resizable instead.
5508 (window-resizable): Rewrite in terms of window--resizable.
5509
0edcba87
GM
55102011-11-08 Glenn Morris <rgm@gnu.org>
5511
5512 * progmodes/delphi.el (delphi-mode-syntax-table):
5513 Let define-derived-mode define a proper syntax table. (Bug#9994)
5514
4b0d61e3
SM
55152011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
5516
5517 * window.el: Stay away from defsubst.
5518 (window-list-no-nils): Remove.
5519 (window-state-get-1, window-state-get): Use backquote instead.
5520
cd394be1 55212011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
fcbcac2e 5522
4b0d61e3 5523 * emacs-lisp/find-func.el (find-function-read):
fcbcac2e 5524 Fix incorrect use of default argument in `completing-read'.
5525
e1c2c6f2
MR
55262011-11-08 Martin Rudalics <rudalics@gmx.at>
5527
5528 * window.el (display-buffer-function, special-display-function):
5529 Mention display-buffer-record-window but do not mention
5530 help-setup parameter in doc-strings.
b3f4a882 5531 (window-min-delta): Fix doc-string typo.
e1c2c6f2 5532
105216ed
CY
55332011-11-08 Chong Yidong <cyd@gnu.org>
5534
5535 * window.el (window-total-height, window-total-width): Doc fix.
5536 (window-body-size): Move from C.
5537 (window-body-height, window-body-width): Move to C.
5538
0a9f9ab5
SM
55392011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
5540
5541 * window.el: Make special-display like display-buffer-alist (bug#9532).
5542 (display-buffer--special-action): New function, morphed
5543 from display-buffer--special.
5544 (display-buffer): Use it to handle special-display-buffers at higher
5545 priority (just after display-buffer-alist).
5546 (display-buffer-fallback-action, display-buffer--other-frame-action)
5547 (pop-to-buffer-same-window): Remove display-buffer--special.
5548
a769dd15
GM
55492011-11-07 Glenn Morris <rgm@gnu.org>
5550
5551 * calendar/cal-menu.el (cal-menu-set-date-title):
5552 Do nothing if not in a calendar. (Bug#9976)
5553
05a61ee3
SM
55542011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
5555
5556 * files.el (find-file): Always use selected-window.
5557
be7f5545
MR
55582011-11-07 Martin Rudalics <rudalics@gmx.at>
5559
5560 * window.el (window-combinations): Make WINDOW argument
5561 mandatory. Rewrite doc-string.
5562 (walk-window-subtree, window-atom-check, window-min-delta)
5563 (window-max-delta, window--resize-this-window)
5564 (window--resize-root-window-vertically, window-tree)
5565 (balance-windows, window-state-put): Rewrite doc-strings as to
5566 not mention the term "subwindow".
5567 (window--resize-subwindows-skip-p): Rename to
5568 window--resize-child-windows-skip-p.
5569 (window--resize-subwindows-normal): Rename to
5570 window--resize-child-windows-normal.
5571 (window--resize-subwindows): Rename to
5572 window--resize-child-windows.
5573 (window-or-subwindow-p): Rename to window--in-subtree-p.
5574
3c6702ef
ML
55752011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
5576
5577 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
5578 Ensure that mbox format messages end in two newlines (Bug#9974).
5579
49745b39
CY
55802011-11-06 Chong Yidong <cyd@gnu.org>
5581
5582 * window.el (window-combination-p): Function deleted; its
5583 side-effect is not used in any existing code.
5584 (window-combinations, window-combined-p): Call window-*-child
5585 directly.
5586
24300f5f
CY
55872011-11-05 Chong Yidong <cyd@gnu.org>
5588
5589 * window.el (window-valid-p): Rename from window-any-p.
447f16b8
CY
5590 (window-size-ignore, window-state-get): Callers changed.
5591 (window-normalize-window): Rename from window-normalize-any-window.
5592 New arg LIVE-ONLY, replacing window-normalize-live-window.
1dce7193 5593 (window-normalize-live-window): Delete.
447f16b8
CY
5594 (window-combination-p, window-combined-p, window-combinations)
5595 (walk-window-subtree, window-atom-root, window-min-size)
5596 (window-sizable, window-sizable-p, window-size-fixed-p)
5597 (window-min-delta, window-max-delta, window-resizable)
5598 (window-resizable-p, window-full-height-p, window-full-width-p)
5599 (window-current-scroll-bars, window-point-1, set-window-point-1)
5600 (window-at-side-p, window-in-direction, window-resize)
5601 (adjust-window-trailing-edge, maximize-window, minimize-window)
5602 (window-deletable-p, delete-window, delete-other-windows)
5603 (record-window-buffer, unrecord-window-buffer)
5604 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
5605 (quit-window, split-window, window-state-put)
5606 (set-window-text-height, fit-window-to-buffer)
5607 (shrink-window-if-larger-than-buffer): Callers changed.
24300f5f 5608
89bd5ee1
EZ
56092011-11-04 Eli Zaretskii <eliz@gnu.org>
5610
53479029
EZ
5611 * mail/rmail.el (rmail-simplified-subject): Decode subject with
5612 rfc2047-decode-string.
5613 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
5614 warnings.
5615
89bd5ee1
EZ
5616 * window.el (window-body-height, window-body-width): Mention in
5617 the doc string that the return values are in frame's canonical
5618 units. (Bug#9949)
5619
bd17fdee
AM
56202011-11-03 Alan Mackenzie <acm@muc.de>
5621
5622 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
5623 change in cc-engine.el.
5624
acc825c5
SM
56252011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
5626
5627 * window.el (switch-to-buffer): Use `force-same-window' interactively.
5628
1885e5b8
MR
56292011-11-02 Martin Rudalics <rudalics@gmx.at>
5630
5631 * window.el (quit-window): Call unrecord-window-buffer after
5632 showing another buffer in the window. (Bug#9937)
acc825c5 5633 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
1885e5b8 5634
ebe06da9
JB
56352011-11-02 Juanma Barranquero <lekktu@gmail.com>
5636
5637 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
5638 Accept status with more than 9 shelves. (Bug#9935)
5639 Reported by Colin D Bennett <colin@gibibit.com>.
5640
4ee88440
MR
56412011-11-01 Martin Rudalics <rudalics@gmx.at>
5642
5643 * help.el (with-help-window): Don't reference
5644 temp-buffer-show-specifiers in doc-string.
5645
08e1d82c
AS
56462011-10-31 Andreas Schwab <schwab@linux-m68k.org>
5647
5648 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
5649 menu-item.
5650
84bd6e9e
VJL
56512011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5652
5653 * whitespace.el: New version 13.2.2.
5654 (whitespace-newline-mode): Disable properly. Reported by Sarah
5655 <EmacsWiki>.
5656
dba0634a
UJ
56572011-10-30 Ulf Jasper <ulf.jasper@web.de>
5658
5659 * net/newst-treeview.el: Remove "Time-stamp".
5660 (newsticker--group-manage-orphan-feeds): Do not call
5661 newsticker--treeview-tree-update.
db22a3c2
JB
5662 (newsticker-treeview-update, newsticker-treeview):
5663 Call newsticker--treeview-tree-update if necessary.
dba0634a 5664
3d8daefe
MR
56652011-10-30 Martin Rudalics <rudalics@gmx.at>
5666
5667 * window.el (window-iso-combination-p, window-iso-combined-p)
acc825c5
SM
5668 (window-iso-combinations): Remove "iso-" infix.
5669 Suggested by Chong Yidong.
3d8daefe
MR
5670 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
5671 (window-max-delta-1, window-resize, window--resize-siblings)
5672 (window--resize-this-window, adjust-window-trailing-edge)
5673 (split-window, balance-windows-1)
5674 (shrink-window-if-larger-than-buffer):
5675 * calendar/calendar.el (calendar-generate-window):
db22a3c2 5676 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
3d8daefe 5677
1bc4c3ae
SM
56782011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
5679
5680 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
5681 in place (bug#9907).
5682 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
5683 (eshell-rewrite-if-command, eshell-rewrite-for-command)
5684 (eshell-structure-basic-command, eshell-rewrite-while-command)
5685 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
5686 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
5687 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
5688 (eshell-do-pipelines-synchronously, eshell-eval-command):
5689 Use backquotes and prefer setq to set.
5690 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
5691 (eshell-macrop): Use functionp.
c1e2f5fa 5692 (eshell-do-eval): Handle multiple expressions in `while' body.
1bc4c3ae 5693
30b65d9c
CY
56942011-10-30 Chong Yidong <cyd@gnu.org>
5695
5696 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
5697 instead of set-mark (Bug#9810).
5698
2d197ffb
CY
56992011-10-30 Chong Yidong <cyd@gnu.org>
5700
5701 * window.el (split-window-below, split-window-right): Rename from
5702 split-window-above-each-other and split-window-side-by-side
5703 respectively. All callers changed.
5704 (split-window-sensibly, split-window-sensibly): Use them.
5705 (split-window-keep-point): Doc fix.
5706
5707 * isearch.el: Add isearch-scroll property to split-window-below
5708 and split-window-right.
5709
5710 * follow.el (follow-mode):
5711 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
5712 * progmodes/ada-xref.el (ada-gdb-application):
5713 * emulation/vip.el (vip-buffer-in-two-windows):
5714 * image-dired.el (image-dired-dired-with-window-configuration):
5715 * dired-x.el (dired-do-find-marked-files):
5716 * dired.el (dired-pop-to-buffer):
5717 * bs.el (bs--show-with-configuration):
5718 * vc/emerge.el (emerge-setup-windows):
5719 * textmodes/two-column.el (2C-two-columns):
5720 * textmodes/reftex-toc.el (reftex-toc):
5721 * progmodes/gdb-mi.el (gdb-setup-windows):
5722 * progmodes/fortran.el (fortran-window-create):
5723 * net/newst-treeview.el (newsticker--treeview-window-init):
5724 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
5725 * emulation/tpu-edt.el (tpu-gold-map):
5726 * emulation/crisp.el (crisp-mode-map):
5727 * calendar/calendar.el (calendar-basic-setup): Callers changed.
5728
38bb2ca8
CY
57292011-10-29 Chong Yidong <cyd@gnu.org>
5730
aa4de341
CY
5731 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
5732
e1eb5385
CY
5733 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
5734
5d2ece3c
CY
5735 * textmodes/flyspell.el (flyspell-word): Fix char offset for
5736 forged Ispell output (Bug#7904).
5737
38bb2ca8
CY
5738 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
5739
d0af9f77
SM
57402011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5741
5742 * doc-view.el: Avoid ugly errors about not finding nil.
5743 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
5744 (doc-view-dvipdf-program, doc-view-unoconv-program)
5745 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
5746 Avoid nil or absolute file name as default value.
5747 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
5748
52bedd34
AM
57492011-10-28 Alan Mackenzie <acm@muc.de>
5750
db22a3c2 5751 * progmodes/cc-defs.el (c-version): -> 5.32.2.
52bedd34 5752
7e43cfa5
AM
57532011-10-28 Alan Mackenzie <acm@muc.de>
5754
5755 Amend the handling of c-beginning/end-of-defun in nested declaration
5756 scopes.
5757
52bedd34
AM
5758 * progmodes/cc-vars.el (c-defun-tactic): Move here from
5759 cc-langs.el. Change it to a defcustom.
7e43cfa5 5760
52bedd34
AM
5761 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
5762 cc-vars.el.
7e43cfa5 5763
d0af9f77
SM
5764 * progmodes/cc-engine.el (c-beginning-of-statement-1):
5765 Prevent "class foo : bar" being spuriously recognized as a label.
7e43cfa5 5766
52bedd34 5767 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
acc825c5 5768 Add parameter `inclusive' (to include enclosing braces in the region).
7e43cfa5
AM
5769 (c-widen-to-enclosing-decl-scope): New function.
5770 (c-while-widening-to-decl-block): New macro.
5771 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
5772 outward for defun boundaries, and correspondingly change symbol
5773 `respect-enclosure' to `go-outward'.
5774 (c-declaration-limits): Change algorithm to report only the "innermost"
5775 defun's boundaries.
5776
1a2ce9ee
DD
57772011-10-28 Deniz Dogan <deniz@dogan.se>
5778
5779 * net/rcirc.el (rcirc-mode): Use hard newlines.
5780
bc97a826
AM
57812011-10-28 Alan Mackenzie <acm@muc.de>
5782
5783 Amend to indent and fontify macros "which include their own semicolon"
5784 correctly, using the "virtual semicolon" mechanism.
5785
52bedd34 5786 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
bc97a826 5787
d0af9f77 5788 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
7877f373 5789 Recode to scan one line at a time rather than having \n and \r
58179cce 5790 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
bc97a826 5791 (c-forward-label): Amend for virtual semicolons.
58179cce 5792 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
bc97a826 5793
52bedd34
AM
5794 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
5795 of the new C macros.
bc97a826 5796
52bedd34 5797 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
acc825c5
SM
5798 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
5799 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
bc97a826
AM
5800 (c-opt-cpp-macro-define): Make into a full language variable.
5801 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
5802 AWK Mode (including \n, \r) removed, no longer needed.
5803
d0af9f77
SM
5804 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
5805 Invoke c-make-macro-with-semi-re.
bc97a826 5806
52bedd34
AM
5807 * progmodes/cc-vars.el (c-macro-with-semi-re):
5808 (c-macro-names-with-semicolon): New variables.
58179cce 5809 (c-make-macro-with-semi-re): New function.
bc97a826 5810
7a6c0941
SM
58112011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5812
5813 * vc/log-edit.el: Fill empty field rather than adding new one.
5814 (log-edit-add-field): New function.
5815 (log-edit-insert-changelog): Use it.
5816
b0c4cdcf
ML
58172011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
5818
5819 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
5820
ee1f1da9
SM
58212011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5822
5823 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
5824 (gdb--check-interpreter): New function.
5825 (gdb): Use it.
5826
51bc5f8b
GM
58272011-10-27 Glenn Morris <rgm@gnu.org>
5828
416a2c45
GM
5829 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
5830 (least-positive-float, least-negative-float)
5831 (least-positive-normalized-float, least-negative-normalized-float)
5832 (float-epsilon, float-negative-epsilon):
5833 Remove unnecessary declarations.
5834
5835 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
5836 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
5837 (least-positive-float, least-negative-float)
5838 (least-positive-normalized-float, least-negative-normalized-float)
5839 (float-epsilon, float-negative-epsilon): Add doc-strings,
5840 based on those in cl.texi.
5841
51bc5f8b
GM
5842 * files.el (set-visited-file-name): If the major-mode changed,
5843 reload the local variables. (Bug#9796)
5844
15de15c6
CY
58452011-10-27 Chong Yidong <cyd@gnu.org>
5846
5847 * subr.el (change-major-mode-after-body-hook): New hook.
5848 (run-mode-hooks): Run it.
5849
ee1f1da9
SM
5850 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5851 Use change-major-mode-before-body-hook.
15de15c6
CY
5852
5853 * simple.el (fundamental-mode):
5854 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
5855 change introducing fundamental-mode-hook.
5856
5430d399
JB
58572011-10-26 Juanma Barranquero <lekktu@gmail.com>
5858
acc825c5 5859 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
5430d399 5860
ad74a69e
MA
58612011-10-26 Michael Albinus <michael.albinus@gmx.de>
5862
5863 * ido.el (ido-file-name-all-completions-1): Do not require
c7015153 5864 tramp.el explicitly. (Bug#7583)
ad74a69e 5865
71d4c2a5
SM
58662011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
5867
5868 * progmodes/octave-mod.el:
5869 * progmodes/octave-inf.el: Update maintainer.
5870
b1f6fa26
CY
58712011-10-26 Chong Yidong <cyd@gnu.org>
5872
5873 * subr.el (with-wrapper-hook): Rewrite doc.
5874
3f04efd6
MA
58752011-10-25 Michael Albinus <michael.albinus@gmx.de>
5876
5877 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
ad74a69e 5878 filenames "/method:foo:". (Bug#9793)
3f04efd6 5879
410488d3
SM
58802011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
5881
5882 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
5883 (bug#9865).
5884
c1ebb47e
GM
58852011-10-24 Glenn Morris <rgm@gnu.org>
5886
5887 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
5888
7f5c46c7
MA
58892011-10-24 Michael Albinus <michael.albinus@gmx.de>
5890
5891 * notifications.el: Add the requirement of a running D-Bus session
5892 bus to the Commentary.
5893
db2440b6
JL
58942011-10-24 Juri Linkov <juri@jurta.org>
5895
5896 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
5897 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
5898 (Bug#9364)
5899
feecf435
JL
59002011-10-24 Juri Linkov <juri@jurta.org>
5901
5902 * info.el (Info-following-node-name-re): Add newline to the list
5903 of allowed characters for leading space. (Bug#9824)
5904
a3839de2
SM
59052011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5906
acc825c5
SM
5907 * progmodes/octave-inf.el (inferior-octave-mode-map):
5908 Fix C-c C-h binding.
a3839de2
SM
5909 * progmodes/octave-mod.el (octave-help): Remove.
5910
09388e76
MA
59112011-10-23 Michael Albinus <michael.albinus@gmx.de>
5912
5913 Sync with Tramp 2.2.3.
5914
5915 * net/tramp-cache.el (top): Pacify byte-compiler using
5916 `init-file-user' and `site-run-file'.
5917
5918 * net/trampver.el: Update release number.
5919
86c60681
CY
59202011-10-23 Chong Yidong <cyd@gnu.org>
5921
5922 * files.el (toggle-read-only): Remove obsolete comment about
5923 version control.
5924
5925 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
5926 for toggle-read-only. Note that this hasn't called vc-next-action
5927 since 2008-05-02, though it wasn't documented at the time.
5928
a3839de2
SM
5929 * vc/ediff-init.el (ediff-toggle-read-only-function):
5930 Use toggle-read-only.
86c60681 5931
cd5495ff
AM
59322011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
5933
5934 Fix bug #9560, sporadic wrong indentation; improve instrumentation
5935 of c-parse-state.
5936
00b77525 5937 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
a3839de2 5938 correct faulty logical expression.
cd5495ff
AM
5939 (c-parse-state-state, c-record-parse-state-state):
5940 (c-replay-parse-state-state): New defvar/defuns.
5941 (c-debug-parse-state): Use new functions.
5942
42ee24ed
MR
59432011-10-22 Martin Rudalics <rudalics@gmx.at>
5944
5945 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
53ebff1f 5946 last fix. Use window-in-direction correctly.
42ee24ed 5947
a7dee7e7
CY
59482011-10-21 Chong Yidong <cyd@gnu.org>
5949
5950 * progmodes/idlwave.el (idlwave-mode):
5951 * progmodes/vera-mode.el (vera-mode): No need to set
a3839de2
SM
5952 require-final-newline; that's done in prog-mode.
5953 Suggested by Stefan Monnier.
a7dee7e7 5954
e07b9a6d
MR
59552011-10-21 Martin Rudalics <rudalics@gmx.at>
5956
5957 * mouse.el (mouse-drag-window-above)
5958 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
5959 (mouse-drag-mode-line-1, mouse-drag-header-line)
5960 (mouse-drag-vertical-line-rightward-window): Remove.
5961 (mouse-drag-line): New function.
5962 (mouse-drag-mode-line, mouse-drag-header-line)
5963 (mouse-drag-vertical-line): Call mouse-drag-line.
5964 * window.el (window-at-side-p, windows-at-side): New functions.
5965
7e1361d9
UM
59662011-10-21 Ulrich Mueller <ulm@gentoo.org>
5967
5968 * tar-mode.el (tar-grind-file-mode):
5969 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
5970
30fcaf3a
CY
59712011-10-21 Chong Yidong <cyd@gnu.org>
5972
5973 * progmodes/idlwave.el (idlwave-mode):
a3839de2
SM
5974 * progmodes/vera-mode.el (vera-mode):
5975 Use mode-require-final-newline.
30fcaf3a 5976
516eddb0
GM
59772011-10-20 Glenn Morris <rgm@gnu.org>
5978
db22a3c2 5979 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
516eddb0 5980
10d5f513
CS
59812011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
5982
5983 * emulation/cua-base.el (cua-set-mark): Fix case of string.
5984
ac6c8639
CY
59852011-10-20 Chong Yidong <cyd@gnu.org>
5986
5987 * emulation/cua-base.el (cua-mode):
5988 * mail/footnote.el (footnote-mode):
5989 * mail/mailabbrev.el (mail-abbrevs-mode):
5990 * net/xesam.el (xesam-minor-mode):
5991 * progmodes/bug-reference.el (bug-reference-mode):
5992 * progmodes/cap-words.el (capitalized-words-mode):
5993 * progmodes/compile.el (compilation-minor-mode)
5994 (compilation-shell-minor-mode):
5995 * progmodes/gud.el (gud-tooltip-mode):
5996 * progmodes/hideif.el (hide-ifdef-mode):
5997 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
5998 * progmodes/subword.el (subword-mode):
5999 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
6000 * progmodes/which-func.el (which-function-mode):
6001 * term/tvi970.el (tvi970-set-keypad-mode):
6002 * term/vt100.el (vt100-wide-mode):
6003 * textmodes/flyspell.el (flyspell-mode):
6004 * textmodes/ispell.el (ispell-minor-mode):
6005 * textmodes/nroff-mode.el (nroff-electric-mode):
6006 * textmodes/paragraphs.el (use-hard-newlines):
6007 * textmodes/refill.el (refill-mode):
6008 * textmodes/reftex.el (reftex-mode):
6009 * textmodes/rst.el (rst-minor-mode):
6010 * textmodes/sgml-mode.el (html-autoview-mode)
6011 (sgml-electric-tag-pair-mode):
6012 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
6013 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
6014 * emulation/crisp.el (crisp-mode):
6015 * emacs-lisp/eldoc.el (eldoc-mode):
6016 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
6017 minor mode behavior.
6018
aa42ab43
JL
60192011-10-19 Juri Linkov <juri@jurta.org>
6020
6021 * descr-text.el (describe-char): Add #x2010 and #x2011 to
6022 the list of hard-coded chars with escape-glyph face.
6023
89400f1d
SM
60242011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
6025
6026 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
6027
305c07f6
MA
60282011-10-19 Michael Albinus <michael.albinus@gmx.de>
6029
6030 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
6031 running process.
6032
13754b54
GM
60332011-10-19 Glenn Morris <rgm@gnu.org>
6034
6035 * vc/vc-bzr.el (vc-bzr-after-dir-status):
6036 Ignore ignored files. (Bug#9726)
6037
06e21633
CY
60382011-10-19 Chong Yidong <cyd@gnu.org>
6039
6040 Doc fix for minor modes, stating that an omitted argument enables
6041 the mode unconditionally when called from Lisp.
6042
6043 * abbrev.el (abbrev-mode):
6044 * allout.el (allout-mode):
6045 * autoinsert.el (auto-insert-mode):
6046 * autoarg.el (autoarg-mode, autoarg-kp-mode):
6047 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
6048 (global-auto-revert-mode):
6049 * battery.el (display-battery-mode):
6050 * composite.el (global-auto-composition-mode)
6051 (auto-composition-mode):
6052 * delsel.el (delete-selection-mode):
6053 * desktop.el (desktop-save-mode):
6054 * dired-x.el (dired-omit-mode):
6055 * dirtrack.el (dirtrack-mode):
6056 * doc-view.el (doc-view-minor-mode):
6057 * double.el (double-mode):
6058 * electric.el (electric-indent-mode, electric-pair-mode):
6059 * emacs-lock.el (emacs-lock-mode):
6060 * epa-hook.el (auto-encryption-mode):
6061 * follow.el (follow-mode):
6062 * font-core.el (font-lock-mode):
6063 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
6064 * help.el (temp-buffer-resize-mode):
6065 * hilit-chg.el (highlight-changes-mode)
6066 (highlight-changes-visible-mode):
6067 * hi-lock.el (hi-lock-mode):
6068 * hl-line.el (hl-line-mode, global-hl-line-mode):
6069 * icomplete.el (icomplete-mode):
6070 * ido.el (ido-everywhere):
6071 * image-file.el (auto-image-file-mode):
6072 * image-mode.el (image-minor-mode):
6073 * iswitchb.el (iswitchb-mode):
6074 * jka-cmpr-hook.el (auto-compression-mode):
6075 * linum.el (linum-mode):
6076 * longlines.el (longlines-mode):
6077 * master.el (master-mode):
6078 * mb-depth.el (minibuffer-depth-indicate-mode):
6079 * menu-bar.el (menu-bar-mode):
6080 * minibuf-eldef.el (minibuffer-electric-default-mode):
6081 * mouse-sel.el (mouse-sel-mode):
6082 * msb.el (msb-mode):
6083 * mwheel.el (mouse-wheel-mode):
6084 * outline.el (outline-minor-mode):
6085 * paren.el (show-paren-mode):
6086 * recentf.el (recentf-mode):
6087 * reveal.el (reveal-mode, global-reveal-mode):
6088 * rfn-eshadow.el (file-name-shadow-mode):
6089 * ruler-mode.el (ruler-mode):
6090 * savehist.el (savehist-mode):
6091 * scroll-all.el (scroll-all-mode):
6092 * scroll-bar.el (scroll-bar-mode):
6093 * server.el (server-mode):
6094 * shell.el (shell-dirtrack-mode):
6095 * simple.el (auto-fill-mode, transient-mark-mode)
6096 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
6097 (line-number-mode, column-number-mode, size-indication-mode)
6098 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
6099 * strokes.el (strokes-mode):
6100 * time.el (display-time-mode):
6101 * t-mouse.el (gpm-mouse-mode):
6102 * tool-bar.el (tool-bar-mode):
6103 * tooltip.el (tooltip-mode):
6104 * type-break.el (type-break-mode-line-message-mode)
6105 (type-break-query-mode):
6106 * view.el (view-mode):
6107 * whitespace.el (whitespace-mode, whitespace-newline-mode)
6108 (global-whitespace-mode, global-whitespace-newline-mode):
6109 * xt-mouse.el (xterm-mouse-mode): Doc fix.
6110
a3839de2
SM
6111 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
6112 Fix autogenerated docstring.
06e21633 6113
5214e501
JL
61142011-10-19 Juri Linkov <juri@jurta.org>
6115
6116 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
6117 by checking environment variables "DESKTOP_SESSION" and
6118 "XDG_CURRENT_DESKTOP". (Bug#9779)
6119
195f8db9
JL
61202011-10-19 Juri Linkov <juri@jurta.org>
6121
6122 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
6123 (browse-url-chromium-program, browse-url-chromium-arguments):
6124 New defcustoms.
6125 (browse-url-default-browser): Check for `browse-url-chromium' and
6126 call `browse-url-chromium-program'.
6127 (browse-url-chromium): New command. (Bug#9779)
6128
343a34ff
JB
61292011-10-18 Juanma Barranquero <lekktu@gmail.com>
6130
6131 * facemenu.el (list-colors-duplicates): On Windows, detect more
6132 duplicates by assuming that only colors matching "^System" are
6133 special "system colors". (Bug#9722)
6134
6978a151
SM
61352011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
6136
6137 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
6138 to distinguish the author from the committer.
6139
6a80b297
MA
61402011-10-18 Michael Albinus <michael.albinus@gmx.de>
6141
6142 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
6143
b31a5677
JK
61442011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
6145
6146 * international/mule.el (sgml-html-meta-auto-coding-function):
6147 Add support for detecting encoding in HTML5 specified only as
6148 <meta charset="UTF-8">. Implementation just makes http-equiv and
6149 content-type parts from HTML4 encoding string optional. (Bug#9716)
6150
80c6d77f
GM
61512011-10-18 Glenn Morris <rgm@gnu.org>
6152
6153 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
6154
08b0fee8
CY
61552011-10-18 Chong Yidong <cyd@gnu.org>
6156
6157 * faces.el (cursor): Doc fix.
6158
67e729a5
CY
61592011-10-17 Chong Yidong <cyd@gnu.org>
6160
6161 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
6162
343a34ff 61632011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
87e478b3
RB
6164
6165 * dirtrack.el (dirtrack): Support shell buffers with path
6166 prefixes, e.g. tramp-based remote shells. (Bug#9647)
6167
0bc06380
TZ
61682011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
6169
6170 * json.el: Bump version to 1.3 and note change in History.
6171 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
6172
8b79f3e0
SM
61732011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
6174
5a7c536b
SM
6175 * comint.el (comint-insert-input, comint-send-input)
6176 (comint-get-old-input-default, comint-backward-matching-input)
6177 (comint-next-prompt): Use nil instead of `input' for field property of
6178 past user input (bug#114).
6179
96a8a0df
SM
6180 * minibuffer.el (completion--replace): Inherit surrounding properties
6181 (bug#114).
6182 (minibuffer-complete-and-exit): Use it.
6183
8b79f3e0
SM
6184 * comint.el (comint--table-subvert): Quote the all-completions output
6185 (bug#9160).
6186
b8f7ff0d
MR
61872011-10-17 Martin Rudalics <rudalics@gmx.at>
6188
8b79f3e0 6189 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
4e5c3d2b 6190
b8f7ff0d 6191 * menu-bar.el (menu-bar-file-menu): Add entry for making new
d912bdcf 6192 window on right of selected. (Bug#9350) Reword other window
b8f7ff0d
MR
6193 entries and separate them from frame entries.
6194
c235b555
GM
61952011-10-15 Glenn Morris <rgm@gnu.org>
6196
6197 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
6198 Doc fixes.
6199
6bbfa6e1
CY
62002011-10-15 Chong Yidong <cyd@stupidchicken.com>
6201
8b79f3e0
SM
6202 * net/network-stream.el (network-stream-open-starttls):
6203 Improve detection of failure due to lack of TLS support.
ec5c990d 6204
6bbfa6e1
CY
6205 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
6206 putting the input text in front and in bold.
6207
98488977
SM
62082011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
6209
3d1337be
SM
6210 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
6211
ee0b45e4
SM
6212 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
6213 empty buffer.
6214
98488977
SM
6215 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
6216 unread-command-events rather than pushing yet-another event.
6217
186f4720
EZ
62182011-10-14 Eli Zaretskii <eliz@gnu.org>
6219
6220 * mail/sendmail.el (sendmail-query-once): Improve the wording of
6221 the explanation of the possible choices. Make the options passed
6222 to completing-read shorter.
6223
8b7a997c
AM
62242011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
6225
6226 * textmodes/flyspell.el (flyspell-large-region): Make sure
6227 extended character mode is used if defined (Bug#1339).
6228
12587bbb
EZ
62292011-10-13 Eli Zaretskii <eliz@gnu.org>
6230
6231 * simple.el (what-cursor-position): Fix the display of the
e7e2364b
EZ
6232 character info for LRE, LRO, RLE, and RLO characters by appending
6233 an invisible PDF.
12587bbb 6234
bad41229
SM
62352011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
6236
6237 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
6238 even in case of error; add debug spec; simplify data flow.
6239 (with-timeout-handler): Remove.
6240
28dbc92f
MA
62412011-10-12 Michael Albinus <michael.albinus@gmx.de>
6242
6243 Fix Bug#6019, Bug#9315.
6244
6245 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
6246 complete `buffer-file-name', the local file name part could look
6247 remotely (for example on VMS).
6248
6249 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
6250 `tramp-run-real-handler'.
6251 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
6252 already quoted by '"'.
6253
6254 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
6255 Let `file-name-handler-alist' be nil, the local file name part
6256 could look remotely (for example on VMS).
6257
e1b0b23a
SM
62582011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
6259
6260 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
6261 from here...
6262 (flyspell-post-command-hook): ...to here.
6263
a120bde9
SM
62642011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
6265
6266 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
6267 if not needed.
6268 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
6269 using completion. Protect against "slow" callers.
6270 Remove the "message hack".
6271
7ce7717b
JL
62722011-10-11 Juri Linkov <juri@jurta.org>
6273
6274 * isearch.el (isearch-lazy-highlight-word): New variable.
6275 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
6276 Use it. (Bug#9727)
6277
c02ee9d6
GM
62782011-10-11 Glenn Morris <rgm@gnu.org>
6279
6280 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
6281 like f90-previous-statement does.
6282
93e616fd 62832011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6284
1f190e73 6285 * eshell/eshell.el (eshell-command): History should be saved
c02ee9d6
GM
6286 only in interactive use, to avoid error.
6287
af7b6078
SM
62882011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
6289
6290 * minibuffer.el (completion-file-name-table): Fix last change,
6291 i.e. ignore normal errors but not the other ones.
6292
0563dae9
MR
62932011-10-10 Martin Rudalics <rudalics@gmx.at>
6294
6295 * window.el (special-display-buffer-names)
6296 (special-display-regexps): Remove some remnants of earlier
6297 changes from doc-strings.
366ca7f3
MR
6298 (quit-windows-on): New function.
6299
6300 * vc/vc.el (vc-revert, vc-rollback):
6301 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
6302 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
9ac13c31 6303 (Bug#6183) (Bug#7074) (Bug#7447)
0563dae9 6304
49677495
MR
63052011-10-09 Martin Rudalics <rudalics@gmx.at>
6306
6307 * window.el (frame-auto-hide-function): Add version tag.
6308 (Bug#9699)
6309
56f2d1e1
MA
63102011-10-09 Michael Albinus <michael.albinus@gmx.de>
6311
6312 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
6313 condition.
6314
112a6592
LL
63152011-10-09 Leo Liu <sdl.web@gmail.com>
6316
6317 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
6318 (Bug#9701)
6319
0812589b
GM
63202011-10-08 Glenn Morris <rgm@gnu.org>
6321
6322 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
6323 before the first code statement zero indent. (Bug#9690)
6324
b2b0776e
CY
63252011-10-08 Chong Yidong <cyd@stupidchicken.com>
6326
6327 * simple.el (count-words-region): Always count in the region.
6328 Report the number of lines and characters too.
6329 (count-words): New command, which counts in the buffer if the
6330 region is inactive, as count-words-region used to.
6331 (count-words--message): New function. Handle plurals.
6332 (count-lines-region): Make it an alias for count-words-region.
6333
6334 * bindings.el (esc-map): Replace count-lines-region with
6335 count-words-region.
6336
c557cd6b
MR
63372011-10-08 Martin Rudalics <rudalics@gmx.at>
6338
6339 * window.el (window--delete): Delete dedicated frame
6340 unconditionally when argument KILL is non-nil. (Bug#9699)
235ce86f 6341 (switch-to-buffer): Fix doc-string typo.
c557cd6b 6342
61a57ef4 63432011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6344
3a7d293b 6345 * eshell/eshell.el (eshell-command): Avoid using hooks.
61a57ef4 6346
c3833279
CY
63472011-10-07 Chong Yidong <cyd@stupidchicken.com>
6348
6349 * bindings.el ([M-left],[M-right]): Bind to left-word and
6350 right-word respectively.
6351
21ce8245
GM
63522011-10-07 Glenn Morris <rgm@gnu.org>
6353
6354 * cus-start.el (debug-on-quit): Fix custom type.
6355
6d823bb2
LMI
63562011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
6357
0181e193
LMI
6358 * subr.el (define-key-after): Clarify that the function is not
6359 useful for non-menu keymaps.
6360
6d823bb2
LMI
6361 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
6362
8e3459ce 63632011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6364
21ce8245 6365 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
8e3459ce 6366 in current minibuffer (Fix bug with recursive minibuffers).
6367
a1c2d21e
CY
63682011-10-06 Chong Yidong <cyd@stupidchicken.com>
6369
6370 * progmodes/gdb-mi.el (gdb): Doc fix.
6371
5a4cf282
MR
63722011-10-05 Martin Rudalics <rudalics@gmx.at>
6373
6374 * window.el (frame-auto-hide-function): New option replacing
6375 frame-auto-delete. Suggested by Stefan Monnier.
6376 (window--delete): Call frame-auto-hide-function instead of
6377 investigating frame-auto-delete.
c96111ea
MR
6378 (window-point-1, set-window-point-1): New functions.
6379 (window-in-direction, record-window-buffer, window-state-get-1)
6380 (display-buffer-record-window): Use window-point-1 instead of
6381 window-point.
6382 (set-window-buffer-start-and-point): Use set-window-point-1.
5a4cf282 6383
9854542e
SM
63842011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
6385
6386 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
6387
8943cfb0
GM
63882011-10-05 Glenn Morris <rgm@gnu.org>
6389
6390 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
6391 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
6392
647ab967
LL
63932011-10-05 Leo Liu <sdl.web@gmail.com>
6394
6395 * subr.el (read-char-choice): Fix argument to buffer-live-p which
6396 works with buffer object.
6397
3ddfbced
SM
63982011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
6399
6400 * mpc.el (mpc-tool-bar-map): Add labels.
6401
bdfa5dd2
GM
64022011-10-04 Glenn Morris <rgm@gnu.org>
6403
6404 * calendar/holidays.el (calendar-check-holidays): Doc fix.
6405
0e2070b5
MR
64062011-10-04 Martin Rudalics <rudalics@gmx.at>
6407
6408 * window.el (window--delete): New function.
6409 (frame-auto-delete): Resuscitate option.
6410 (bury-buffer, replace-buffer-in-windows)
6411 (quit-window): Rewrite using window--delete.
6412 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
6413 Pass display-buffer-mark-dedicated to window--display-buffer-2
6414 (Bug#9639).
6415
3dc61a09
SM
64162011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
6417
915a9b64
SM
6418 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
6419 returns a list (bug#9554). Add remote file name completion.
6420 * comint.el (comint--table-subvert): Curry and get quote&unquote
6421 functions as arguments.
6422 (comint--complete-file-name-data): Adjust call accordingly.
6423 * pcomplete.el (pcomplete--table-subvert): Remove.
6424 (pcomplete-completions-at-point): Use comint--table-subvert instead.
6425
3dc61a09
SM
6426 * minibuffer.el (completion-table-case-fold): Use currying.
6427 (completion--styles-type, completion--cycling-threshold-type):
6428 New constants.
6429 (completion-styles, completion-category-overrides)
6430 (completion-cycle-threshold): Use them.
6431 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
6432 completion-table-case-fold.
6433
8ea0a993
SB
64342011-10-03 Stephen Berman <stephen.berman@gmx.net>
6435
6436 * minibuffer.el (completion-category-overrides): Fix type of styles
6437 and add more user friendly tags (bug#9660).
6438
8c24b7f6
SM
64392011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
6440
6441 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
6442 (mule-input-method-string): New widget.
6443 (default-input-method, language-info-custom-alist): Use it.
6444
428fe61a
SM
64452011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
6446
32c1fffd
SM
6447 * pcomplete.el: Require comint.
6448 (pcomplete--common-suffix): Remove.
6449 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
6450 (pcomplete--table-subvert): Sync with comint--table-subvert.
6451 (pcomplete--entries): Use comint-completion-file-name-table.
6452 * comint.el (comint-unquote-filename): Simplify.
6453 (comint-completion-file-name-table): New function (bug#9616).
6454 (comint--complete-file-name-data): Use it.
6455
428fe61a
SM
6456 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
6457 (pcmpl-gnu-tar-buffer): Remove.
6458 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
9aaf2b9c
GM
6459 around. Make sure pcomplete-suffix-list is only changed temporarily.
6460 Don't look inside the tar's file if it's too large.
428fe61a 6461
04c52e2f
CY
64622011-10-01 Chong Yidong <cyd@stupidchicken.com>
6463
ce3cefcc
CY
6464 * cus-edit.el (custom-mode-map):
6465 * epa.el (epa-key-list-mode-map):
6466 * man.el (Man-mode-map):
6467 * startup.el (splash-screen-keymap):
6468 * simple.el (special-mode-map): Use scroll-up-command and
6469 scroll-down-command.
6470
6471 * progmodes/idlw-help.el (idlwave-help-mode-map):
6472 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
6473 * net/newst-plainview.el (newsticker-mode-map):
6474 * emulation/ws-mode.el (wordstar-mode-map):
6475 * emulation/vi.el (vi-com-map):
6476 * calc/calc-graph.el (calc-graph-show-dumb):
6477 * term/sun.el (terminal-init-sun):
6478 * term/ns-win.el (global-map):
6479 * progmodes/grep.el (grep-mode-map):
6480 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
6481 * mail/rmail.el (rmail-mode-map):
6482 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
6483
04c52e2f
CY
6484 * custom.el (custom-safe-themes, load-theme): Treat value of t for
6485 custom-safe-themes as special.
6486
79adf8c8
JD
64872011-10-01 Julien Danjou <julien@danjou.info>
6488
6489 * notifications.el (notifications-notify): Fix docstring.
6490
63bd50d3
PS
64912011-10-01 Per Starbäck <per@starback.se>
6492
6493 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
6494
199e4c7e
MR
64952011-09-30 Martin Rudalics <rudalics@gmx.at>
6496
6497 * startup.el (command-line-1): Fix last fix by inserting
6498 initial-scratch-message into *scratch* before displaying it.
cbc5ee22 6499 (Bug#9605) and (Bug#9636)
199e4c7e 6500
fe5f08dd
EZ
65012011-09-29 Eli Zaretskii <eliz@gnu.org>
6502
6503 * simple.el (line-move): If auto-hscroll-mode is disabled and the
6504 window is hscrolled, move by logical lines. (Bug#9607)
6505 (line-move-visual): Update the doc string to the above effect.
6506
b5516bbd
MR
65072011-09-29 Martin Rudalics <rudalics@gmx.at>
6508
ccee00c0
MR
6509 * window.el (display-buffer-record-window): When WINDOW is the
6510 selected window use `point' instead of `window-point'. (Bug#9626)
6511
b5516bbd
MR
6512 * startup.el (command-line-1): Use insert-before-markers when
6513 inserting initial-scratch-message. (Bug#9605)
ccee00c0 6514
b5516bbd
MR
6515 * help.el (help-window): Remove variable.
6516
52aa0014
GM
65172011-09-29 Glenn Morris <rgm@gnu.org>
6518
6519 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
6520
df9a7357
JB
65212011-09-29 Juanma Barranquero <lekktu@gmail.com>
6522
6523 * descr-text.el (describe-char-categories): Accept category
6524 descriptions more than one line long.
6525
a8406c20
SM
65262011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
6527
88d9610c
SM
6528 * simple.el (delete-trailing-whitespace): Fix last change.
6529
a5daf810
SM
6530 * progmodes/perl-mode.el (perl-syntax-propertize-function):
6531 Don't confuse "y => 3" as the beginning of a `y' operation.
6532
a8406c20
SM
6533 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
6534 object has more than 4 slots (bug#9613).
6535
a239d4e9
JB
65362011-09-28 Juanma Barranquero <lekktu@gmail.com>
6537
6538 * subr.el (with-output-to-temp-buffer):
6539 * net/quickurl.el (quickurl, quickurl-browse-url):
6540 Fix typos in docstrings.
6541
693fbdb6
EZ
65422011-09-27 Eli Zaretskii <eliz@gnu.org>
6543
6544 * minibuffer.el (completion-styles)
6545 (completion-category-overrides): Cross reference each other in doc
6546 strings.
6547
8b457e28
GM
65482011-09-27 Glenn Morris <rgm@gnu.org>
6549
6550 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
6551 to split-string. (Bug#9606)
6552
85a16208
LMI
65532011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
6554
6555 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
6556 (bug#9615).
6557
502f9ebd
CY
65582011-09-27 Chong Yidong <cyd@stupidchicken.com>
6559
6560 * emacs-lisp/package.el (list-packages): Fix echo area message.
6561
7690bdea
LL
65622011-09-27 Leo Liu <sdl.web@gmail.com>
6563
6564 * ido.el (ido-read-internal): Accept cons cell HIST arg.
6565
e2ee6f30
MA
65662011-09-25 Michael Albinus <michael.albinus@gmx.de>
6567
6568 * net/dbus.el (dbus-unregister-object): Don't release services for
6569 registered signals. (Bug#9581)
6570
f3f98342
TZ
65712011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
6572
6573 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
6574 function that picks between cfengine 2 and 3 support
6575 automatically. Update docs accordingly.
6576
dd7aa8dd
KH
65772011-09-22 Kenichi Handa <handa@m17n.org>
6578
6579 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
6580 ZERO.
6581 (indian-itrans-v5-table-for-tamil): New variable.
6582 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
6583
3f2b07f8
KM
65842011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
6585
6586 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
6587 that's true if the current command involved collapsing of text.
6588 It's reset to false at the beginning of the next command.
6589 (allout-post-command-business): Move the cursor to the beginning
6590 of entry if the cursor is hidden and collapsing activity just
6591 happened.
6592
371d6a61
CY
65932011-09-24 Chong Yidong <cyd@stupidchicken.com>
6594
6595 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
6596 tracking (Bug#9541).
6597
2ac2721a
UJ
65982011-09-24 Ulf Jasper <ulf.jasper@web.de>
6599
6600 * net/newst-reader.el (newsticker-html-renderer)
1154d12e
JB
6601 (newsticker-show-news): Automatically load html rendering package
6602 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
6603 because w3m-fill-column is let-bound" and the error "Symbol's value
6604 as variable is void: w3m-fill-column".
2ac2721a 6605
fac7ae53
MA
66062011-09-24 Michael Albinus <michael.albinus@gmx.de>
6607
6608 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
6609 Release services only if they are defined. (Bug#9581)
6610
e08b633b
RS
66112011-09-23 Richard Stallman <rms@gnu.org>
6612
e488d29c
RS
6613 * textmodes/paragraphs.el (forward-sentence): For backwards case,
6614 distinguish start of paragraph from start of its text.
6615
19c38752
RS
6616 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
6617
e08b633b
RS
6618 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
6619 (rmail-generate-viewer-buffer): Put that hook on view buffer.
6620 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
6621
0a39f27e
AS
66222011-09-23 Andreas Schwab <schwab@linux-m68k.org>
6623
6624 * international/mule-diag.el (mule-diag): Insert a newline after
6625 each fontset description.
6626
db4e950d
SM
66272011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
6628
6629 * simple.el (delete-trailing-whitespace):
6630 Document last change; simplify.
6631
eca3f3ea
PW
66322011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
6633
d68e189a
PW
6634 * simple.el (delete-trailing-whitespace): Also delete
6635 extra newlines at the end of the buffer.
6636
eca3f3ea
PW
6637 * textmodes/picture.el: Make motion commands obey shift-select-mode.
6638 (picture-newline): Use forward-line so as to ignore fields.
6639
01c157cc
SM
66402011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
6641
6642 * subr.el (with-wrapper-hook): Fix edebug spec.
6643
022de23e
LMI
66442011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
6645
6646 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
6647 (bug#4538).
6648
91683089
MA
66492011-09-23 Michael Albinus <michael.albinus@gmx.de>
6650
eca3f3ea
PW
6651 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
6652 Fix nasty bug using wrong cached values.
91683089 6653
5bdd6fa4
AM
66542011-09-23 Alan Mackenzie <acm@muc.de>
6655
6656 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
6657
97adfb97
CY
66582011-09-23 Chong Yidong <cyd@stupidchicken.com>
6659
6660 * window.el (pop-to-buffer): Ensure right window is selected if we
6661 chose another frame.
6662
d4ef2b50
EZ
66632011-09-22 Eli Zaretskii <eliz@gnu.org>
6664
6665 * simple.el (what-cursor-position): Use get-char-property-change
6666 and next-single-char-property-change, to be able to show display
6667 properties that come from overlays as well as text properties.
6668
72258fe5
CY
66692011-09-22 Chong Yidong <cyd@stupidchicken.com>
6670
6671 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
6672
6673 * cmuscheme.el (run-scheme, switch-to-scheme):
6674 * cus-edit.el (customize-group, custom-buffer-create)
6675 (customize-browse):
6676 * info.el (info):
6677 * shell.el (shell):
6678 * mail/sendmail.el (mail):
6679 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
6680
8f098516
RS
66812011-09-22 Richard Stallman <rms@gnu.org>
6682
6683 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
6684 move back only to line beg, don't move back over blank lines.
6685
e74f1bb6
MA
66862011-09-22 Michael Albinus <michael.albinus@gmx.de>
6687
6688 * files.el (copy-directory): Set directory attributes only in case
6689 they could be retrieved from the source directory. (Bug#9565)
6690
bfeef8b6
DK
66912011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
6692
6693 * progmodes/hideshow.el (hs-looking-at-block-start-p)
6694 (hs-find-block-beginning, hs-hide-level-recursive):
6695 Ignore strings as well as comments. (Bug#9502)
6696
7e423bb8
AS
66972011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
6698
6699 * progmodes/sql.el (sql-comint-postgres):
6700 Convert port number to a string. (Bug#9566)
6701
b4d72fcf
MR
67022011-09-22 Martin Rudalics <rudalics@gmx.at>
6703
6704 * window.el (quit-window): Undedicate window when switching to
6705 previous buffer. Reported by Thierry Volpiatto
6706 <thierry.volpiatto@gmail.com>.
7f80c86d
MR
6707 (special-display-popup-frame): When popping up a new frame reset
6708 its previous buffers to nil. Simplify code.
b4d72fcf 6709
a7b88dc6
MA
67102011-09-21 Michael Albinus <michael.albinus@gmx.de>
6711
6712 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
6713 and process filter, as done also in `shell-command'.
6714
cf4eacfd
MR
67152011-09-21 Martin Rudalics <rudalics@gmx.at>
6716
eca3f3ea 6717 * window.el (set-window-buffer-start-and-point):
1154d12e
JB
6718 Call set-window-start with NOFORCE argument t.
6719 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
cf4eacfd
MR
6720 (quit-window): Reword doc-string. Handle new format of
6721 quit-restore parameter. Don't delete window if it has a
6722 previous buffer we can show instead of the present one.
6723 (display-buffer-record-window): Rewrite using a new format for
6724 the quit-restore window parameter
6725 (special-display-popup-frame, display-buffer-same-window)
6726 (display-buffer-reuse-window, display-buffer-pop-up-frame)
6727 (display-buffer-pop-up-window, display-buffer-use-some-window):
6728 Adapt symbol passed to display-buffer-record-window.
6729 * help.el (help-window-setup): Handle new format of quit-restore
6730 parameter.
6731
8d28cb95
SM
67322011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
6733
94ab793f
SM
6734 * faces.el (face-list): Fix docstring (bug#9564).
6735
8d28cb95
SM
6736 * window.el (display-buffer--action-function-custom-type):
6737 Don't include internal functions in the Custom interface.
6738
3820edeb
JL
67392011-09-20 Juri Linkov <juri@jurta.org>
6740
6741 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
6742 (Info-forward-node, Info-backward-node, Info-next-preorder)
6743 (Info-last-preorder): Use it. (Bug#9528)
6744
5147931d
JL
67452011-09-20 Juri Linkov <juri@jurta.org>
6746
6747 * info.el (Info-last-preorder): Visit last menu item only when
6748 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
6749
cf499a1a
JD
67502011-09-20 Julien Danjou <julien@danjou.info>
6751
6752 * password-cache.el (password-cache-remove): Remove entries even if the
6753 value is nil, so that password with a nil value (negative caching) is
6754 possible to invalidate.
6755
f84e2fe2
LM
67562011-09-20 Lawrence Mitchell <wence@gmx.li>
6757
6758 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
6759 all whitespace around breakpoint. (Bug#9553)
6760 (f90-find-breakpoint): Only break at whitespace inside a comment.
6761
78054a46
SM
67622011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
6763
6764 * minibuffer.el (completion-file-name-table): Keep track of errors.
6765 (completion-table-with-predicate): Handle the case where pred1 is nil.
6766 * pcomplete.el (pcomplete-completions-at-point): Simplify.
6767
345083b2
SM
67682011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6769
e24e27be
SM
6770 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
6771 (debugger-return-value): Signal an error if the debugging context does
6772 not await any return value.
6773
345083b2
SM
6774 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
6775 * image-mode.el (image-toggle-display-text)
6776 (image-toggle-display-image): Stay away from evil `intangible'.
6777
08d355e3
LL
67782011-09-19 Leo Liu <sdl.web@gmail.com>
6779
6780 * replace.el (occur-revert-arguments): Make it permanent-local.
6781 (occur-mode): Don't call font-lock-defontify.
6782
f01da43f
CY
67832011-09-19 Chong Yidong <cyd@stupidchicken.com>
6784
6785 * net/ldap.el (ldap-search-internal): Don't push empty search
6786 result (Bug#9508).
6787
b6072fa6
SM
67882011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6789
6790 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
6791
443d6696
MA
67922011-09-19 Michael Albinus <michael.albinus@gmx.de>
6793
6794 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
6795 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
6796
7cc6e154
JL
67972011-09-18 Juri Linkov <juri@jurta.org>
6798
6799 * buff-menu.el (Buffer-menu-mode-map):
6800 * dired.el (dired-mode-map):
6801 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
6802 (lisp-interaction-mode-map):
6803 * emacs-lisp/package.el (package-menu-mode-map):
6804 * epa.el (epa-key-list-mode-map):
6805 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
6806 (menu-bar-options-menu):
6807 * outline.el (outline-mode-menu-bar-map):
6808 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
6809 * vc/vc-dir.el (vc-dir-menu-map):
6810 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
6811 Capitalize non-function content words in menu item strings.
6812
6813 * dired.el (dired-mode-map): Add menu item for
6814 `image-dired-dired-toggle-marked-thumbs'.
6815
80302a81
JL
68162011-09-18 Juri Linkov <juri@jurta.org>
6817
6818 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
6819 to `isearch-case-fold-search' and restore its original value
6820 after the `isearch-mode' call.
6821
46c5cf66
JL
68222011-09-18 Juri Linkov <juri@jurta.org>
6823
6824 * progmodes/grep.el (grep-process-setup): Don't check code for 1
6825 because `zgrep' returns 1 for successful matches (bug#9226).
6826
d18b513b
JL
68272011-09-18 Juri Linkov <juri@jurta.org>
6828
6829 * info.el (Info-extract-menu-node-name): Check the second match
6830 for empty string (second test-case of bug#9528).
6831 (Info-last-preorder): Let-bind `Info-history' to nil to not add
6832 intermediate nodes to the history (first test-case of bug#9528).
6833
72753f87
JL
68342011-09-18 Juri Linkov <juri@jurta.org>
6835
6836 * info.el (Info-mode-syntax-table): New variable.
1154d12e 6837 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
72753f87 6838
c9384295
JL
68392011-09-18 Juri Linkov <juri@jurta.org>
6840
1154d12e
JB
6841 * info.el (Info-file-supports-index-cookies):
6842 Increment line-beginning-position's arg from 3 to 4 because makeinfo
6843 outputs one more line for long file names (bug#4142).
c9384295 6844
d473dce8
CY
68452011-09-18 Chong Yidong <cyd@stupidchicken.com>
6846
6847 * newcomment.el (comment-normalize-vars): If prompting for
6848 comment-start, set comment-start-skip too (Bug#8424).
6849
2176854d
JB
68502011-09-18 Johan Bockgård <bojohan@gnu.org>
6851
6852 * icomplete.el: Fix previous fix of Bug#5849.
6853 (icomplete-mode): Don't set completion-show-inline-help.
6854 (icomplete-minibuffer-setup): Set completion-show-inline-help
6855 locally during icompletion.
6856
3aace4e4
CY
68572011-09-18 Chong Yidong <cyd@stupidchicken.com>
6858
c940224f
CY
6859 * woman.el (woman2-process-escapes): Don't delete unrecognized
6860 escapes (Bug#7843).
6861
3aace4e4
CY
6862 * files.el (inhibit-first-line-modes-regexps): Add image files.
6863 (hack-local-variables-prop-line): Return nil for malformed
6864 prop-lines (Bug#9044).
6865
710dec63
MA
68662011-09-18 Michael Albinus <michael.albinus@gmx.de>
6867
6868 * net/tramp.el (top): Don't require 'shell.
6869 (tramp-methods): Fix docstring.
6870 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
8d28cb95
SM
6871 Return complete remote file name. Handle "smb" case.
6872 Use `tramp-tmpdir', if defined for the respective method.
710dec63
MA
6873 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
6874
6875 * net/tramp-compat.el (top): Require 'shell.
6876
6877 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
6878 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
6879 `tramp-current-host'.
6880 (tramp-get-remote-tmpdir): Remove.
6881
6882 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
6883 `tramp-tmpdir' entries.
6884 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
6885 (tramp-smb-handle-file-attributes): Ignore errors.
6886 (tramp-smb-wait-for-output): Check also for process end.
6887
5d5ac8ec
LMI
68882011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
6889
6890 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
6891 when sending QUIT (bug#9312).
6892
8c0f49f0
CY
68932011-09-17 Chong Yidong <cyd@stupidchicken.com>
6894
6895 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
6896 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
6897 occur-mode-display-occurrence.
6898 (occur-edit-mode): Add usage message.
6899 (occur-cease-edit): New command.
6900 (occur-after-change-function): Use text properties to find the
6901 position of the prefix text.
6902 (occur-engine): Set stickiness of prefix text properties.
6903
8f1383f7
GM
69042011-09-17 Glenn Morris <rgm@gnu.org>
6905
6906 * progmodes/etags.el (complete-tag):
6907 Fix call to completion-in-region. (Bug#9526)
6908
744ba0e3
JL
69092011-09-17 Juri Linkov <juri@jurta.org>
6910
6911 * textmodes/ispell.el (ispell-word): Add to the error message
6912 the word, ispell program name and current dictionary (bug#9121).
6913 (ispell-tex-arg-end): Capitalize "error" in the error message.
6914
d9bbf400
AS
69152011-09-17 Andreas Schwab <schwab@linux-m68k.org>
6916
6917 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
6918 check. (Bug#4251)
6919
8da11505
JL
69202011-09-17 Juri Linkov <juri@jurta.org>
6921
6922 * window.el (window-safe-min-height, window-safe-min-width):
6923 Fix typos (followup to bug#9522).
6924
a91adc7e
SJ
69252011-09-17 Sven Joachim <svenjoac@gmx.de>
6926
6927 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
6928
064f328a
EZ
69292011-09-16 Eli Zaretskii <eliz@gnu.org>
6930
6931 * simple.el (line-move): If goal-column is set, move by logical
6932 lines, not by display lines. (Bug#971)
6933 (next-line, previous-line, goal-column, line-move-visual): Doc fix
6934 to reflect the above change.
6935
e69df516
SM
69362011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
6937
6938 * image.el (imagemagick-register-types): Use regexp-opt.
6939
cbb0f9ab
CY
69402011-09-15 Chong Yidong <cyd@stupidchicken.com>
6941
6942 * window.el (display-buffer-base-action): Rename from
6943 display-buffer-default-action. Make default value empty.
6944 (display-buffer-overriding-action): Convert to defvar.
6945 (display-buffer-fallback-action): New var.
6946
25322144
CY
69472011-09-15 Chong Yidong <cyd@stupidchicken.com>
6948
6949 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
6950 declaration.
6951 (package--add-to-archive-contents): If there is a duplicate entry
6952 with an older version, remove it.
6953 (package-menu-mark-delete, package-menu-mark-install)
6954 (package-menu-mark-unmark): Make unused args optional.
e69df516
SM
6955 (package-menu-mark-obsolete-for-deletion):
6956 Use package-menu-get-status instead of a regexp search.
25322144
CY
6957 (package-menu-get-status): Use tabulated-list-entry.
6958 (package-menu-mark-upgrades): New command.
d770725a 6959 (package-menu-mode-map): Bind it to U. Add it to menu bar.
25322144
CY
6960 (package-menu-execute): Do installation before deletion.
6961 (package-menu-refresh, package-menu-execute): Use derived-mode-p
6962 instead of checking major-mode.
6963 (package-menu--find-upgrades): New function.
6964
7520339c
LMI
69652011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
6966
6967 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
6968 passwords in the log buffer.
65a046c4
LMI
6969 (smtpmail-process-filter): Update the process marker so that the
6970 "broken by peer" status message is inserted in the right place.
7520339c 6971
d3c30954
SM
69722011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
6973
3fe48822
SM
6974 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
6975 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
6976 bibtex-completion-at-point-function.
6977 (bibtex-completion-at-point-function): Use them.
6978
1b8b3954
SM
6979 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
6980
d3c30954
SM
6981 * mpc.el (mpc-constraints-tag-lookup): New function.
6982 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
6983 also to browser "album|playlist".
6984
72779976
JL
69852011-09-14 Juri Linkov <juri@jurta.org>
6986
6987 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
6988 (isearch-edit-string): Use length of `isearch-string' when
6989 `isearch-fail-pos' returns nil.
6990 (isearch-message): Remove duplicate code and call
6991 `isearch-fail-pos' with arg `t'.
6992
a0bf2bcd
CY
69932011-09-14 Chong Yidong <cyd@stupidchicken.com>
6994
17bb0a2d
CY
6995 * replace.el (occur-mode-goto-occurrence): Don't force using other
6996 window (Bug#9499).
6997
a0bf2bcd
CY
6998 * dired-aux.el (dired-do-chmod): Don't provide initial input.
6999
f678e0b6
MR
70002011-09-14 Martin Rudalics <rudalics@gmx.at>
7001
7002 * window.el (display-buffer-window): Remove.
7003 (display-buffer-record-window): Use help-setup window parameter
7004 instead of variable display-buffer-window.
7005 (display-buffer-function, special-display-buffer-names)
7006 (special-display-function): Mention help-setup parameter instead
7007 of display-buffer-window in doc-string.
d3c30954
SM
7008 * help.el (help-window-setup): New argument help-window.
7009 Use help-window-setup parameter instead of display-buffer-window.
f678e0b6
MR
7010 Reword some messages.
7011 (with-help-window): Pass window used for displaying the buffer
7012 to help-window-setup. Don't set display-buffer-window.
7013
8e39b2e8
GM
70142011-09-13 Glenn Morris <rgm@gnu.org>
7015
7016 * emacs-lisp/debug.el (debugger-make-xrefs):
7017 Preserve point. (Bug#9462)
7018
85e9c04b
CY
70192011-09-13 Chong Yidong <cyd@stupidchicken.com>
7020
7021 * window.el (window-deletable-p): Use next-frame.
7022
1b36ed6a
MR
70232011-09-13 Martin Rudalics <rudalics@gmx.at>
7024
7025 * window.el (window-auto-delete): Remove.
7026 (window-deletable-p): Remove argument FORCE. Don't deal with
e4769531 7027 dedication and previous buffers.
1b36ed6a
MR
7028 (switch-to-prev-buffer): Don't delete window.
7029 (delete-windows-on): Delete a window's frame if and only if the
7030 window is dedicated.
7031 (replace-buffer-in-windows): Delete buffer's window or frame if
7032 and only if window is dedicated.
7033 (quit-window): Handle quit-restore as before last change.
4d61f28d 7034 (bury-buffer): Delete window only if window-deletable-p returns t.
1b36ed6a 7035
ef8ef9fb
CY
70362011-09-13 Chong Yidong <cyd@stupidchicken.com>
7037
7038 * window.el (window-deletable-p): Never delete the last frame on a
7039 given terminal.
7040
b2cba41e
GM
70412011-09-13 Glenn Morris <rgm@gnu.org>
7042
7043 * help.el (describe-key-briefly): Copy previous standard-output change.
7044
51553db6 70452011-09-13 PJ Weisberg <pj@irregularexpressions.net>
e3ce671f
PW
7046
7047 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
7048
b7556719
GM
70492011-09-13 Glenn Morris <rgm@gnu.org>
7050
7051 * emacs-lisp/lisp-mode.el (lisp-indent-function):
7052 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
7053
64b51947
CY
70542011-09-12 Chong Yidong <cyd@stupidchicken.com>
7055
7056 * dired-aux.el (dired-mark-read-string): Don't return default
7057 value on empty input (Bug#9361).
7058 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
7059 Omit initial minibuffer contents.
7060 (dired-do-chmod): Signal an error on empty input.
7061 (dired-mark-read-string): Don't return default on empty input.
7062
7063 * files.el (file-modes-symbolic-to-number): Doc fix.
7064
393a301e
SM
70652011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7066
7067 * international/mule-cmds.el (ucs-completions): Remove.
7068 (read-char-by-name): Use complete-with-action instead; add metadata.
7069
fa5660f9
CY
70702011-09-11 Chong Yidong <cyd@stupidchicken.com>
7071
7072 * window.el (display-buffer--action-function-custom-type)
7073 (display-buffer--action-custom-type): New vars.
7074 (display-buffer-alist, display-buffer-default-action)
7075 (display-buffer-overriding-action): Add defcustom types.
7076
4a592f66
CY
7077 * frame.el (delete-other-frames): Doc fix (Bug#276).
7078
73d56dbd
LMI
70792011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
7080
7081 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
7082
37ac18a3
CY
70832011-09-11 Chong Yidong <cyd@stupidchicken.com>
7084
7085 Change modes that used same-window-* vars to use switch-to-buffer.
7086
7087 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
7088 Use switch-to-buffer.
7089
7090 * cus-edit.el (customize-group, custom-buffer-create)
393a301e
SM
7091 (customize-browse, custom-buffer-create-other-window):
7092 Use switch-to-buffer or switch-to-buffer-other-window.
37ac18a3
CY
7093
7094 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
7095 (Info-prev, Info-up, Info-speedbar-goto-node)
7096 (info-display-manual): Use switch-to-buffer.
7097 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
7098
7099 * mail/sendmail.el (mail): Use switch-to-buffer.
7100 (mail-recover): Use switch-to-buffer-other-window.
7101
7102 * cmuscheme.el (run-scheme, switch-to-scheme):
7103 * ielm.el (ielm):
7104 * shell.el (shell):
7105 * net/rlogin.el (rlogin):
7106 * net/telnet.el (telnet, rsh):
7107 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
7108
10195bd6
AS
71092011-09-11 Andreas Schwab <schwab@linux-m68k.org>
7110
7111 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
7112
b322f63a
LMI
71132011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
7114
39d7fed6
LMI
7115 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
7116 so don't mention it (bug#9301).
ba5a81f1 7117 (dired-sort-toggle-or-edit): Clarify string further.
39d7fed6 7118
ee0e9f11
LMI
7119 * faces.el (face-spec-set-match-display): Make `(type graphic)'
7120 match `x', `w32' and `ns', like the manual says (bug#9029).
7121
0b1c89c1 7122 * subr.el (eval-after-load): Doc string clarification (bug#9125).
da9fcb93
LMI
7123 (process-kill-buffer-query-function): Mention the buffer name in
7124 the query.
0b1c89c1 7125
77549ea8
LMI
7126 * image-mode.el (image-next-line): The line parameter is mandatory
7127 (bug#9258).
7128
803ef892
LMI
7129 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
7130 which can be useful (bug#9301).
7131
12980837
LMI
7132 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
7133
91054f8f
LMI
7134 * subr.el (match-string): Mention that the current buffer should
7135 be the same as the search was done in (bug#9282).
7136
b322f63a
LMI
7137 * facemenu.el: Disable the remove-* commands if the mark isn't
7138 active (bug#9162).
7139
3199b96f
CY
71402011-09-10 Chong Yidong <cyd@stupidchicken.com>
7141
7142 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
7143 of display-buffer.
7144 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
7145
7146 * replace.el (occur-mode-goto-occurrence)
7147 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
7148 and display-buffer.
7149
7150 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
7151 display-buffer.
7152
7153 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
7154 special-display and same-window variables.
7155 (mail-other-window): Use switch-to-buffer-other-window.
7156 (mail-other-frame): USe switch-to-buffer-other-frame.
7157
393a301e
SM
7158 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
7159 Use display-buffer-other-frame.
3199b96f
CY
7160 (gdb-display-gdb-buffer): Use pop-to-buffer.
7161
7162 * progmodes/gud.el (gud-goto-info): Use info-other-window.
7163
7164 * progmodes/python.el: Don't set same-window-buffer-names.
7165
7166 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
7167
7168 * window.el (display-buffer-alist): Add *Python*.
7169
8319e0bf
CY
71702011-09-10 Chong Yidong <cyd@stupidchicken.com>
7171
7172 * window.el (display-buffer-alist): Add entry for buffers
7173 previously handled same-window-*.
7174 (display-buffer-alist, display-buffer-default-action)
7175 (display-buffer-overriding-action): Mark as risky.
7176 (display-buffer-alist): Document action function changes.
7177 (display-buffer--same-window-action)
7178 (display-buffer--other-frame-action): New variables.
7179 (switch-to-buffer, display-buffer-other-frame): Use them.
7180 (display-buffer): Rename reuse-frame entry to reusable-frames.
7181 (display-buffer-reuse-selected-window): Function deleted.
7182 (display-buffer-reuse-window): Handle reusable-frames alist entry.
7183 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
7184 (display-buffer-special): New function.
7185 (display-buffer--maybe-pop-up-frame-or-window): Rename from
7186 display-buffer-reuse-or-pop-window. Split off special-display
7187 part into display-buffer-special.
7188 (display-buffer-use-some-window): Don't perform any special
7189 pop-up-frames handling.
7190 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
393a301e 7191 (display-buffer--maybe-same-window): Rename from
0d3ff375 7192 display-buffer-maybe-same-window.
8319e0bf 7193
919a69aa
CY
7194 * info.el: Don't set same-window-regexps.
7195 (info-setup): New function.
7196 (info-other-window, info): Call it.
7197
7198 * cus-edit.el: Don't set same-window-regexps.
7199 (customize-group): New argument.
7200 (customize-group-other-window): Use it.
7201 (customize-face, customize-face-other-window): Likewise.
7202 (custom-buffer-create-other-window): Use pop-to-buffer directly.
7203
8319e0bf
CY
7204 * net/rlogin.el:
7205 * net/telnet.el:
7206 * progmodes/gud.el: Don't set same-window-regexps.
7207
7208 * cmuscheme.el:
7209 * ielm.el:
7210 * shell.el:
7211 * mail/sendmail.el:
7212 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
7213
25173000
JL
72142011-09-10 Juri Linkov <juri@jurta.org>
7215
7216 * isearch.el (isearch-edit-string): Remove obsolete mention of
7217 `C-w' (`isearch-yank-word-or-char') from docstring.
7218 (isearch-query-replace): Fix typo in docstring (bug#9466).
7219
056e44ef
JL
72202011-09-10 Juri Linkov <juri@jurta.org>
7221
7222 * paren.el (show-paren-function): Don't show escaped parens.
7223 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
7224
c3760c17
EZ
72252011-09-10 Eli Zaretskii <eliz@gnu.org>
7226
7227 * mail/sendmail.el (mml-to-mime, mml-attach-file)
7228 (mm-default-file-encoding): Remove autoload forms, they are
7229 replaced with autoload cookies in mml.el and mm-encode.el.
7230 (mail-add-attachment): New command.
7231 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
7232 (mail-mode): Mention mail-insert-file and mail-add-attachment in
7233 the doc string.
7234 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
7235
fece895e
RT
72362011-09-10 Reuben Thomas <rrt@sc3d.org>
7237
e69df516
SM
7238 * simple.el (count-words-region): Use buffer if there's no region
7239 (bug#9429).
fece895e 7240
5e68ce4a
JL
72412011-09-09 Juri Linkov <juri@jurta.org>
7242
7243 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
7244 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
7245 (wdired-isearch-filter-read-only): New function. (Bug#6362)
7246
0a6b9622
AM
72472011-09-09 Alan Mackenzie <acm@muc.de>
7248
7249 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
7250 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
7251
14a29deb
EZ
72522011-09-09 Eli Zaretskii <eliz@gnu.org>
7253
7254 Fix for Savannah bug#9392.
7255 * simple.el (mail-encode-mml): New defvar.
7256
7257 * mail/rmail.el (mail-encode-mml): Add a defvar.
7258 (rmail-enable-mime-composing): Default to t.
7259 (rmail-forward): Use MIME method of forwarding only if both
7260 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
7261 Set mail-encode-mml non-nil if the MIME method was used.
7262
7263 * mail/sendmail.el (mml-to-mime): Add autoload form.
7264 (mail-encode-mml): Add a defvar.
7265 (mail-mode): Make mail-encode-mml buffer-local and initialize it
7266 to nil.
7267 (mail-send): If mail-encode-mml is non-nil, run the outgoing
7268 message through mml-to-mime, and reset mail-encode-mml to nil.
7269
28c45130
GM
72702011-09-09 Glenn Morris <rgm@gnu.org>
7271
7272 * woman.el (woman-if-body): When processing an .el block,
7273 do not delete the next .el block as well. (Bug#9447)
69f4b618 7274 (woman-special-characters): Add oq, cq, and hy characters.
28c45130 7275
9b1c252e
MR
72762011-09-08 Martin Rudalics <rudalics@gmx.at>
7277
7278 * window.el (window-deletable-p): Make sure window is live before
7279 invoking window-prev-buffers.
7280
567457e3
LL
72812011-09-08 Leo Liu <sdl.web@gmail.com>
7282
7283 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
7284
97f05794
JL
72852011-09-08 Juri Linkov <juri@jurta.org>
7286
7287 * progmodes/compile.el (compilation-environment): Make it
7288 a defcustom (bug#8340).
7289
8b0874b5
MR
72902011-09-08 Martin Rudalics <rudalics@gmx.at>
7291
7292 * window.el (frame-auto-delete): Rename to window-auto-delete.
7293 Make it control auto-deletion of windows and/or frames.
7294 (window-deletable-p): New argument FORCE. Rewrite conditions
5e617bc2 7295 for deleting window/frame. (Bug#9419)
8b0874b5
MR
7296 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
7297 Rewrite handling of case when window/frame can be deleted.
7298 (delete-windows-on): Call window-deletable-p with new FORCE
5e617bc2 7299 argument t. (Bug#9456)
8b0874b5 7300
4feb6e73
CY
73012011-09-07 Chong Yidong <cyd@stupidchicken.com>
7302
7303 * help-mode.el (help-mode): Restore autoload.
7304
91ab9c13
JL
73052011-09-07 Juri Linkov <juri@jurta.org>
7306
7307 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
7308 `compilation-environment'. Set buffer-local
7309 `compilation-environment' to `thisenv' later after (funcall mode).
7310 (Bug#8340)
7311
7312 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
7313 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
7314 instead of replacing its value. (Bug#8340)
7315
0527e251
JL
73162011-09-07 Juri Linkov <juri@jurta.org>
7317
7318 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
7319 based on text properties put by `grep-filter' instead of matching
7320 escape sequences.
7321 (grep-mode): Set buffer-local `compilation-error-screen-columns'
7322 to the value of `grep-error-screen-columns' (bug#9438).
7323
249f792c
JL
73242011-09-07 Juri Linkov <juri@jurta.org>
7325
7326 * simple.el (next-error-highlight, next-error-highlight-no-select):
7327 Doc fix (bug#9432).
7328
ff7271b9
OT
73292011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
7330
7331 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
7332 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
7333
183fc730
LL
73342011-09-07 Leo Liu <sdl.web@gmail.com>
7335
7336 * net/rcirc.el (rcirc-mode): Conditionally initialize
7337 rcirc-input-ring.
7338
77694924
SM
73392011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
7340
7341 * emacs-lisp/find-func.el (find-function-C-source): Only set
7342 find-function-C-source-directory after checking that we found a source
7343 file there (bug#9440).
7344
d809b8eb
AM
73452011-09-06 Alan Mackenzie <acm@muc.de>
7346
7347 * isearch.el (isearch-other-meta-char): Wherever a key list is
7348 unread, "unread" the prefix arg, too. This fixes bug #8901.
7349
453de99f
OG
73502011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
7351
7352 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
7353
90439906
JL
73542011-09-05 Juri Linkov <juri@jurta.org>
7355
7356 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
7357
f62bd846
JL
73582011-09-05 Juri Linkov <juri@jurta.org>
7359
7360 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
7361 keeping point where processing of grep matches begins, and
7362 continue to delete remaining escape sequences from the same point.
7363 (grep-filter): Make leading zero optional in "0?1;31m" because
7364 git-grep emits "\033[1;31m" escape sequences unlike expected
7365 "\033[01;31m" as GNU Grep does (bug#9408).
7366 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
7367
045820ec
JL
73682011-09-05 Juri Linkov <juri@jurta.org>
7369
7370 * subr.el (y-or-n-p): Capitalize "yes".
7371
f5e29b9b
MA
73722011-09-04 Michael Albinus <michael.albinus@gmx.de>
7373
7374 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
7375 `tramp-cache-unload-hook' where appropriate.
7376 (tramp-methods): Rename `tramp-remote-sh' to
7377 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
7378 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
7379
7380 * net/tramp-sh.el (top): Don't require 'shell.
7381 (tramp-methods): Add `tramp-remote-shell' and
7382 `tramp-remote-shell-args' entries.
7383 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
7384 (tramp-sh-handle-shell-command): Remove.
7385 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
7386 Use `tramp-remote-shell'.
7387
2784c434
CY
73882011-09-03 Chong Yidong <cyd@stupidchicken.com>
7389
393a301e 7390 * mail/sendmail.el (sendmail-query-once-function): Delete.
2784c434
CY
7391 (sendmail-query-once): Save directly to send-mail-function.
7392 Update message-send-mail-function too.
7393
7394 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
7395
464cdf56
CS
73962011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
7397
7398 * progmodes/python.el (python-mode-map): Use correct function to
7399 start python interpreter from menu-bar (as reported by Geert
7400 Kloosterman).
7401 (inferior-python-mode-map): Fix typo.
393a301e 7402 (python-shell-map): Remove.
464cdf56 7403
d37e5c87
DD
74042011-09-03 Deniz Dogan <deniz@dogan.se>
7405
7406 * net/rcirc.el (rcirc-print): Simplify code for
7407 rcirc-scroll-show-maximum-output. There is no need to walk
7408 through all windows to find the right one.
7409
f3ada0ee
CS
74102011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
7411
7412 * help.el (help-return-method): Doc fix.
7413
1f3c99ca
MR
74142011-09-03 Martin Rudalics <rudalics@gmx.at>
7415
7416 * window.el (window-deletable-p): Don't return a non-nil value
7417 when there's a buffer that was shown in the window before.
7418 (Bug#9419)
393a301e
SM
7419 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
7420 Set window's previous buffers to nil.
1f3c99ca 7421
a3cf097f
EZ
74222011-09-03 Eli Zaretskii <eliz@gnu.org>
7423
7424 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
7425 newline before and after the tag line, so it doesn't interfere
7426 with determining the paragraph direction of bidirectional text.
7427
3d03de90
LL
74282011-09-03 Leo Liu <sdl.web@gmail.com>
7429
7430 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
7431
c3313451
CY
74322011-09-02 Chong Yidong <cyd@stupidchicken.com>
7433
393a301e 7434 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
c3313451
CY
7435 (pop-to-buffer): Change interactive spec. Pass second argument
7436 directly to display-buffer.
7437 (display-buffer): Fix interactive spec. Use functionp to
7438 distinguish between a function and a list of functions.
7439
7440 * abbrev.el (edit-abbrevs):
7441 * arc-mode.el (archive-extract):
7442 * autoinsert.el (auto-insert):
7443 * bookmark.el (bookmark-bmenu-list):
7444 * files.el (find-file):
7445 * view.el (view-buffer):
7446 * progmodes/compile.el (compilation-goto-locus):
7447 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
7448
89894cd8
CY
74492011-09-02 Chong Yidong <cyd@stupidchicken.com>
7450
7451 * window.el (display-buffer-alist): Doc fix.
7452 (display-buffer): Add docstring. Don't treat
7453 display-buffer-default specially.
7454 (display-buffer-reuse-selected-window)
7455 (display-buffer-same-window, display-buffer-maybe-same-window)
7456 (display-buffer-reuse-window, display-buffer-pop-up-frame)
7457 (display-buffer-pop-up-window)
7458 (display-buffer-reuse-or-pop-window)
7459 (display-buffer-use-some-window): New functions.
7460 (display-buffer-default-action): Use them.
393a301e 7461 (display-buffer-default): Delete.
89894cd8
CY
7462 (pop-to-buffer-1): Fix choice of actions.
7463
ae0bc9fb
SM
74642011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
7465
7466 * minibuffer.el (completion--insert-strings): Don't get confused by
7467 completion entries that end with an LF char.
7468
e9d90883
EZ
74692011-09-01 Eli Zaretskii <eliz@gnu.org>
7470
7471 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
7472
437014c8
CY
74732011-09-01 Chong Yidong <cyd@stupidchicken.com>
7474
7475 * window.el (display-buffer): Restore interactive spec.
ae0bc9fb
SM
7476 (display-buffer-same-window, display-buffer-other-window):
7477 New functions.
437014c8
CY
7478 (pop-to-buffer-1): New function. Use the above.
7479 (pop-to-buffer, pop-to-buffer-same-window): Use it.
ae0bc9fb 7480 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
437014c8
CY
7481
7482 * view.el (view-buffer-other-window, view-buffer-other-frame):
7483 Just use pop-to-buffer.
7484
a5e063d5
TV
74852011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7486
7487 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
7488
793d32bb
WH
74892011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
7490
7491 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
7492
d65e4c15
RS
74932011-08-31 Richard Stallman <rms@gnu.org>
7494
7495 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
7496 of the separation of rmail-view-buffer from rmail-buffer.
7497 If you say no to "replace original", the decrypt is in the
7498 view buffer. If you say yes, the decrypt goes into the
7499 rmail buffer also.
7500
f818cd2a
MR
75012011-08-31 Martin Rudalics <rudalics@gmx.at>
7502
7503 * window.el (display-buffer-window): Rewrite doc-string.
7504 (display-buffer-record-window): New function.
7505 (display-buffer-macro-specifiers)
7506 (display-buffer-even-window-sizes, display-buffer-set-height)
7507 (display-buffer-set-width, display-buffer-in-window)
7508 (display-buffer-reuse-window, display-buffer-split-specifiers)
7509 (display-buffer-side-specifiers, display-buffer-split-window-1)
7510 (display-buffer-split-window, display-buffer-split-atom-window)
7511 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
7512 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
7513 (display-buffer-other-window-means-other-frame)
7514 (display-buffer-normalize-special)
7515 (display-buffer-normalize-default)
7516 (display-buffer-normalize-argument)
7517 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
7518 (display-buffer-normalize-specifiers, display-buffer-frame)
7519 (display-buffer-same-window, display-buffer-same-frame)
7520 (display-buffer-other-window)
7521 (display-buffer-same-frame-other-window)
7522 (display-buffer-other-frame, pop-to-buffer-same-window)
7523 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
7524 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
7525 (switch-to-buffer-same-frame)
7526 (switch-to-buffer-other-window-same-frame)
7527 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
7528 (display-buffer-alist-set-1, display-buffer-alist-set-2)
7529 (display-buffer-alist-set): Remove.
7530 (display-buffer-function, special-display-buffer-names)
ae0bc9fb
SM
7531 (special-display-regexps, special-display-function):
7532 In doc-string refer to display-buffer-window and quit-restore
f818cd2a
MR
7533 parameter.
7534 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
7535 (special-display-frame-alist, special-display-popup-frame)
7536 (same-window-buffer-names, same-window-regexps, same-window-p)
7537 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
7538 (split-window-preferred-function, split-height-threshold)
7539 (split-width-threshold, window-splittable-p)
7540 (split-window-sensibly, window--try-to-split-window)
7541 (window--frame-usable-p, even-window-heights)
7542 (window--even-window-heights, window--display-buffer-1)
ae0bc9fb
SM
7543 (window--display-buffer-2, display-buffer-other-frame):
7544 Restore old Emacs 23 code, order and doc-strings where applicable.
f818cd2a
MR
7545 (display-buffer-default, display-buffer-assq-regexp): New functions.
7546 (display-buffer-alist): Rewrite doc-string.
7547 (display-buffer-default-action)
7548 (display-buffer-overriding-action): New variables.
7549 (display-buffer, switch-to-buffer): Rewrite.
7550 (pop-to-buffer): Restore Emacs 23 behavior but use
7551 window-normalize-buffer-to-display.
7552 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
7553 Restore Emacs 23 behavior but use
7554 window-normalize-buffer-to-switch-to.
7555 (pop-to-buffer-same-window): Rewrite.
ae0bc9fb
SM
7556 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
7557 Rewrite using Emacs 23 options.
f818cd2a 7558
5bc3b51d
MA
75592011-08-31 Michael Albinus <michael.albinus@gmx.de>
7560
7561 * net/tramp.el (tramp-root-regexp): Remove.
7562 (tramp-completion-file-name-regexp-unified)
7563 (tramp-completion-file-name-regexp-separate)
7564 (tramp-completion-file-name-regexp-url): Don't use leading volume
7565 letter on win32 systems. (Bug#5303, Bug#9311)
ae0bc9fb
SM
7566 (tramp-drop-volume-letter): Simplify definition.
7567 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5bc3b51d 7568
b1a4f8e1
SM
75692011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
7570
7571 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
7572 (bug#9356).
7573
5664fa7b
RT
75742011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
7575
b1a4f8e1 7576 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
5664fa7b 7577
9a45d6c3
JL
75782011-08-29 Juri Linkov <juri@jurta.org>
7579
7580 * isearch.el (isearch-done): Don't display message "Mark saved"
7581 when arg `edit' is non-nil to prevent its flicker in the echo area.
7582
fb87e0fb
CY
75832011-08-28 Chong Yidong <cyd@stupidchicken.com>
7584
7585 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
7586 obsolete packages for deletion.
7587
09ac1c2a
CS
75882011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
7589
7590 * help-mode.el (help-mode-map): Add special-mode-map to parent.
5e617bc2 7591 (help-mode): Derive help-mode from special-mode. Don't invoke
09ac1c2a
CS
7592 view-mode from help-mode.
7593 (help-xref-override-view-map): Remove.
7594 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
7595 view-mode is not used anymore.
7596
7a1ff57f
CY
75972011-08-28 Chong Yidong <cyd@stupidchicken.com>
7598
7599 * server.el (server-port): Doc fix.
7600
b9696605
CY
7601 * cus-theme.el (custom-theme-choose-mode): Inherit from
7602 special-mode (Bug#9124).
7603 (custom-theme-choose-mode-map): Add special-mode to parent.
7604
ef8cdf8c
AM
76052011-08-28 Alan Mackenzie <acm@muc.de>
7606
7607 * progmodes/cc-fonts.el
7608 (c-make-font-lock-BO-decl-search-function): New function.
7609 (c-basic-matchers-after - "Fontify the clauses after various
7610 keywords"): Extract the three keyword lists for the 3 erroneous
7611 constructs from the list of four, and use the new function above
7612 in place of an old one.
7613
27de4e20
DD
76142011-08-28 Deniz Dogan <deniz@dogan.se>
7615
7616 * net/rcirc.el (rcirc-insert-prev-input)
7617 (rcirc-insert-next-input): Remove unused argument.
7618
356a3681
SM
76192011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
7620
7621 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
7622
3fc9b218
AM
76232011-08-27 Alan Mackenzie <acm@muc.de>
7624
7625 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
7626 handle function pointer parameters properly.
7627
538a061c
MR
76282011-08-27 Martin Rudalics <rudalics@gmx.at>
7629
7630 * window.el (display-buffer-reuse-window): Fix case where
7631 selected window was reused with non-nil OTHER-WINDOW argument.
7632 (Bug#9381)
7633
35b1c40c
DD
76342011-08-27 Deniz Dogan <deniz@dogan.se>
7635
7636 * net/rcirc.el (rcirc-check-auth-status): Adding support for
7637 oftc's NickServ messages.
7638
2f6a3e79
GM
76392011-08-27 Glenn Morris <rgm@gnu.org>
7640
7641 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
7642
7254299e
CY
76432011-08-26 Chong Yidong <cyd@stupidchicken.com>
7644
7645 * emacs-lisp/package.el (package-install): Call package-initialize
7646 if called interactively.
7647
f8ccf167
LL
76482011-08-26 Leo Liu <sdl.web@gmail.com>
7649
7650 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
7651
3e8cd5ce
JL
76522011-08-25 Juri Linkov <juri@jurta.org>
7653
7654 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
7655 `search-whitespace-regexp' (bug#9364).
7656
93eb7113
JL
76572011-08-25 Juri Linkov <juri@jurta.org>
7658
7659 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
7660 `regexp-search-ring' to their global values to protect from
7661 updating by `read-from-minibuffer' (bug#9185).
7662
f65d1611
JL
76632011-08-25 Juri Linkov <juri@jurta.org>
7664
7665 * textmodes/ispell.el (ispell-command-loop): Add newline
7666 at the end of the "Use option `i'..." line.
7667
f1cf7a31
JL
76682011-08-25 Juri Linkov <juri@jurta.org>
7669
7670 * battery.el (display-battery-mode): If `battery-status-function'
7671 or `battery-mode-line-format' is nil, display the message and set
7672 `display-battery-mode' to nil (bug#9363).
7673
0c95fcf7
EZ
76742011-08-25 Eli Zaretskii <eliz@gnu.org>
7675
7676 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
7677 bidi-string-mark-left-to-right; they are unnecessary now.
7678
a2ebe600
DD
76792011-08-25 Deniz Dogan <deniz@dogan.se>
7680
7681 * net/quickurl.el: Documentation typo fixes.
7682
e4ed06f1
CY
76832011-08-25 Chong Yidong <cyd@stupidchicken.com>
7684
7685 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
7686
e5f1c99e
GM
76872011-08-25 Glenn Morris <rgm@gnu.org>
7688
b2948976
GM
7689 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
7690
e5f1c99e
GM
7691 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
7692 (smtpmail-via-smtp): Handle nil response from smtp.
7693
f22f4808
JL
76942011-08-24 Juri Linkov <juri@jurta.org>
7695
7696 * proced.el (proced-marked): Inherit from `error' instead of
7697 `font-lock-warning-face'.
7698
7699 * ibuffer.el (ibuffer-marked-face): Change default face from
7700 `font-lock-warning-face' to `warning'.
7701 (ibuffer-deletion-face): Change default face from
7702 `font-lock-type-face' to `error'.
7703
7704 * battery.el (battery-update): Use the face `error' instead of
7705 `font-lock-warning-face' (bug#6117).
7706
6a93965e
JL
77072011-08-24 Juri Linkov <juri@jurta.org>
7708
7709 * faces.el (success): Change face color from "Green3" to
7710 "ForestGreen" on light background (bug#9353).
7711
1ed43b09
CY
77122011-08-24 Chong Yidong <cyd@stupidchicken.com>
7713
5664fa7b
RT
7714 * window.el (quit-window): Rename from quit-restore-window.
7715 Use same arglist as old quit-window.
1ed43b09
CY
7716 (frame-auto-delete): Doc fix.
7717
7718 * view.el (view-mode-exit): Use quit-window.
7719
11dcdbb2
JL
77202011-08-24 Juri Linkov <juri@jurta.org>
7721
7722 * isearch.el (isearch-ring-adjust1): Start visiting previous
7723 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
7724 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
7725 for empty search string (when the last search string is reused
7726 automatically) to adjust the isearch ring to the last element and
7727 prepare the correct index for further M-p commands (bug#9185).
7728
de62b4df
KH
77292011-08-24 Kenichi Handa <handa@m17n.org>
7730
7731 * international/ucs-normalize.el: If decomposition property of
7732 CHAR is the default one (i.e. a list of CHAR itself), treat it as
7733 nil.
7734 (nfd, nfkd): Likewise.
7735
963b492b
SM
77362011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
7737
7738 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
7739 from process filters aren't reliably transmitted to the surrounding
7740 accept-process-output.
7741 (mpc-proc-check): New function.
7742 (mpc-proc-sync): Use it (bug#8293)
7743
93b6b5e1
SM
77442011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
7745
7746 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
7747 Add compatibility functions (bug#9313).
7748
bca633fb
EZ
77492011-08-23 Eli Zaretskii <eliz@gnu.org>
7750
b177498a
EZ
7751 * cus-start.el (all): Add entry for bidi-paragraph-direction.
7752
6df6ae42 7753 * international/uni-bidi.el: Regenerate.
bca633fb 7754
0902a04e
KH
77552011-08-23 Kenichi Handa <handa@m17n.org>
7756
7757 * international/charprop.el:
7758 * international/uni-bidi.el:
7759 * international/uni-category.el:
7760 * international/uni-combining.el:
7761 * international/uni-comment.el:
7762 * international/uni-decimal.el:
7763 * international/uni-decomposition.el:
7764 * international/uni-digit.el:
7765 * international/uni-lowercase.el:
7766 * international/uni-mirrored.el:
7767 * international/uni-name.el:
7768 * international/uni-numeric.el:
7769 * international/uni-old-name.el:
7770 * international/uni-titlecase.el:
7771 * international/uni-uppercase.el: Regenerate.
7772
3bbf23bc
MR
77732011-08-23 Martin Rudalics <rudalics@gmx.at>
7774
7775 * help.el (help-window-setup): Fix message displayed when other
7776 window is reused. (Bug#9341)
7777
b3fd59bd
SM
77782011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
7779
1802e444
SM
7780 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
7781 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
7782
b3fd59bd
SM
7783 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
7784 Mark obsolete.
7785 * shell.el (shell-parse-pcomplete-arguments): New function.
7786 (shell-completion-vars): Use it instead (bug#9160).
7787
4eb61348
SM
77882011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
7789
867cab74
SM
7790 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
7791 strings and comments (bug#9333).
7792
4eb61348
SM
7793 * emacs-lisp/debug.el (debug-arglist): New function.
7794 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
7795 (debug-on-entry-1): Handle interpreted closures (bug#9120).
7796
262a1439
JL
77972011-08-22 Juri Linkov <juri@jurta.org>
7798
56ee679c
JL
7799 * progmodes/compile.el (compilation-mode-font-lock-keywords):
7800 Revert regexp that highlights output switches to its old
7801 pre-2010-10-28 value and remove one `?' from it (bug#9319).
7802
262a1439
JL
7803 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
7804 to check for empty output (bug#9226).
7805
f13f86fb
CY
78062011-08-22 Chong Yidong <cyd@stupidchicken.com>
7807
7808 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
7809 symbol-constituent as the default, as that stops font-lock from
7810 working properly (Bug#8843).
7811
c65c9622
LMI
78122011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7813
7814 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
7815 `coding-system-for-*' around the process open call to avoid
7816 auth-source side effects.
e7f2c178 7817 (smtpmail-try-auth-methods): Expand the secret password.
7185da52
LMI
7818 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
7819 probe hangs.
c65c9622 7820
23a8a5ab
CY
78212011-08-21 Chong Yidong <cyd@stupidchicken.com>
7822
ff98b2dd
CY
7823 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
7824
23a8a5ab
CY
7825 * emacs-lisp/find-func.el (find-function-noselect): New arg
7826 lisp-only.
7827
7828 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
7829 signal an error for built-in functions (Bug#6664).
7830
f5e3c598
LMI
78312011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7832
7833 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
7834 (smtpmail-try-auth-methods): Use it.
7835
a3f2468a
CY
78362011-08-21 Chong Yidong <cyd@stupidchicken.com>
7837
2c34e8da
CY
7838 * font-lock.el (font-lock-fontify-region)
7839 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
7840 (font-lock-default-unfontify-buffer)
7841 (font-lock-default-fontify-region)
7842 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
7843
b3fd59bd
SM
7844 * progmodes/compile.el (compilation-error-properties):
7845 Fix confusion between file struct and message struct (Bug#9319).
02e5c89e
CY
7846 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
7847 `ant' regexp.
ee31aabc 7848
a3f2468a
CY
7849 * net/browse-url.el (browse-url-firefox): Don't call
7850 browse-url-firefox-sentinel unless using -remote (Bug#9328).
7851
8e999f70
GM
78522011-08-20 Glenn Morris <rgm@gnu.org>
7853
c21a496a
GM
7854 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
7855
59ee0542
GM
7856 * tutorial.el (tutorial--default-keys): Update some default bindings.
7857
8e999f70
GM
7858 * files.el (hack-local-variables): Fully ignore case for "mode:".
7859
e3715033
AM
78602011-08-20 Alan Mackenzie <acm@muc.de>
7861
7862 Resolve invalid use of a regexp in regexp-opt.
7863
4d61f28d
JB
7864 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
7865 detection for a java annotation.
e3715033 7866
4d61f28d 7867 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
e3715033
AM
7868 detection for a java annotation.
7869
4d61f28d
JB
7870 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
7871 handling for java.
e3715033
AM
7872 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
7873
04ed2e9c
CY
78742011-08-20 Chong Yidong <cyd@stupidchicken.com>
7875
7876 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
7877 (Bug#9274).
7878
826cee64
AM
78792011-08-20 Alan Mackenzie <acm@muc.de>
7880
58179cce 7881 Fontify CPP expressions correctly when starting in the middle of
826cee64
AM
7882 such a construct. Mainly for when jit-lock etc. starts a chunk
7883 here.
7884
58179cce 7885 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
826cee64 7886 variable.
58179cce 7887 (c-make-font-lock-search-form): New function, extracted from
826cee64
AM
7888 c-make-font-lock-search-function.
7889 (c-make-font-lock-search-function): Use the above function.
7890 (c-make-font-lock-context-search-function): New function.
7891 (c-cpp-matchers): Enhance the preprocessor expression case with
7892 the above function
7893 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
7894 which takes an expression.
7895
7896 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
7897
13009bd8
MR
78982011-08-20 Martin Rudalics <rudalics@gmx.at>
7899
7900 * window.el (display-buffer-reuse-window)
7901 (display-buffer-pop-up-window): Don't reuse or split a side
7902 window.
7903
9234ff7f
GM
79042011-08-19 Glenn Morris <rgm@gnu.org>
7905
7906 * files.el (hack-local-variables-prop-line, hack-local-variables):
5e617bc2 7907 Downcase "Mode:". (Bug#9331)
9234ff7f 7908
f635daa1
CY
79092011-08-18 Chong Yidong <cyd@stupidchicken.com>
7910
7911 * international/characters.el: Add L and R categories.
7912
7913 * subr.el (bidi-string-mark-left-to-right): Rename from
7914 string-mark-left-to-right. Use category search.
7915
7916 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
7917
bc987f8b
JL
79182011-08-18 Juri Linkov <juri@jurta.org>
7919
7920 * faces.el (error, warning, success): New faces with definitions
7921 copied from old default values of `font-lock-warning-face',
7922 `compilation-warning', `compilation-info' (bug#6117).
7923
7924 * font-lock.el (font-lock-warning-face): Inherit from `error'.
7925
7926 * progmodes/compile.el (compilation-error): Inherit from `error'.
7927 (compilation-warning): Inherit from `warning'.
7928 (compilation-info): Inherit from `success'.
7929
7930 * dired.el (dired-marked): Inherit from `warning'.
7931 (dired-flagged): Inherit from `error'.
7932
57173b96
LMI
79332011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
7934
3e79eb87
LMI
7935 * mail/smtpmail.el (auth-source): Require to avoid problems with
7936 binding variables (bug#9298). Also clean up some unused
7937 autoloads.
7938
b3fd59bd
SM
7939 * net/network-stream.el (network-stream-open-starttls):
7940 Support using starttls.el without using gnutls-cli.
57173b96 7941
02b404de
JL
79422011-08-17 Juri Linkov <juri@jurta.org>
7943
7944 * progmodes/grep.el (rgrep): Handle the case when
7945 `grep-find-command' is a cons cell (bug#9278).
7946
8c9177f2
MR
79472011-08-17 Martin Rudalics <rudalics@gmx.at>
7948
7949 * window.el (display-buffer-pop-up-frame): Run frame creation
7950 function with BUFFER current (as special-display-popup-frame
7951 does). Reported by Drew Adams.
7952
3644a0ab
DU
79532011-08-17 Daiki Ueno <ueno@unixuser.org>
7954
7955 * epa-mail.el: Simplify GnuPG group expansion using
7956 epg-expand-group.
7957 (epa-mail-group-alist, epa-mail-group-modtime)
7958 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
7959 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
7960 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
7961 Remove.
7962
5e617bc2 79632011-08-16 Feng Li <fengli@gmail.com> (tiny change)
7c643369
FL
7964
7965 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
7966
9c4aeabf
AM
79672011-08-16 Alan Mackenzie <acm@muc.de>
7968
7969 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
7970 Correct, to avoid the inside of macros.
7971
3a99bf64
RS
79722011-08-16 Richard Stallman <rms@gnu.org>
7973
04963aa8
RS
7974 * epa-mail.el: Handle GnuPG group definitions.
7975 (epa-mail-group-alist, epa-mail-group-modtime)
7976 (epa-mail-gnupg-conf-file): New variables.
7977 (epa-mail-parse-groups, epa-mail-sync-groups)
7978 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
7979 (epa-mail-expand-recipients): New functions.
7980 (epa-mail-encrypt): Call epa-mail-expand-recipients.
7981
177549d0
RS
7982 * mail/rmail.el (rmail-epa-decrypt): New command.
7983
fe38beef
RS
7984 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
7985 Don't bind buffer-read-only, just inhibit-read-only.
3a99bf64
RS
7986 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
7987 (epa-decrypt-armor-in-region): Make error message clearer.
7988
934eacb9
SM
79892011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
7990
7991 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
7992 and "a2b" to "ab" for `prefix'.
7993
d024fb4e
CY
79942011-08-14 Chong Yidong <cyd@stupidchicken.com>
7995
7996 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
7997 filter groups.
de148fee
CY
7998 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
7999 Fourquet (Bug#8804).
d024fb4e 8000
62f1ca49
JB
80012011-08-12 Juanma Barranquero <lekktu@gmail.com>
8002
8003 * startup.el (argi): Declare as global variable (bug#9275).
8004
9ccaaa4b
CY
80052011-08-12 Chong Yidong <cyd@stupidchicken.com>
8006
8007 * subr.el (string-mark-left-to-right): Search the entire string
8008 for RTL script, not just the terminating character. Doc fix.
8009
a3dae87a
SM
80102011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
8011
6cd18349
SM
8012 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
8013 New function.
8014 (js--regexp-literal, js-syntax-propertize-function): Remove.
8015 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
8016 (js-mode-map): Don't rebind electric keys.
8017 (js-insert-and-indent): Remove.
8018 (js-mode): Setup electric-layout and electric-indent instead.
8019
a3dae87a
SM
8020 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
8021
9d5cb631
DU
80222011-08-12 Daiki Ueno <ueno@unixuser.org>
8023
8024 * epa.el (epa-progress-callback-function): Fix the logic of
8025 displaying progress.
8026 * epa-file.el (epa-file-insert-file-contents): Make progress
8027 display more user-friendly.
8028 (epa-file-write-region): Ditto.
8029
3e26a4a2
CY
80302011-08-10 Chong Yidong <cyd@stupidchicken.com>
8031
8032 * subr.el (string-mark-left-to-right): New function.
8033
8034 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
8035 Use string-mark-left-to-right.
8036 (list-buffers-noselect): Caller changed.
8037
a3dae87a
SM
8038 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
8039 Use string-mark-left-to-right.
3e26a4a2
CY
8040 (tabulated-list-print): Recenter after moving point.
8041
ac8cf6e6
JL
80422011-08-10 Juri Linkov <juri@jurta.org>
8043
8044 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
8045 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
8046 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
8047
8d96c9a4
CY
80482011-08-09 Chong Yidong <cyd@stupidchicken.com>
8049
8050 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
8051 (Bug#7554).
8052
7be1c708 80532011-08-09 Andreas Schwab <schwab@linux-m68k.org>
29bbcfa7
AS
8054
8055 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
8056 character. (Bug#6594)
8057
37e11a63
CY
80582011-08-08 Chong Yidong <cyd@stupidchicken.com>
8059
839dde57
CY
8060 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
8061 (image-dired--with-db-file): New macro.
8062 (image-dired-write-tags, image-dired-remove-tag)
8063 (image-dired-create-gallery-lists, image-dired-write-comments)
8064 (image-dired-get-comment, image-dired-mark-tagged-files)
8065 (image-dired-list-tags, image-dired-gallery-generate): Use it.
8066 (image-dired-gallery-generate): Use insert-file-contents.
8067
37e11a63
CY
8068 * time.el (display-time-world-list, display-time-world-display):
8069 * time-stamp.el (time-stamp-string):
8070 * vc/add-log.el (add-change-log-entry): Use setenv instead of
8071 set-time-zone-rule (Bug#7337).
8072
0b4946c4
DU
80732011-08-08 Daiki Ueno <ueno@unixuser.org>
8074
8075 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
8076 (epg-error-to-string, epg-errors-to-string): New function.
8077 (epg-wait-for-completion): Reverse errors list.
8078 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
8079 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
8080 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
8081 (epg-sign-keys, epg-generate-key-from-file)
8082 (epg-generate-key-from-string): Format errors by using
8083 epg-errors-to-string (bug#9255).
8084 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
8085
75bfc667
JL
80862011-08-07 Juri Linkov <juri@jurta.org>
8087
8088 * faces.el (list-faces-display): Remove extra angle bracket
8089 from `help-mode-map'.
8090
8091 * info.el (Info-history-toc-nodes): Doc fix.
8092
8093 * longlines.el (longlines-mode): Doc fix.
8094
673e08bb
SM
80952011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
8096
4640dd88
SM
8097 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
8098 of statements and in a few more cases (bug#9183).
8099
673e08bb
SM
8100 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
8101 New functions.
8102 (cl-transform-lambda): Use them (bug#9239).
8103
89b3f019
MR
81042011-08-05 Martin Rudalics <rudalics@gmx.at>
8105
8106 * window.el (display-buffer-same-window)
8107 (display-buffer-same-frame, display-buffer-other-window)
8108 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
8109 (pop-to-buffer-other-window)
8110 (pop-to-buffer-same-frame-other-window)
8111 (pop-to-buffer-other-frame): Make them defuns.
8112 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
8113
640c8776
SM
81142011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
8115
8116 * subr.el (make-composed-keymap): Move from C. Change calling
8117 convention, and improve docstring to bring attention to a subtle point.
8118 * minibuffer.el (completing-read-default): Adjust accordingly.
8119
63648a95
MA
81202011-08-03 Michael Albinus <michael.albinus@gmx.de>
8121
8122 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
8123 (tramp-open-shell): Use `tramp-shell-quote-argument'.
8124
8125 * net/trampver.el: Update release number.
8126
b796c9b7
SM
81272011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
8128
8129 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
8130 "in" (bug#9190).
8131
2239d7d5
LMI
81322011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
8133
e07dd7c3
LMI
8134 * mail/sendmail.el (sendmail-query-once): Restore the current
8135 buffer after querying (bug#9074).
8136
0e6a2bd7
LMI
8137 * dired.el (dired-flagged): Use different faces for marked and
8138 flagged files (bug#6117).
8139
ce887515
LMI
8140 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
8141 (bug#4433).
8142
92f2affc
LMI
8143 * ido.el (ido-mode): Switch off the message if called
8144 non-interactively.
8145
57d5aff0
LMI
8146 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
8147 before 587, since it appears that that's more likely to work for
8148 more people.
8149
98cd6c18 8150 * cus-edit.el (custom-file): When running under emacs -q, always
e1dbe924 8151 refuse to save the customizations, even if the .emacs file doesn't
98cd6c18
LMI
8152 exist.
8153
b96dec83
LMI
8154 * info.el: Remove the `Info-beginning-of-buffer' function
8155 (bug#8325).
8156
b796c9b7
SM
8157 * net/network-stream.el (network-stream-open-starttls):
8158 Use `starttls-available-p' to see whether starttls.el can be used.
2239d7d5 8159
d90e2ea0
MR
81602011-08-01 Martin Rudalics <rudalics@gmx.at>
8161
8162 * window.el (display-buffer-in-window): Don't set dedicated status
8163 of window here (Bug#9215).
8164 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
8165 (display-buffer-pop-up-side-window)
b796c9b7 8166 (display-buffer-in-side-window): Set dedicated status of window here.
d90e2ea0 8167
cca09170
SM
81682011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
8169
8170 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
8171 before binding generated-autoload-file.
8172
027b979c
DD
81732011-08-01 Deniz Dogan <deniz@dogan.se>
8174
8175 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
8176
3c7ee4f3
MA
81772011-07-30 Michael Albinus <michael.albinus@gmx.de>
8178
8179 Sync with Tramp 2.2.2.
8180
8181 * net/trampver.el: Update release number.
8182
2cc8e51a
JL
81832011-07-30 Juri Linkov <juri@jurta.org>
8184
8185 * dired-aux.el (dired-touch-initial): Remove function.
8186 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
8187 current time, and `default' to the last modification time of the
8188 current marked file (bug#6887).
8189
a514d856
JM
81902011-07-28 Jose E. Marchesi <jemarch@gnu.org>
8191
8192 * simple.el (goto-line): Use string-to-number to provide a
2cc8e51a 8193 numeric argument to read-number (bug#9163).
a514d856 8194
8a7eddd7
MA
81952011-07-27 Michael Albinus <michael.albinus@gmx.de>
8196
8197 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
8198 connection process, it could be nil.
8199
1ddd96f5
LL
82002011-07-27 Leo Liu <sdl.web@gmail.com>
8201
8202 Simplify url handling in rcirc-mode.
8203
8204 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
8205 (rcirc-browse-url-at-mouse): Remove.
8206 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
8207
b248a85d
AM
82082011-07-26 Alan Mackenzie <acm@muc.de>
8209
8210 Fontify bitfield declarations properly.
8211
8212 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
8213 (c-symbol-chars): Now exported as a lang variable.
8214 (c-not-primitive-type-keywords): New lang variable.
8215
8216 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
8217 QT keyword "more" to prevent "more slots: ...." being spuriously
58179cce 8218 parsed as a bitfield declaration.
b248a85d 8219
b796c9b7
SM
8220 * progmodes/cc-engine.el (c-beginning-of-statement-1):
8221 Refactor and enhance to handle bitfield declarations.
b248a85d
AM
8222 (c-punctuation-in): New function.
8223 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
8224 declarations properly.
8225
68575ab0
UJ
82262011-07-26 Ulf Jasper <ulf.jasper@web.de>
8227
8228 * calendar/icalendar.el (icalendar--all-events): Take care of
8229 multiple vcalendars in a single file.
b796c9b7 8230 (icalendar--convert-float-to-ical): Checkdoc fixes.
68575ab0 8231
0f0a88b9
DD
82322011-07-25 Deniz Dogan <deniz@dogan.se>
8233
8234 * image.el (insert-image): Clarifying docstring.
8235
0b3f36df
MA
82362011-07-24 Michael Albinus <michael.albinus@gmx.de>
8237
8238 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
8239 `tramp-send-command-and-check' if there is no error.
8240 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
8241
a9901f61
AM
82422011-07-22 Alan Mackenzie <acm@muc.de>
8243
8244 Prevent cc-langs.elc being loaded at run time.
8245
8246 * progmodes/cc-mode.el: Remove two autoload forms which loaded
8247 cc-langs.
8248
4d61f28d 8249 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
a9901f61
AM
8250 "(require 'cc-langs)". Quote a form so it will evaluate at
8251 (cc-mode's) compilation time.
8252
11d074b2
MA
82532011-07-22 Michael Albinus <michael.albinus@gmx.de>
8254
8255 * net/tramp.el (tramp-file-name-handler): Avoid recursive
8256 loading. (Bug#9114)
8257
938b94c8
MR
82582011-07-21 Martin Rudalics <rudalics@gmx.at>
8259
8260 * window.el (display-buffer-pop-up-window)
8261 (display-buffer-pop-up-side-window)
8262 (display-buffer-in-side-window): Call display-buffer-set-height
8263 and display-buffer-set-width after setting the new window's
b796c9b7 8264 buffer so `fit-window-to-buffer' and friends work on the right buffer.
938b94c8 8265
bfa4f190
SS
82662011-07-20 Sam Steingold <sds@gnu.org>
8267
8268 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
8269 (etags-tags-included-tables): Call `convert-standard-filename' on
8270 the file names contained in TAGS so that windows Emacs can handle
8271 TAGS files created by cygwin ctags.
8272
8ca42262
LMI
82732011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
8274
8275 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
8276 which apparently didn't work.
8277
5db2afd2 82782011-07-19 Roland Winkler <winkler@gnu.org>
2ecab2b5 8279
5db2afd2
RW
8280 * proced.el (proced-send-signal): For *Marked Processes* buffer
8281 put point at beginning of buffer.
8282
92e15d10
SB
82832011-07-19 Stephen Berman <stephen.berman@gmx.net>
8284
8285 * proced.el (proced-format): Make header lines align with the text
8286 (bug#1779).
8287
1bfd59e5
LMI
82882011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
8289
8290 * view.el (view-buffer): Allow running in `special' modes if we're
8291 visiting a file (bug#8615).
8292
f5aae37c
MR
82932011-07-19 Martin Rudalics <rudalics@gmx.at>
8294
8295 * window.el (display-buffer-alist-of-strings-p)
b796c9b7
SM
8296 (display-buffer-alist-set-1, display-buffer-alist-set-2):
8297 New functions.
f5aae37c
MR
8298 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
8299 more accurately.
8300
bf2c1571
AM
83012011-07-18 Alan Mackenzie <acm@muc.de>
8302
8303 Fontify declarators properly when, e.g., a jit-lock chunk begins
8304 inside a declaration.
8305
8306 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
8307
b796c9b7
SM
8308 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
8309 New function.
bf2c1571
AM
8310 (c-complex-decl-matchers): Insert reference to
8311 c-font-lock-enclosing-decls.
8312
8313 * progmodes/cc-engine.el (c-backward-single-comment):
8314 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
8315 to nil around calls to (forward-comment -1).
8316
4e190b80
LMI
83172011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
8318
12dc863d
LMI
8319 * image.el (put-image): Doc typo fix.
8320
a762e966
LMI
8321 * progmodes/etags.el (tags-search): Doc typo fix.
8322
4e190b80
LMI
8323 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
8324 password if we get errors 550 to 554.
8325
f019fb21
LMI
83262011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
8327
b796c9b7 8328 * net/gnutls.el (gnutls-log-level): Remove.
750c33f7 8329
81746738
LMI
8330 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
8331 indentation character (bug#6380).
8332
3ee3a1b5
LMI
8333 * files.el (buffer-offer-save): Made permanently local (bug#6241).
8334
c82f64de
LMI
8335 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
8336 to clarify what the problem is (bug#4291).
8337
f019fb21
LMI
8338 * simple.el (current-kill): Clarify what
8339 `interprogram-paste-function' does (bug#7500).
ca425c7c
LMI
8340 (auto-fill-mode): Document `auto-fill-function' in relation to
8341 `auto-fill-mode' (bug#2470).
f019fb21 8342
0794775d
LM
83432011-07-16 Lawrence Mitchell <wence@gmx.li>
8344
8345 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
8346 method if slot is read-only (bug#9035).
8347
be39b8cc
MR
83482011-07-16 Martin Rudalics <rudalics@gmx.at>
8349
b796c9b7 8350 * frame.el (select-frame-set-input-focus): New argument NORECORD.
be39b8cc 8351 * window.el (pop-to-buffer): Select window used even if it was
b796c9b7
SM
8352 selected before, see discussion of (Bug#8615), (Bug#6954).
8353 Pass argument NORECORD on to select-frame-set-input-focus.
be39b8cc 8354
6ccf7859
GM
83552011-07-15 Glenn Morris <rgm@gnu.org>
8356
8357 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
03ea5b87 8358 Respect help-form.
6ccf7859 8359
87e86684
LM
83602011-07-09 Lawrence Mitchell <wence@gmx.li>
8361
8362 * net/gnutls.el (gnutls-min-prime-bits): New variable.
8363 (gnutls-negotiate): Use it.
8364
d6066239
LMI
83652011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
8366
b796c9b7
SM
8367 * net/gnutls.el (gnutls-negotiate):
8368 Upcase `gnutls-algorithm-priority'.
d6066239 8369
bd23ebc0
GM
83702011-07-15 Glenn Morris <rgm@gnu.org>
8371
c65bca65
GM
8372 * jka-compr.el (jka-compr-verbose): Move from here...
8373 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
8374 Add missing :version tag.
8375 * info.el: No need to require jka-compr when compiling.
bd23ebc0 8376
478615cc
LMI
83772011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
8378
7b41decb
LMI
8379 * net/gnutls.el (gnutls-algorithm-priority): New variable.
8380 (gnutls-negotiate): Use it.
8381
dbc44fcd
LMI
8382 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
8383
06789f97
LMI
8384 * info.el (Info-beginning-of-buffer): New command.
8385 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
8386 announcing `b' as the key (bug#8325).
ab896c37 8387 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
06789f97 8388
c39da690
LMI
8389 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
8390
3aa5f34b
LMI
8391 * international/mule-cmds.el
8392 (describe-specified-language-support): Make the error message
8393 clearer (bug#8905).
8394
4bf0979f
LMI
8395 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
8396
478615cc
LMI
8397 * isearch.el (isearch-barrier): Add a doc string, since it's
8398 mentioned in a function doc string (bug#8678).
8399
75c68aa1
MR
84002011-07-15 Martin Rudalics <rudalics@gmx.at>
8401
8402 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
8403 buffer argument (Bug#9083) and self-identifying label argument.
8404
a7c33da2
GM
84052011-07-15 Glenn Morris <rgm@gnu.org>
8406
8407 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
8408
2f5c6024
LMI
84092011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
8410
8411 * man.el (Man-fontify-manpage): Fix message when formatting the
8412 man page (bug#7929).
8413
0bb23927 84142011-07-14 Eli Zaretskii <eliz@gnu.org>
cce4b0a7
EZ
8415
8416 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
8417 argument LRM; if non-nil, append an invisible LRM character to the
8418 buffer name.
8419 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
8420 last argument non-nil, when formatting buffer names.
0bb23927
EZ
8421 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
8422 paragraph direction.
cce4b0a7 8423
621ef9ab
LMI
84242011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
8425
d1583c48
LMI
8426 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
8427 the man page name (bug#7929).
8428
6a57fb5f
LMI
8429 * image.el (put-image): Mention the `put-image' overlay property
8430 (bug#7834).
8431
d7956b14
LMI
8432 * scroll-bar.el (set-scroll-bar-mode): Mention that
8433 `scroll-bar-mode' lists the values (bug#7772).
8434
5b2d4a66
LMI
8435 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
8436 command (bug#7729).
8437
7509a874
LMI
8438 * rect.el (apply-on-rectangle): Return the point after the last
8439 operation.
8440 (string-rectangle): Go to the point after the last operation
8441 (bug#7522).
8442
4fe74b19
LMI
8443 * printing.el (pr-toggle-region): Clarify the documentation
8444 slightly (bug#7493).
8445
b796c9b7
SM
8446 * time.el (display-time-update):
8447 Allow `display-time-mail-function' to return nil (bug#7158).
8448 Fix suggested by Detlev Zundel.
ab283561 8449
fc233c9d
LMI
8450 * vc/diff.el (diff): Clarify the order the file names are read
8451 (bug#7111).
8452
43f5740b
LMI
8453 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
8454 the doc string (bug#7015).
8455
f2182a76
LMI
8456 * font-lock.el (font-lock-maximum-decoration): Mention what
8457 numeric levels mean (bug#6935).
8458
621ef9ab
LMI
8459 * startup.el (initial-buffer-choice): Don't mention the `none'
8460 selection, which is against policy.
8461
adc47434
MR
84622011-07-14 Martin Rudalics <rudalics@gmx.at>
8463
b796c9b7
SM
8464 * window.el (display-buffer-normalize-special):
8465 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
adc47434 8466
7e5bfb8f
EZ
84672011-07-14 Eli Zaretskii <eliz@gnu.org>
8468
8469 * subr.el (version<, version<=, version=): Mention "-CVS" and
8470 "-12345" alpha version numbers.
8471
27fa387a
CY
84722011-07-14 Chong Yidong <cyd@stupidchicken.com>
8473
8474 * bindings.el: Add advertised binding for set-mark-command
8475 (Bug#5772).
8476
8bdfa064
CY
84772011-07-14 Chong Yidong <cyd@stupidchicken.com>
8478
8479 * bindings.el (mode-line-other-buffer):
8480 * bookmark.el (bookmark-bmenu-2-window):
8481 * bs.el (bs-cycle-next, bs-cycle-previous):
8482 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
8483 switch-to-buffer.
8484
8485 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
b796c9b7 8486 Delete.
8bdfa064 8487
5eba16a3
JB
84882011-07-14 Juanma Barranquero <lekktu@gmail.com>
8489
8490 * follow.el (follow-debug-message, follow-redisplay):
8491 * jka-cmpr-hook.el (with-auto-compression-mode):
8492 Fix typos in docstrings.
8493
15853710
LMI
84942011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8495
a28e4607
LMI
8496 * subr.el (with-silent-modifications): Clarify somewhat what the
8497 macro inhibits (bug#6525).
8498
15853710
LMI
8499 * simple.el (eval-expression): Note what it does if called
8500 interactively (bug#6495).
8501
bee0fcef
CY
85022011-07-13 Chong Yidong <cyd@stupidchicken.com>
8503
b796c9b7
SM
8504 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
8505 Use pop-to-buffer buffer-or-name if it is nil.
bee0fcef
CY
8506
8507 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
8508 Remove switch-to-buffer.
8509
58274504
LMI
85102011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8511
bd2fcc8d
LMI
8512 * files.el (make-directory): Clarify that an error will be raised
8513 if there's an error (bug#6397).
8514
0f04b32c
LMI
8515 * startup.el (initial-buffer-choice): Add `none' as a choice
8516 (bug#6234).
8517
465c5fc8
LMI
8518 * subr.el (add-hook): Clarify section about buffer-local hooks
8519 (bug#6218).
8520
58274504
LMI
8521 * dired.el (dired-flagged): Clarify doc string (bug#6117).
8522
bead9a43
JB
85232011-07-13 Juanma Barranquero <lekktu@gmail.com>
8524
8525 * tabify.el (untabify): Preserve the current column so that point
8526 doesn't move (bug#6032).
8527
3af98a7b
LMI
85282011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8529
b796c9b7
SM
8530 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
8531 Rewrite to avoid awkward possessive "s" (bug#5986).
3af98a7b 8532
6240145a
GM
85332011-07-13 Glenn Morris <rgm@gnu.org>
8534
8535 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
8536 (dired-insert-directory): Give a message the first time
8537 if ls is found not to support --dired.
8538
1d8c2ccc
LMI
85392011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8540
8541 * simple.el (toggle-truncate-lines): Clarify what is toggled
8542 (bug#5580). Text by Drew Adams.
8543
5fc4038e
CY
85442011-07-13 Chong Yidong <cyd@stupidchicken.com>
8545
8546 * simple.el (blink-matching-open): Make the error message from the
8547 last change less verbose.
8548
bf6012e5
DN
85492011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
8550
8551 * font-lock.el (font-lock-comment-face): Use the high contrast
8552 "yellow" color for font-lock-comment-face on low color terminals
8553 using a dark background color (bug#4221).
8554
343c3b5a
LMI
85552011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8556
7e9505c5
LMI
8557 * dired.el (dired-insert-set-properties): Make the doc string
8558 reflect what it does now (bug#5325).
8559
c26fdcf5
LMI
8560 * simple.el (blink-matching-open): Say that we were unable to find
8561 the match within the limit, if we're limited (bug#5122).
8562
bb388cc5
LMI
8563 * international/mule-cmds.el (prefer-coding-system): Add an
8564 example (bug#4869).
8565
343c3b5a
LMI
8566 * progmodes/etags.el (tags-search): Document `file-list-form'
8567 (bug#4731).
8568
2a517d45
LM
85692011-07-13 Lawrence Mitchell <wence@gmx.li>
8570
8571 * net/browse-url.el (browse-url-default-browser)
8572 (browse-url-browser-function): Make the default browser choice a
8573 bit more logical (bug#4300). Also clean up the doc string.
8574
b6c78ef2
JB
85752011-07-13 Juanma Barranquero <lekktu@gmail.com>
8576
8577 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
8578 binary endings (bug#4440).
8579
1c4dd947
LMI
85802011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8581
a2014063
LMI
8582 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
8583 which can be pretty annoying (bug#8971).
8584
9c9c2d88
LMI
8585 * jka-compr.el (jka-compr-verbose): New variable, and use
8586 throughout (bug#8971).
8587
1c4dd947
LMI
8588 * info.el (Info-find-file): Fall back on the installation
8589 directory if we can't find the info node anywhere else.
8590
a1c9f41b
SO
85912011-07-13 Sergei Organov <osv@javad.com> (tiny change)
8592
8593 * vc/vc.el (vc-revert-file):
8594 Don't set file time-stamp in the past. (Bug#5181)
8595
536f3d36
LMI
85962011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
8597
7152b011
LMI
8598 * files.el (after-find-file): Give a better error message when
8599 trying to find a symlink that points to a file that doesn't exist
8600 (bug#4398).
8601
536f3d36
LMI
8602 * progmodes/cc-vars.el: Remove (probably) misleading comment
8603 (bug#4396).
8604
460c0fba
JB
86052011-07-12 Johan Bockgård <bojohan@gnu.org>
8606
8607 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
8608
7a6bda45
CY
86092011-07-12 Chong Yidong <cyd@stupidchicken.com>
8610
8611 * mouse-sel.el: Hack restoring functionality, while keeping
8612 compatibility with 2010-07-03 changes to mouse selection.
8613 (mouse-sel-primary-overlay): New var.
8614 (mouse-sel-selection-alist): Use it.
8615 (mouse-sel-mode): Doc fix; remove points that are default features
8616 of mouse.el.
8617
c79598ef
JB
86182011-07-12 Johan Bockgård <bojohan@gnu.org>
8619
8620 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8621 Fix previous fix (bug#2490).
8622
ff8be6ef
RW
86232011-07-12 Roland Winkler <winkler@gnu.org>
8624
b796c9b7
SM
8625 * textmodes/bibtex.el (bibtex-initialize):
8626 Use pop-to-buffer-same-window.
ff8be6ef
RW
8627 (bibtex-search-entries): Fix interactive call.
8628
296ba3ee
LMI
86292011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
8630
f5242a02 8631 * progmodes/compile.el (compilation-error-regexp-alist-alist):
b796c9b7
SM
8632 Fontise bytecomp Error lines more correctly (bug#2490).
8633 Fix suggested by Johan Bockgård.
f5242a02 8634
296ba3ee
LMI
8635 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
8636
8637 * dired-x.el (dired-guess-default): Use `delete-dups'.
8638
f69fd0d2
CY
86392011-07-12 Chong Yidong <cyd@stupidchicken.com>
8640
8641 * dired.el (dired-mark-prompt):
8642 * dired-aux.el (dired-read-shell-command): Doc fix.
8643
eab5dc07
LMI
86442011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
8645
b796c9b7
SM
8646 * mail/sendmail.el (sendmail-query-once):
8647 Use `customize-save-variable' unconditionally, now that it works under
9988520a
LMI
8648 emacs -Q.
8649
8650 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
8651
eab5dc07
LMI
8652 * cus-edit.el (custom-file): Take an optional no-error variable.
8653 (customize-save-variable): Set the variable, and give a warning if
8654 running under "emacs -q".
8655
a1e65d42
JB
86562011-07-11 Juanma Barranquero <lekktu@gmail.com>
8657
8658 * loadhist.el (unload-feature-special-hooks):
8659 Add `auto-coding-functions', `fill-nobreak-predicate' and
8660 `find-directory-functions' (bug#5327).
8661
1d52da10
LMI
86622011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
8663
be958f1d
LMI
8664 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
8665
5bedb26c
LMI
8666 * cus-edit.el (custom-guess-name-alist): -alist variables should
8667 use the `alist' type (bug#3120). Suggested by Drew Adams.
8668
1d52da10
LMI
8669 * printing.el: Add documentation to all the `pr-toggle-' commands.
8670
cd394be1 86712011-07-11 Leo Liu <sdl.web@gmail.com>
481a51b6
LL
8672
8673 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
8674 backends where it makes sense (bug#2623).
8675
dcc88d8a
LMI
86762011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
8677
c3de9feb
LMI
8678 * dired-x.el (dired-guess-default): Remove duplicate shell command
8679 entries (bug#2028).
8a93078b 8680 (dired-guess-default): Fix grammar in doc string (bug#2028).
eea84fe5 8681 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
c3de9feb 8682
dcc88d8a
LMI
8683 * subr.el (remove-duplicates): New conveniency function.
8684
505e3645
LMI
86852011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
8686
8687 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
8688 (bug#1526).
8689
86902011-07-10 Martin Rudalics <rudalics@gmx.at>
8691
8692 * window.el (display-buffer-normalize-default): Don't invert
8693 meaning of even-window-heights. Reported by Eli Zaretskii
8694 <eliz@gnu.org>.
8695
455e4fa1
BR
86962011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
8697
8698 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
8699
8e0bc3e9
CY
87002011-07-10 Chong Yidong <cyd@stupidchicken.com>
8701
8702 * window.el (display-buffer): Fix arguments to
8703 display-buffer-reuse-window in last change.
8704
fa7c3228
CY
8705 * faces.el (link): Use a less saturated blue on light backgrounds.
8706
8707 * startup.el (fancy-startup-text, fancy-about-text)
8708 (fancy-startup-tail): Use font-lock faces, for background safety.
8709
c0a7f300
BN
87102011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
8711
b796c9b7
SM
8712 * emulation/viper-cmd.el (viper-change-state-to-vi):
8713 Limit triggering of abbrev expansion (Bug#9038).
c0a7f300 8714
4dc2a129
MR
87152011-07-09 Martin Rudalics <rudalics@gmx.at>
8716
8717 * window.el (display-buffer-default-specifiers): Remove.
8718 (display-buffer-macro-specifiers): Remove default specifiers.
8719 (display-buffer-alist): Default to nil.
b796c9b7 8720 (display-buffer-reuse-window): New optional argument other-window.
4dc2a129
MR
8721 (display-buffer-pop-up-window): Allow splitting internal
8722 windows. Check whether a live window was created.
8723 (display-buffer-other-window-means-other-frame)
8724 (display-buffer-normalize-arguments): Rename to
8725 display-buffer-normalize-argument and rewrite. Set the
8726 other-window specifier.
8727 (display-buffer-normalize-special): New function.
8728 (display-buffer-normalize-options): Rename to
8729 display-buffer-normalize-default and rewrite.
8730 (display-buffer-normalize-options-inhibit): Remove.
8731 (display-buffer-normalize-specifiers): Rewrite.
8732 (display-buffer): Process other-window specifier and call
8733 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
8734 more faithfully.
b796c9b7 8735 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
4dc2a129 8736 (display-buffer-alist-set): Don't handle 'unset default values.
b796c9b7
SM
8737 (display-buffer-in-window, display-buffer-alist-set):
8738 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
4dc2a129
MR
8739 <tassilo@member.fsf.org>.
8740
2d43b8c9
LL
87412011-07-09 Leo Liu <sdl.web@gmail.com>
8742
8743 * register.el (insert-register): Restore accidental change on
8744 2011-06-26. (Bug#9028)
8745
7f9b7c53
GM
87462011-07-09 Glenn Morris <rgm@gnu.org>
8747
8748 * subr.el (remq): Handle the empty list. (Bug#9024)
8749
f042cfd8
AS
87502011-07-08 Andreas Schwab <schwab@linux-m68k.org>
8751
8752 * mail/sendmail.el (send-mail-function): No longer delay custom
8753 initialization.
8754 * custom.el (custom-initialize-delay): Doc fix.
8755
856b2f11
SM
87562011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
8757
8758 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
8759
afae1d68
MA
87602011-07-08 Michael Albinus <michael.albinus@gmx.de>
8761
8762 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
8763 human-friendly prompt.
8764
0757af94
SM
87652011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
8766
8767 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
8768 provided by a particular plugin.
8769
d760b731
LMI
87702011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
8771
8772 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
8773 save customizations (with "emacs -Q"), just set the variable
8774 instead of erroring out.
8775
8776 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
8777
cd79ce90
JL
87782011-07-08 Juri Linkov <juri@jurta.org>
8779
8780 * arc-mode.el (archive-zip-expunge, archive-zip-update)
8781 (archive-zip-update-case): Use 7z if found by `executable-find'.
8782 The order of searching the available programs is the same as in
8783 `archive-zip-extract' (bug#8968).
8784
14cc04aa
CY
87852011-07-07 Chong Yidong <cyd@stupidchicken.com>
8786
8787 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
8788 (menu-bar-options-menu): Tweak descriptions.
8789
0a1848ec
LMI
87902011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
8791
8792 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
8793 menu items into verb phrases (bug#1421). Also refill to fit under
8794 80 columns.
8795
f5bd0689
CY
87962011-07-07 Chong Yidong <cyd@stupidchicken.com>
8797
538e85c6
CY
8798 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
8799 (Info-read-node-name): Doc fix (Bug#1084).
8800
f5bd0689
CY
8801 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
8802 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
8803 (end-of-sexp, beginning-of-sexp)
8804 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
8805 (forward-symbol, forward-same-syntax, word-at-point)
8806 (sentence-at-point): Doc fix (Bug#1144).
8807
56ec5115
LMI
88082011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
8809
f3f8e37f
LMI
8810 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
8811 should cover it (bug#1281).
8812
0757af94 8813 * cus-edit.el (custom-show): Mark as obsolete.
af0905c8 8814
e9fce1ac 8815 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
12b9eb35
LMI
8816 negotiation fails, then possibly try again with a non-encrypted
8817 connection (bug#9017).
8818
56ec5115
LMI
8819 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
8820 be used.
8821
c2f9aec8
RS
88222011-07-07 Richard Stallman <rms@gnu.org>
8823
8824 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
8825 property, and handle its changed format.
8826 Look for the correct line number.
8827 Use file's line contents (but not past first =) to find
8828 correct line in message.
8829
ef7b981d 88302011-07-07 Kenichi Handa <handa@m17n.org>
c805dec0
KH
8831
8832 * international/characters.el (build-unicode-category-table):
8833 Delete it.
0757af94 8834 (unicode-category-table): Set it by unicode-property-table-internal.
c805dec0 8835
0757af94 8836 * international/mule-cmds.el (char-code-property-alist): Move to
c805dec0
KH
8837 to src/chartab.c.
8838 (get-char-code-property): Call unicode-property-table-internal to
8839 load a file. Call get-unicode-property-internal where necessary.
8840 (put-char-code-property): Call unicode-property-table-internal to
8841 load a file. Call put-unicode-property-internal where necessary.
8842 put-unicode-property-internal where necessary.
0757af94
SM
8843 (char-code-property-description):
8844 Call unicode-property-table-internal to load a file.
c805dec0
KH
8845
8846 * international/charprop.el:
8847 * international/uni-bidi.el:
8848 * international/uni-category.el:
8849 * international/uni-combining.el:
8850 * international/uni-comment.el:
8851 * international/uni-decimal.el:
8852 * international/uni-decomposition.el:
8853 * international/uni-digit.el:
8854 * international/uni-lowercase.el:
8855 * international/uni-mirrored.el:
8856 * international/uni-name.el:
8857 * international/uni-numeric.el:
8858 * international/uni-old-name.el:
8859 * international/uni-titlecase.el:
8860 * international/uni-uppercase.el: Regenerate.
8861
8862 * loadup.el: Load international/charprop.el before
8863 international/characters.
8864
e14b388a
CY
88652011-07-07 Chong Yidong <cyd@stupidchicken.com>
8866
8867 * window.el (next-buffer, previous-buffer): Signal an error if
8868 called from a minibuffer window.
8869
8870 * bindings.el: Revert 2011-07-04 change.
8871
354cf0ba
RS
88722011-07-06 Richard Stallman <rms@gnu.org>
8873
8874 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
8875 (rmail-mime-insert-bulk, rmail-mime-insert-text):
8876 Treat markers like ints.
8877 (rmail-mime-entity): Doc fix.
8878
a48868a7
LMI
88792011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
8880
4906cd3d
LMI
8881 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
8882 defcustom again for backwards compatibility.
8883
e0457abe
LMI
8884 * simple.el (shell-command-on-region): Fill.
8885
d67f7e1f
LMI
8886 * dired-aux.el (dired-kill-line): Add a doc string.
8887
fe204702
LMI
8888 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
8889 to "\\sw\\|\\s_" (bug#358).
8890
a48868a7
LMI
8891 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
8892 (dired-unmark-backward): Ditto.
8893 (dired-flag-backup-files): Ditto.
8894
8895 * dired-x.el (dired-mark-sexp): Ditto.
8896
aa8a705c
RS
88972011-07-06 Richard Stallman <rms@gnu.org>
8898
8899 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
8900 (rmail-mime-entity): New arg TRUNCATED.
8901 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
8902 New functions.
8903 (rmail-mime-save): Warn if entity is truncated.
8904 (rmail-mime-toggle-hidden): Likewise, for showing.
8905 (rmail-mime-process-multipart): Record when an entity is truncated.
8906
a9a936b9
RS
8907 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
8908 if ENTITY is a string.
8909
1f2b92cb
LMI
89102011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
8911
f4f73198 8912 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
0757af94
SM
8913 of faces when `M-C-x'-ing their definitions (bug#8378).
8914 Also clean up the code slightly.
f4f73198 8915
12b16734 8916 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
da6062e6 8917 because that makes the colors go away.
12b16734 8918
f0691d22
LMI
8919 * mail/sendmail.el (send-mail-function): Change the default to
8920 `sendmail-query-once'.
9e87df06 8921 (sendmail-query-once): Add an autoload cookie.
f0691d22 8922
1f2b92cb
LMI
8923 * net/network-stream.el (network-stream-open-starttls): Try using
8924 a plain connection even if the server offered STARTTLS, and we
8925 kinda wanted to use it, if Emacs doesn't have any STARTTLS
8926 capability. This should make smtpmail.el work in slightly more
8927 configurations.
8928
1cdd2a1b
MA
89292011-07-06 Michael Albinus <michael.albinus@gmx.de>
8930
8931 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
8932 New defun.
8933 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
8934
fbcc67e2
MM
89352011-07-06 Michael R. Mauger <mmaug@yahoo.com>
8936
8937 * progmodes/sql.el: Version 3.0
0757af94 8938 (sql-product-alist): Add product :completion-object,
fbcc67e2 8939 :completion-column, and :statement attributes.
0757af94 8940 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
fbcc67e2 8941 (sql-mode-syntax-table): Mark all punctuation.
0757af94 8942 (sql-font-lock-keywords-builder): Temporarily remove fallback on
fbcc67e2
MM
8943 ansi keywords.
8944 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
0757af94 8945 (sql-mode-oracle-font-lock-keywords): Improve.
fbcc67e2
MM
8946 (sql-oracle-show-reserved-words): New function for development.
8947 (sql-product-font-lock): Simplify for source code buffers.
8948 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
8949 New functions.
8950 (sql-highlight-product): Set product specific syntax table.
0757af94
SM
8951 (sql-mode-map): Add statement movement functions.
8952 (sql-ansi-statement-starters, sql-oracle-statement-starters):
8953 New variable.
fbcc67e2
MM
8954 (sql-statement-regexp, sql-beginning-of-statement)
8955 (sql-end-of-statement, sql-signum): New functions.
0757af94 8956 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
fbcc67e2
MM
8957 (sql-show-sqli-buffer): Bug fix.
8958 (sql-interactive-mode): Store connection data as buffer local.
0757af94 8959 (sql-connect): Add NEW-NAME parameter. Redesign interaction
fbcc67e2
MM
8960 with sql-interactive-mode.
8961 (sql-save-connection): Save buffer local settings.
0757af94 8962 (sql-connection-menu-filter): Change menu entry name.
fbcc67e2
MM
8963 (sql-product-interactive): Bug fix.
8964 (sql-preoutput-hold): New variable.
8965 (sql-interactive-remove-continuation-prompt): Bug fixes.
8966 (sql-debug-redirect): New variable.
8967 (sql-str-literal): New function.
8968 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
0757af94 8969 Redesign.
fbcc67e2
MM
8970 (sql-oracle-save-settings, sql-oracle-restore-settings)
8971 (sql-oracle-list-all, sql-oracle-list-table): New functions.
8972 (sql-completion-object, sql-completion-column)
8973 (sql-completion-sqlbuf): New variables.
8974 (sql-build-completions-1, sql-build-completions)
8975 (sql-try-completion): New functions.
8976 (sql-read-table-name): Use them.
8977 (sql-contains-names): New buffer local variable.
8978 (sql-list-all, sql-list-table): Use it.
8979 (sql-oracle-completion-types): New variable.
8980 (sql-oracle-completion-object, sql-sqlite-completion-object)
8981 (sql-postgres-completion-object): New functions.
8982
d4eaeab1
GM
89832011-07-06 Glenn Morris <rgm@gnu.org>
8984
8985 * window.el (pop-to-buffer): Doc fix.
8986
322b7dab 89872011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
a1d3a912
CY
8988
8989 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
8990
322b7dab 89912011-07-06 Chong Yidong <cyd@stupidchicken.com>
0484d600 8992
322b7dab 8993 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
4f8f657f 8994
322b7dab 8995 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
8f43cbf3 8996
605dd5bf
CY
89972011-07-05 Chong Yidong <cyd@stupidchicken.com>
8998
8999 * button.el (button): Inherit from link face. Suggested by Dan
9000 Nicolaescu.
9001
7dbfa719
SM
90022011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
9003
3db614b0
SM
9004 * progmodes/gdb-mi.el: Fit in 80 columns.
9005 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
9006 switch-to-buffer.
9007
7dbfa719
SM
9008 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
9009 if imenu is simply not configured (bug#8941).
9010
919d884a
KM
90112011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
9012
9013 * allout.el (allout-post-undo-hook): New allout outline-change
9014 event hook to signal undo activity.
9015 (allout-post-command-business): Run allout-post-undo-hook if an
9016 undo just occurred.
7dbfa719
SM
9017 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
9018 * allout-widgets.el (allout-widgets-after-undo-function):
9019 Ensure the integrity of the current item's decoration after it has been
919d884a
KM
9020 in the vicinity of an undo.
9021 (allout-widgets-mode): Include allout-widgets-after-undo-function
9022 on the new allout-post-undo-hook.
9023
450a0f09
SM
90242011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
9025
9026 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
9027 Let define-derived-mode define it.
9028 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
9029 cycles of abbrev-table inheritance (bug#8998).
9030
2de69e00
RW
90312011-07-05 Roland Winkler <winkler@gnu.org>
9032
9033 * textmodes/bibtex.el: Add support for biblatex.
9034 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
9035 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
9036 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
9037 (bibtex-entry-alist, bibtex-field-alist): New variables.
9038 (bibtex-entry-field-alist): Obsolete alias for
9039 bibtex-BibTeX-entry-alist.
9040 (bibtex-entry-alist, bibtex-field-alist): New widgets.
9041 (bibtex-set-dialect): New command.
9042 (bibtex-entry-type, bibtex-entry-head)
450a0f09
SM
9043 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
9044 Bind via bibtex-set-dialect.
2de69e00
RW
9045 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
9046 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
9047 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
9048 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
9049 Define via bibtex-set-dialect.
450a0f09
SM
9050 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
9051 Obey bibtex-no-opt-remove-re.
2de69e00
RW
9052 (bibtex-vec-push, bibtex-vec-incr): New functions.
9053 (bibtex-format-entry, bibtex-field-list)
9054 (bibtex-print-help-message, bibtex-validate)
9055 (bibtex-search-entries): Use new format of bibtex-entry-alist.
9056
2dcdbdd9
SM
90572011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
9058
9059 * progmodes/compile.el (compilation-goto-locus):
9060 * net/tramp-cmds.el (tramp-append-tramp-buffers):
9061 * bs.el (bs-cycle-next, bs-cycle-previous):
9062 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
9063 * bindings.el (mode-line-other-buffer):
9064 * autoinsert.el (auto-insert):
9065 * arc-mode.el (archive-extract):
9066 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
9067
b27640fe
JB
90682011-07-05 Juanma Barranquero <lekktu@gmail.com>
9069
9070 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
9071 Fix check of `emacs-lock-unlockable-modes'.
9072 Coerce true values of `emacs-lock--try-unlocking' to t.
9073
53bbe3ad
JB
90742011-07-05 Juanma Barranquero <lekktu@gmail.com>
9075
9076 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
9077 * emacs-lock.el: New file.
9078
1d3cdbc7
JD
90792011-07-05 Julien Danjou <julien@danjou.info>
9080
9081 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
9082 than `boundp' to check if face is set.
9083
9173deec
JB
90842011-07-05 Juanma Barranquero <lekktu@gmail.com>
9085
9086 * register.el (registerv-make):
9087 * window.el (window-min-height): Fix typos in docstrings.
9088
869795d6
JD
90892011-07-05 Jan Djärv <jan.h.d@swipnet.se>
9090
9173deec 9091 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
869795d6
JD
9092 Update doc string.
9093
b768cdcd
JB
90942011-07-04 Juanma Barranquero <lekktu@gmail.com>
9095
9096 * server.el (server-execute): Catch quit and call
9097 `server-return-error' to pass the error back to emacsclient and
9098 close the connection (bug#8942).
9099
13aa217b
KM
91002011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
9101
9102 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
9103 insecure exception for current topic. Also note that auto-saves
9104 are handled differently.
9105
5d3385a0 9106 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
13aa217b
KM
9107 State variables for tracking auto-save inhibition situation.
9108
9109 (allout-write-contents-hook-handler): Rename from
9110 'allout-write-file-hook-handler', and describe how it depends on
9111 write-contents-functions sensitivity to non-nil value to prevent
9112 file write.
9113
9114 (allout-auto-save-hook-handler): Remove. auto-save does not check
9115 this in individual buffers, only in the starting buffer, so this
9116 is not the right way for us to inhibit auto-save in a buffer
9117 according to its condition.
9118
9119 (allout-mode): Use new allout-write-contents-hook-handler, and
9120 only with write-contents-functions. Remove auto-save provisions -
9121 they're implemented elsewhere.
9122
9123 (allout-before-change-handler): If undo is in progress, note that
9124 for attention of allout-post-command-business.
9125
9126 (allout-post-command-business): If the command we're following was
9127 an undo, check for change in the status of encrypted items and
9128 adjust auto-save inhibitions accordingly.
9129
9130 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
9131 according to whether there are or aren't any plain-text topics
9132 pending encryption.
9133
2dcdbdd9 9134 (allout-inhibit-auto-save-info-for-decryption):
1154d12e
JB
9135 Adjust buffer-saved-size and some allout state to inhibit auto-saves
9136 if there are plain-text topics pending encryption.
13aa217b
KM
9137
9138 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
9139 buffer-saved-size and some allout state to not inhibit auto-saves
9140 if there are no longer any plain-text topics pending encryption.
9141
0757af94
SM
9142 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
9143 No longer provide for exemption of the current topic.
13aa217b 9144
ac89b32c
JL
91452011-07-04 Juri Linkov <juri@jurta.org>
9146
9147 Add 7z operations to delete and save changed members (bug#8968).
9148 * arc-mode.el (archive-7z-expunge, archive-7z-update):
9149 New defcustoms.
9150 (archive-7z-write-file-member): New function.
9151 (archive-7z-summarize): Fix the number of dashes in the
9152 listing output.
9153
8fa39615
SM
91542011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
9155
9156 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
9157 (bug#8958).
9158
2f11b3f1
CY
91592011-07-04 Chong Yidong <cyd@stupidchicken.com>
9160
d66fef2b
CY
9161 * bindings.el: Ignore next-buffer and previous-buffer in
9162 minibuffer-local-map.
9163
2f11b3f1
CY
9164 * font-lock.el (font-lock-builtin-face): Change light background
9165 color to dark slate blue (Bug#6693).
9166
f932a347
WD
91672011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
9168
9169 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
9170
c8af70e1
SM
91712011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
9172
9173 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
9174 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9175 Add switch-to-buffer.
9176
f158badc
LMI
91772011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
9178
9179 * isearch.el (isearch-search-fun-function): Clarify further the
9180 meaning of the function returned.
9181
6d95bd46
MA
91822011-07-04 Michael Albinus <michael.albinus@gmx.de>
9183
9184 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
9185
9186 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
9187 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
9188 Use it.
9189 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
9190 `tramp-default-remote-path' does not exist.
9191 (tramp-send-command-and-read): New optional argument NOERROR.
9192 (tramp-open-connection-setup-interactive-shell)
9193 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
9194 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
9195 (tramp-process-sentinel): Flush also process' connection property.
9196 (tramp-sh-handle-start-file-process): Do not set process
9197 sentinel. It is done now ...
9198 (tramp-maybe-open-connection): ... here. (Bug#8929)
9199
909e6b67
MK
92002011-07-04 MON KEY <monkey@sandpframing.com>
9201
9202 * play/animate.el (animate-string): Doc fixes and allow changing
9203 the buffer name (bug#5417).
9204
92052011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
9206
c8af70e1 9207 * play/animate.el (animation-buffer-name): Rename from *animate*.
909e6b67 9208
f34755dc
PE
92092011-07-04 Paul Eggert <eggert@cs.ucla.edu>
9210
396cec72
PE
9211 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
9212 This is simpler and helps future-proof the code.
9213 (timer-until): Use time-subtract and float-time.
08235028 9214 (timer--time-less-p): Use time-less-p.
f34755dc 9215
56e6cc31
JB
92162011-07-04 Juanma Barranquero <lekktu@gmail.com>
9217
3abb79e5
JB
9218 * type-break.el (timep): Use the value of `float-time' to avoid a
9219 byte-compiler warning.
9220
56e6cc31
JB
9221 * server.el (server-eval-and-print): Return any result, even nil.
9222
7b9430b4
PE
92232011-07-03 Paul Eggert <eggert@cs.ucla.edu>
9224
9225 * type-break.el: Accept time formats that the builtins accept.
9226 (timep, type-break-time-difference): Accept any format that
9227 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
9228 This is simpler and helps future-proof the code.
9229 (type-break-time-difference): Round rather than ignoring
9230 subseconds components.
9231
3034e9e7
LMI
92322011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9233
9234 * info.el (Info-apropos-matches): Make non-interactive, since it
9235 doesn't seem to do anything useful as a command (bug#8829).
9236
1485f4c0
CY
92372011-07-03 Chong Yidong <cyd@stupidchicken.com>
9238
9239 * frame.el (frame-background-mode, frame-set-background-mode):
c8af70e1 9240 Move from faces.el.
1485f4c0
CY
9241 (frame-default-terminal-background): New function.
9242
9243 * custom.el (custom-push-theme): Don't record faces in `changed'
9244 theme; this doesn't work correctly for per-frame face settings.
9245 (disable-theme): Use face-set-after-frame-default to reset faces.
9246 (custom--frame-color-default): New function.
9247
9fa3dd45
LMI
92482011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9249
c8af70e1 9250 * dired.el (dired-flagging-regexp): Remove unused variable
9fa3dd45
LMI
9251 (bug#8769).
9252
6cbbc20c
KR
92532011-03-29 Kevin Ryde <user42@zip.com.au>
9254
9255 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9256 `perl-Test2' extend to match possible "fail #N" rep count
9257 (bug#8377).
9258
c7f98048
LMI
92592011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9260
65676592
LMI
9261 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
9262 `smtpmail-via-smtp' now returns the error instead of nil.
9263
c7f98048
LMI
9264 * isearch.el (isearch-search-fun-function): Clarify the doc string
9265 (bug#8101).
9266
56e6cc31 92672011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
9a51c6c7
RK
9268
9269 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
9270 unnecessary spaces (bug#8987).
9271
2b216704
LMI
92722011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9273
9274 * net/network-stream.el (open-network-stream): Use the
9275 :end-of-capability command thoughout.
9276
92772011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
9278
9279 * net/network-stream.el (open-network-stream): Add the
9280 :end-of-capability command parameter, used by pop3.el.
9281
36adf6ce
LMI
92822011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9283
1ca0da0e
LMI
9284 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
9285
fc00f69c
LMI
9286 * fringe.el (fringe-query-style): Remove redundant text " (type ?
9287 for list)" (bug#6475).
9288
28fd8759 9289 * files.el (file-expand-wildcards): Ignore non-readable
8350f087 9290 sub-directories while trying to find matches instead of signaling
28fd8759
LMI
9291 an error (bug#6297).
9292
0dd8b6da
LMI
9293 * man.el (Man-reference-regexp): Allow matching possible
9294 word-wrapped references (bug#6289).
9295
ce1438d6
LMI
9296 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
9297 for consistency with the other vc buffers (bug#6197).
9298 (vc-checkin): Ditto.
9299
9300 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
9301
36adf6ce
LMI
9302 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
9303
e83cc1f7
LMI
93042011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
9305
8a20ca4c
LMI
9306 * custom.el (defcustom): Clarify that :set is only used in the
9307 Customize user interface (bug#6089).
9308
83319045
LMI
9309 * progmodes/flymake.el (flymake-mode): If the buffer isn't
9310 associated with a file, refuse to run instead of erroring out
9311 (bug#6084).
9312
a8392169
LMI
9313 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
9314 the doc string, since it appears that using `fill-column' always
9315 controls the width (bug#7845).
9316
e83cc1f7
LMI
9317 * simple.el (shell-command-on-region): Say where the error output
9318 went if `shell-command-default-error-buffer' is set (bug#6857).
9319
e47ca23b
KM
93202011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
9321
9322 * allout.el (allout-yank-processing): Adjust cursor position for
9323 backwards-deleted space.
9324
9325 (allout-rebullet-heading): Register changes with
9326 allout-exposure-changed-hook, so the modified topic is properly
9327 decorated.
9328
5cf56143
LMI
93292011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
9330
08549772
LMI
9331 * minibuffer.el (completion-in-region): Document PREDICATE
9332 (bug#7136).
9333
48e96771
LMI
9334 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
9335 of keyword/argument pairs (bug#6904).
9336
c8af70e1
SM
9337 * replace.el (multi-occur):
9338 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
5cf56143 9339
e17d05e2
LMI
93402011-07-02 Drew Adams <drew.adams@oracle.com>
9341
9342 * dired.el (dired-mark-if): Make the message about whether it's
9343 marking or unmarking clearer (bug#8523).
9344
063b0e45
LMI
93452011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
9346
9347 * disp-table.el (display-table-print-array): New function.
9348 (describe-display-table): Use it to print the vectors more pretty
9349 (Bug#8859).
9350
28545e04
MR
93512011-07-02 Martin Rudalics <rudalics@gmx.at>
9352
9353 * window.el (window-state-get-1): Don't assign clone numbers.
9354 Add clone-of item to list of window parameters.
9355 (window-state-put-2): Don't process clone numbers.
9356 (display-buffer-alist): Fix doc-string.
9357
3349e122
SM
93582011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
9359
9360 * subr.el (remq): Don't allocate if it's not needed.
9361 (keymap--menu-item-binding, keymap--menu-item-with-binding)
9362 (keymap--merge-bindings): New functions.
9363 (keymap-canonicalize): Use them to refine the canonicalization.
9364 * minibuffer.el (minibuffer-local-completion-map)
9365 (minibuffer-local-must-match-map): Move initialization from C.
9366 (minibuffer-local-filename-completion-map): Move initialization from C;
9367 don't inherit from anything here.
9368 (minibuffer-local-filename-must-match-map): Make obsolete.
9369 (completing-read-default): Use make-composed-keymap to combine
9370 minibuffer-local-filename-completion-map with either
9371 minibuffer-local-must-match-map or
9372 minibuffer-local-filename-completion-map.
9373
d224ac83
GM
93742011-07-01 Glenn Morris <rgm@gnu.org>
9375
3de63bf8
GM
9376 * type-break.el (type-break-time-sum): Use dolist.
9377
d224ac83
GM
9378 * textmodes/flyspell.el (flyspell-word-search-backward):
9379 Replace CL function.
9380
1a1e3f32
SM
93812011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
9382
fe3f64d5
SM
9383 * mouse.el (mouse--strip-first-event): New function.
9384 (function-key-map): Use it to map fringe clicks to normal clicks
9385 by default.
9386
eb604e34
SM
9387 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
9388 (vc-bzr-revision-completion-table): Add support for annotate and date.
9389
1a1e3f32
SM
9390 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
9391 inherit from parent.
9392
5bd35902
LMI
93932011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9394
ace6c69c 9395 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
26bde865 9396 (dired-show-file-type): Doc fixup (bug#8818).
ace6c69c 9397
191e2bed
LMI
9398 * dired.el (dired-mode): Fix up the doc string as suggested by
9399 Drew Adams (bug#8817).
9400
5bd35902
LMI
9401 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
9402 cookie, since the manual says that it should be possible to add
9403 this function to `find-file-hook' (bug#8709).
9404
eee8207a
TZ
94052011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
9406
9407 * progmodes/cfengine.el: Moved all cfengine3.el functionality
9408 here. Noted Ted Zlatanov as the maintainer.
9409 (cfengine-common-settings, cfengine-common-syntax): New functions
9410 to set up common things between `cfengine-mode' and
9411 `cfengine3-mode'.
9412 (cfengine3-mode): New mode.
9413 (cfengine3-defuns cfengine3-defuns-regex
9414 (cfengine3-class-selector-regex cfengine3-category-regex)
9415 (cfengine3-vartypes cfengine3-font-lock-keywords)
9416 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
eb604e34 9417 (cfengine3-indent-line): Add from cfengine3.el.
eee8207a 9418
36b148cf
MA
94192011-07-01 Michael Albinus <michael.albinus@gmx.de>
9420
9421 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
9422
9423 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
9424
0bf4ba9a
MR
94252011-07-01 Martin Rudalics <rudalics@gmx.at>
9426
9427 * window.el (same-window-buffer-names, same-window-regexps)
9428 (same-window-p, special-display-frame-alist)
9429 (special-display-popup-frame, special-display-function)
9430 (special-display-buffer-names, special-display-regexps)
9431 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
9432 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
9433 (split-window-preferred-function, split-height-threshold)
9434 (split-width-threshold, even-window-heights)
9435 (display-buffer-mark-dedicated, window-splittable-p)
9436 (split-window-sensibly, window-safely-shrinkable-p):
9437 Un-obsolete.
9438 (display-buffer): Don't spread args with function specifier
9439 because special-display-popup-frame won't like it.
9440
35837f51
PE
94412011-07-01 Paul Eggert <eggert@cs.ucla.edu>
9442
d0672f86
PE
9443 Time-stamp simplifications and fixes.
9444 These improve accuracy slightly, and future-proof the code
9445 against some potential changes to current-time format.
9446
b9444d97
PE
9447 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
9448 by using time-since and float-time.
9449
0ef923dc
PE
9450 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
9451 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
9452 + NNN microseconds".
9453
2f81380d
PE
9454 * type-break.el (type-break-time-sum): Rewrite using time-add.
9455
845b5c3e
PE
9456 * play/hanoi.el (hanoi-current-time-float): Remove.
9457 All uses replaced by float-time.
9458
ee6f1be0
PE
9459 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
9460 This yields a more-accurate answer.
9461 (rng-time-to-float): Remove; no longer needed.
9462
fe955043
PE
9463 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
9464
5777162a
PE
9465 * calendar/timeclock.el (timeclock-seconds-to-time):
9466 Defalias to seconds-to-time, since they're the same thing.
9467
3103f8b6 9468 * emacs-lisp/elp.el (elp-elapsed-time):
e2bac5f6 9469 * emacs-lisp/benchmark.el (benchmark-elapse):
35837f51
PE
9470 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
9471
0e61a35f
SM
94722011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
9473
9474 * window.el (bury-buffer): Don't iconify the only frame.
9475 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
9476 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
9477
ddd63a1e
CY
94782011-07-01 Chong Yidong <cyd@stupidchicken.com>
9479
0e61a35f
SM
9480 * eshell/em-smart.el (eshell-smart-display-navigate-list):
9481 Add mouse-yank-primary.
ddd63a1e 9482
055f4923
TZ
94832011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
9484
9485 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
9486
6a2fb145
SM
94872011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
9488
9489 * emacs-lisp/find-func.el (find-library--load-name): New fun.
9490 (find-library-name): Use it to find relative load names when provided
9491 absolute file name (bug#8803).
9492
fd4983f2
LMI
94932011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
9494
887d14ad
LMI
9495 * textmodes/flyspell.el (flyspell-word): Consider words that
9496 differ only in case as potential doublons (bug#5687).
9497
c53dc7fc
LMI
9498 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
9499 Remove two rather uninteresting debugging-like messages to make
9500 debbugs.el more silent.
9501
fd4983f2
LMI
9502 * comint.el (comint-password-prompt-regexp): Accept "Response" as
9503 a password-like phrase.
9504
7a71b18d 95052011-06-30 Masatake YAMATO <yamato@redhat.com>
b14c0c55
AM
9506
9507 * progmodes/cc-guess.el: New file.
9508
6a2fb145 9509 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
b14c0c55
AM
9510
9511 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
9512 derived from `c-basic-common-init'.
9513
9514 * progmodes/cc-mode.el (top-level): Require cc-guess.
9515 (c-basic-common-init): Use `cc-choose-style-for-mode'.
9516
1fa280a3
LM
95172011-06-30 Lawrence Mitchell <wence@gmx.li>
9518
9519 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
9520
e6597158
AM
95212011-06-30 Alan Mackenzie <acm@muc.de>
9522
1fa280a3
LM
9523 * progmodes/cc-engine.el (c-guess-continued-construct):
9524 Correct the handling of template-args-cont, particularly for when font
e6597158
AM
9525 lock is disabled. Name this case as "CASE G".
9526
68ba37fb
KM
95272011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
9528
9529 * allout.el (allout-yank-processing): Fix injection of extra space
9530 between bullet and non-whitespace character in first topic when
9531 pasting, ensuring that the actual spacing in the pasted topic
9532 following the bullet char is preserved. This extra space was
9533 causing pasted encrypted topics to get a decrypted status even
9534 when the content was actually still encrypted. Now the decryption
9535 status from before the paste is preserved.
9536
9537 (allout-flag-region): Set all allout overlays so they evaporate
9538 when reduced to zero length (evanescent), to prevent overlay
9539 leakage.
9540
887a0b34
GM
95412011-06-30 Glenn Morris <rgm@gnu.org>
9542
94b9acce
GM
9543 * w32-fns.el (w32-charset-info-alist): Declare.
9544
1d9b46d4
GM
9545 * find-dired.el (find-grep-options): Simplify.
9546
cc232200
GM
9547 * term/ns-win.el (ns-set-resource): Declare.
9548
28e77c46
GM
9549 * ses.el (row, col): Declare dynamic variables honestly.
9550
887a0b34
GM
9551 * textmodes/reftex-parse.el (index-tags): Declare.
9552
658d8eb8
CY
95532011-06-30 Chong Yidong <cyd@stupidchicken.com>
9554
9555 * cus-edit.el (customize-push-and-save): New function.
9556
9557 * files.el (hack-local-variables-confirm): Use it.
9558
1fa280a3
LM
9559 * custom.el (load-theme): New arg NO-CONFIRM.
9560 Use customize-push-and-save (Bug#8720).
658d8eb8
CY
9561 (custom-enabled-themes): Doc fix.
9562
9563 * cus-theme.el (customize-create-theme)
9564 (custom-theme-merge-theme): Callers to load-theme changed.
9565
bb617717
LMI
95662011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
9567
d61bdd5d
LMI
9568 * thingatpt.el (thing-at-point-short-url-regexp): Require that
9569 short URLs have at least one dot in them (bug #7614).
9570
bb617717
LMI
9571 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
9572 nil, because using a pty is apparently too slow (bug #895).
9573
2f31f37a
LMI
95742011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
9575
9576 * mail/sendmail.el (sendmail-query-once): New function.
9577 (sendmail-query-once-function): New variable.
9578
3076b24e
GM
95792011-06-29 Glenn Morris <rgm@gnu.org>
9580
faf2a174
GM
9581 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
9582
3076b24e
GM
9583 * ses.el (top-level): Require cl when compiling.
9584 (ses-set-localvars): Fix error statement.
9585 Call it at compile time to silence a storm of warnings.
9586
5386012d
MR
95872011-06-29 Martin Rudalics <rudalics@gmx.at>
9588
9589 * window.el (normalize-live-buffer): Rename to
9590 window-normalize-buffer.
9591 (normalize-live-frame): Rename to window-normalize-frame.
9592 (normalize-any-window): Rename to window-normalize-any-window.
9593 (normalize-live-window): Rename to window-normalize-live-window.
9594 (make-window-atom): Rename to window-make-atom.
9595 (window-resize-reset): Rename to window--resize-reset.
9596 (window-resize-reset-1): Rename to window--resize-reset-1.
9597 (resize-mini-window): Rename to window--resize-mini-window.
9598 (resize-subwindows-skip-p): Rename to
9599 window--resize-subwindows-skip-p.
9600 (resize-subwindows-normal): Rename to
9601 window--resize-subwindows-normal.
9602 (resize-subwindows): Rename to window--resize-subwindows.
9603 (resize-other-windows): Rename to window--resize-siblings.
9604 (resize-this-window): Rename to window--resize-this-window.
9605 (resize-root-window): Rename to window--resize-root-window.
9606 (resize-root-window-vertically): Rename to
9607 window--resize-root-window-vertically.
9608 (normalize-buffer-to-display): Rename to
9609 window-normalize-buffer-to-display.
9610 (normalize-buffer-to-switch-to): Rename to
9611 window-normalize-buffer-to-switch-to.
9612 Correspondingly update all callers of the functions listed
9613 above.
9614 (display-buffer-alist, display-buffer-normalize-arguments)
9615 (display-buffer-normalize-options, display-buffer)
9616 (display-buffer-alist-set): Use "function" instead of
9617 "fun-with-args".
9618
1176868d
CY
96192011-06-28 Chong Yidong <cyd@stupidchicken.com>
9620
9621 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
9622 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
9623 debbugs.gnu.org. Mention acknowledgment email.
9624
20a7a65f
LMI
96252011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
9626
9627 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
9628 buffer multibyteness, since it shouldn't matter.
9629
5f45cca5
MR
96302011-06-28 Martin Rudalics <rudalics@gmx.at>
9631
9632 * window.el (display-buffer-in-side-window): Handle dedicated
9633 windows as in display-buffer-reuse-window.
9634 (display-buffer-normalize-alist): Use value of override
9635 specifier.
9636 (display-buffer-normalize-specifiers): Use value of
9637 other-window-means-other-frame specifier.
9638 (display-buffer-alist): Rewrite some texts in widgets.
9639 (display-buffer): Spread arguments when calling function
9640 specified by fun-with-args.
9641
ad85fe1f
DD
96422011-06-28 Deniz Dogan <deniz@dogan.se>
9643
1fa280a3
LM
9644 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
9645 Unnest `let'.
da68c4c8 9646
ad85fe1f
DD
9647 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
9648 selectors (Bug#5732).
ec49bd31 9649 (css-proprietary-nmstart-re): Use `regexp-opt'.
ad85fe1f 9650
a08cc025
JA
96512011-06-27 Jari Aalto <jari.aalto@cante.net>
9652
9653 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
9654 (eshell-ls-date-format): New defcustom.
9655 (eshell-ls-file): Use it.
9656
e2b551c5
SM
96572011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
9658
9659 * help-fns.el (describe-variable): Fix message for terminal-local vars.
9660
8982b231
KY
96612011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
9662
9663 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
9664 (ange-ftp-make-tmp-name): New arg.
9665 (ange-ftp-file-local-copy): Use it.
9666
36c9fa27
J
96672011-06-27 Jambunathan K <kjambunathan@gmail.com>
9668
9669 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
9670 no-conversion (Bug#8870).
9671
d68443dc
MR
96722011-06-27 Martin Rudalics <rudalics@gmx.at>
9673
9674 * window.el (window-right, window-left, window-child)
9675 (window-child-count, window-last-child)
9676 (window-iso-combination-p, walk-window-tree-1)
9677 (window-atom-check-1, window-tree-1, delete-window)
9678 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
9679 new naming conventions - window-vchild, window-hchild,
9680 window-next and window-prev are now called window-top-child,
9681 window-left-child, window-next-sibling and window-prev-sibling
9682 respectively.
d615d6d2
MR
9683 (resize-window-reset): Rename to window-resize-reset.
9684 (resize-window-reset-1): Rename to window-resize-reset-1.
9685 (resize-window): Rename to window-resize.
9686 (window-min-height, window-min-width)
9687 (resize-mini-window, resize-this-window, resize-root-window)
9688 (resize-root-window-vertically, adjust-window-trailing-edge)
9689 (enlarge-window, shrink-window, maximize-window)
9690 (minimize-window, delete-window, quit-restore-window)
9691 (split-window, balance-windows, balance-windows-area-adjust)
9692 (balance-windows-area, window-state-put-2)
9693 (display-buffer-even-window-sizes, display-buffer-set-height)
9694 (display-buffer-set-width, set-window-text-height)
9695 (fit-window-to-buffer): Rename all "resize-window" prefixed
9696 calls to use the "window-resize" prefix convention.
9697 (display-buffer-alist): Fix symbol for label specifier.
9698 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
9699 corresponding specifier.
9700 Reported by Juanma Barranquero <lekktu@gmail.com>.
d68443dc 9701
b6458526
VB
97022011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
9703
9704 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
9705 convention.
9706 (ses-call-printer): Does not pass an empty string to formatter when the
9707 cell is empty to keep from barking printer Calc math-format-value.
9708
d31fd9ac
RS
97092011-06-27 Richard Stallman <rms@gnu.org>
9710
43d5bf84
RS
9711 * battery.el (battery-mode-line-limit): New variable.
9712 (battery-update): Handle it.
9713
d31fd9ac
RS
9714 * mail/rmailmm.el (rmail-mime-process-multipart):
9715 Handle truncated messages.
9716
819a6054
GM
97172011-06-27 Glenn Morris <rgm@gnu.org>
9718
9719 * progmodes/flymake.el (flymake-err-line-patterns):
9720 Allow for column numbers in the ant/javac pattern. (Bug#8866)
9721
cedc73f2
VB
97222011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
9723
819a6054 9724 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
cedc73f2
VB
9725 (ses--clean-!, ses--clean-_): New functions.
9726 (ses-range): Add configurability of readout order, and conversion
9727 to Calc vector.
9728
5e5d49b6
VB
9729 * ses.el (ses-repair-cell-reference-all): New function.
9730 (ses-cell-symbol): Set macro as safe, so that it can be used in
9731 formulas.
9732
56e6cc31 9733 * ses.el: Update cycle detection algorithm.
90ca8b49 9734 (ses-localvars): Add ses--Dijkstra-attempt-nb and
819a6054 9735 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
90ca8b49
VB
9736 (ses-set-localvars): New function.
9737 (ses-make-cell): Add property-list as a cell element.
9738 (ses-cell-property-get-fun, ses-cell-property-get)
9739 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
819a6054
GM
9740 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
9741 New functions.
90ca8b49
VB
9742 (ses-cell-property-set, ses-cell-property-pop)
9743 (ses-cell-property-get-handle): New macro.
9744 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
9745 New aliases, used for code readability.
9746 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
9747 cycle detection.
9748 (ses-self-reference-early-detection): New defcustom.
fac916bf 9749 (ses-formula-references): Robustify against self-referring cells.
90ca8b49
VB
9750 (ses-mode): Use ses-set-localvars.
9751 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
9752 before lauching the update processing.
9753 (ses-initialize-Dijkstra-attempt): New function.
9754 (ses-recalculate-cell): Update for cycle detection based on
9755 Dijkstra algorithm.
9756
2bb63e81
VB
9757 * ses.el: Fix commenting and indenting convention.
9758
c9d29fb8
SM
97592011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
9760
9761 * bs.el (bs-cycle-next): Complete last change.
9762
d8e4b68b
JB
97632011-06-27 Drew Adams <drew.adams@oracle.com>
9764
9765 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
9766
40098786
LMI
97672011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
9768
c9d29fb8
SM
9769 * net/network-stream.el (network-stream-open-starttls):
9770 Don't re-get capabilities unless we've reestablished connection.
f6ab314e
LMI
9771 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
9772
40098786
LMI
9773 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
9774 to binary to possibly avoid line encoding issues on Windows (among
9775 other things).
9776
468d09d4
LMI
97772011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
9778
9779 * net/network-stream.el (open-network-stream): Return an :error
9780 saying what the problem was, if possible.
9781
9782 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
9783 server.
9784
9785 * net/network-stream.el (network-stream-open-starttls): If we
9786 wanted to use STARTTLS, and the server offered it, but we weren't
9787 able to because we had no STARTTLS support, then close the connection.
9788 (open-network-stream): Return an :error element, if present.
9789
16f07dd7
CY
97902011-06-26 Chong Yidong <cyd@stupidchicken.com>
9791
88821ca0
CY
9792 * hl-line.el (hl-line-sticky-flag): Doc fix.
9793 (global-hl-line-sticky-flag): New option (Bug#8323).
9794 (global-hl-line-highlight): Obey it.
9795
16f07dd7
CY
9796 * vc/vc.el (vc-revert-show-diff): Default to t.
9797
6b5ccddf
KM
97982011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
9799
c9d29fb8
SM
9800 * allout-widgets.el (allout-widgets-post-command-business):
9801 Stop decorating intermediate isearch matches. They're not being
6b5ccddf
KM
9802 undecorated when an isearch is continued past, and isearch
9803 automatically collapses them. This leads to "widget leaks", where
9804 decorated items accumulate in collapsed areas. Lines with lots of
c9d29fb8
SM
9805 hidden widgets can slow down cursor travel, substantially.
9806 Too much complicated machinery would be needed to ensure undecoration,
6b5ccddf
KM
9807 so we're doing without this nicety.
9808
9809 (allout-widgets-tally-string): Don't try to do a hash-table-count
9810 of allout-widgets-tally when it's nil. This eliminates spurious "Error
9811 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
9812 *Messages* when allout-widgets-maintain-tally is t.
9813
355f2e07
MR
98142011-06-26 Martin Rudalics <rudalics@gmx.at>
9815
9816 * window.el (display-buffer-normalize-argument): Rename to
9817 display-buffer-normalize-arguments. Handle special meaning of
6b5ccddf
KM
9818 LABEL argument. Respect special-display-function when popping up
9819 a new frame. Fix code searching for a window showing the buffer
9820 on another frame.
c9d29fb8
SM
9821 (display-buffer-normalize-specifiers):
9822 Call display-buffer-normalize-arguments.
355f2e07
MR
9823 (display-buffer-in-window): Don't undedicate the window if its
9824 buffer remains the same.
9825 Reported by Drew Adams <drew.adams@oracle.com>.
9826 (display-buffer-alist): Add choice for same-window macro
9827 specfier.
9828 (display-buffer): Mention special meaning of LABEL argument in
9829 doc-string. Fix quoting. Don't pop up a new frame even as
9830 fallback.
9831
7ca8fc42
JB
98322011-06-26 Juanma Barranquero <lekktu@gmail.com>
9833
9834 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
9835 avoid deleting the current window in some cases (bug#8911).
9836
bc312254
AS
98372011-06-26 Andreas Schwab <schwab@linux-m68k.org>
9838
9839 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
9840 (Bug#8934)
9841
2db18f3f
LMI
98422011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
9843
c9d29fb8
SM
9844 * net/network-stream.el (network-stream-open-starttls):
9845 Use built-in TLS support if `gnutls-available-p' is true.
2db18f3f
LMI
9846 (network-stream-open-tls): Ditto.
9847
6302e0d3
LL
98482011-06-26 Leo Liu <sdl.web@gmail.com>
9849
9850 * register.el (registerv): New struct.
9851 (registerv-make): New function.
c9d29fb8
SM
9852 (jump-to-register, describe-register-1, insert-register):
9853 Support the jump-func, print-func and insert-func slot of a registerv
6302e0d3
LL
9854 struct. (Bug#8415)
9855
5fdd4046
CY
98562011-06-26 Chong Yidong <cyd@stupidchicken.com>
9857
2afef60a
CY
9858 * vc/vc.el (vc-revert-show-diff): New defcustom.
9859 (vc-diff-internal): New arg specifying diff buffer.
9860 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
9861 reuse an existing *vc-diff* buffer (Bug#8927).
9862
5fdd4046
CY
9863 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
9864
e93db24a
GM
98652011-06-26 Glenn Morris <rgm@gnu.org>
9866
9867 * progmodes/f90.el (f90-critical-indent): New option.
9868 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
9869 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
9870 (f90-mode): Doc fix.
9871 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
9872 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
9873 (f90-beginning-of-block, f90-next-block, f90-indent-region)
9874 (f90-match-end): Handle block, critical.
9875
eefff499
GM
98762011-06-25 Glenn Morris <rgm@gnu.org>
9877
f6ba4cc9
GM
9878 * calendar/diary-lib.el (diary-included-files): Doc fix.
9879 (diary-include-files): New function, extracted from
9880 diary-include-other-diary-files and diary-mark-included-diary-files.
9881 (diary-include-other-diary-files, diary-mark-included-diary-files):
9882 Just call diary-include-files.
9883 (diary-mark-entries): Reset diary-included-files on first call.
9884
16712304
GM
9885 * calendar/diary-lib.el (diary-mark-entries)
9886 (diary-mark-included-diary-files):
9887 Visit included diary-files in temp buffers.
9888
5d8e0d43
GM
9889 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
9890 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
9891 (f90-start-block-re, f90-imenu-generic-expression)
9892 (f90-looking-at-program-block-start, f90-no-block-limit):
9893 Add support for submodules.
9894
ccf7a5d5
GM
9895 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
9896 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
eefff499 9897
11fdef7d 98982011-06-25 Eli Zaretskii <eliz@gnu.org>
638e9005
EZ
9899
9900 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
9901 buffer-file-type before setting its value, to avoid disastrous
eefff499 9902 global effects on decoding files for DOS/Windows systems. (Bug#8780)
638e9005 9903
74f53697
JB
99042011-06-25 Juanma Barranquero <lekktu@gmail.com>
9905
9906 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
9907
9908 * ses.el (ses-unload-function):
9909 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
9910
9911 * proced.el (proced-unload-function):
9912 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
9913
18a4ce5e
AR
99142011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
9915
9916 * server.el (server-create-window-system-frame): Add parameters arg.
9917 (server-process-filter): Doc fix. Handle frame-parameters.
9918
519d22cc
JB
99192011-06-25 Juanma Barranquero <lekktu@gmail.com>
9920
9921 Fix bug#8730, bug#8781.
9922
9923 * loadhist.el (unload--set-major-mode): New function.
9924 (unload-feature): Use it.
9925
9926 * progmodes/python.el (python-after-info-look): Add autoload cookie.
9927 (python-unload-function): New function.
9928
c206f5b0
SM
99292011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
9930
9931 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
9932
f9ad64f3
GS
99332011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
9934
9935 * net/browse-url.el (browse-url-firefox-program): Add icecat to
9936 the candidates list.
9937
7d0da90e
JB
99382011-06-24 Juanma Barranquero <lekktu@gmail.com>
9939
9940 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
9941
14b4e83d
RS
99422011-06-23 Richard Stallman <rms@gnu.org>
9943
9944 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
9945 (rmail-variables): Set next-error-move-function.
9946 (rmail-what-message): Take argument POS.
9947 (rmail-next-error-move): New function.
9948
273d2baf
SM
99492011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
9950
9951 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
9952 messages for adjacent non-terminals.
9953
56c2cc9a
RS
99542011-06-23 Richard Stallman <rms@gnu.org>
9955
9956 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
f444564c 9957 (rmail-show-message-1): Preserve buffer modified flag.
8050daa1
RS
9958 (rmail-start-mail): Don't specify use of rmail-mail-return;
9959 that's done by mail-bury now.
9960 (rmail-mail-return): Handle arg NEWBUF.
56c2cc9a 9961
d59eb518
MA
99622011-06-23 Michael Albinus <michael.albinus@gmx.de>
9963
9964 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
9965 SIZE is a number.
9966
02cfc6d6
MR
99672011-06-23 Martin Rudalics <rudalics@gmx.at>
9968
9969 * window.el (get-lru-window, get-mru-window)
9970 (get-largest-window): Never return a minibuffer window.
9971 (display-buffer-pop-up-window): Fix a bug that could lead to
9972 reusing the minibuffer window.
9973 (display-buffer): Pass original specifier argument to
9974 display-buffer-function instead of the normalized one.
9975 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
9976
4e323265
LL
99772011-06-22 Leo Liu <sdl.web@gmail.com>
9978
9979 * minibuffer.el (completing-read-function)
9980 (completing-read-default): Move from minibuf.c
9981
7a70468f
RS
99822011-06-22 Richard Stallman <rms@gnu.org>
9983
50718fc2
RS
9984 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
9985 to Rmail even if not started by a special Rmail command.
9986
7a70468f
RS
9987 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
9988 Copy the buffer currently showing just one message.
9989
297dde5a
RW
99902011-06-22 Roland Winkler <winkler@gnu.org>
9991
9992 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
9993 (bibtex-clean-entry): First delete the old key so that a
9994 customized algorithm for generating the new key does not get
9995 confused by the old key.
9996 (bibtex-url): Obey regexp of first step.
9997 (bibtex-search-entries): Do not use add-to-list with local
9998 list-var.
9999
97bb1093
LMI
100002011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
10001
10002 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
10003 stored a user name, then query for the password first, instead of
10004 waiting for SMTP to give an error message and the trying again.
10005
1c0f1a19
JD
100062011-06-22 Lawrence Mitchell <wence@gmx.li>
10007
10008 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
10009 BUFFER in call-process.
10010
396f7c9d
LMI
100112011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
10012
10013 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
10014 QUIT twice.
ddb7ffee
LMI
10015 (smtpmail-try-auth-methods): Require user name and password from
10016 auth-source.
396f7c9d 10017
8998d1b3
MR
100182011-06-22 Martin Rudalics <rudalics@gmx.at>
10019
10020 * window.el (display-buffer-default-specifiers)
10021 (display-buffer-alist): Remove entries for pop-up-frame-alist.
10022 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
130e3e11 10023 (split-window): Normalize SIDE argument (Bug#8916).
8998d1b3
MR
10024
10025 * frame.el (pop-up-frame-alist, pop-up-frame-function)
10026 (special-display-frame-alist, special-display-popup-frame):
10027 Remove duplicate declarations. These are now in window.el.
10028
4ea31e07
LMI
100292011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10030
c9d29fb8
SM
10031 * mail/smtpmail.el (smtpmail-via-smtp):
10032 Set :use-starttls-if-possible so that we always use STARTTLS if the
6af7a784
LMI
10033 server supports it. SMTP servers that support STARTTLS commonly
10034 require it.
10035
10036 * net/network-stream.el (network-stream-open-starttls): Support
10037 upgrading to STARTTLS always, even if we don't have built-in support.
fa463103 10038 (open-network-stream): Add the :always-query-capabilities keyword.
6af7a784 10039
95f41d9a
LMI
10040 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
10041 upgrades with `open-network-stream', and rely solely on
10042 auth-source for all credentials. Big changes throughout the file,
10043 but in particular:
c9d29fb8
SM
10044 (smtpmail-auth-credentials): Remove.
10045 (smtpmail-starttls-credentials): Remove.
7d36ad46
LMI
10046 (smtpmail-via-smtp): Check for servers saying they want AUTH after
10047 MAIL FROM, too.
95f41d9a 10048
c9d29fb8
SM
10049 * net/network-stream.el (network-stream-open-starttls):
10050 Provide support for client certificates both for external and built-in
4ea31e07
LMI
10051 STARTTLS.
10052 (auth-source): Require.
10053 (open-network-stream): Document the :client-certificate keyword.
eb8c9362
LMI
10054 (network-stream-certificate): Change cert-cert to cert and
10055 cert-key to key.
4ea31e07 10056
065ec2c7
MA
100572011-06-21 Michael Albinus <michael.albinus@gmx.de>
10058
10059 * net/tramp-cache.el (top): Don't load the persistency file when
10060 "emacs -Q" has been called.
10061
cd93b359
DR
100622011-06-21 Tim Harper <timcharper@gmail.com>
10063
d8e4b68b
JB
10064 * term/ns-win.el (ns-initialize-window-system):
10065 Set application-specific `ApplePressAndHoldEnabled' system
cd93b359
DR
10066 resource to NO as it is not yet supported by the NS port.
10067
ae9c0411
JB
100682011-06-21 Juanma Barranquero <lekktu@gmail.com>
10069
10070 * misc.el (list-dynamic-libraries--refresh): Compute header here...
10071 (list-dynamic-libraries): ...not here.
10072
7f3f739f
LL
100732011-06-21 Leo Liu <sdl.web@gmail.com>
10074
10075 * subr.el (sha1): Implement sha1 using secure-hash.
10076
327c8fb1
MR
100772011-06-21 Martin Rudalics <rudalics@gmx.at>
10078
10079 * window.el (display-buffer-alist): In default value do not
10080 enforce searching a window on any but the selected frame.
10081 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
10082 (display-buffer-select-window): Remove function.
10083 (display-buffer-in-window): When a window on another frame gets
10084 reused, do not select it any more but just raise its frame if
10085 necessary (Bug#8851) and (Bug#8856).
10086 (display-buffer-normalize-options): Handle pop-up-frames related
10087 options more faithfully.
10088 (pop-to-buffer): Don't rely on `display-buffer' selecting the
10089 window if it is on another frame.
c9d29fb8
SM
10090 (display-buffer-alist, display-buffer-default-specifiers):
10091 Don't make new frame unsplittable by default.
9e9de014
MR
10092 (display-buffer-normalize-argument): Fix doc-string typo and use
10093 'same-frame-other-window instead of 'other-window when associating
10094 with display-buffer-macro-specifiers.
327c8fb1 10095
7cf3f556
VB
100962011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
10097
10098 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
10099 New functions.
10100 (5x5-mode-map, 5x5-mode-menu): Bind them.
10101 (5x5-draw-grid): Tweak the solver's rendering.
10102
60a406cf
SM
101032011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
10104
10105 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
10106 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
10107
d8e4b68b 101082011-06-21 Drew Adams <drew.adams@oracle.com>
5d907d6c
DA
10109
10110 * menu-bar.el: Use function variable instead of switch-to-buffer.
10111 (menu-bar-select-buffer-function): New variable.
60a406cf 10112 (menu-bar-update-buffers): Use it (bug#8876).
5d907d6c 10113
478d6f95
SM
101142011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
10115
10116 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
10117 variable's status.
10118
ca530739
JD
101192011-06-20 Jan Djärv <jan.h.d@swipnet.se>
10120
10121 * x-dnd.el (x-dnd-version-from-flags)
10122 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
10123 and long as number (Bug#8899).
10124 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
10125
bcd70d97
SM
101262011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
10127
60a406cf 10128 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
4cb3bfa0
SM
10129 (completion-try-completion, completion-all-completions): Compute the
10130 metadata argument if it's missing; make it optional (bug#8795).
10131
60a406cf 10132 * wid-edit.el: Use lex-bind and move towards completion-at-point.
bcd70d97
SM
10133 (widget-complete): Use new :completion-function property.
10134 (widget-completions-at-point): New function.
10135 (default): Use :completion-function instead of :complete.
60a406cf
SM
10136 (widget-default-completions): Rename from widget-default-complete;
10137 Rewrite.
bcd70d97
SM
10138 (widget-string-complete, widget-file-complete, widget-color-complete):
10139 Remove functions.
10140 (file, symbol, function, variable, coding-system, color):
10141 * international/mule-cmds.el (default-input-method, charset)
10142 (language-info-custom-alist):
10143 * cus-edit.el (face): Use new property :completions.
10144
10145 * progmodes/pascal.el (pascal-completions-at-point): New function.
10146 (pascal-mode): Use it.
10147 (pascal-mode-map): Use completion-at-point.
10148 (pascal-toggle-completions): Make obsolete.
10149 (pascal-complete-word, pascal-show-completions):
10150 * progmodes/octave-mod.el (octave-complete-symbol):
10151 Redefine as obsolete alias.
10152 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
10153 Signal absence of completion info for old Octave,
10154 (inferior-octave-complete): Redefine as obsolete alias.
10155 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
10156 (meta-completions-at-point): Rename from meta-complete-symbol and
10157 adapt it for use on completion-at-point-functions.
10158 (meta-common-mode): Use it.
10159 (meta-looking-at-backward, meta-match-buffer): Remove.
10160 (meta-complete-symbol): Redefine as obsolete alias.
10161 (meta-common-mode-map): Use completion-at-point.
10162 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
10163 (makefile-mode-map): Use completion-at-point.
10164 (makefile-completions-at-point): Rename from makefile-complete and
10165 adapt it for use on completion-at-point-functions.
10166 (makefile-mode): Use it.
10167 (makefile-complete): Redefine as obsolete alias.
10168
aebf69c8
DD
101692011-06-20 Deniz Dogan <deniz@dogan.se>
10170
10171 * net/rcirc.el: Delete trailing whitespaces once and for all.
10172
bfbbb27d
DC
101732011-06-20 Daniel Colascione <dan.colascione@gmail.com>
10174
10175 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
10176
d264a46b
CY
101772011-06-19 Chong Yidong <cyd@stupidchicken.com>
10178
4ca009e5
CY
10179 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
10180
d264a46b
CY
10181 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
10182
fbf5b3ce
MR
101832011-06-19 Martin Rudalics <rudalics@gmx.at>
10184
10185 * window.el (display-buffer-other-window-means-other-frame):
10186 Call display-buffer-normalize-alist.
10187 (display-buffer-normalize-specifiers-1): Rename to
10188 display-buffer-normalize-argument. New argument other-frame.
10189 Rewrite.
10190 (display-buffer-normalize-specifiers-2): Rename to
10191 display-buffer-normalize-options.
10192 (display-buffer-normalize-alist-1): New function.
10193 (display-buffer-normalize-specifiers-3): Rename to
bcd70d97
SM
10194 display-buffer-normalize-alist.
10195 Call display-buffer-normalize-alist-1.
fbf5b3ce
MR
10196 (display-buffer-normalize-options-inhibit): New variable.
10197 (display-buffer-normalize-specifiers): Rewrite calling
10198 display-buffer-normalize-alist,
10199 display-buffer-normalize-argument, and
10200 display-buffer-normalize-options. Don't call the latter if
10201 display-buffer-normalize-options-inhibit is non-nil.
10202 (frame-auto-delete): New option.
10203 (window-deletable-p): Use frame-auto-delete.
9d89fec7
MR
10204 (window-list-no-nils, window-state-ignored-parameters)
10205 (window-state-get-1, window-state-get, window-state-put-list)
bcd70d97
SM
10206 (window-state-put-1, window-state-put-2, window-state-put):
10207 New functions.
9a028c23
MR
10208 (display-buffer-normalize-options): Move special-display-p group
10209 after pop-up-frame group (Bug#8851) and (Bug#8856).
fbf5b3ce 10210
6d10d800
CY
102112011-06-18 Chong Yidong <cyd@stupidchicken.com>
10212
6420d28b
CY
10213 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
10214 groups (Bug#8776).
10215 (rx-submatch-n): New function.
10216 (rx): Document it.
10217
ddb8b596
CY
10218 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
10219 (Bug#8768).
10220
10221 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
10222
77080289
CY
10223 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
10224
61dfb316
CY
10225 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
10226 anytime existing face settings are present (Bug#8889).
10227
6d10d800
CY
10228 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
10229 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
10230 Remove unused argument.
10231
be3fb2b8
MR
102322011-06-18 Martin Rudalics <rudalics@gmx.at>
10233
bcd70d97
SM
10234 * window.el (display-buffer-default-specifiers):
10235 Remove pop-up-frame. Add pop-up-window-min-height,
be3fb2b8
MR
10236 pop-up-window-min-width, and another reuse-window specifier
10237 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
bcd70d97
SM
10238 (display-buffer-normalize-specifiers-2):
10239 Handle split-height-threshold and split-width-threshold also when
be3fb2b8
MR
10240 pop-up-windows is unset. Add a reuse-window specifier for the
10241 case popping up a new window fails.
10242 (special-display-popup-frame): Remove double quoting.
28dec25a 10243 (display-buffer-normalize-specifiers-1): Fix thinko.
be3fb2b8 10244
1c6d8c76
SM
102452011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
10246
10247 * shell.el (shell-completion-vars): Set pcomplete-termination-string
10248 according to comint-completion-addsuffix.
10249
10250 * pcomplete.el: Convert to lexical binding and fix bug#8819.
10251 (pcomplete-suffix-list): Mark as obsolete.
10252 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
10253 pcomplete-seen in the closure.
10254 (pcomplete-comint-setup): Setup completion-at-point as well.
10255 (pcomplete--entries): New function.
10256 (pcomplete--env-regexp): New var.
10257 (pcomplete-entries): Rewrite to work with partial-completion and
10258 without relying on pcomplete-suffix-list.
10259 (pcomplete-pare-list): Remove, unused.
10260
25aef8b8
MR
102612011-06-17 Martin Rudalics <rudalics@gmx.at>
10262
10263 * window.el (display-buffer-alist): Set pop-up-window-min-height
10264 and pop-up-window-min-width in default value. Reported by
10265 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
10266 other-window-means-other-frame.
10267 (display-buffer-macro-specifiers): Comment out entry for
10268 other-window specifier.
10269 (display-buffer-other-window-means-other-frame): New function.
10270 (display-buffer-normalize-specifiers-1): New arguments
10271 buffer-name and label. Treat other-window case specially.
10272 (display-buffer-normalize-specifiers-2): Treat other-window case
10273 specially.
10274 (display-buffer-normalize-specifiers-3): New function.
bcd70d97
SM
10275 (display-buffer-normalize-specifiers):
10276 Call display-buffer-normalize-specifiers-3.
25aef8b8 10277
dbad4f69
MR
102782011-06-17 Martin Rudalics <rudalics@gmx.at>
10279
10280 * window.el (same-window-p): Fix two typos introduced when
10281 adding with-no-warnings.
d1067961
MR
10282 (display-buffer-normalize-specifiers-1): Don't check
10283 pop-up-frames for 'unset initialization.
10284 (display-buffer-normalize-specifiers-2): Major rewrite using
10285 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
10286 (pop-up-frames, display-buffer-reuse-frames)
10287 (display-buffer-mark-dedicated): Don't initialize to 'unset.
10288 Suggested by David Engster <deng@randomsample.de>.
10289 (even-window-heights): Initialize to 'unset.
10290 (display-buffer-alist-set): Handle new 'unset initializations.
25aef8b8
MR
10291 (display-buffer-macro-specifiers): Don't pop up a new frame in the
10292 other window case.
dbad4f69 10293
9b9c9e3a
MR
102942011-06-16 Martin Rudalics <rudalics@gmx.at>
10295
bcd70d97
SM
10296 * window.el (display-buffer-normalize-specifiers-1):
10297 Respect current value of pop-up-frames for most reasonable values of
9b9c9e3a 10298 second argument of display-buffer (Bug#8865).
981d5c09
MR
10299 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
10300 (switch-to-buffer-other-window-same-frame)
10301 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
10302 Adams (Bug#8875).
9c2755e9
MR
10303 (display-buffer): Don't check noninteractive when calling
10304 display-buffer-pop-up-frame.
10305 (display-buffer-pop-up-frame): Never pop up a frame in
10306 noninteractive mode (Bug#8857).
67222e1d
MR
10307 (enlarge-window, shrink-window): Don't report an error when the
10308 window can't be resized as requested (Bug#8862).
9b9c9e3a 10309
2b75be67
SM
103102011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
10311
9ffdd3ba
SM
10312 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
10313
cb581a67
SM
10314 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
10315
2b75be67
SM
10316 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
10317
8c0e3589
AM
103182011-06-15 Alan Mackenzie <acm@muc.de>
10319
cb581a67
SM
10320 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
10321 for declarators, disable knr checking to speed up for normal files.
10322 2: Refactor, replacing a sequence of nested if forms by a cond form.
8c0e3589 10323
b96e6cde
LMI
103242011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
10325
4bba86e6
LMI
10326 * net/network-stream.el (open-network-stream): Add the keyword
10327 :always-query-capabilities for the case where you want to force a
10328 `plain' network connection, but the protocol still requires the
10329 capabilitiy command (i.e., SMTP and EHLO).
10330
2b75be67 10331 * subr.el (process-live-p): Rename from `process-alive-p' for
b96e6cde
LMI
10332 consistency with other `-live-p' functions.
10333
efdcdbf8
SM
103342011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
10335
10336 * window.el (same-window-buffer-names, same-window-regexps)
10337 (special-display-frame-alist, special-display-popup-frame)
10338 (special-display-function, special-display-buffer-names)
10339 (special-display-regexps, pop-up-frame-alist)
10340 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
10341 (pop-up-windows, split-window-preferred-function)
10342 (split-height-threshold, split-width-threshold, even-window-heights)
10343 (display-buffer-mark-dedicated): Don't encourage the use of
10344 display-buffer-alist from Elisp code.
10345
c5cde042
DN
103462011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
10347
10348 * progmodes/python.el (python-mode): Derive from prog-mode.
10349 * progmodes/ps-mode.el (ps-mode):
10350 * progmodes/mixal-mode.el (mixal-mode):
50328a1b 10351 * progmodes/cfengine.el (cfengine-mode):
c5cde042
DN
10352 * progmodes/ld-script.el (ld-script-mode): Likewise.
10353
baa1c9ab
MR
103542011-06-15 Martin Rudalics <rudalics@gmx.at>
10355
10356 * window.el (display-buffer-alist): Trim default value to avoid
10357 popping up a new frame (Bug#8857) or reusing an arbitrary window
10358 on another frame.
10359 (display-buffer): Do not fall back on popping up a new frame in
10360 batch mode (Bug#8857).
10361
c5dd5a51
CY
103622011-06-14 Chong Yidong <cyd@stupidchicken.com>
10363
10364 * cus-theme.el (describe-theme-1): Use custom-theme-p.
10365 (custom-theme-summary): New function.
10366 (customize-themes): Use it.
10367
d647b7c4
GM
103682011-06-13 Glenn Morris <rgm@gnu.org>
10369
10370 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
10371
9481c002
MR
103722011-06-13 Martin Rudalics <rudalics@gmx.at>
10373
357f93d2
MR
10374 * help.el (help-window): Remove variable.
10375 (help-window-point-marker, temp-buffer-max-height)
10376 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
10377 (help-print-return-message): Don't set help-window.
10378 (resize-temp-buffer-window): Rewrite cod eand doc-string.
10379 (help-window-setup-finish): Remove.
10380 (help-window-display-message, help-window-setup)
10381 (with-help-window): Major rewrite based on new
10382 display-buffer-window variable.
10383
10384 * help-mode.el (help-mode-finish): Remove help-window related
10385 code.
10386
10387 * view.el (view-exits-all-viewing-windows): Remove reference to
10388 view-return-to-alist in doc-string.
10389 (view-return-to-alist): Make obsolete.
10390 (view-buffer): Call pop-to-buffer-same-window and remove
10391 undo-window code.
10392 (view-buffer-other-window): Call pop-to-buffer-other-window and
10393 simplify code. Ignore second argument.
10394 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
10395 simplify code. Ignore second argument.
10396 (view-return-to-alist-update): Make obsolete.
10397 (view-mode-enter): Rename second argument to QUIT-RESTORE.
10398 Rewrite using quit-restore window parameters.
2b75be67
SM
10399 (view-mode-exit): Rename second argument to EXIT-ONLY.
10400 Rewrite using quit-restore-window.
357f93d2
MR
10401 (View-exit, View-exit-and-edit, View-leave, View-quit)
10402 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
10403 appropriate arguments.
10404 (view-end-message): Use quit-restore window parameter.
10405
9481c002
MR
10406 * window.el (display-buffer-function): Rewrite doc-string.
10407 (display-buffer-window, display-buffer-alist): New variables.
10408 (display-buffer-split-specifiers)
10409 (display-buffer-side-specifiers)
10410 (display-buffer-macro-specifiers): New constants.
10411 (display-buffer-even-window-sizes, display-buffer-set-height)
10412 (display-buffer-set-width, display-buffer-select-window)
10413 (display-buffer-in-window, display-buffer-reuse-window)
10414 (display-buffer-split-window-1, display-buffer-split-window)
10415 (display-buffer-split-atom-window, display-buffer-pop-up-window)
10416 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
10417 (display-buffer-in-side-window, normalize-buffer-to-display)
10418 (display-buffer-normalize-specifiers-1)
10419 (display-buffer-normalize-specifiers-2)
2b75be67
SM
10420 (display-buffer-normalize-specifiers, display-buffer-frame):
10421 New functions.
9481c002
MR
10422 (display-buffer): Major rewrite.
10423 (display-buffer-other-window, display-buffer-other-frame)
10424 (pop-to-buffer, switch-to-buffer-other-window)
10425 (switch-to-buffer-other-frame): Rewrite.
10426 (display-buffer-same-window, display-buffer-same-frame)
10427 (display-buffer-same-frame-other-window)
10428 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
10429 (pop-to-buffer-other-window)
10430 (pop-to-buffer-same-frame-other-window)
10431 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
10432 (switch-to-buffer-other-window-same-frame): New functions.
10433 (same-window-p, special-display-p): Rewrite disabling warnings.
10434 Make obsolete.
10435 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
10436 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
10437 Make obsolete
10438 (same-window-buffer-names, same-window-regexps)
10439 (special-display-frame-alist, special-display-popup-frame)
10440 (special-display-function, special-display-buffer-names)
10441 (special-display-regexps, pop-up-frame-alist)
10442 (pop-up-frame-function, split-window-preferred-function)
10443 (split-height-threshold, split-width-threshold)
10444 (even-window-heights): Make obsolete.
10445
9db51aca
GM
104462011-06-12 Glenn Morris <rgm@gnu.org>
10447
10448 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
7cb363eb 10449 Misc simplifications.
9db51aca 10450
39cffb44
MR
104512011-06-12 Martin Rudalics <rudalics@gmx.at>
10452
10453 * window.el (window-safely-shrinkable-p): Restore function which
10454 was inadvertently removed in change from 2011-06-11. Declare as
10455 obsolete.
10456
2b75be67
SM
10457 * calendar/calendar.el (calendar-generate-window):
10458 Use window-iso-combined-p instead of combination of one-window-p and
39cffb44
MR
10459 window-safely-shrinkable-p.
10460
a8955be7
GM
104612011-06-12 Glenn Morris <rgm@gnu.org>
10462
10463 * progmodes/fortran.el (fortran-mode-syntax-table):
10464 * progmodes/f90.el (f90-mode-syntax-table):
10465 Set % to punctuation. (Bug#8820)
10466 (f90-find-tag-default): Remove, no longer needed.
10467
f0d4059d
DC
104682011-06-12 Daniel Colascione <dan.colascione@gmail.com>
10469
10470 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
10471
1100a63c
CY
104722011-06-11 Chong Yidong <cyd@stupidchicken.com>
10473
10474 * image.el (image-animated-p): Return animation delay in seconds.
10475 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
10476 (image-animate-timeout): Remove DELAY argument. Don't assume
10477 every subimage has the same delay; get it from image-animated-p.
10478 (image-animate): Caller changed.
10479
def722bf
MA
104802011-06-11 Michael Albinus <michael.albinus@gmx.de>
10481
10482 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
10483 to ignored backtrace functions.
10484
0a2bb1a9
GM
104852011-06-11 Glenn Morris <rgm@gnu.org>
10486
10487 * calendar/appt.el (appt-disp-window-function): Doc fix.
10488 (appt-check): Handle overlapping appointments. (Bug#8337)
10489
6198ccd0
MR
104902011-06-11 Martin Rudalics <rudalics@gmx.at>
10491
10492 * window.el (window-tree-1, window-tree): New functions, moving
10493 the latter to window.el.
10494 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
10495 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
10496 (bw-refresh-edges): Remove.
10497 (balance-windows-1, balance-windows-2): New functions.
10498 (balance-windows): Rewrite in terms of window tree functions,
10499 balance-windows-1 and balance-windows-2.
10500 (bw-adjust-window): Remove.
10501 (balance-windows-area-adjust): New function with functionality of
10502 bw-adjust-window but using resize-window.
2b75be67
SM
10503 (set-window-text-height): Rewrite doc-string.
10504 Use normalize-live-window and resize-window.
10505 (enlarge-window-horizontally, shrink-window-horizontally):
10506 Rename argument to DELTA.
6198ccd0
MR
10507 (window-buffer-height): New function.
10508 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
10509 Rewrite using new window resize routines.
2b75be67
SM
10510 (kill-buffer-and-window, mouse-autoselect-window-select):
10511 Use ignore-errors instead of condition-case.
6198ccd0
MR
10512 (quit-window): Call delete-frame instead of delete-windows-on
10513 for the only buffer on frame.
10514
9397e56f
MR
105152011-06-10 Martin Rudalics <rudalics@gmx.at>
10516
10517 * loadup.el (top-level): Load window before files for the sake
10518 of replace-buffer-in-windows.
10519
10520 * files.el (read-buffer-to-switch)
10521 (switch-to-buffer-other-window)
2b75be67
SM
10522 (switch-to-buffer-other-frame, display-buffer-other-frame):
10523 Move to window.el.
9397e56f
MR
10524
10525 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
10526 (previous-buffer): Move to window.el.
10527
10528 * bindings.el (unbury-buffer): Move to window.el.
10529
10530 * window.el (delete-other-windows-vertically): Move after
10531 definition of delete-other-windows.
10532 (other-window, delete-windows-on, replace-buffer-in-windows):
10533 Move here from window.c.
10534 (record-window-buffer, unrecord-window-buffer)
10535 (set-window-buffer-start-and-point, switch-to-prev-buffer)
10536 (switch-to-next-buffer): New functions.
10537 (get-next-valid-buffer, last-buffer, next-buffer): Move here
10538 from simple.el. Call switch-to-next-buffer.
2b75be67
SM
10539 (previous-buffer): Move here from simple.el.
10540 Call switch-to-prev-buffer.
9397e56f
MR
10541 (bury-buffer): Move here from buffer.c. Switch to previous
10542 buffer when window cannot be deleted.
10543 (unbury-buffer): Move here from bindings.el.
10544 (ctl-x-map): Move binding for other-window from window.c to
10545 here.
10546 (read-buffer-to-switch, switch-to-buffer-other-window)
10547 (switch-to-buffer-other-frame): Move here from files.el.
10548 (normalize-buffer-to-switch-to): New functions.
2b75be67
SM
10549 (switch-to-buffer): Move here from buffer.c.
10550 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
9397e56f 10551
562dd5e9
MR
105522011-06-10 Martin Rudalics <rudalics@gmx.at>
10553
10554 * window.el (window-min-height, window-min-width): Move here
10555 from window.c. Add defcustoms and rewrite doc-strings.
10556 (resize-mini-window, resize-window): New functions.
10557 (adjust-window-trailing-edge, enlarge-window, shrink-window):
10558 Move here from window.c.
10559 (maximize-window, minimize-window): New functions.
10560 (delete-window, delete-other-windows, split-window): Move here
10561 from window.c.
10562 (window-split-min-size): New function.
10563 (split-window-keep-point): Mention split-window-above-each-other
10564 instead of split-window-vertically.
2b75be67 10565 (split-window-above-each-other, split-window-vertically):
1154d12e
JB
10566 Rename split-window-vertically to split-window-above-each-other
10567 and provide defalias for old definition.
10568 (split-window-side-by-side, split-window-horizontally):
10569 Rename split-window-horizontally to split-window-side-by-side
10570 and provide defalias for the old definition.
562dd5e9
MR
10571 (ctl-x-map): Move bindings for delete-window,
10572 delete-other-windows and enlarge-window here from window.c.
10573 Replace bindings for split-window-vertically and
10574 split-window-horizontally by bindings for
10575 split-window-above-each-other and split-window-side-by-side.
10576
10577 * cus-start.el (all): Remove entries for window-min-height and
10578 window-min-width. Add entries for window-splits and
10579 window-nest.
10580
f0da764a
GM
105812011-06-09 Glenn Morris <rgm@gnu.org>
10582
80675c21
GM
10583 * calendar/appt.el (appt-mode-line): New function.
10584 (appt-check, appt-disp-window): Use it.
10585
f0da764a
GM
10586 * files.el (hack-one-local-variable-eval-safep):
10587 Allow minor-modes with explicit +/-1 arguments.
10588
59f623b7
TZ
105892011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
10590
10591 * term/xterm.el (xterm): Add defgroup.
10592 (xterm-extra-capabilities): Add defcustom to supply known xterm
10593 capabilities, skip querying them, or query them (default).
10594 (terminal-init-xterm): Use it.
10595 (terminal-init-xterm-modify-other-keys): New function to set up
10596 modifyOtherKeys support to simplify `terminal-init-xterm'.
10597
9aab8e0d
MR
105982011-06-09 Martin Rudalics <rudalics@gmx.at>
10599
10600 * window.el (resize-window-reset, resize-window-reset-1)
10601 (resize-subwindows-skip-p, resize-subwindows-normal)
10602 (resize-subwindows, resize-other-windows, resize-this-window)
10603 (resize-root-window, resize-root-window-vertically)
10604 (window-deletable-p, window-or-subwindow-p)
10605 (frame-root-window-p): New functions.
10606
e8b08aee
GM
106072011-06-09 Glenn Morris <rgm@gnu.org>
10608
10609 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
10610 (ange-ftp-get-files): Use it.
10611
254c37a5
AK
106122011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
10613
10614 * mail/sendmail.el (mail-recover-1, mail-recover):
10615 * files.el (recover-file, recover-session):
10616 Handle dired-listing-switches not being just a single short option.
10617
35d7dbd3
GM
106182011-06-09 Glenn Morris <rgm@gnu.org>
10619
10620 * calendar/appt.el (appt-display-message, appt-disp-window):
10621 Handle lists of appointments.
10622
387522b2
MR
106232011-06-08 Martin Rudalics <rudalics@gmx.at>
10624
2b75be67
SM
10625 * window.el (one-window-p): Move down in code.
10626 Rewrite doc-string.
10627 (window-current-scroll-bars): Rewrite doc-string.
10628 Normalize live window argument.
387522b2
MR
10629 (walk-windows, get-window-with-predicate, count-windows):
10630 Rewrite doc-string. Use window-list-1.
10631 (window-in-direction-2, window-in-direction, get-mru-window):
10632 New functions.
10633
d8e4b68b 106342011-06-08 Reuben Thomas <rrt@sc3d.org>
2c587104
GM
10635
10636 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
10637 Doc fix (Bug#8713).
10638
106392011-06-08 Chong Yidong <cyd@stupidchicken.com>
10640
10641 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
10642
106432011-06-08 Juanma Barranquero <lekktu@gmail.com>
10644
10645 * loadhist.el (unload-feature-special-hooks):
10646 Add `comint-output-filter-functions'.
10647
0de12c52
IK
106482011-06-08 Ivan Kanis <gnu@kanis.fr>
10649
10650 * calendar/appt.el (appt-check): Move some initializations into the let.
10651
f3d1777e
MR
106522011-06-08 Martin Rudalics <rudalics@gmx.at>
10653
10654 * window.el (window-height): Defalias to window-total-height.
10655 (window-width): Defalias to window-body-width.
10656
18af70d0
CY
106572011-06-07 Chong Yidong <cyd@stupidchicken.com>
10658
10659 * image-mode.el (image-toggle-animation): New command.
10660 (image-mode-map): Bind it to RET.
10661 (image-mode): Update message.
10662 (image-toggle-display-image): Avoid a spurious cache flush.
10663 (image-transform-rotation): Doc fix.
10664 (image-transform-properties): Return quickly in the normal case.
10665 (image-animate-loop): Rename from image-animate-max-time.
10666
2b75be67 10667 * image.el (image-animate-max-time): Move to image-mode.el.
18af70d0
CY
10668 (create-animated-image): Remove unnecessary function.
10669 (image-animate): Rename from image-animate-start. New arg.
2b75be67 10670 (image-animate-stop): Remove; just use image-animate-timer.
18af70d0
CY
10671 (image-animate-timer): Use car-safe.
10672 (image-animate-timeout): Rename argument.
10673
190b47e6
MR
106742011-06-07 Martin Rudalics <rudalics@gmx.at>
10675
10676 * window.el (get-lru-window, get-largest-window): Move here from
2b75be67
SM
10677 window.c. Rename first argument to ALL-FRAMES.
10678 Rephrase doc-strings.
10679 (get-buffer-window-list): Rewrite using window-list-1.
10680 Rephrase doc-string.
a1511caf
MR
10681 (window-safe-min-height, window-safe-min-width): New constants.
10682 (window-size-ignore, window-min-size, window-min-size-1)
10683 (window-sizable, window-sizable-p, window-size-fixed-1)
10684 (window-size-fixed-p, window-min-delta-1, window-min-delta)
10685 (window-max-delta-1, window-max-delta, window-resizable)
10686 (window-resizable-p, window-total-height, window-total-width)
10687 (window-body-width): New functions.
10688 (window-full-height-p, window-full-width-p): Rewrite using
10689 window-total-size.
10690 (window-body-height): Rewrite using window-body-size.
190b47e6 10691
85cc1f11
MR
106922011-06-06 Martin Rudalics <rudalics@gmx.at>
10693
10694 * window.el (window-right, window-left, window-child)
10695 (window-child-count, window-last-child, window-any-p)
10696 (normalize-live-buffer, normalize-live-frame)
10697 (normalize-any-window, normalize-live-window)
10698 (window-iso-combination-p, window-iso-combined-p)
10699 (window-iso-combinations)
10700 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
10701 (windows-with-parameter, window-with-parameter)
10702 (window-atom-root, make-window-atom, window-atom-check-1)
2b75be67
SM
10703 (window-atom-check, window-side-check, window-check):
10704 New functions.
85cc1f11
MR
10705 (ignore-window-parameters, window-sides, window-sides-vertical)
10706 (window-sides-slots): New variables.
10707 (window-size-fixed): Move down in code. Minor doc-string fix.
10708
e7156492
AS
107092011-06-05 Andreas Schwab <schwab@linux-m68k.org>
10710
10711 * comint.el (comint-dynamic-complete-as-filename)
10712 (comint-dynamic-complete-filename): Correctly call
10713 completion-in-region.
10714
7e821d0d
DD
107152011-06-05 Deniz Dogan <deniz@dogan.se>
10716
10717 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
10718 in last change.
10719
ac09b8a1
DD
107202011-06-05 Deniz Dogan <deniz@dogan.se>
10721
10722 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
10723 (rcirc): Use it to prompt for encryption.
10724
34699b85
RW
107252011-06-05 Roland Winkler <winkler@gnu.org>
10726
10727 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
10728 (bibtex-search-entries): New command bound to C-c C-a.
10729 (bibtex-display-entries): New function.
10730
004dedd3
RW
107312011-06-05 Roland Winkler <winkler@gnu.org>
10732
10733 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
10734 (bibtex-insert-kill): After yanking insert newline if necessary.
10735 (bibtex-initialize): Call bibtex-string-files-init only once.
10736 (bibtex-mode): Do not call easy-menu-add.
10737 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
10738 (bibtex-yank): Set arg properly if nil.
10739
022fe7ce
RW
107402011-06-05 Roland Winkler <winkler@gnu.org>
10741
2b75be67
SM
10742 * textmodes/bibtex.el (bibtex-search-entry-globally):
10743 New variable.
022fe7ce
RW
10744 (bibtex-search-entry): Use it.
10745
b7c3692a
RW
107462011-06-05 Roland Winkler <winkler@gnu.org>
10747
10748 * textmodes/bibtex.el (bibtex-entry-format): New option
10749 sort-fields.
10750 (bibtex-format-entry, bibtex-reformat): Honor this option.
10751 (bibtex-parse-entry): Return fields in proper order.
10752
8eda563d
JB
107532011-06-05 Juanma Barranquero <lekktu@gmail.com>
10754
10755 * doc-view.el (doc-view-remove-if): Move computation of result out
10756 of `dolist' to silence misleading lexical-binding warning.
10757
7dbe3dbc
CY
107582011-06-04 Chong Yidong <cyd@stupidchicken.com>
10759
10760 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
10761 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
10762
0c33dd17
MA
107632011-06-04 Michael Albinus <michael.albinus@gmx.de>
10764
10765 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
10766 "SunOS 5.10".
10767
f8f91c2b
MA
107682011-06-04 Michael Albinus <michael.albinus@gmx.de>
10769
10770 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
10771 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
10772 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
10773 (tramp-parse-putty):
10774 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
10775 (tramp-completion-function-alist-ssh)
10776 (tramp-completion-function-alist-telnet)
10777 (tramp-completion-function-alist-su)
10778 (tramp-completion-function-alist-putty): Set `tramp-autoload'
10779 cookie.
10780
10781 * net/tramp-ftp.el:
10782 * net/tramp-sh.el:
10783 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
10784 load "tramp.el" `tramp-set-completion-function'.
10785
e17d9003
SM
107862011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
10787
10788 * shell.el: Require and use pcomplete.
10789 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
10790 (shell-completion-vars): Set pcomplete-default-completion-function.
10791
6c4cab03
DD
107922011-06-04 Deniz Dogan <deniz@dogan.se>
10793
10794 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
10795 `memq' (Bug#8799).
10796
ea9fafe0
SM
107972011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
10798
10799 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
10800
b3e945d3
JB
108012011-06-02 Juanma Barranquero <lekktu@gmail.com>
10802
10803 * bs.el (bs--mark-unmark, bs--nth-wrapper):
10804 * mpc.el (mpc-select-extend, mpc-songpointer-context):
10805 * vc/log-view.el (log-view-beginning-of-defun):
10806 * vc/smerge-mode.el (smerge-apply-resolution-patch)
10807 (smerge-refine-forward, smerge-refine-chopup-region):
10808 Silence warning for unused `dotimes' counter variables.
10809
7d520089
SM
108102011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
10811
10812 * net/tramp.el (tramp-with-progress-reporter): Rename from
10813 with-progress-reporter. Use `declare'.
10814 * net/tramp-smb.el:
10815 * net/tramp-sh.el:
10816 * net/tramp-gvfs.el: Update all uses.
10817
a1c2400f
JB
108182011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
10819
10820 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
10821 buffer isn't killed before making it current.
10822
2403c841
SM
108232011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
10824
10825 Silence various byte-compiler warnings.
10826 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
10827 `access-type' and new obsolescence format.
10828 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
10829 new format.
10830 (byte-compile-check-variable): New `access-type' argument.
10831 Only warn if the access-type is obsolete.
10832 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
10833 (byte-compile-variable-set): Adjust callers.
10834 * help-fns.el (describe-variable): Adjust to new obsolescence format.
10835 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
10836 setting it as obsolete.
10837 * simple.el (minibuffer-completing-symbol):
10838 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
10839 access as obsolete.
10840 * minibuffer.el (minibuffer-completing-file-name): Don't make it
10841 obsolete yet.
10842 * international/quail.el (quail-mouse-choose-completion): Remove unused
10843 code referring to obsolete var.
10844 (quail-choose-completion-string): Remove.
10845 * server.el (server-clients-with, server-kill-buffer-query-function)
10846 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
10847 * proced.el (proced-send-signal):
10848 * emacs-lisp/lisp.el (lisp-complete-symbol):
10849 Replace completion-annotate-function with completion-extra-properties.
10850
2462470b
SM
108512011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
10852
fb5b2591
SM
10853 * simple.el (goto-line): Use read-number.
10854 (overriding-map-is-bound): Remove.
10855 (saved-overriding-map): Change default.
10856 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
10857 Take the map as argument.
10858 (universal-argument, negative-argument, digit-argument): Use it.
10859 (restore-overriding-map): Adjust.
10860 (do-auto-fill): Use fill-forward-paragraph.
10861 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
10862
fd6fa53f
SM
10863 * minibuffer.el (minibuffer-inactive-mode-map): New var.
10864 (minibuffer-inactive-mode): New major mode.
10865 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
10866 the *Messages* buffer" hack.
10867 (mouse-popup-menubar): Don't burp if the event is a normal key.
10868
2462470b
SM
10869 Miscellaneous tweaks.
10870 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
10871 lexical scoping as in subr.el's dolist and dotimes.
10872 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
10873 Silence compiler warning.
10874 * thingatpt.el (forward-whitespace): Trivial coding style fix.
10875 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
10876 * international/ccl.el (ccl-compile): Trivial simplification.
10877 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
10878 * emacs-lisp/testcover.el (testcover-end): Remove spurious
10879 `printflag' argument.
10880 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
10881 Purecopy the whole obsolescence data.
10882
108bf785
LL
108832011-06-01 Leo Liu <sdl.web@gmail.com>
10884
10885 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
10886 improve doc-string as suggested by Marco Pessotto
10887 <melmothx@gmail.com>.
10888 (rcirc-print): Fix last change.
10889
30a23501
SM
108902011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
10891
10892 * minibuffer.el (complete-with-action): Return nil for the metadata and
10893 boundaries of non-functional tables.
10894 (completion-table-dynamic): Return nil for the metadata.
10895 (completion-table-with-terminator): Add default case, using
10896 complete-with-action.
10897 (completion--metadata): New function.
10898 (completion-all-sorted-completions, minibuffer-completion-help): Use it
10899 to try and avoid pathological performance problems.
10900 (completion--embedded-envvar-table): Return `category' metadata.
10901
bcd54f83
LMI
109022011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
10903
10904 * subr.el (process-alive-p): New tiny convenience function.
10905
e227544d
SM
109062011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
10907
10908 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
10909 content but also its previous major mode.
10910
e8296fdc
HE
109112011-05-31 Helmut Eller <eller.helmut@gmail.com>
10912
4d61f28d 10913 * emacs-lisp/debug.el (debug): Restore the previous content of the
e8296fdc
HE
10914 *Backtrace* buffer when we exit with C-M-c.
10915
620c53a6
SM
109162011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
10917
10918 * minibuffer.el: Add metadata method to completion tables.
10919 (completion-category-overrides): New defcustom.
10920 (completion-metadata, completion--field-metadata)
10921 (completion-metadata-get, completion--styles)
10922 (completion--cycle-threshold): New functions.
10923 (completion-try-completion, completion-all-completions):
10924 Add `metadata' argument to choose completion-styles.
10925 (completion--do-completion): Use metadata to choose cycling.
10926 (completion-all-sorted-completions): Use metadata for sorting.
10927 Remove :completion-cycle-penalty which is not needed any more.
10928 (completion--try-word-completion): Add `metadata' argument.
10929 (minibuffer-completion-help): Check metadata for annotation function
10930 and sorting.
10931 (completion-file-name-table): Return `category' metadata.
10932 (minibuffer-completing-file-name): Make obsolete.
10933 * simple.el (minibuffer-completing-symbol): Make obsolete.
10934 * icomplete.el (icomplete-completions): Pass new `metadata' param to
10935 completion-try-completion.
10936
1257e755
SM
109372011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
10938
10939 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
10940
3767e706
LL
109412011-05-30 Leo Liu <sdl.web@gmail.com>
10942
10943 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
5ab33f2b
LL
10944 (rcirc-print): Decode all incoming messages (bug#8744).
10945 (rcirc-decode-coding-system): Allow value nil for automatic coding
10946 system detection.
3767e706 10947
d1a5d56a
GM
109482011-06-01 Glenn Morris <rgm@gnu.org>
10949
10950 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
10951
e8cbec34
CY
109522011-05-29 Chong Yidong <cyd@stupidchicken.com>
10953
10954 * image.el (image-animate-max-time): Allow nil and t values.
10955 Default to nil.
10956 (create-animated-image): Doc fix.
10957 (image-animate-start): Remove second arg; just use
10958 image-animate-max-time.
10959 (image-animate-timeout): Doc fix. Args changed.
10960
10961 * image-mode.el (image-toggle-display-image): Ensure that the
10962 image spec passed to the animate timer is the same object as in
58179cce 10963 the buffer's display property (Bug#6981).
e8cbec34
CY
10964 (image-transform-properties): Doc fix.
10965
10966 * image.el (image-animate-max-time): Default to nil.
10967
159daf87
MR
109682011-05-29 Martin Rudalics <rudalics@gmx.at>
10969
10970 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
10971 entire buffer list (Bug#8184).
10972
d66c4c7c
CY
109732011-05-29 Chong Yidong <cyd@stupidchicken.com>
10974
10975 * image.el (imagemagick-types-inhibit)
10976 (imagemagick-register-types): Doc fix.
10977
80aec780
DD
109782011-05-29 Deniz Dogan <deniz@dogan.se>
10979
10980 * net/rcirc.el (rcirc): Use the user's stored encryption method by
10981 default.
10982
1dd3c2d9
CY
109832011-05-29 Chong Yidong <cyd@stupidchicken.com>
10984
10985 * select.el: Don't perform clipboard-manager saving in hooks;
10986 leave the hooks empty.
10987
60e56523
LL
109882011-05-28 Leo Liu <sdl.web@gmail.com>
10989
10990 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
10991 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
10992 (occur-edit-mode): New major mode (Bug#8463).
10993 (occur-after-change-function): New function.
10994 (occur-engine): Give Occur tags a read-only property.
10995
2b1e1a22
KR
109962011-05-28 Kevin Ryde <user42@zip.com.au>
10997
10998 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
10999
5d344e88
CY
110002011-05-28 Chong Yidong <cyd@stupidchicken.com>
11001
8e6ca83d
CY
11002 * bindings.el (help-echo): Make the initial non-indicator dash
11003 empty on graphical terminals (Bug#7295).
11004
5d344e88
CY
11005 * files.el (auto-mode-alist): Move config rule after the
11006 in-stripping one (Bug#8547).
11007
bfbbace7
CY
11008 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
11009
fbeba6e2
CY
11010 * startup.el (normal-splash-screen): Remove gratuitous mode-line
11011 setting (Bug#8740).
11012
60ed8c72
AA
110132011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
11014
4ac619f0
AA
11015 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
11016 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
11017 (Bug#8539).
60ed8c72 11018
23db196e
CY
110192011-05-28 Chong Yidong <cyd@stupidchicken.com>
11020
11021 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
11022
5012f24c
DK
110232011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
11024
11025 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
11026 (hs-hide-block-at-point, hs-find-block-beginning)
11027 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
11028 (Bug#8279).
11029
6a639b16
GM
110302011-05-28 Glenn Morris <rgm@gnu.org>
11031
11032 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
11033
d43eaf2c
CY
110342011-05-28 Chong Yidong <cyd@stupidchicken.com>
11035
5199bde1
CY
11036 * help-fns.el (describe-function-1): If the function is a derived
11037 major mode, print the parent mode.
11038
d43eaf2c
CY
11039 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
11040 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
11041
423428a8
SM
110422011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
11043
0ff8e1ba 11044 * minibuffer.el (completion--capf-wrapper): Check applicability before
0b381c7e 11045 returning non-nil for non-exclusive completion data.
0ff8e1ba
SM
11046 * progmodes/etags.el (tags-completion-at-point-function):
11047 * info-look.el (info-lookup-completions-at-point): Mark as
11048 non-exclusive.
11049 (info-complete): Adjust accordingly.
11050
423428a8
SM
11051 * info-look.el: Convert to lexical-binding and completion-at-point.
11052 (info-lookup-completions-at-point): New function.
11053 (info-complete): Use it and completion-in-region.
11054
b74aa22b
DA
110552011-05-28 Drew Adams <drew.adams@oracle.com>
11056
11057 * isearch.el: Let M-e start with point at the first mismatched char.
11058 (isearch-fail-pos): New function.
11059 (isearch-edit-string): Use it.
11060
66e2e71d
DK
110612011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
11062
11063 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
11064
b1890b0f 110652011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
eb95d01d
TC
11066
11067 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
11068 traversal functions for avl-trees.
11069 (avl-tree--stack): New struct.
11070 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
11071 (avl-tree-enter): Add optional `updatefun' arg.
93a1c12a
TC
11072 (avl-tree--do-enter): Add optional `updatefun' arg.
11073 Change return value.
eb95d01d 11074 (avl-tree-delete): Add optional `test' and `nilflag' args.
93a1c12a
TC
11075 (avl-tree--do-delete): Add `test' and `nilflag' args.
11076 Change return value.
eb95d01d
TC
11077 (avl-tree-member): Add optional `nilflag'
11078 (avl-tree-member-p): New function.
11079 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
11080 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
11081 (avl-tree-stack-empty-p): New functions.
11082
3769ddcf
TC
11083 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
11084 avl-tree--del-balance1 and make it work both ways.
11085 (avl-tree--del-balance2): Remove.
11086 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
11087 make it work both ways.
11088 (avl-tree--enter-balance2): Remove.
11089 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
11090 New macros.
11091 (avl-tree--mapc, avl-tree-map): Add direction argument.
11092
eb95d01d 110932011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
7a6b1aef
DM
11094
11095 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
11096
a9f737ee
CY
110972011-05-27 Chong Yidong <cyd@stupidchicken.com>
11098
11099 * select.el: Support clipboard managers with built-in function
11100 x-clipboard-manager-save, via delete-frame-functions and
11101 kill-emacs-hook.
11102 (xselect-convert-to-targets): Add MULTIPLE target to list.
11103 (xselect-convert-to-save-targets): New function.
11104
c92a1e54
KH
111052011-05-27 Kenichi Handa <handa@m17n.org>
11106
11107 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
11108 let-binding rfc2047-encode-encoded-words to nil.
11109
e145f188
GM
111102011-05-27 Glenn Morris <rgm@gnu.org>
11111
5ec8a862
GM
11112 * mail/emacsbug.el: Don't require url-util.
11113
4b29d9fb
GM
11114 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
11115
e145f188
GM
11116 * files.el (set-auto-mode):
11117 Also respect mode: entries at the end of the file. (Bug#8586)
11118
7d15102b
GM
111192011-05-26 Glenn Morris <rgm@gnu.org>
11120
98f593b8
GM
11121 * files.el (hack-local-variables-prop-line, hack-local-variables):
11122 Downcase mode names, as seems to be traditional.
27b48e63 11123 (hack-local-variables, hack-local-variables-apply): Doc fixes.
98f593b8 11124
7d15102b
GM
11125 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
11126 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
11127
51d5b4ec
JD
111282011-05-25 Julien Danjou <julien@danjou.info>
11129
11130 * textmodes/rst.el (rst-define-level-faces): Do not define face
11131 symbol if it is already defined.
11132
91513f63
VB
111332011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
11134
11135 * play/5x5.el (5x5-new-game, 5x5-randomize):
11136 Reset 5x5-solver-output to nil when a new grid is cast.
11137 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
11138 these debugging traces, as defmacro breaks the compiled code.
11139
4d90d6d0
DK
111402011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
11141
11142 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
11143
e1b90ef6
LL
111442011-05-24 Leo Liu <sdl.web@gmail.com>
11145
11146 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
11147 (vc-bzr-sha1): Adapt.
11148
d8e4b68b 11149 * sha1.el: Remove. Function `sha1' is now builtin.
e1b90ef6
LL
11150
11151 * bindings.el: Provide sha1 feature.
11152
db0406bb 111532011-05-24 Kenichi Handa <handa@m17n.org>
b8d747b9
KH
11154
11155 * mail/sendmail.el: Require `rfc2047'.
11156 (mail-insert-from-field): Do not perform RFC2047 encoding.
11157 (mail-encode-header): New function.
11158 (sendmail-send-it): Set buffer-file-coding-system of the work
4d90d6d0
DK
11159 buffer to the return value of select-message-coding-system.
11160 Call mail-encode-header.
b8d747b9
KH
11161
11162 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
11163
db0406bb 111642011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
7261f6ce 11165
4d90d6d0
DK
11166 * mail/supercite.el (sc-default-cite-frame):
11167 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
7261f6ce 11168
eb8a5e9b
GM
111692011-05-24 Glenn Morris <rgm@gnu.org>
11170
f8630703
GM
11171 * progmodes/python.el (brm-menu): Declare.
11172
8831bbed
GM
11173 * emulation/viper.el (viper-set-hooks): Declare.
11174
eb8a5e9b
GM
11175 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
11176 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
11177 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
11178 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
11179 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
11180 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
11181
a2a25d24
SM
111822011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
11183
11184 Add an :exit-function for completion-at-point.
11185
11186 * minibuffer.el (completion--done): New fun.
11187 (completion--do-completion): Use it. New arg `expect-exact'.
11188 (minibuffer-complete, minibuffer-complete-word): Don't output message,
11189 since completion--do-completion does it for us now.
11190 (minibuffer-force-complete): Use completion--done and
11191 completion--replace. Handle sole-completion case with more care.
11192 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
11193 (completion-extra-properties): New var.
11194 (completion-annotate-function): Make obsolete.
11195 (minibuffer-completion-help): Adjust accordingly.
11196 Use completion-list-insert-choice-function.
11197 (completion-at-point, completion-help-at-point):
11198 Bind completion-extra-properties.
11199 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
11200 * simple.el (completion-list-insert-choice-function): New var.
11201 (completion-setup-function): Preserve it.
11202 (choose-completion): Pay attention to it, shuffle the code a bit.
11203 (choose-completion-string): New arg `insert-function'.
11204
11205 * textmodes/bibtex.el: Convert to lexical binding.
11206 (bibtex-mode-map): Use completion-at-point.
11207 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
11208 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
11209 (bibtex-complete): Define as obsolete alias.
11210 (bibtex-complete-internal): Remove.
11211 (bibtex-format-entry): Remove unused sub-group in regexp.
11212 * shell.el (shell--command-completion-data)
11213 (shell-environment-variable-completion):
11214 * pcomplete.el (pcomplete-completions-at-point):
11215 * comint.el (comint--complete-file-name-data): Use :exit-function
11216 instead of completion-table-with-terminator so it also works for
11217 choose-completion.
11218
e44e373d
SM
112192011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
11220
4f91a816
SM
11221 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
11222
782fc819
SM
11223 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
11224 (bug#8710).
11225
e44e373d
SM
11226 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
11227
381987c3
KM
112282011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
11229
11230 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
11231 customization variable and implement: If non-nil, auto-fill will
11232 be inhibited while on topic's header line.
11233
b776bc70
VB
112342011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
11235
11236 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
d8e4b68b 11237 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
b776bc70
VB
11238 always have a solution in grid size = 5 cases.
11239 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
11240 (5x5-solver-output, 5x5-log-buffer): New vars.
11241 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
11242 Make these variables buffer local to achieve 5x5 multi-session-ness.
11243 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
11244 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
11245 (5x5-solve-suggest): New funs.
11246 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
11247 randomize a grid so that we ensure that there is always a solution.
11248 (5x5-make-random-grid): Allow other movement than flipping.
11249
7de88b6e
KR
112502011-05-23 Kevin Ryde <user42@zip.com.au>
11251
11252 * emacs-lisp/advice.el (ad-read-advised-function):
5a5fa834 11253 Use `function-called-at-point' as the default, if it has
7de88b6e
KR
11254 advice and passes PREDICATE.
11255
b1ef1257
SM
112562011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
11257
bbca48fe
SM
11258 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
11259 byte-compile-lambda if it's actually a lambda.
11260
b1ef1257
SM
11261 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
11262 Fix function quoting. Use backquote better.
11263
92a9cc65
YS
112642011-05-22 Yuanle Song <sylecn@gmail.com>
11265
11266 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
11267 matching (Bug#8516).
11268
f0fb8059
JA
112692011-01-22 Jari Aalto <jari.aalto@cante.net>
11270
11271 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
11272 different face (Bug#8178).
11273
d5b44c93
CY
112742011-05-22 Chong Yidong <cyd@stupidchicken.com>
11275
11276 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
11277 defface (Bug#8144).
11278
79106a44
SM
112792011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
11280
9c848d8a
SM
11281 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
11282 funcall as well (bug#8712). Warn when performing those conversions.
11283 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
11284
79106a44
SM
11285 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
11286
88dfa756
GM
112872011-05-22 Glenn Morris <rgm@gnu.org>
11288
11289 * files.el (hack-local-variables-prop-line): Small simplifications.
11290 (hack-local-variables, hack-local-variables-prop-line):
11291 If MODE-ONLY, return the mode, rather than just `t'.
11292
b7cf2c79
SM
112932011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
11294
11295 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
11296
3f1a8558
GM
112972011-05-21 Glenn Morris <rgm@gnu.org>
11298
7e4ccca3
GM
11299 * files.el (hack-local-variables-prop-line, hack-local-variables):
11300 If only interested in the mode, don't bother doing the other stuff.
11301
637d46ca
GM
11302 * image-mode.el (image-after-revert-hook):
11303 Redraw all frames on which the image is visible. (Bug#8567)
11304
973d955b
GM
11305 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
11306
3f1a8558
GM
11307 * wid-edit.el (widget-checklist-match-inline):
11308 Fix 2011-04-19 change. (Bug#8649)
11309
96479927
SM
113102011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
11311
1dcf791f
SM
11312 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
11313 Also allow singlespace after single-letter capitals followed by a dot.
11314
96479927
SM
11315 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
11316 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
11317
35fd0881
N
113182011-05-20 Nix <nix@esperi.org.uk>
11319
11320 * files.el (basic-save-buffer-2):
11321 Fix handling of break-hardlink-on-save with non-existent files.
11322
82745640
DD
113232011-05-19 Deniz Dogan <deniz@dogan.se>
11324
11325 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
9ff90d99 11326 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
82745640 11327
4a720484
GM
113282011-05-19 Glenn Morris <rgm@gnu.org>
11329
d1f21341
GM
11330 * progmodes/f90.el (f90-type-def-re):
11331 Handle "type, bind(c)". (Bug#8691)
11332
4a720484
GM
11333 * emacs-lisp/autoload.el (batch-update-autoloads):
11334 Set autoload-excludes by parsing loadup.el rather than Makefiles.
11335
2fb0a219
MA
113362011-05-18 Michael Albinus <michael.albinus@gmx.de>
11337
11338 * net/tramp.el (tramp-process-actions): Set "first-password-request"
11339 property for the correct connection in case of multihops.
11340
e565dd37
GM
113412011-05-18 Glenn Morris <rgm@gnu.org>
11342
c2571358 11343 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
c136e5cd
GM
11344 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
11345
e565dd37
GM
11346 Rationalize calendar handling of day and month abbrev-arrays.
11347 * calendar/calendar.el (calendar-customized-p): New function.
11348 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
11349 (calendar-day-name-array, calendar-month-name-array): Doc fix.
11350 Add :set function.
11351 (calendar-abbrev-length, calendar-day-abbrev-array)
11352 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
11353 (calendar-day-abbrev-array, calendar-month-abbrev-array):
11354 Elements may no longer be nil.
11355 (calendar-day-name, calendar-month-name):
11356 Update for changed nature of abbrev arrays.
11357 * calendar/diary-lib.el (diary-name-pattern):
11358 Update for changed nature of abbrev arrays.
11359 (diary-mark-entries-1): Update calendar-make-alist calls.
11360 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
11361 * calendar/cal-html.el (cal-html-day-abbrev-array):
11362 Simply inherit from calendar-day-abbrev-array.
11363
1d99a745
SM
113642011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
11365
11366 * progmodes/grep.el (grep-mode): Disable default
11367 compilation-directory-matcher setting (bug#8684).
11368
7c1d9aa0
MA
113692011-05-17 Michael Albinus <michael.albinus@gmx.de>
11370
11371 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
11372 instead of "head" and "tail". There were problems with SunOS 5.9,
11373 and it performs better.
11374
3952e9d8
GM
113752011-05-17 Glenn Morris <rgm@gnu.org>
11376
2dd12e7f
GM
11377 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
11378
e4157b9c
GM
11379 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
11380 Replace obsolete function.
11381
8e249bbd
GM
11382 * shell.el (pcomplete-parse-arguments-function): Declare.
11383
3952e9d8
GM
11384 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
11385 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
11386 (appt-check): Doc fixes.
11387 (appt-disp-window-function, appt-delete-window-function):
11388 Remove needless special case in custom :type.
11389 (appt-display-count): Default to 0, not nil.
11390 (appt-check): Reset appt-display-count to 0, not nil.
11391
c71a0d48 113922011-05-17 Juanma Barranquero <lekktu@gmail.com>
165fd2df 11393
c71a0d48
GM
11394 * progmodes/python.el (python-font-lock-keywords):
11395 Add the Python 3.X keyword "nonlocal" (bug#8639).
165fd2df 11396
31d55be9
SM
113972011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
11398
11399 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
11400
3bfacb2f
KR
114012011-05-16 Kevin Ryde <user42@zip.com.au>
11402
11403 * info-look.el (makefile-automake-mode): New setups, looking in
11404 automake manual, then makefile-mode.
11405 (makefile-mode): Remove automake manual, have it just in
11406 makefile-automake-mode since there's various things different or
11407 not relevant to plain make.
11408 (makefile-mode): Remove "other-modes" non-existent automake-mode,
11409 believe a hypothetical automake-mode would go to makefile-mode,
11410 not the other way around.
11411
c8e83751
CY
114122011-05-15 Chong Yidong <cyd@stupidchicken.com>
11413
5e9e35cd
CY
11414 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
11415 hunk-end tags (Bug#8672).
11416
c8e83751
CY
11417 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
11418 vc-annotate-show-diff-revision-at-line (Bug#8671).
11419
50b23e5a
GM
114202011-05-14 Glenn Morris <rgm@gnu.org>
11421
7210a739
GM
11422 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
11423 in the middle of an existing one with multiple authors. (Bug#8645)
375cb676
GM
11424 (change-log-font-lock-keywords): Also handle multiple author lines
11425 with leading tabs. (Bug#8644)
7210a739 11426
4691905a
GM
11427 * calendar/appt.el (appt-check): Rename some local variables.
11428 Some simplification/reordering.
11429
50b23e5a
GM
11430 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
11431 (feedmail-sendmail-f-doesnt-sell-me-out)
11432 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
11433 (feedmail-debug-sit-for, feedmail-queue-express-hook)
11434 (feedmail-queue-runner-message-sender): Set :version.
1aa64307
GM
11435 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
11436 (bbdb-dwim-net-address, vm-mail): Declare.
50b23e5a
GM
11437 (feedmail-binmail-gnulinuxish-template):
11438 Rename from feedmail-binmail-linuxish-template.
11439 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
11440 Use insert-buffer-substring.
11441
215cda7c
BC
114422011-05-14 Bill Carpenter <bill@carpenter.org>
11443
11444 * mail/feedmail.el (feedmail-patch-level): Increase.
11445 (feedmail-debug): New custom group.
11446 (feedmail-confirm-outgoing-timeout)
11447 (feedmail-sendmail-f-doesnt-sell-me-out)
11448 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
11449 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
11450 (feedmail-sender-line, feedmail-from-line)
11451 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
c2571358 11452 (feedmail-spray-this-address)
215cda7c
BC
11453 (feedmail-spray-address-fiddle-plex-list)
11454 (feedmail-queue-use-send-time-for-date)
11455 (feedmail-queue-use-send-time-for-message-id)
11456 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
11457 (feedmail-buffer-eating-function):
11458 Doc fixes.
11459 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
11460 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
11461 (feedmail-message-action-scroll-down): New functions.
11462 (feedmail-queue-directory, feedmail-queue-draft-directory):
11463 Use expand-file-name.
11464 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
11465 Remove C-v help entry.
11466 (feedmail-queue-buffer-file-name): New variable.
11467 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
11468 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
11469 (feedmail-message-action-send-strong, feedmail-message-action-edit)
11470 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
11471 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
11472 (feedmail-message-action-toggle-spray)
11473 (feedmail-run-the-queue-no-prompts)
11474 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
11475 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
11476 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
11477 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
11478 (feedmail-envelope-deducer, feedmail-fiddle-from)
11479 (feedmail-fiddle-sender, feedmail-default-date-generator)
11480 (feedmail-fiddle-date, feedmail-fiddle-message-id)
11481 (feedmail-fiddle-spray-address)
11482 (feedmail-fiddle-list-of-spray-fiddle-plexes)
11483 (feedmail-fiddle-list-of-fiddle-plexes)
11484 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
11485 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
11486 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
11487 Change default. Doc fix.
11488 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
11489 (feedmail-binmail-linuxish-template): New constant.
11490 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
11491 Respect feedmail-sendmail-f-doesnt-sell-me-out.
11492 (feedmail-send-it): Add debug call.
11493 Use feedmail-queue-buffer-file-name, and
11494 feedmail-send-it-immediately-wrapper.
11495 (feedmail-message-action-send): Add debug call.
11496 Use feedmail-send-it-immediately-wrapper.
11497 (feedmail-queue-express-to-queue): Add debug call.
11498 Run feedmail-queue-express-hook.
11499 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
11500 (feedmail-message-action-help-blat):
11501 Rename from feedmail-queue-send-edit-prompt-help-first.
11502 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
11503 Check line-endings. Handle errors better.
11504 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
11505 Doc fix. Add debug call.
11506 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
11507 Use feedmail-queue-send-edit-prompt-inner.
11508 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
11509 (feedmail-queue-send-edit-prompt-inner): New function, extracted
11510 from feedmail-queue-send-edit-prompt.
11511 (feedmail-queue-send-edit-prompt-help)
11512 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
11513 (feedmail-tidy-up-slug): Add debug call.
11514 Respect feedmail-queue-slug-suspect-regexp.
11515 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
11516 (feedmail-dump-message-to-queue): Add debug call.
11517 Expand queue-directory.
11518 (feedmail-dump-message-to-queue): Change message slightly.
11519 Use feedmail-say-chatter.
11520 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
11521 (feedmail-send-it-immediately-wrapper): New function.
11522 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
11523 Insert empty string rather than newline. Handle full-frame case.
11524 Use catch/throw. Use feedmail-say-chatter.
11525 (feedmail-fiddle-from): Try mail-host-address.
11526 (feedmail-default-message-id-generator): Doc fix.
11527 Bind system-time-locale. Handle missing end.
11528 (feedmail-fiddle-x-mailer): Add debug call.
11529 Handle feedmail-x-mailer-line being nil.
11530 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
11531 Add debug call. Use buffer-substring-no-properties.
11532 (feedmail-say-debug, feedmail-say-chatter): New functions.
11533 (feedmail-find-eoh): Give an explicit error.
11534
42c7e61e
UJ
115352011-05-13 Ulf Jasper <ulf.jasper@web.de>
11536
c2571358 11537 * net/newst-treeview.el (newsticker-treeview-face): Change default
42c7e61e 11538 family from helvetica to sans.
c2571358 11539 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
11540 etc/images/newsticker.
11541
c2571358 11542 * net/newst-reader.el (newsticker-feed-face): Change default
42c7e61e
UJ
11543 family from helvetica to sans.
11544
11545 * net/newst-plainview.el (newsticker-new-item-face)
11546 (newsticker-old-item-face, newsticker-immortal-item-face)
11547 (newsticker-obsolete-item-face, newsticker-date-face)
c2571358 11548 (newsticker-statistics-face): Change default family from
42c7e61e 11549 helvetica to sans.
c2571358 11550 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
11551 etc/images/newsticker.
11552
5d3385a0
JB
11553 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
11554 (newsticker--process-auto-mark-filter-match): Tell user about
42c7e61e
UJ
11555 auto-marking.
11556
8497a297
DV
115572011-05-13 Didier Verna <didier@xemacs.org>
11558
11559 Common Lisp indentation improvements on defmethod and lambda-lists.
4d61f28d
JB
11560 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
11561 TODO entries.
8497a297
DV
11562 (lisp-lambda-list-keyword-parameter-indentation)
11563 (lisp-lambda-list-keyword-parameter-alignment)
11564 (lisp-lambda-list-keyword-alignment): New customizable user options.
11565 (lisp-indent-defun-method): Improve docstring.
11566 (extended-loop-p): Fix comment.
11567 (lisp-indent-lambda-list-keywords-regexp): New variable.
11568 (lisp-indent-lambda-list): New function.
11569 (lisp-indent-259): Use it.
11570 (lisp-indent-defmethod): Support for more than one
11571 method qualifier and properly indent methods lambda-lists.
11572 (defgeneric): Provide a missing common-lisp-indent-function property.
11573
f278f87f
SM
115742011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
11575
11576 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
11577 bounds for the empty string (bug#8667).
11578
5233edd7
GM
115792011-05-13 Glenn Morris <rgm@gnu.org>
11580
5237a44f
GM
11581 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
11582
8340026c 11583 * mail/sendmail.el (sendmail-program): Try executable-find first.
f278f87f 11584 (sendmail-send-it): `sendmail-program' cannot be unbound.
8340026c 11585
5233edd7 11586 * calendar/appt.el (appt-make-list): Simplify.
4accbca6 11587 (appt-time-msg-list): Doc fix.
a5464014 11588 (appt-check): Change mode-line message at the time of the appointment.
5233edd7 11589
92d10796
AS
115902011-05-12 Andreas Schwab <schwab@linux-m68k.org>
11591
11592 * progmodes/ld-script.el (ld-script-keywords)
11593 (ld-script-builtins): Update keywords list.
11594
914a0ae1
SM
115952011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
11596
c89be45f
SM
11597 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
11598
914a0ae1
SM
11599 * shell.el (shell-completion-vars): New function.
11600 (shell-mode):
11601 * simple.el (read-shell-command): Use it.
11602 (blink-matching-open): No need for " [...]" in minibuffer-message.
11603
98dc3df3
GM
116042011-05-12 Glenn Morris <rgm@gnu.org>
11605
11606 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
11607 (appt-check): Simplify.
11608
d2fc7e3d 116092011-05-12 Eli Zaretskii <eliz@gnu.org>
0e39ec21 11610
4d61f28d 11611 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
0e39ec21
EZ
11612 literal "/dev/null".
11613
d2fc7e3d 116142011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3f254caa
SM
11615
11616 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
11617 Fix typo.
11618
d2fc7e3d 116192011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
6eea50c7 11620
3f254caa
SM
11621 * progmodes/which-func.el (which-function):
11622 Use add-log-current-defun instead of add-log-current-defun-function,
6eea50c7
RS
11623 which might not be defined (Bug#8260).
11624
d45885f7
GM
116252011-05-12 Glenn Morris <rgm@gnu.org>
11626
11627 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
11628 Let byte-compile-initial-macro-environment always take precedence.
11629
488086f4
SM
116302011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
11631
11632 * net/rcirc.el: Add support for SSL/TLS connections.
11633 (rcirc-server-alist): New field `encryption'.
11634 (rcirc): Check `encryption' settings.
11635 (rcirc-connect): New arg `encryption'. Use open-network-stream.
11636 Merge make-local-variable into `set'.
11637 (rcirc--connection-open-p): New function.
11638 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
11639 the process is not a network process (e.g. running gnutls-cli).
11640 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
11641 Make rcirc-(en|de)code-coding-system local here.
11642 (rcirc-mode): Merge make-local-variable into `set'.
11643 (rcirc-parent-buffer): Make permanent buffer-local.
11644 (rcirc-multiline-minor-mode): Don't do it here.
11645 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
11646 there's no server buffer.
11647
7d3b9d44
GM
116482011-05-11 Glenn Morris <rgm@gnu.org>
11649
f64049c6
GM
11650 * newcomment.el (comment-kill): Prefix "unused" local.
11651
93c9df73
GM
11652 * term/w32console.el (get-screen-color): Declare.
11653
7d3b9d44
GM
11654 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
11655 Handle symbol elements of byte-compile-initial-macro-environment.
11656
9e2dd53f
LL
116572011-05-10 Leo Liu <sdl.web@gmail.com>
11658
488086f4
SM
11659 * bookmark.el (bookmark-bmenu-mode-map):
11660 Bind bookmark-bmenu-search to `/'.
8b340240 11661
9e2dd53f 11662 * mail/footnote.el: Convert to utf-8 encoding.
b4044869
LL
11663 (footnote-unicode-string, footnote-unicode-regexp): New variable.
11664 (Footnote-unicode): New function.
11665 (footnote-style-alist): Add unicode style to the list.
11666 (footnote-style): Doc fix.
9e2dd53f 11667
79b70037
GM
116682011-05-10 Jim Meyering <meyering@redhat.com>
11669
11670 Fix doubled-word typos.
11671 * international/quail.el (quail-insert-kbd-layout): and and -> and
11672 * kermit.el: and and -> and
11673 * net/ldap.el (ldap-search-internal): to to -> to
11674 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
11675 * progmodes/js.el (js-mode): and and -> and
11676 * textmodes/artist.el (artist-move-to-xy): at at -> at
11677 (artist-draw-region-trim-line-endings): if if -> if
11678 And Safetyc -> Safety.
11679 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
11680
b8f82dc1 116812011-05-10 Glenn Morris <rgm@gnu.org>
c2571358 11682 Stefan Monnier <monnier@iro.umontreal.ca>
b8f82dc1
GM
11683
11684 * files.el (hack-one-local-variable-eval-safep):
11685 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
11686
4f99f44b
GM
116872011-05-10 Glenn Morris <rgm@gnu.org>
11688
11689 * calendar/diary-lib.el (diary-list-entries-hook)
11690 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
11691 (diary-nongregorian-marking-hook, diary-list-entries)
11692 (diary-include-other-diary-files, diary-mark-entries)
11693 (diary-mark-included-diary-files): Doc fixes.
11694
84f29e6b
JB
116952011-05-09 Juanma Barranquero <lekktu@gmail.com>
11696
11697 * misc.el: Require tabulated-list.el during compilation.
11698
9bedd73a
CY
116992011-05-09 Chong Yidong <cyd@stupidchicken.com>
11700
488086f4
SM
11701 * progmodes/compile.el (compilation-start):
11702 Run compilation-filter-hook for the async case too.
9bedd73a
CY
11703 (compilation-filter-hook): Doc fix.
11704
797c735c
DD
117052011-05-09 Deniz Dogan <deniz@dogan.se>
11706
11707 * wdired.el: Remove outdated installation comment. Fix usage
11708 comment.
11709
5f4b1dfe
JB
117102011-05-09 Juanma Barranquero <lekktu@gmail.com>
11711
11712 * misc.el: Implement new command `list-dynamic-libraries'.
11713 (list-dynamic-libraries--loaded-only-p): New variable.
11714 (list-dynamic-libraries--refresh): New function.
11715 (list-dynamic-libraries): New command.
11716
4c44026c
CY
117172011-05-09 Chong Yidong <cyd@stupidchicken.com>
11718
488086f4
SM
11719 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11720 Fix the ant regexp to handle end-line and end-column info from jikes.
4c44026c
CY
11721 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
11722 higher priority to avoid clobbering by gnu.
11723
027f966d
CY
117242011-05-08 Chong Yidong <cyd@stupidchicken.com>
11725
11726 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
11727 if the face has existing theme settings (Bug#8454).
11728
085f5d7d
CY
117292011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
11730
488086f4
SM
11731 * progmodes/perl-mode.el (perl-imenu-generic-expression):
11732 Only match variables declared via `my' or `our' (Bug#8261).
085f5d7d 11733
2a86a00c
RS
11734 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
11735 special file names `.' and `..' (Bug#8259).
11736
d9c54a06
CY
117372011-05-08 Chong Yidong <cyd@stupidchicken.com>
11738
488086f4
SM
11739 * progmodes/grep.el (grep-mode-font-lock-keywords):
11740 Remove buffer-changing entries.
d9c54a06
CY
11741 (grep-filter): New function.
11742 (grep-mode): Add it to compilation-filter-hook.
11743
11744 * progmodes/compile.el (compilation-filter-hook)
11745 (compilation-filter-start): New defvars.
11746 (compilation-filter): Call compilation-filter-hook prior to
11747 updating the process mark.
11748
c4662635
SM
117492011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
11750
11751 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
11752
b0512a1d
EZ
117532011-05-07 Eli Zaretskii <eliz@gnu.org>
11754
605c9376
EZ
11755 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
11756 mailclient-send-it even if window-system is nil. (Bug#8595)
11757
c4662635
SM
11758 * term/w32console.el (terminal-init-w32console):
11759 Call get-screen-color and use its output to set the frame
b0512a1d
EZ
11760 background-mode. (Bug#8597)
11761
d1dc2cc2
SM
117622011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
11763
11764 Make bytecomp.el understand that defmethod defines funs (bug#8631).
11765 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
11766 New functions.
11767 (defgeneric, eieio--defmethod): Use them.
11768 (eieio-defgeneric): Remove.
11769 (defmethod): Call defgeneric in a way visible to the byte-compiler.
11770
915d1300
GM
117712011-05-07 Glenn Morris <rgm@gnu.org>
11772
a3961c3e
GM
11773 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
11774 Use let rather than let*.
11775 (timeclock-find-discrep): Remove unused local.
11776
314347b9
GM
11777 * calendar/diary-lib.el (diary-comment-start): Doc fix.
11778
915d1300
GM
11779 * calendar/appt.el (appt-time-msg-list): Doc fix.
11780
275b59b0
NF
117812011-05-06 Noah Friedman <friedman@splode.com>
11782
11783 * apropos.el (apropos-print-doc): Only use
11784 emacs-lisp-docstring-fill-column when it is bound to an integer,
11785 per that variable's documentation.
11786
6c19f744
SM
117872011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
11788
11789 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
d1dc2cc2 11790 and warnings are not silently discarded (e.g. use -d instead of -P).
6c19f744 11791
60f884b2
GM
117922011-05-06 Glenn Morris <rgm@gnu.org>
11793
5006e634
GM
11794 * calendar/appt.el (appt-message-warning-time): Doc fix.
11795 (appt-warning-time-regexp): New option.
11796 (appt-make-list): Respect appt-message-warning-time.
11797
548d0a63
GM
11798 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
11799 New options.
11800 (diary-add-to-list): Strip comments from the displayed string.
11801 (diary-mode): Set comment-start and comment-end.
11802
60f884b2
GM
11803 * vc/diff-mode.el (smerge-refine-subst): Declare.
11804 (diff-refine-hunk): Don't require smerge-mode when compiling.
11805
989681bb
JB
118062011-05-06 Juanma Barranquero <lekktu@gmail.com>
11807
11808 * simple.el (list-processes): Return nil as the docstring says.
11809
a6bc05e1
MA
118102011-05-05 Michael Albinus <michael.albinus@gmx.de>
11811
11812 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
11813 to "".
11814 (ange-ftp-write-region, ange-ftp-insert-file-contents)
11815 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
11816 determining of binary transfer. (Bug#7383)
11817
23c22e9a
MA
118182011-05-05 Michael Albinus <michael.albinus@gmx.de>
11819
c4662635
SM
11820 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
11821 Fix port computation bug. (Bug#8618)
23c22e9a 11822
0bff894f
GM
118232011-05-05 Glenn Morris <rgm@gnu.org>
11824
b8296902
GM
11825 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
11826
1f522ce8
GM
11827 * simple.el (shell-dynamic-complete-functions)
11828 (comint-dynamic-complete-functions): Declare.
11829
cf5bee67
GM
11830 * net/network-stream.el (gnutls-negotiate):
11831 * simple.el (tabulated-list-print): Fix declarations.
11832
11833 * progmodes/gud.el (syntax-symbol, syntax-point):
11834 Remove unnecessary and incorrect declarations.
11835
0bff894f
GM
11836 * emacs-lisp/check-declare.el (check-declare-scan):
11837 Handle byte-compile-initial-macro-environment in bytecomp.el
11838
9869b3ae
SM
118392011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
11840
11841 Fix earlier half-done eieio-defmethod change (bug#8338).
11842 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
11843 Streamline and change calling convention.
11844 (defmethod): Adjust accordingly and simplify.
11845 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
11846 new eieio--defmethod.
11847 (slot-boundp): Minor CSE simplification.
11848
9c1d5ac5
MZ
118492011-05-05 Milan Zamazal <pdm@zamazal.org>
11850
11851 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
11852 (glasses-make-readable): Use glasses-separate-capital-groups.
11853
455c834e
JB
118542011-05-05 Juanma Barranquero <lekktu@gmail.com>
11855
11856 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
11857 (warning-series): Doc fix.
11858 (display-warning): Don't try to create the buffer if we just found it.
11859
9ed7c8cb
CY
118602011-05-04 Chong Yidong <cyd@stupidchicken.com>
11861
11862 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
11863 (autoload-find-generated-file): New function.
11864 (generate-file-autoloads): Bind generated-autoload-file to
11865 buffer-file-name.
9869b3ae
SM
11866 (update-file-autoloads, update-directory-autoloads):
11867 Use autoload-find-generated-file. If called interactively, prompt for
9ed7c8cb
CY
11868 output file (Bug#7989).
11869 (batch-update-autoloads): Doc fix.
11870
0898ca10
JB
118712011-05-04 Juanma Barranquero <lekktu@gmail.com>
11872
11873 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
11874
31dfb76c
GM
118752011-05-04 Glenn Morris <rgm@gnu.org>
11876
f330b642
GM
11877 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
11878 function, so it follows changes in calendar-date-style.
11879 (diary-fancy-date-matcher): New function.
11880 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
11881 (diary-fancy-font-lock-fontify-region-function):
11882 Use diary-fancy-date-pattern as a function.
11883
31dfb76c
GM
11884 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
11885 non-numbers for `year' etc pseudo-variables. (Bug#8583)
11886
48e79d6a
TZ
118872011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
11888
11889 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
11890 instead of positional arguments. Allow :keylist and :crlfiles
11891 arguments.
11892 (open-gnutls-stream): Call it.
11893
11894 * net/network-stream.el (network-stream-open-starttls): Adjust to
11895 call `gnutls-negotiate' with :process and :hostname arguments.
11896
dd5a5ee0
SM
118972011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
11898
ef80fc09
SM
11899 * minibuffer.el (completion--message): New function.
11900 (completion--do-completion, minibuffer-complete)
11901 (minibuffer-force-complete, minibuffer-complete-word): Use it.
11902 (completion--do-completion): Don't ignore completion-auto-help when in
11903 icomplete-mode.
11904
dd5a5ee0
SM
11905 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
11906 internal encoding (e.g. tibetan zero is not whitespace).
11907 (global-whitespace-mode): Prefer save-current-buffer.
11908 (whitespace-trailing-regexp): Remove useless save-match-data.
11909 (whitespace-empty-at-bob-regexp): Minor simplification.
11910
b7d22a83
CY
119112011-05-03 Chong Yidong <cyd@stupidchicken.com>
11912
11913 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
11914
5192af46
AM
119152011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
11916
11917 * textmodes/ispell.el (ispell-add-per-file-word-list):
cdc4a047 11918 Use `concat' to create string for insertion.
5192af46 11919
5767d190
SM
119202011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
11921
11922 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
11923 Avoid open-line which runs post-self-insert-hook.
11924 (bibtex-fill-entry): Remove unused `end' var.
11925
bf242939
AM
119262011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
11927
5767d190
SM
11928 * textmodes/ispell.el (ispell-add-per-file-word-list):
11929 Protect against `nil' value of `comment-start' (Bug#8579).
bf242939 11930
25666126
LL
119312011-05-03 Leo Liu <sdl.web@gmail.com>
11932
11933 * isearch.el (isearch-yank-pop): New command.
5767d190 11934 (isearch-mode-map): Bind it to `M-y'.
25666126
LL
11935 (isearch-forward): Mention it.
11936
52d3c2d0
SM
119372011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
11938
1bcace58
SM
11939 * simple.el (minibuffer-complete-shell-command): Remove.
11940 (minibuffer-local-shell-command-map): Use completion-at-point.
11941 (read-shell-command): Setup completion vars here instead.
11942 (read-expression-map): Bind TAB to symbol completion.
11943
52d3c2d0
SM
11944 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
11945 error directly rather via storing it into `results'.
11946
35813471
LL
119472011-05-02 Leo Liu <sdl.web@gmail.com>
11948
11949 * vc/diff.el: Fix description.
11950
e793a940
LMI
119512011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
11952
11953 * server.el (server-eval-at): New function.
11954
8de66e05
LMI
119552011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11956
11957 * net/network-stream.el (open-network-stream): Take a :nowait
11958 parameter and pass it on to `make-network-process'.
11959 (network-stream-open-plain): Ditto.
11960
dcb79f20
AS
119612011-04-30 Andreas Schwab <schwab@linux-m68k.org>
11962
11963 * faces.el (face-spec-set-match-display): Don't match toolkit
11964 options on terminal frames.
11965
14a7fbd8
SM
119662011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
11967
7eabc1be
SM
11968 * progmodes/pascal.el: Use lexical binding.
11969 (pascal-mode-map): Remove author preferences.
11970
14a7fbd8
SM
11971 * pcomplete.el (pcomplete-std-complete): Don't abuse
11972 completion-at-point.
11973
50f84510
JB
119742011-04-28 Juanma Barranquero <lekktu@gmail.com>
11975
6e087a44
JB
11976 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
11977 removing code that has been dead since 1991 or so.
11978
50f84510
JB
11979 * startup.el (command-line): When warning about "_emacs", use a
11980 delayed warning to allow the user to filter it out.
11981
0ba690bd
DD
119822011-04-28 Deniz Dogan <deniz@dogan.se>
11983
11984 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
11985 user has not joined.
11986
08abfaad
SM
119872011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
11988
11989 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
11990 aren't any completions at point.
11991
638f053a
JB
119922011-04-28 Juanma Barranquero <lekktu@gmail.com>
11993
11994 * subr.el (display-delayed-warnings): New function.
11995 (delayed-warnings-hook): New variable.
11996
8fff8daa
SM
119972011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
11998
08abfaad
SM
11999 * minibuffer.el (completion-at-point, completion-help-at-point):
12000 Don't presume that a given completion-at-point-function will always
12001 use the same calling convention.
12002
8fff8daa
SM
12003 * pcomplete.el (pcomplete-completions-at-point):
12004 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
12005 pcomplete-seen is non-nil.
12006 (pcomplete-comint-setup): Also recognize the new comint/shell
12007 completion functions.
12008 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
12009 pcomplete-seen is non-nil.
12010
841a1577 120112011-04-27 Niels Giesen <niels.giesen@gmail.com>
211ec907 12012
841a1577 12013 * calendar/icalendar.el (diary-lib): Add require statement.
211ec907 12014 (icalendar--create-uid): Read out a uid from a text-property on
841a1577 12015 the first character in the entry. This allows for code to add its
211ec907
UJ
12016 own uid to the entry.
12017 (icalendar--convert-float-to-ical): Add export of
12018 `diary-float'-entries save for those with the optional DAY
12019 argument.
12020
2a782793
DC
120212011-04-27 Daniel Colascione <dan.colascione@gmail.com>
12022
12023 * subr.el (shell-quote-argument): Use alternate escaping strategy
12024 when we spot a variable reference in a string.
12025
0438ce91
DC
120262011-04-26 Daniel Colascione <dan.colascione@gmail.com>
12027
12028 * cus-start.el (all): Define customization for debug-on-event.
12029
841a1577 120302011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8f91bf93
DC
12031
12032 * subr.el (shell-quote-argument): Escape correctly under Windows.
12033
d090ed6c
SM
120342011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
12035
12036 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
12037
bfd31217
MA
120382011-04-25 Michael Albinus <michael.albinus@gmx.de>
12039
d090ed6c
SM
12040 * net/tramp.el (tramp-process-actions): Add POS argument.
12041 Delete region between POS and (pos).
bfd31217 12042
d090ed6c
SM
12043 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
12044 Use `nil' position in `tramp-process-actions' call.
bfd31217
MA
12045 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
12046
12047 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
12048 position in `tramp-process-actions' call.
12049
12050 * net/trampver.el: Update release number.
12051
e92f3bd3
SM
120522011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
12053
850256b5
SM
12054 * custom.el (defcustom): Obey lexical-binding.
12055
e92f3bd3
SM
12056 Fix octave-inf completion problems reported by Alexander Klimov.
12057 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
12058 Inherit from octave-mode-syntax-table.
12059 (inferior-octave-mode): Set info-lookup-mode.
12060 (inferior-octave-completion-at-point): New function.
12061 (inferior-octave-complete): Use it and completion-in-region.
12062 (inferior-octave-dynamic-complete-functions): Use it as well, and use
12063 comint-filename-completion.
12064 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
12065 symbol elements which shouldn't be word elements.
12066 (octave-font-lock-keywords, octave-beginning-of-defun)
12067 (octave-function-header-regexp): Adjust regexps accordingly.
12068 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
12069
cd22b309
JB
120702011-04-25 Juanma Barranquero <lekktu@gmail.com>
12071
12072 * net/gnutls.el (gnutls-errorp): Declare before first use.
12073
8b492194
TZ
120742011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
12075
12076 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
12077 verify-error, and verify-hostname-error parameters. Check whether
cd22b309 12078 default trustfile exists before going to use it. Add missing
5a5fa834 12079 argument to gnutls-message-maybe call. Return value.
8b492194
TZ
12080 Reported by Claudio Bley <claudio.bley@gmail.com>.
12081 (open-gnutls-stream): Add usage example.
12082
12083 * net/network-stream.el (network-stream-open-starttls): Give host
12084 parameter to `gnutls-negotiate'.
12085 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
8f91bf93 12086 * subr.el (shell-quote-argument): Escape correctly under Windows.
8b492194 12087
841a1577 120882011-04-24 Daniel Colascione <dan.colascione@gmail.com>
05842630 12089
cd22b309
JB
12090 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
12091 Use correct match group (bug#8438).
05842630 12092
3ba7869c
CY
120932011-04-24 Chong Yidong <cyd@stupidchicken.com>
12094
512e3ae1
CY
12095 * emacs-lisp/package.el (package-built-in-p): Fix typo.
12096 (package-menu--generate): New arg specifying packages to show.
12097 (package-menu-refresh, package-menu-execute, list-packages):
12098 Callers changed.
12099 (package-show-package-list): New function, replacing deleted
12100 package--list-packages (renamed because it is non-internal).
12101
12102 * finder.el (finder-list-matches): Use package-show-package-list
12103 instead of deleted package--list-packages.
12104
e92f3bd3
SM
12105 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
12106 Based on a previous implementation by Juanma Barranquero (Bug#8366).
3ba7869c
CY
12107 (vc-annotate-mode-map): Bind it to RET.
12108
7031be6d
UR
121092011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
12110
12111 * progmodes/etags.el (next-file): Don't use set-buffer to change
12112 buffers (Bug#8478).
12113
4ef177aa
CY
121142011-04-24 Chong Yidong <cyd@stupidchicken.com>
12115
c8d173eb
CY
12116 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
12117
4ef177aa
CY
12118 * apropos.el (apropos-label-face): Avoid variable-pitch face.
12119 (apropos-accumulator): Doc fix.
12120 (apropos-function, apropos-macro, apropos-command)
12121 (apropos-variable, apropos-face, apropos-group, apropos-widget)
12122 (apropos-plist): Add face property.
12123 (apropos-symbols-internal): Fix indentation.
12124 (apropos-print): Simplify help, and recognize apropos-multi-type.
12125 (apropos-print-doc): Use button-type-get to extract the button's
12126 face property. Fill docstring (Bug#8352).
12127
4ffd0d6b 121282011-04-23 Juanma Barranquero <lekktu@gmail.com>
be71f810
JB
12129
12130 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
12131
c6c32125 12132 * play/mpuz.el (mpuz-silent): Doc fix.
4ffd0d6b 12133 (mpuz-mode-map): Use mapc.
c6c32125
JB
12134 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
12135 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
12136 Fix typos in docstrings.
12137
58d468b4
JB
12138 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
12139 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
12140
6470c3c6
JB
12141 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
12142
4ffd0d6b 121432011-04-23 Chong Yidong <cyd@stupidchicken.com>
6f21a319
CY
12144
12145 * minibuffer.el (completion--do-completion): Avoid the "Next char
12146 not unique" prompt if icomplete-mode is enabled (Bug#5849).
12147
3ad8bad0
CY
12148 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
12149 mouse-2 into unread-command-events, it is interpreted correctly.
12150
71d73c9c 12151 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
6395aab9 12152 (image-toggle-display): Doc fix.
71d73c9c 12153
841a1577 121542011-04-23 Stephen Berman <stephen.berman@gmx.net>
e935c6a2 12155
4ffd0d6b
GM
12156 * textmodes/page.el (what-page): Use line-number-at-pos to
12157 calculate line number (Bug#6825).
6e1dbaa9 12158
c2fb1b60
JB
121592011-04-22 Juanma Barranquero <lekktu@gmail.com>
12160
12161 * eshell/esh-mode.el (find-tag-interactive): Declare function.
12162 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
12163 Pass argument NO-DEFAULT to `find-tag-interactive'.
12164
e02f48d7
JB
121652011-04-22 Juanma Barranquero <lekktu@gmail.com>
12166
12167 Lexical-binding cleanup.
12168
12169 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
12170 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
12171 * progmodes/ada-prj.el (ada-prj-initialize-values)
12172 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
12173 (ada-prj-show-value):
12174 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
12175 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
12176 (antlr-invalidate-context-cache, antlr-options-menu-filter)
12177 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
12178 * progmodes/bug-reference.el (bug-reference-push-button):
12179 * progmodes/fortran.el (fortran-line-length):
12180 * progmodes/glasses.el (glasses-change):
12181 * progmodes/octave-mod.el (octave-fill-paragraph):
12182 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
12183 (python-pdbtrack-grub-for-buffer, python-sentinel):
12184 * progmodes/sql.el (sql-save-connection):
12185 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
12186 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
12187 Mark unused parameters.
12188
12189 * progmodes/compile.el (compilation--flush-directory-cache)
12190 (compilation--flush-parse, compile-internal): Mark unused parameters.
12191 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
12192 (compilation-next-error-function): Remove unused variable `timestamp'.
12193
12194 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
12195 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
12196
12197 * progmodes/dcl-mode.el (dcl-end-of-command):
12198 Remove unused variable `start'.
12199 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
12200 (dcl-option-value-basic, dcl-option-value-offset)
12201 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
12202 Mark unused parameters.
12203 (dcl-save-local-variable): Remove unused variable `val'.
12204 (mode): Declare.
12205
12206 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
12207 Mark unused parameters.
12208 (delphi-ignore-changes): Move before first use.
12209 (delphi-charset-token-at): Remove unused variable `start'.
12210 (delphi-else-start): Remove unused variable `if-count'.
12211 (delphi-comment-block-start, delphi-comment-block-end):
12212 Remove unused variable `kind'.
12213 (delphi-indent-line): Remove unused variable `new-point'.
12214
12215 * progmodes/ebrowse.el (ebrowse-files-list)
12216 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
12217 Mark unused parameters. Don't quote `lambda'.
12218 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
12219 Don't quote `lambda'.
12220 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
12221 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
12222 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
12223 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
12224 Use `ignore-errors'.
12225 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
12226 (ebrowse-view/find-file-and-search-pattern)
12227 (ebrowse-view/find-member-declaration/definition):
12228 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
12229 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
12230 Rename parameter PREFIX-ARG to PREFIX.
12231 (ebrowse-tags-read-name): Remove unused variables `start' and
12232 `member-info'.
12233 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
12234 to `tags-file'.
12235
12236 * progmodes/etags.el (local-find-tag-hook): Declare.
12237 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
12238 Mark unused parameters.
12239
12240 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
12241 (executable-interpret): Mark unused parameter.
12242
12243 * progmodes/flymake.el (flymake-process-sentinel)
12244 (flymake-after-change-function)
12245 (flymake-create-temp-with-folder-structure)
12246 (flymake-get-include-dirs-dot): Mark unused parameters.
12247 (flymake-safe-delete-directory): Remove unused variable `err'.
12248
12249 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
12250 (speedbar-timer-fn, speedbar-line-text)
12251 (speedbar-change-expand-button-char, speedbar-delete-subblock)
12252 (speedbar-center-buffer-smartly): Declare functions.
12253 (gdb-find-watch-expression): Remove unused variable `array'.
12254 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
12255 (gdb-starting): Mark unused parameters.
12256 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
12257 (gdb-table-string): Remove unused variable `res'.
12258 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
12259 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
12260 (gdb-display-buffer): Remove unused variable `cur-size'.
12261
12262 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
12263 allow lexical-binding compilation.
12264 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
12265 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
12266 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
12267 Mark unused parameters.
12268 (gud-gdb-marker-filter): Remove unused variable `match'.
12269 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
12270 lambda expressions and funcall them, instead of using `fset'.
12271
12272 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
12273 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
12274
12275 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
12276 variable `header-beg'; use `let'.
12277
12278 * progmodes/icon.el (indent-icon-exp): Remove unused variables
12279 `restart', `last-sexp' and `at-do'.
12280
12281 * progmodes/js.el (js--debug): Mark unused parameter.
12282 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
12283 (js--splice-into-items): Remove unused variable `item'.
12284 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
12285
12286 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
12287 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
12288 (makefile-complete): Remove unused variable `try'.
12289 (makefile-fill-paragraph, makefile-match-function-end):
12290 Mark unused parameters.
12291
12292 * progmodes/octave-inf.el (inferior-octave-complete):
12293 Remove unused variable `proc'.
12294 (inferior-octave-output-digest): Mark unused parameter.
12295
12296 * progmodes/perl-mode.el (perl-calculate-indent):
12297 Remove unused variable `err'.
12298
12299 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
12300 (prolog-indent-line): Mark unused parameters.
12301 (prolog-indent-line): Remove unused variable `beg'.
12302
12303 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
12304 (reporter-dont-compact-list): Declare.
12305
12306 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
12307 Remove unused variable `char'.
12308 (sh-debug): Mark unused parameter.
12309 (sh-get-indent-info): Remove unused variable `start'.
12310 (sh-calculate-indent): Remove unused variable `var'.
12311
12312 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
12313 (simula-electric-keyword): Remove unused variable `null'.
12314 (simula-search-backward, simula-search-forward): Remove unused
12315 variables `begin' and `end'.
12316
12317 * progmodes/vera-mode.el (vera-guess-basic-syntax):
12318 Remove unused variable `pos'.
12319 (vera-electric-tab, vera-comment-uncomment-region):
12320 Mark unused parameters.
12321 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
12322
7ede3b65
CY
123232011-04-22 Chong Yidong <cyd@stupidchicken.com>
12324
12325 * emacs-lisp/package.el (package--builtins, package-alist)
12326 (package-load-descriptor, package-built-in-p, package-activate)
12327 (define-package, package-installed-p)
12328 (package-compute-transaction, package-buffer-info)
12329 (package--push): Doc fix. Distinguish more clearly between
12330 version strings and version lists.
12331
121656e9
JB
123322011-04-21 Juanma Barranquero <lekktu@gmail.com>
12333
12334 Lexical-binding cleanup.
12335
12336 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
12337 (5x5-make-mutate-best):
12338 * play/fortune.el (fortune-in-buffer):
12339 * play/gomoku.el (gomoku-init-display):
12340 * play/solitaire.el (solitaire, solitaire-do-check):
12341 * play/tetris.el (tetris-default-update-speed-function):
12342 Mark unused parameters.
12343
12344 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
12345 (bubbles--shift): Remove unused variable `char-org'.
12346 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
12347 (bubbles--show-images): Remove unused variable `char'.
12348
12349 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
12350 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
12351 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
12352 (decipher-analyze-buffer): Use ?\s.
12353 (decipher-make-checkpoint): Remove unused variable `mapping'.
12354
12355 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
12356
12357 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
12358 Remove unused variable `result'; use `let'.
12359
12360 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
12361 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
12362 (gametree-children-shown-p, gametree-compute-reduced-score):
12363 Use `ignore-errors'.
12364
12365 * play/handwrite.el (ps-lpr-switches): Declare.
12366 (handwrite): Remove unused variables `pmin' and `lastp'.
12367
12368 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
12369
12370 * play/landmark.el (landmark-init-display)
12371 (landmark-update-naught-weights): Mark unused parameters.
12372 (landmark-y): Remove unused variable `noise'. Simplify.
12373 (landmark-human-plays): Remove unused variable `score'.
12374
12375 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
12376 (mpuz-try-proposal): Remove unused variable `game'.
12377
12378 * play/zone.el (life-patterns): Declare.
12379
80f499c7
JB
123802011-04-20 Juanma Barranquero <lekktu@gmail.com>
12381
12382 * vc/vc.el (ediff-vc-internal): Declare function.
12383
024ff170
SM
123842011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
12385
c0a193ea
SM
12386 * shell.el: Use lexical-binding and std completion UI.
12387 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
12388 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
12389 comint-preoutput-filter-functions rather than on
12390 comint-output-filter-functions.
12391 (shell-command-completion, shell--command-completion-data)
12392 (shell-filename-completion, shell-environment-variable-completion)
12393 (shell-c-a-p-replace-by-expanded-directory): New functions.
12394 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
12395 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
12396 (shell-dynamic-complete-environment-variable): Use them.
12397 (shell-dynamic-complete-as-environment-variable)
12398 (shell-dynamic-complete-as-command): Remove.
12399 (shell-match-partial-variable): Match past point.
12400 * comint.el: Clean up use of completion-at-point-functions.
12401 (comint-completion-at-point): New function.
12402 (comint-mode): Use it completion-at-point-functions.
12403 (comint-dynamic-complete): Make it obsolete.
12404 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
12405 (comint-c-a-p-replace-by-expanded-history): New function.
12406 (comint-dynamic-complete-functions)
12407 (comint-replace-by-expanded-history): Use it.
12408 * minibuffer.el (completion-table-with-terminator): Allow dynamic
12409 termination strings. Try harder to avoid second try-completion.
12410 (completion-in-region-mode-map): Disable bindings that don't work yet.
12411
2dbaa080
SM
12412 * comint.el: Use lexical-binding. Require CL.
12413 (comint-dynamic-complete-functions): Use comint-filename-completion.
12414 (comint-completion-addsuffix): Tweak custom type.
12415 (comint-filename-completion, comint--common-suffix)
12416 (comint--common-quoted-suffix, comint--table-subvert)
12417 (comint--complete-file-name-data): New functions.
12418 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
12419 (comint-dynamic-list-filename-completions): Use them.
12420 (comint-dynamic-simple-complete): Make obsolete.
c0a193ea 12421
2dbaa080
SM
12422 * minibuffer.el (completion-in-region-mode):
12423 Keep completion-in-region-mode--predicate global.
12424 (completion-in-region--postch):
12425 Assume completion-in-region-mode--predicate is not null.
12426
c79a6f38
SM
12427 * progmodes/flymake.el (flymake-start-syntax-check-process):
12428 Obey `dir'. Simplify.
12429
024ff170
SM
12430 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
12431 we're in VC after all.
12432
1c6c854e
CS
124332011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
12434
12435 * vc/vc.el (vc-diff-build-argument-list-internal)
024ff170 12436 (vc-version-ediff, vc-ediff): New commands.
1c6c854e
CS
12437 (vc-version-diff): Use vc-diff-build-argument-list-internal.
12438
bed7f140
SM
124392011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
12440
332e62ab
SM
12441 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
12442 add sanity check.
12443
bed7f140
SM
12444 * obsolete/erc-hecomplete.el: Make obsolete.
12445 * obsolete/: Standardize obsolescence info in the header.
12446
f195c582
GM
124472011-04-20 Glenn Morris <rgm@gnu.org>
12448
12449 * calendar/solar.el (solar-horizontal-coordinates):
12450 Use the longitude argument rather than `calendar-longitude'.
12451 (solar-date-next-longitude): Remove unused locals.
12452
cb79b8c0
VJL
124532011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12454
12455 * whitespace.el: New version 13.2.1.
12456
124572011-04-20 felix <EmacsWiki> (tiny change)
12458
d8e4b68b 12459 * whitespace.el (global-whitespace-mode): Keep highlight when
cb79b8c0
VJL
12460 switching between major modes on a file.
12461
602ea69d
SM
124622011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
12463
12464 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
12465 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
12466 multi-line comments as well.
12467
06b60517
JB
124682011-04-19 Juanma Barranquero <lekktu@gmail.com>
12469
12470 Lexical-binding cleanup.
12471
12472 * arc-mode.el (archive-mode-revert):
12473 * cmuscheme.el (scheme-interactively-start-process):
12474 * custom.el (custom-initialize-delay):
12475 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
12476 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
12477 * emacs-lock.el (emacs-lock-clear-sentinel):
12478 * ezimage.el (defezimage):
12479 * follow.el (follow-avoid-tail-recenter):
12480 * fringe.el (set-fringe-mode-1):
12481 * generic-x.el (bat-generic-mode-compile):
12482 * help-mode.el (help-info-variable, help-do-xref)
12483 (help-mode-revert-buffer):
12484 * help.el (view-emacs-todo):
12485 * iswitchb.el (iswitchb-completion-help):
12486 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
12487 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
12488 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
12489 * locate.el (locate-update):
12490 * longlines.el (longlines-encode-region)
12491 (longlines-after-change-function):
12492 * outline.el (outline-isearch-open-invisible):
12493 * ps-def.el (declare-function, charset-dimension, char-width)
12494 (encode-char):
12495 * ps-mule.el (ps-mule-plot-string):
12496 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
12497 (recentf-edit-list-select, recentf-edit-list-validate)
12498 (recentf-open-files-action):
12499 * rect.el (delete-whitespace-rectangle-line)
12500 (rectangle-number-line-callback):
12501 * register.el (window-configuration-to-register)
12502 (frame-configuration-to-register):
12503 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
12504 * select.el (xselect-convert-to-string, xselect-convert-to-length)
12505 (xselect-convert-to-targets, xselect-convert-to-delete)
12506 (xselect-convert-to-filename, xselect-convert-to-charpos)
12507 (xselect-convert-to-lineno, xselect-convert-to-colno)
12508 (xselect-convert-to-os, xselect-convert-to-host)
12509 (xselect-convert-to-user, xselect-convert-to-class)
12510 (xselect-convert-to-name, xselect-convert-to-integer)
12511 (xselect-convert-to-atom, xselect-convert-to-identity):
12512 * subr.el (declare, ignore, process-kill-without-query)
12513 (text-clone-maintain):
12514 * terminal.el (te-get-char, te-tic-sentinel):
12515 * tool-bar.el (tool-bar-make-keymap):
12516 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
12517 * type-break.el (type-break-mode, type-break-noninteractive-query):
12518 * view.el (View-back-to-mark):
12519 * wid-browse.el (widget-browse-action, widget-browse-widget)
12520 (widget-browse-widgets, widget-browse-sexp):
12521 * widget.el (define-widget-keywords):
12522 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
12523 Mark unused parameters.
12524
12525 * align.el (align-adjust-col-for-rule): Mark unused parameter.
12526 (align-areas): Remove unused variable `look'.
12527 (align-region): Remove unused variables `real-end' and `pos-list'.
12528
12529 * apropos.el (apropos-score-doc): Remove unused variable `i'.
12530
12531 * bindings.el (mode-line-modified, mode-line-remote):
12532 Mark unused parameters.
12533 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
12534
12535 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
12536 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
12537
12538 * comint.el (comint-history-isearch-pop-state)
12539 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
12540 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
12541 (comint-substitute-in-file-name): Doc fix.
12542
12543 * completion.el (cmpl-statistics-block): Mark unused parameter.
12544 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
12545 (save-completions-to-file, load-completions-from-file):
12546 Remove unused local variable `e'.
12547
12548 * composite.el (compose-chars): Remove unused variable `len'.
12549 (lgstring-insert-glyph): Remove unused variable `g'.
12550 (compose-glyph-string): Remove unused variables `ascent',
12551 `descent', `lbearing' and `rbearing'.
12552 (compose-glyph-string-relative): Remove unused variables
12553 `lbearing', `rbearing' and `wadjust'.
12554 (compose-gstring-for-graphic): Remove unused variables `header',
12555 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
12556 (compose-gstring-for-terminal): Remove unused variables `header'
12557 and `nchars'. Use `let', not `let*'.
12558
12559 * cus-edit.el (Custom-set, Custom-save, custom-reset)
12560 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
12561 (Custom-buffer-done, custom-buffer-create-internal)
12562 (custom-browse-visibility-action, custom-browse-group-tag-action)
12563 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
12564 (widget-magic-mouse-down-action, custom-toggle-parent)
12565 (custom-add-parent-links, custom-toggle-hide-variable)
12566 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
12567 (custom-toggle-hide-face, face, hook, custom-group-link-action)
12568 (custom-face-menu-create, custom-variable-menu-create, get)
12569 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
12570 (custom-reset-standard-save-and-update): Remove unused variable `value'.
12571 (customize-apropos): Remove unused variable `tests'.
12572 (custom-group-value-create): Remove unused variable `hidden-p'.
12573 (sort-fold-case): Declare.
12574
12575 * cus-theme.el (custom-reset-standard-faces-list)
12576 (custom-reset-standard-variables-list): Declare.
12577 (customize-create-theme, custom-theme-revert, custom-theme-write)
12578 (custom-theme-choose-mode, customize-themes, custom-theme-save):
12579 Mark unused parameters.
12580
12581 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
12582
12583 * delim-col.el (delimit-columns-max): Move defvar before first use.
12584
12585 * descr-text.el (describe-char-categories): Don't quote `lambda'.
bd0d2ee2 12586 (describe-char): Don't quote `lambda'. Mark unused parameter.
06b60517
JB
12587
12588 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
12589 (auto-insert): Declare.
12590 (desktop-restore-file-buffer): Rename desktop-* parameters;
12591 mark unused ones.
12592 (desktop-create-buffer): Rename desktop-* parameters and bind them.
12593 (desktop-buffer): Rename desktop-* parameters.
12594
12595 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
12596 (dframe-reposition-frame-xemacs, dframe-help-echo)
12597 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
12598 Mark unused parameters.
12599
12600 * dired-aux.el (backup-extract-version-start, overwrite-query)
12601 (overwrite-backup-query, rename-regexp-query)
12602 (rename-non-directory-query): Declare.
12603 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
12604 (dired-add-entry): Remove unused variable `orig-file-name'.
12605 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
12606 Use parameter PRESERVE-TIME instead of accessing dynamic variable
12607 `dired-copy-preserve-time' directly.
12608 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
12609 (dired-insert-subdir-newpos): Rename unused variable `pos'.
12610
12611 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
12612 (dired-virtual-revert, dired-make-relative-symlink):
12613 Mark unused parameters.
12614 (manual-program): Declare.
12615 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
12616 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
12617 wrapped in `with-no-warnings' to avoid replacing one warning by another.
12618
12619 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
12620
12621 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
12622
12623 * echistory.el (electric-history-in-progress, Helper-return-blurb):
12624 Declare.
12625
12626 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
12627
12628 * electric.el (Electric-command-loop): Rename parameter
12629 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
12630
12631 * expand.el (expand-in-literal): Remove unused variable `here'.
12632
12633 * facemenu.el (facemenu-add-new-color):
12634 Remove unused variable `docstring'.
12635
12636 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
12637 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
12638 (face-attr-construct): Mark unused parameter. Doc fix.
12639 (read-color): Remove unused variable `hex-string'.
12640
12641 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
12642 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
12643 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
12644 (display-buffer-other-frame): Remove unused variable `old-window'.
12645 (kill-buffer-hook): Declare.
12646 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
12647 Mark unused parameters.
12648 (after-find-file): Pass 1 to `auto-save-mode', not t.
12649
12650 * files-x.el (auto-insert): Declare.
12651 (modify-file-local-variable-prop-line): Remove unused variable `val'.
12652
12653 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
bd0d2ee2 12654 variable `buf'. Mark unused parameter.
06b60517
JB
12655 (find-lisp-insert-directory): Mark unused parameter.
12656
12657 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
12658 (format-encode-region): Remove unused variables `cur-buf' and `result'.
12659 (format-common-tail): Remove, unused.
12660 (format-deannotate-region): Remove unused variable `loc'.
12661 (format-annotate-region): Remove unused variable `p'.
12662 (format-annotate-single-property-change): Remove unused variables
12663 `default' and `tail'.
12664
12665 * forms.el (read-file-filter): Declare.
12666 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
12667
12668 * frame.el (frame-creation-function-alist): Mark unused parameter.
12669 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
12670
12671 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
12672 Remove unused parameters.
12673 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
12674 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
12675
12676 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
12677 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
12678 (hfy-prepare-tag-map): Mark unused parameters.
12679 (htmlfontify-buffer): Use `called-interactively-p'.
12680
12681 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
12682 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
12683 (ibuffer-do-occur): Mark unused parameters.
12684 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
12685 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
12686
12687 * ibuffer.el: Don't quote `lambda'.
12688 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
12689 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
12690 Mark unused parameters.
12691
12692 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
12693 (ido-completing-read): Mark unused parameters.
12694 (ido-copy-current-word): Mark unused parameters;
12695 remove unused variable `name'.
12696 (ido-sort-merged-list): Remove unused parameter `dirs'.
12697
12698 * ielm.el (ielm-input-sender): Mark unused parameter.
12699 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
12700 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
12701 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
12702 `ielm-string' as a dynamic variable accessible from the IELM prompt.
12703 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
12704
12705 * image-dired.el (image-dired-display-thumbs): Remove unused
12706 variables `curr-file' and `count'.
12707 (image-dired-remove-tag): Remove unused variable `start'.
12708 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
12709 variable `curr-file'
12710 (image-dired-rotate-original): Remove unused variable `temp-file'.
12711 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
12712 Remove unused variable `file'.
12713 (image-dired-gallery-generate): Remove unused variable `curr'.
12714 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
12715
12716 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
12717
12718 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
12719
12720 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
12721
12722 * isearch.el (minibuffer-history-symbol): Declare.
12723 (isearch-edit-string): Remove unused variable `err'.
12724 (isearch-message-prefix, isearch-message-suffix):
12725 Mark unused parameters.
12726
12727 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
12728
12729 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
12730
12731 * makesum.el (double-column): Remove unused variable `cnt'.
12732
12733 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
12734 (ido-ignore-item-temp-list): Declare.
12735
12736 * mouse-drag.el (mouse-drag-throw): Remove unused variables
12737 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
12738 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
12739 (mouse-drag-drag): Remove unused variables `mouse-delta' and
12740 `mouse-col-delta'.
12741
12742 * mouse-sel.el (mouse-extend-internal):
12743 Remove unused variable `orig-window-frame'.
12744
12745 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
12746 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
12747 Move declarations before first use.
12748 (pcomplete-opt): Mark unused parameters; doc fix.
12749
12750 * proced.el (proced-revert): Mark unused parameter.
12751 (proced-send-signal): Remove unused variable `err'.
12752
12753 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
12754 Rename parameter PREFIX-ARG to ARG.
12755 (ps-basic-plot-string, ps-basic-plot-whitespace):
12756 Mark unused parameters.
12757
12758 * replace.el (replace-count): Define.
12759 (occur-revert-function): Mark unused parameters.
12760 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
12761 (isearch-case-fold-search, isearch-string): Declare.
12762 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
12763 bind `case-fold-search'. Remove unused variables `beg' and `end',
12764 and simplify.
12765 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
12766 COUNT and bind `replace-count'.
12767 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
12768 to COUNT.
12769
12770 * savehist.el (print-readably, print-string-length): Declare.
12771
12772 * shadowfile.el (shadow-expand-cluster-in-file-name):
12773 Remove unused variable `cluster'.
12774 (shadow-copy-file): Remove unused variable `i'.
12775 (shadow-noquery, shadow-clusters, shadow-site-cluster)
12776 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
12777 (shadow-define-literal-group, shadow-define-regexp-group)
12778 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
12779
12780 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
12781 (shell): Use `called-interactively-p'.
12782 (shell-directory-tracker): Remove unused variable `chdir-failure'.
12783
12784 * simple.el (compilation-context-lines, comint-file-name-quote-list)
12785 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
12786 (delete-backward-char): Remove unused variable `ocol'.
12787 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
12788 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
12789 (event-apply-hyper-modifier, event-apply-shift-modifier)
12790 (event-apply-control-modifier, event-apply-meta-modifier):
12791 Mark unused parameters.
12792 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
12793 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
12794
12795 * speedbar.el (speedbar-ignored-directory-expressions)
12796 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
12797 (speedbar-find-file, speedbar-dir-follow)
12798 (speedbar-directory-buttons-follow, speedbar-tag-find)
12799 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
12800 (speedbar-buffers-line-directory, speedbar-buffer-click):
12801 Mark unused parameters.
12802 (speedbar-tag-file): Remove unused variable `mode'.
12803 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
12804
12805 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
12806
12807 * talk.el (talk): Remove unused variable `display'.
12808
12809 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
12810 (tar-write-region-annotate): Mark unused parameter.
12811
12812 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
12813 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
12814 Declare them, wrapped in `with-no-warnings' to avoid replacing one
12815 warning by another.
12816
12817 * time-stamp.el (time-stamp-string-preprocess):
12818 Remove unused variable `require-padding'.
12819
12820 * tree-widget.el (widget-glyph-enable): Declare.
12821 (tree-widget-action): Mark unused parameter.
12822
12823 * w32-fns.el (x-get-selection): Mark unused parameter.
12824 (autoload-make-program, generated-autoload-file): Declare.
12825
12826 * wdired.el (wdired-revert): Mark unused parameters.
12827 (wdired-xcase-word): Remove unused variable `err'.
12828
12829 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
12830 (whitespace-help-scroll): Remove unused variable `data-help'.
12831
12832 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
12833 (widget-image-insert, widget-after-change, default)
12834 (widget-default-format-handler, widget-default-notify)
12835 (widget-default-prompt-value, widget-info-link-action)
12836 (widget-url-link-action, widget-function-link-action)
12837 (widget-variable-link-action, widget-file-link-action)
12838 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
12839 (widget-field-prompt-internal, widget-field-action, widget-field-match)
12840 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
12841 (widget-insert-button-action, widget-delete-button-action, visibility)
12842 (widget-documentation-link-action, widget-documentation-string-action)
12843 (widget-const-prompt-value, widget-regexp-match, symbol)
12844 (widget-coding-system-prompt-value)
12845 (widget-key-sequence-value-to-external, sexp)
12846 (widget-sexp-value-to-internal, character, vector, cons)
12847 (widget-choice-prompt-value, widget-boolean-prompt-value)
12848 (widget-color--choose-action): Mark unused parameters.
12849 (widget-item-match-inline, widget-choice-match-inline)
12850 (widget-checklist-match, widget-checklist-match-inline)
12851 (widget-group-match): Rename parameter VALUES to VALS.
12852 (widget-field-value-set): Remove unused variable `size'.
12853 (widget-color-action): Remove unused variables `value' and `start'.
12854
12855 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
bd0d2ee2 12856 variable `dir'. Doc fix.
06b60517
JB
12857 (windmove-find-other-window): Don't pass it.
12858
12859 * window.el (count-windows): Mark unused parameter.
12860 (bw-adjust-window): Remove unused variable `err'.
12861
12862 * woman.el (woman-file-name): Remove unused variable `default'.
12863 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
12864 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
12865 (global-font-lock-mode): Declare.
12866 (woman-decode-region): Mark unused parameter.
12867 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
12868
12869 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
12870 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
12871 (x-dnd-handle-moz-url): Remove unused variable `title'.
12872 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
12873
12874 * xml.el (xml-parse-tag, xml-parse-attlist):
12875 Remove unused variable `pos'.
12876
bc4f7f3d
GM
128772011-04-19 Glenn Morris <rgm@gnu.org>
12878
12879 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
12880 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
12881 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
12882 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
12883 * calendar/cal-html.el (cal-html-insert-minical):
12884 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
12885 (calendar-mark-date-pattern):
12886 Prefix "unused" locals.
12887
12888 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
12889 optional argument `style'.
12890
12891 * calendar/appt.el (appt-make-list):
12892 * calendar/cal-china.el (calendar-chinese-date-string):
12893 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
12894 (diary-hebrew-yahrzeit):
12895 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
12896 * calendar/calendar.el (calendar-generate-window):
12897 * calendar/time-date.el (time-to-days):
12898 Remove unused local variables.
12899
16a43933
CY
129002011-04-18 Chong Yidong <cyd@stupidchicken.com>
12901
12902 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
12903 glyphless-char-display table.
12904 (tabulated-list-glyphless-char-display): New var.
12905
7eed1860
SS
129062011-04-18 Sam Steingold <sds@gnu.org>
12907
12908 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
12909 to acknowledgments.
12910
4d2d1ccd
GM
129112011-04-17 Glenn Morris <rgm@gnu.org>
12912
12913 * calendar/diary-lib.el (diary-sexp-entry):
12914 * calendar/holidays.el (holiday-sexp):
12915 Set debug-on-error rather than the removed stack-trace-on-error.
12916
239da61d
GM
129172011-04-16 Glenn Morris <rgm@gnu.org>
12918
12919 * progmodes/f90.el: Use lexical-binding.
12920 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
12921
8b05752a
SM
129222011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
12923
daca8ba5
SM
12924 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
12925 (mail-mode): Setup mailalias completion here instead.
12926 * mail/mailalias.el: Use lexical-binding.
12927 (pattern, mailalias-done): Declare dynamic.
12928 (mail-completion-at-point-function): New function, from mail-complete.
12929 (mail-complete): Use it.
12930 (mail-completion-expand): New function.
12931 (mail-get-names): Use it.
12932 (mail-directory, mail-directory-process, mail-directory-stream):
12933 Don't use `pattern' for lexically bound arg.
12934
6f542485
SM
12935 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
12936
037e7c3f
SM
12937 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
12938 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
12939 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
12940
8b05752a
SM
12941 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
12942 (byte-save-window-excursion, byte-temp-output-buffer-setup)
12943 (byte-interactive-p): Define them again, for use when inlining
12944 old code.
12945
49093f60
JB
129462011-04-15 Juanma Barranquero <lekktu@gmail.com>
12947
12948 * loadup.el: Use `string-to-number', not `string-to-int'.
12949
b5b8e7de
SM
129502011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
12951
12952 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
12953 gud-gdb-complete-command.
12954 (gud-gdb-completions): New function, from gud-gdb-complete-command.
12955 (gud-gdb-completion-at-point): New function.
12956 (gud-gdb-completions): Remove.
12957
f42efeb5
MA
129582011-04-14 Michael Albinus <michael.albinus@gmx.de>
12959
49093f60
JB
12960 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
12961 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
12962 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
12963 whether `executable-find' is bound.
f42efeb5
MA
12964
12965 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
12966
e240cc21
SM
129672011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
12968
12969 * minibuffer.el (completion-in-region-mode-predicate)
12970 (completion-in-region-mode--predicate): New vars.
12971 (completion-in-region, completion-in-region--postch)
12972 (completion-in-region-mode): Use them.
12973 (completion--capf-wrapper): Also return the hook function.
12974 (completion-at-point, completion-help-at-point):
12975 Adjust and provide a predicate.
c2bd2ab0
SM
12976
12977 Preserve arg names for advice of subr and lexical functions (bug#8457).
12978 * help-fns.el (help-function-arglist): Consolidate the subr and
12979 new-byte-code cases. Add argument `preserve-names' to extract names
12980 from the docstring when needed.
12981 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
12982 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
12983 (ad-arglist): Use help-function-arglist's new arg.
12984 (ad-definition-type): Use cond.
12985
c183f693
JB
129862011-04-13 Juanma Barranquero <lekktu@gmail.com>
12987
06641a47
JB
12988 * autorevert.el (auto-revert-handler):
12989 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
12990 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
12991 Don't quote lambda.
12992
c183f693
JB
12993 * image-mode.el (image-transform-set-scale):
12994 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
12995
1e3b6001
G
129962011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
12997
12998 * net/network-stream.el (network-stream-open-starttls): Only do
e9fce1ac 12999 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
1e3b6001
G
13000 Upgrades via gnutls-cli are too slow to be done opportunistically.
13001
2d6af8dd
JB
130022011-04-12 Juanma Barranquero <lekktu@gmail.com>
13003
13004 * dframe.el (dframe-current-frame): Remove spurious quote.
13005
c0749a51
GM
130062011-04-12 Glenn Morris <rgm@gnu.org>
13007
088d0d61
GM
13008 * calendar/cal-tex.el (cal-tex-end-document):
13009 Try to automatically use latin1 input if needed.
13010
c0749a51
GM
13011 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
13012 Don't try to cons a mark onto an empty element.
13013
5c90fde0
LL
130142011-04-11 Leo Liu <sdl.web@gmail.com>
13015
13016 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
13017 buffers.
13018 (ido-kill-buffer-at-head): Support killing virtual buffers.
13019
369e974d
CY
130202011-04-10 Chong Yidong <cyd@stupidchicken.com>
13021
13022 * minibuffer.el (completion-show-inline-help): New var.
13023 (completion--do-completion, minibuffer-complete)
daca8ba5
SM
13024 (minibuffer-force-complete, minibuffer-complete-word):
13025 Inhibit minibuffer messages if completion-show-inline-help is nil.
369e974d
CY
13026
13027 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
13028 to avoid interference from inline help (Bug#5849).
13029
37f1c930
LL
130302011-04-10 Leo Liu <sdl.web@gmail.com>
13031
099c39a4
JB
13032 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
13033 Fix typo.
37f1c930 13034
a32d4040
CY
130352011-04-09 Chong Yidong <cyd@stupidchicken.com>
13036
13037 * image-mode.el (image-toggle-display-image): Signal an error if
13038 not in Image mode.
13039 (image-transform-mode, image-transform-resize)
13040 (image-transform-set-rotation): Doc fix.
daca8ba5 13041 (image-transform-set-resize): Delete.
a32d4040
CY
13042 (image-transform-set-scale, image-transform-fit-to-height)
13043 (image-transform-fit-to-width): Handle image-toggle-display-image
13044 and image-transform-resize directly.
13045
099c39a4 130462011-04-08 Sho Nakatani <lay.sakura@gmail.com>
d7b89879
TH
13047
13048 * doc-view.el (doc-view-fit-width-to-window)
099c39a4
JB
13049 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
13050 New functions for fitting the shown image to the Emacs window size.
d7b89879
TH
13051 (doc-view-mode-map): Add bindings for the new functions.
13052
099c39a4 130532011-04-08 Juanma Barranquero <lekktu@gmail.com>
ddc20cdb 13054
4d61f28d 13055 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
ddc20cdb
JB
13056 Fix typo in docstring.
13057
3726838a
EZ
130582011-04-08 Eli Zaretskii <eliz@gnu.org>
13059
04f33f1e
EZ
13060 * files.el (file-size-human-readable): Produce one digit after
13061 decimal, like "ls -lh" does.
13062
13063 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
13064 the file size representation.
13065
3726838a
EZ
13066 * simple.el (list-processes): If async subprocesses are not
13067 available, error out with a clear error message.
13068
cbb59342
CY
130692011-04-08 Chong Yidong <cyd@stupidchicken.com>
13070
13071 * help.el (help-form-show): New function, to be called from C.
13072 Put help-form output in a buffer named differently than *Help*.
13073
e3971c44
EZ
130742011-04-08 Eli Zaretskii <eliz@gnu.org>
13075
13076 * files.el (file-size-human-readable): New function.
13077
13078 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
13079 computing the representation inline. Don't require `cl'.
13080
12544bbe
GM
130812011-04-08 Glenn Morris <rgm@gnu.org>
13082
a1de6c6a
GM
13083 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
13084
3c4671f4
GM
13085 * net/browse-url.el (browse-url-firefox):
13086 Test system-type, not system-configuration.
13087
b605679c
GM
13088 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
13089 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
13090 Use log-edit-empty-buffer-p. (Bug#7598)
13091
56442f0c
GM
13092 * net/rlogin.el (rlogin-process-connection-type): Simplify.
13093 (rlogin-mode-map): Initialize in the defvar.
13094 (rlogin): Use ignore-errors.
13095
12544bbe
GM
13096 * replace.el (occur-mode-map): Some fixes for menu items.
13097
eb237b0f
AH
130982011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
13099
13100 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
13101
7d668f2c
CY
131022011-04-06 Chong Yidong <cyd@stupidchicken.com>
13103
e67a13ab
CY
13104 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
13105 issuing unused warnings.
13106
13107 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
13108 macro directly.
13109
7d668f2c
CY
13110 * simple.el: Lisp reimplement of list-processes. Based on an
13111 earlier reimplementation by Leo Liu, but using tabulated-list.el.
13112 (process-menu-mode): New major mode.
13113 (list-processes--refresh, list-processes):
13114 (process-menu-visit-buffer): New functions.
13115
13116 * files.el (save-buffers-kill-emacs): Don't assume any return
13117 value of list-processes, which is undocumented anyway.
13118
a83ec3c9
CY
131192011-04-06 Chong Yidong <cyd@stupidchicken.com>
13120
13121 * emacs-lisp/tabulated-list.el: New file.
13122
e91a96fe
CY
13123 * emacs-lisp/package.el: Use Tabulated List mode.
13124 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
13125 (package-menu-mode): Derive from tabulated-list-mode. Set up the
13126 table format using Tabulated List mode variables.
13127 (package--push): New macro, replacing package-list-maybe-add.
13128 (package-menu--generate): Use package--push. Renamed from
13129 package--generate-package-list.
13130 (package-menu-refresh, list-packages): Use it.
daca8ba5 13131 (package-menu--print-info): Rename from package-print-package.
e91a96fe 13132 Return insertion data instead of inserting it directly.
099c39a4
JB
13133 (package-menu-describe-package, package-menu-execute):
13134 Use tabulated-list-get-id.
e91a96fe
CY
13135 (package-menu-mark-delete, package-menu-mark-install)
13136 (package-menu-mark-unmark, package-menu-backup-unmark)
099c39a4
JB
13137 (package-menu-mark-obsolete-for-deletion):
13138 Use tabulated-list-put-tag.
e91a96fe
CY
13139 (package--list-packages, package-menu-revert)
13140 (package-menu-get-package, package-menu-get-version)
13141 (package-menu-sort-by-column): Functions deleted.
13142 (package-menu-package-list, package-menu-sort-key): Vars deleted.
13143 (package-menu--status-predicate, package-menu--version-predicate)
13144 (package-menu--name-predicate)
13145 (package-menu--description-predicate): Handle arguments in the
13146 Tabulated List format.
13147 (package-list-packages-no-fetch): Call list-packages.
13148
3e214b50
JB
131492011-04-06 Juanma Barranquero <lekktu@gmail.com>
13150
13151 * files.el (after-find-file-from-revert-buffer): Remove variable.
c9d0ec6d 13152 (after-find-file): Don't bind it.
3e214b50
JB
13153 (revert-buffer-in-progress-p): New variable.
13154 (revert-buffer): Bind it.
13155 Pass nil for `after-find-file-from-revert-buffer'.
13156
13157 * saveplace.el (save-place-find-file-hook): Use new variable
13158 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
13159
3f0f1700
GM
131602011-04-06 Glenn Morris <rgm@gnu.org>
13161
c0274801
GM
13162 * Makefile.in (AUTOGEN_VCS): New variable.
13163 (autoloads): Use $AUTOGEN_VCS.
13164
3f0f1700
GM
13165 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
13166 * calendar/calendar.el (calendar-mode-map):
13167 Check for toolkit scroll bars. (Bug#8305)
13168
41ea9e48
CY
131692011-04-05 Chong Yidong <cyd@stupidchicken.com>
13170
13171 * minibuffer.el (completion-in-region--postch)
13172 (completion-in-region-mode): Remove unnecessary messages.
13173
6194c800
JB
131742011-04-05 Juanma Barranquero <lekktu@gmail.com>
13175
33256f14
JB
13176 * font-lock.el (font-lock-refresh-defaults):
13177 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
13178 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
13179
6194c800
JB
13180 * info.el (Info-directory-list, Info-read-node-name-2)
13181 (Info-split-parameter-string): Doc fixes.
13182 (Info-virtual-nodes): Reflow docstring.
13183 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
13184 (Info-apropos-toc-nodes, info-finder, Info-get-token)
13185 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
13186 Fix typos in docstrings.
13187 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
13188 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
13189 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
13190 (Info-restore-desktop-buffer): Mark unused parameters.
13191 (Info-directory-find-file, Info-directory-find-node)
13192 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
13193 (Info-virtual-index-find-node, Info-apropos-find-file)
13194 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
33256f14 13195 Mark unused parameters; fix typos in docstrings.
6194c800
JB
13196 (Info-virtual-index): Remove unused local variable `nodename'.
13197
b87a8200 131982011-04-05 Deniz Dogan <deniz@dogan.se>
0f6ee7d2 13199
b87a8200
DD
13200 * net/rcirc.el: Update my e-mail address.
13201 (rcirc-mode-map): Remove M-o binding.
0f6ee7d2 13202
3b2ff876
CY
132032011-04-05 Chong Yidong <cyd@stupidchicken.com>
13204
13205 * startup.el (command-line): Save the cursor's theme-face
13206 directly, instead of using face-override-spec.
13207
13208 * custom.el (load-theme): Minor optimization in assigning faces.
13209
8d17e7ca
JB
132102011-04-04 Juanma Barranquero <lekktu@gmail.com>
13211
13212 * help-fns.el (describe-variable): Complete all variables having
13213 documentation, including keywords.
13214 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
13215
2fbc1934
JB
132162011-04-04 Juanma Barranquero <lekktu@gmail.com>
13217
13218 Convert to lexical-binding.
13219
13220 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
13221 (bs--get-marked-string, bs--get-modified-string)
13222 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
13223 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
13224 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
13225
13226 * ehelp.el (electric-help-execute-extended)
13227 (electric-help-ctrl-x-prefix):
13228 * hexl.el (hexl-revert-buffer-function):
13229 * linum.el (linum-after-change, linum-after-scroll):
13230 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
13231
13232 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
13233
74f50695
DU
132342011-04-04 Daiki Ueno <ueno@unixuser.org>
13235
13236 * epa-dired.el:
13237 * epa-mail.el:
13238 * epa-hook.el:
13239 * epa-file.el:
13240 * epa.el:
13241 * epg.el: Use lexical binding.
13242
c11325f7
CY
132432011-04-03 Chong Yidong <cyd@stupidchicken.com>
13244
0d9e9a12
CY
13245 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
13246
c11325f7 13247 * textmodes/flyspell.el (flyspell-word): Recognize default
daca8ba5
SM
13248 dictionary case for flyspell-mark-duplications-exceptions.
13249 Use regexp matching for languages.
c11325f7
CY
13250 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
13251 default dictionary (Bug#7926).
13252
da91b5f2
CY
132532011-04-02 Chong Yidong <cyd@stupidchicken.com>
13254
099c39a4
JB
13255 * emacs-lisp/package.el (package--with-work-buffer):
13256 Recognize https URLs.
da91b5f2 13257
099c39a4
JB
13258 * net/network-stream.el: Move from gnus/proto-stream.el.
13259 Change prefix to network-stream throughout.
da91b5f2
CY
13260 (open-protocol-stream): Merge into open-network-stream, leaving
13261 open-protocol-stream as an alias. Handle nil BUFFER args.
13262
13263 * subr.el (open-network-stream): Move to net/network-stream.el.
13264
afa8e9f6
GM
132652011-04-02 Glenn Morris <rgm@gnu.org>
13266
1d2e369d
GM
13267 * find-dired.el (find-exec-terminator): New option.
13268 (find-ls-option): Test for -ls support.
13269 (find-ls-subdir-switches): Test for -b in find-ls-option.
13270 (find-dired, find-grep-dired): Doc fixes.
13271 (find-dired): Use find-exec-terminator.
13272
8abb7da8 13273 * find-dired.el (find-ls-option, find-ls-subdir-switches)
e7a395b5
GM
13274 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
13275 (find-name-arg): Remove purecopy.
8abb7da8 13276
f3ca7378
GM
13277 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
13278 (grep-compute-defaults): Check for `-exec COMMAND +' support.
13279 Set grep-find-use-xargs, grep-find-command, and grep-find-template
13280 accordingly. Don't add the null-device if not needed.
13281
afa8e9f6
GM
13282 * files.el (save-some-buffers): Doc fix.
13283
35eae264
EZ
132842011-04-02 Eli Zaretskii <eliz@gnu.org>
13285
13286 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
13287
26b51db5
JB
132882011-04-01 Juanma Barranquero <lekktu@gmail.com>
13289
13290 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
13291 Use `dolist' rather than `mapcar'.
13292
7200d79c
SM
132932011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
13294
03408648 13295 Add lexical binding.
7200d79c 13296
03408648
SM
13297 * subr.el (apply-partially): Use new closures rather than CL.
13298 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
13299 (dolist, dotimes): Use slightly different expansion for lexical code.
13300 (functionp): Move to C.
13301 (letrec): New macro.
13302 (with-wrapper-hook): Use it and apply-partially instead of CL.
13303 (eval-after-load): Preserve lexical-binding.
13304 (save-window-excursion, with-output-to-temp-buffer): Turn them
13305 into macros.
7200d79c 13306
03408648
SM
13307 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
13308
13309 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
13310 than the arglist.
13311 (help-add-fundoc-usage): Don't add `Not documented'.
13312 (help-function-arglist): Handle closures, subroutines, and new
13313 byte-code-functions.
13314 (help-make-usage): Remove leading underscores.
13315 (describe-function-1): Handle closures.
13316 (describe-variable): Use special-variable-p for completion.
13317
13318 * files.el (lexical-binding): Declare safe.
f488fb65 13319
03408648
SM
13320 * emacs-lisp/pcase.el: Don't use destructuring-bind.
13321 (pcase--memoize): Rename from pcase-memoize. Change weakness.
13322 (pcase): Add `let' pattern.
13323 Change memoization so it actually works.
13324 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
13325 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
13326 <let>: New case.
f488fb65 13327
03408648
SM
13328 * emacs-lisp/macroexp.el: Use lexical binding.
13329 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
13330 Don't convert ' to #' without checking that it's indeed quoting
13331 a lambda.
13332
13333 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
f488fb65 13334 Use eval-sexp-add-defvars.
03408648
SM
13335 (eval-sexp-add-defvars): New fun.
13336
13337 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
13338
13339 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
13340 Don't autoload.
13341 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
13342 than the internal `byte-compile-lambda'.
13343 (defmethod): Don't hide code under quotes.
13344 (eieio-defmethod): New `code' argument.
13345
13346 * emacs-lisp/eieio-comp.el: Remove.
13347
13348 * emacs-lisp/edebug.el (edebug-eval-defun)
13349 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
13350 (edebug-toggle): Avoid `eval'.
13351
13352 * emacs-lisp/disass.el (disassemble-internal): Handle new
13353 `closure' objects.
13354 (disassemble-1): Handle new byte codes.
13355
13356 * emacs-lisp/cl.el (pushnew): Silence warning.
13357
13358 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
13359 (cl-byte-compile-throw): Remove.
13360 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
13361
13362 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
13363 closures.
13364
13365 * emacs-lisp/cconv.el: New file.
13366
13367 * emacs-lisp/bytecomp.el: Use lexical binding instead of
13368 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
13369 (byte-compile-initial-macro-environment):
13370 Handle declare-function here.
13371 (byte-compile--lexical-environment): New var.
13372 (byte-stack-ref, byte-stack-set, byte-discardN)
13373 (byte-discardN-preserve-tos): New lap codes.
13374 (byte-interactive-p): Don't use any more.
13375 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
13376 New macros.
13377 (byte-compile-lapcode): Use them and handle new lap codes.
13378 (byte-compile-obsolete): Remove.
13379 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
13380 (byte-compile-arglist-warn): Check late def of inlinable funs.
13381 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
13382 since they should have been expanded by now.
13383 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
13384 (byte-compile-from-buffer): Remove unused second arg.
13385 (byte-compile-preprocess): New function.
13386 (byte-compile-toplevel-file-form): New function to distinguish
13387 file-form calls from outside from file-form calls from hunk-handlers.
13388 (byte-compile-file-form): Simplify.
13389 (byte-compile-file-form-defsubst): Remove.
13390 (byte-compile-file-form-defmumble): Simplify now that
13391 byte-compile-lambda always returns a byte-code-function.
13392 (byte-compile): Preprocess.
13393 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
13394 Remove, not used any more.
13395 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
13396 (byte-compile-make-args-desc): New funs.
13397 (byte-compile-lambda): Handle lexical functions. Always return
13398 a byte-code-function.
13399 (byte-compile-reserved-constants): New var, to make up room for
13400 closed-over variables.
13401 (byte-compile-constants-vector): Obey it.
13402 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
13403 (byte-compile-macroexpand-declare-function): New function.
13404 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
13405 byte-code-functions.
13406 (byte-compile-form): Check obsolescence here.
13407 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
13408 (byte-compile-variable-ref): Remove.
13409 (byte-compile-dynamic-variable-op): New fun.
13410 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
13411 (byte-compile-variable-set): New funs.
13412 (byte-compile-discard): Add 2 args.
13413 (byte-compile-stack-ref, byte-compile-stack-set)
13414 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
13415 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
13416 macroexpand-all instead.
13417 (byte-compile-quote-form): Remove.
13418 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
13419 (byte-compile-bind, byte-compile-unbind): New funs.
13420 (byte-compile-let): Handle let* and lexical binding.
13421 (byte-compile-let*): Remove.
13422 (byte-compile-catch, byte-compile-unwind-protect)
13423 (byte-compile-track-mouse, byte-compile-condition-case):
13424 Handle a new :fun-body form, used for lexical scoping.
13425 (byte-compile-save-window-excursion)
13426 (byte-compile-with-output-to-temp-buffer): Remove.
13427 (byte-compile-defun): Simplify.
13428 (byte-compile-stack-adjustment): New fun.
13429 (byte-compile-out): Use it.
13430 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
13431
13432 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
13433 handler any more.
13434
13435 * emacs-lisp/byte-opt.el: Use lexical binding.
13436 (byte-inline-lapcode): Remove (to bytecomp).
13437 (byte-compile-inline-expand): Pay attention to inlining to/from
13438 lexically bound code.
13439 (byte-compile-unfold-lambda): Don't handle byte-code-functions
13440 any more.
13441 (byte-optimize-form-code-walker): Don't handle save-window-excursion
13442 any more and don't call compiler-macros.
13443 (byte-compile-splice-in-already-compiled-code): Remove.
13444 (byte-code): Don't inline any more.
13445 (disassemble-offset): Receive `bytes' as argument rather than via
13446 dynamic scoping.
13447 (byte-compile-tag-number): Declare before first use.
13448 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
13449 `return' even if make-spliceable.
13450 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
13451 obsolete interactive-p.
13452 (byte-optimize-lapcode): Optimize new lap-codes.
13453 Don't trip up on new form of `byte-constant' lap code.
13454
13455 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
13456
13457 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
13458
13459 * custom.el (custom-initialize-default, custom-declare-variable):
13460 Use `defvar'.
13461
13462 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
13463 New variables.
13464 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
13465 (COMPILE_FIRST): Add macroexp and cconv.
13466 * makefile.w32-in: Mirror changes in Makefile.in.
13467
13468 * vc/cvs-status.el:
13469 * vc/diff-mode.el:
13470 * vc/log-edit.el:
13471 * vc/log-view.el:
13472 * vc/smerge-mode.el:
13473 * textmodes/bibtex-style.el:
13474 * textmodes/css.el:
13475 * startup.el:
13476 * uniquify.el:
da91b5f2
CY
13477 * minibuffer.el:
13478 * newcomment.el:
13479 * reveal.el:
13480 * server.el:
13481 * mpc.el:
13482 * emacs-lisp/smie.el:
13483 * doc-view.el:
13484 * dired.el:
03408648
SM
13485 * abbrev.el: Use lexical binding.
13486
0f0c1f27
EZ
134872011-04-01 Eli Zaretskii <eliz@gnu.org>
13488
13489 * info.el (info-display-manual): New function.
13490
c82b2579
SM
134912011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
13492
13493 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
13494
221ddf68
TH
134952011-03-31 Tassilo Horn <tassilo@member.fsf.org>
13496
13497 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
2fbc1934 13498 an entry for that server in rcirc-authinfo. (Bug#8385)
221ddf68 13499
cba6e77e
GM
135002011-03-31 Glenn Morris <rgm@gnu.org>
13501
e040639f
GM
13502 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
13503
cba6e77e
GM
13504 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
13505
6d0f1c9e
CS
135062011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
13507
13508 * progmodes/python.el (python-default-interpreter)
13509 (python-python-command-args, python-jython-command-args)
13510 (python-which-shell, python-which-args, python-which-bufname)
13511 (python-file-queue, python-comint-output-filter-function)
13512 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
13513 variables and functions.
13514
3e2d70fd
SM
135152011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
13516
13517 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
13518 (completion-in-region-mode): New minor mode.
13519 (completion-in-region): Use it.
13520 (completion-in-region--data, completion-in-region-mode-map): New vars.
13521 (completion-in-region--postch): New function.
13522 (completion--capf-misbehave-funs, completion--capf-safe-funs):
13523 New vars.
13524 (completion--capf-wrapper): New function.
13525 (completion-at-point): Use it to track well-behavedness of
13526 hook functions.
13527 (completion-help-at-point): New command.
13528
f3e4086c
JM
135292011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
13530
13531 * vc/add-log.el (add-change-log-entry): Don't use whitespace
13532 syntax class to search for whitespace on a single line
13533 (Message-ID: <4D938140.4030905@redhat.com>).
13534
eb7ffc14
LL
135352011-03-30 Leo Liu <sdl.web@gmail.com>
13536
13537 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
13538 New commands.
13539 (edit-abbrevs-map): Bind them here.
13540 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
13541
d806ab68
KM
135422011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
13543
13544 * allout.el (allout-hide-by-annotation, allout-flag-region):
13545 Reduce possibility of overlay leakage by making them volatile.
13546
13547 * allout-widgets.el (allout-widgets-tally): Define as nil so the
13548 hash is not shared between buffers. Mode initialization is
13549 responsible for giving it a useful starting value.
13550 (allout-item-span): Reduce possibility of overlay leakage by
13551 making them volatile.
13552 (allout-widgets-count-buttons-in-region): Add diagnostic function
13553 for tracking down button overlay leaks.
13554
ea622834
LL
135552011-03-29 Leo Liu <sdl.web@gmail.com>
13556
13557 * ido.el (ido-read-internal): Use the default history var
13558 minibuffer-history if no HISTORY is specified.
13559
b62f8267
G
135602011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
13561
03408648
SM
13562 * net/imap.el (imap-shell-open, imap-process-connection-type):
13563 Use imap-process-connection-type for 'shell' streams as well as
b62f8267
G
13564 Kerberos, SSL, other subprocesses.
13565
947b6566
LL
135662011-03-28 Leo Liu <sdl.web@gmail.com>
13567
13568 * abbrev.el (abbrev-table-empty-p): New function.
13569 (prepare-abbrev-list-buffer): Place empty abbrev tables after
13570 nonempty ones. (Bug#5937)
13571
5ffb62aa
JD
135722011-03-27 Jan Djärv <jan.h.d@swipnet.se>
13573
13574 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
13575
7a097943
LL
135762011-03-27 Leo Liu <sdl.web@gmail.com>
13577
13578 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
13579 for foreground and background colors.
13580 (ansi-color-make-color-map): Adapt.
13581
c5b40130
LL
135822011-03-25 Leo Liu <sdl.web@gmail.com>
13583
1f48f7d2
LL
13584 * midnight.el (midnight-time-float): Remove. Note it calculates
13585 the microsecond component incorrectly and seconds-to-time does the
13586 same job.
625897ec 13587 Remove redundant (require 'timer).
1f48f7d2 13588
c5b40130
LL
13589 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
13590 (ido-completions): Remove unused arguments. (Bug#8329)
13591
d86d2721
SM
135922011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
13593
13594 * minibuffer.el (completion--flush-all-sorted-completions):
13595 Remove itself from hook.
13596 (completion-at-point): Let the functions perform the completion
13597 immediately and return nil or t.
13598 * comint.el (comint-dynamic-complete-functions): Now identical to
13599 completion-at-point-functions.
13600 (comint-dynamic-list-input-ring): Remove unused var `index'.
13601 (comint--match-partial-filename, comint--unquote&expand-filename):
13602 New funs, split from comint-match-partial-filename.
13603 (comint-dynamic-complete): Use completion-at-point.
13604 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
13605
e8974c48
DA
136062011-03-24 Drew Adams <drew.adams@oracle.com>
13607
13608 * thingatpt.el: Support `defun'.
13609
def71b5e
LL
136102011-03-23 Leo Liu <sdl.web@gmail.com>
13611
cb5af48e
LL
13612 * abbrevlist.el: Move to obsolete/abbrevlist.el.
13613
def71b5e
LL
13614 * help-mode.el (help-mode-finish): Tweak regexp.
13615
927c53e7
GM
136162011-03-23 Glenn Morris <rgm@gnu.org>
13617
18d05bed
GM
13618 * eshell/esh-opt.el (eshell-eval-using-options):
13619 Do not bind unused local variable `eshell-option-stub'.
13620
927c53e7
GM
13621 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
13622
9d0da923
JB
136232011-03-22 Juanma Barranquero <lekktu@gmail.com>
13624
13625 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
13626 keymap variable in `with-no-warnings' to avoid a warning when the
13627 keymap has been already `defconst'ed.
13628
4b978a67
LL
136292011-03-22 Leo Liu <sdl.web@gmail.com>
13630
13631 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
13632 encode all chars in abbrevs; otherwise use emacs-mule or
13633 utf-8-emacs. (Bug#8308)
13634
5fd62452
JB
136352011-03-22 Juanma Barranquero <lekktu@gmail.com>
13636
0b1596c6
JB
13637 * simple.el (backward-delete-char-untabify):
13638 Avoid warning about using `delete-backward-char'.
13639
5fd62452
JB
13640 * image.el (image-type-file-name-regexps): Make it variable.
13641 `imagemagick-register-types' modifies it, and the user may want
13642 to add new extensions for known image types.
13643 (imagemagick-register-types): Throw error if not using ImageMagick.
13644
0b4e93f1
LL
136452011-03-22 Leo Liu <sdl.web@gmail.com>
13646
13647 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
13648 located before rcirc-prompt-end-marker.
13649 (rcirc-complete): Error if point is not after rcirc prompt.
13650 Handle the case when table is nil.
9882e214 13651 (rcirc-user-authenticated): Define to fix compiler warning.
0b4e93f1 13652
fccee4ab
CY
136532011-03-22 Chong Yidong <cyd@stupidchicken.com>
13654
13655 * custom.el (custom--inhibit-theme-enable): Make it affect only
13656 custom-theme-set-variables and custom-theme-set-faces.
13657 (provide-theme): Ignore custom--inhibit-theme-enable.
13658 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
13659 (custom-enabling-themes): Delete variable.
d86d2721
SM
13660 (enable-theme): Accept only loaded themes as arguments.
13661 Ignore the special custom-enabled-themes variable.
fccee4ab
CY
13662 (custom-enabled-themes): Forbid themes from setting this.
13663 Eliminate use of custom-enabling-themes.
13664 (custom-push-theme): Quote "changed" custom var entry.
0357c7ae 13665
af896da6
LL
136662011-03-21 Leo Liu <sdl.web@gmail.com>
13667
13668 * ido.el (ido-read-internal): Add ido-selected to history instead
13669 of user input.
13670
78f64af0
SM
136712011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
13672
13673 * subr.el (deferred-action-list, deferred-action-function):
13674 Mark obsolete.
13675
b16ac1ec
LL
136762011-03-21 Leo Liu <sdl.web@gmail.com>
13677
810f7698
LL
13678 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
13679 change on 2011-02-13 (bug#8309).
13680
b16ac1ec
LL
13681 * minibuffer.el (read-file-name-function): Change default value.
13682 (read-file-name--defaults): Rename from read-file-name-defaults.
13683 (read-file-name-default): Rename from read-file-name.
13684 (read-file-name): Call read-file-name-function.
13685
4e05e67e
GM
136862011-03-21 Glenn Morris <rgm@gnu.org>
13687
13688 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
13689 Doc fixes.
13690
4359915b
CY
136912011-03-21 Chong Yidong <cyd@stupidchicken.com>
13692
13693 * cus-theme.el: Add missing provide statement.
13694 (customize-create-theme): Extract theme value correctly.
13695 (custom-theme-visit-theme): Autoload.
13696 (customize-create-theme): Prompt before inserting default faces.
13697
1fe275ee
JB
136982011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
13699
13700 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
13701 units and musical notes.
13702
cd394be1 137032011-03-20 Leo Liu <sdl.web@gmail.com>
3ec03f7e
LL
13704
13705 * ido.el (ido-read-internal): Use completing-read-default.
13706 (ido-completing-read): Fix compatibility with completing-read.
13707
7d476bde
CO
137082011-03-20 Christian Ohler <ohler@gnu.org>
13709
13710 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
13711 (ert-delete-all-tests): Use `called-interactively-p' rather than
13712 `interactive-p'.
13713 (ert--make-xrefs-region): Respect END.
13714
fe0fb33e
CY
137152011-03-19 Chong Yidong <cyd@stupidchicken.com>
13716
ff854b0b
CY
13717 * dired-aux.el (dired-create-directory): Signal an error if the
13718 directory already exists (Bug#8246).
13719
fe0fb33e
CY
13720 * facemenu.el (list-colors-display): Call list-faces-display
13721 inside with-help-window.
13722 (list-colors-print): Use display property to align the final
13723 column, instead of checking window-width.
13724
576bce32
EZ
137252011-03-19 Eli Zaretskii <eliz@gnu.org>
13726
4d61f28d 13727 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
576bce32
EZ
13728 windows-nt systems.
13729 (emerge-protect-metachars): Quote correctly for ms-dos and
13730 windows-nt systems.
13731
89c41d68 137322011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
e6ce307c
RS
13733
13734 * info.el (info-initialize): Replace all uses of `:' with
13735 path-separator for compatibility with non-Unix systems.
13736 Cache quoting of path-separator. (Bug#8258)
13737
b14e3e21 137382011-03-19 Juanma Barranquero <lekktu@gmail.com>
ad22b7f7
JB
13739
13740 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
13741 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
13742 (mouse-avoidance-mode): Fix typos in docstrings.
13743
4525ce3e
CY
137442011-03-19 Chong Yidong <cyd@stupidchicken.com>
13745
13746 * startup.el (package-subdirectory-regexp): Move from package.el.
13747 Omit \\` and \\', and let callers add them.
13748
13749 * emacs-lisp/package.el (package-strip-version)
13750 (package-load-all-descriptors): Add \\` and \\' to
13751 package-subdirectory-regexp before using it.
13752 (package-untar-buffer): New arg DIR; ensure that file untars only
13753 into this expected directory. Remove superfluous delete-region.
13754 (package-unpack): Caller changed.
13755 (package-tar-file-info): Use package-subdirectory-regexp.
13756
a904a09a 137572011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1518e4f0 13758
a904a09a
SM
13759 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
13760 diff-mode-shared-map (bug#8284).
13761 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
1518e4f0
G
13762
137632011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
13764
13765 * calendar/time-date.el (format-seconds): Use assoc instead of
13766 assoc-string, since assoc-string doesn't exist in XEmacs.
13767
171fc304
JB
137682011-03-17 Juanma Barranquero <lekktu@gmail.com>
13769
13770 * custom.el (custom-known-themes): Reflow docstring.
13771 (custom-theme-load-path): Fix typo in docstring.
13772 (load-theme): Fix typo in error message.
13773 (custom-available-themes, custom-variable-theme-value):
13774 Use `let', not `let*'.
13775
d71990a1
JB
137762011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
13777
13778 * calc/README: Mention inclusion of musical notes.
13779
13780 * calc/calc-units.el (calc-lu-quant): Rename from
13781 `calc-logunits-quantity'.
13782 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
13783 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
13784 (calc-db): Rename from `calc-dblevel'.
13785 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
13786 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
13787 (calc-np): Rename from `calc-nplevel'.
13788 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
13789 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
13790 (calc-lu-plus): Rename from `calc-logunits-add'.
13791 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
13792 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
13793 (calc-lu-minus): Rename from `calc-logunits-sub'.
13794 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
13795 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
13796 (calc-lu-times): Rename from `calc-logunits-mul'.
13797 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
13798 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
13799 (calc-lu-divide): Rename from `calc-logunits-div'.
13800 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
13801 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
13802
13803 * calc/calc-ext.el (calc-init-extensions): Update the names of the
13804 functions being autoloaded.
13805
13806 * calc/calc.el (calc-lu-power-reference): Rename from
13807 `calc-logunits-power-reference'.
13808 (calc-lu-field-reference): Rename from
13809 `calc-logunits-field-reference'.
13810
7a71b18d
GM
13811 * calc/calc-help.el (calc-l-prefix-help):
13812 Mention musical note functions.
d71990a1 13813
40c2934b
SM
138142011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
13815
13816 * minibuffer.el (completion-all-sorted-completions):
13817 Use :completion-cycle-penalty text property if present.
13818
b0911414
KM
138192011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
13820
13821 * allout.el (allout-yank-processing): Adjust for new rebulleting
13822 regime so bullet being yanked is used without prompting the user
13823 for a choice.
13824
8a05b668
JB
138252011-03-16 Juanma Barranquero <lekktu@gmail.com>
13826
13827 * startup.el (command-line): Warn the user that _emacs is deprecated.
13828
5ba5fb81
JB
138292011-03-16 Juanma Barranquero <lekktu@gmail.com>
13830
13831 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
13832 (delphi-verbose, delphi-comment-face, delphi-string-face)
13833 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
13834 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
13835 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
13836 (delphi-new-comment-line, delphi-font-lock-defaults)
13837 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
13838 Fix typos in docstrings.
13839
2dab465b
KM
138402011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
13841
5ba5fb81 13842 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
2dab465b
KM
13843 Invert the roles of character and string values for INSTEAD, so a
13844 string is used for the more common case of a defaulting prompt.
13845
0adf5618
SM
138462011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
13847
13848 * progmodes/ruby-mode.el (ruby-backward-sexp):
13849 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
13850 * play/gamegrid.el (gamegrid-make-face):
13851 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
13852 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
13853 * notifications.el (notifications-notify):
13854 * net/xesam.el (xesam-search-engines):
13855 * net/quickurl.el (quickurl-list-insert):
13856 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
13857
d72700e5
CY
138582011-03-15 Chong Yidong <cyd@stupidchicken.com>
13859
13860 * startup.el (command-line): Update package subdirectory regexp.
13861
49c5410a
SM
138622011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
13863
c6eee9aa
SM
13864 * allout.el (allout-abbreviate-flattened-numbering)
13865 (allout-mode-deactivate-hook): Fix up obsolescence "date".
13866
49c5410a
SM
13867 * subr.el (read-char-choice): Only show the cursor after the prompt,
13868 not after the answer.
13869
047b2bb9
KR
138702011-03-15 Kevin Ryde <user42@zip.com.au>
13871
13872 * help-fns.el (variable-at-point): Skip leading quotes, if any
13873 (bug#8253).
13874
0a57d256
SM
138752011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
13876
13877 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
13878 warning message.
13879
77c992bc
MA
138802011-03-14 Michael Albinus <michael.albinus@gmx.de>
13881
13882 * shell.el (shell): When called interactively, offer to change the
13883 shell file name on remote hosts.
13884
eebc475d
TZ
138852011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
13886
13887 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
13888 integration for LDAP parameters. The host, base, user or binddn,
13889 and secret tokens can be specified in a netrc file, for instance.
13890 This is optional because an `auth-source' parameter must be
13891 specified in the search attributes.
13892
9d05d1ba
JB
138932011-03-13 Juanma Barranquero <lekktu@gmail.com>
13894
13895 * help.el (describe-mode): Link to the mode's definition (bug#8185).
13896
09d9db2c
GM
138972011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
13898
13899 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
13900 into declaration. Remove redundant and harmful binding.
13901
139022011-03-12 Eli Zaretskii <eliz@gnu.org>
13903
13904 * files.el (file-ownership-preserved-p): Pass `integer' as an
13905 explicit 2nd argument to `file-attributes'. If the file's owner
13906 is the Administrators group on Windows, and the current user is
13907 Administrator, consider that a match.
13908
13909 * server.el (server-ensure-safe-dir): Consider server directory
13910 safe on MS-Windows if its owner is the Administrators group while
13911 the current Emacs user is Administrator. Use `=' to compare
13912 numerical UIDs, since they could be integers or floats.
13913
219bd536
JB
139142011-03-12 Juanma Barranquero <lekktu@gmail.com>
13915
13916 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
13917
f3afd36b
MA
139182011-03-12 Michael Albinus <michael.albinus@gmx.de>
13919
13920 Sync with Tramp 2.2.1.
13921
13922 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
13923
13924 * net/trampver.el: Update release number.
13925
3aaaa6f1
SM
139262011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
13927
94642599
SM
13928 * progmodes/compile.el (compilation--previous-directory): Fix up
13929 various nil/dead-marker mismatches (bug#8014).
13930 (compilation-directory-properties, compilation-error-properties):
13931 Don't call it at a position past the one we're about to change.
13932
3aaaa6f1
SM
13933 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
13934 Disable obsolescence warnings in the file that declares it.
13935
14239447
KM
139362011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
13937
099c39a4
JB
13938 * allout-widgets.el (allout-widgets-tally):
13939 Initialize allout-widgets-tally as a hash table rather than nil to
13940 prevent mode-line redisplay warnings. Also, clarify the module
13941 description and fix a comment typo.
14239447 13942
135e287c
JB
139432011-03-11 Juanma Barranquero <lekktu@gmail.com>
13944
13945 * help-fns.el (describe-variable): Don't complete keywords.
13946 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
13947
ffbf300e
CY
139482011-03-10 Chong Yidong <cyd@stupidchicken.com>
13949
ba08b241
CY
13950 * emacs-lisp/package.el (package-version-join): Impose a standard
13951 string representation for pre/alpha/beta version lists.
13952 (package-unpack-single): Standardize the directory name by passing
13953 it through package-version-join.
13954 (package-strip-rcs-id): Accept any version string that does not
13955 signal an error in version-to-list.
ffbf300e 13956
f346fd6b
MA
139572011-03-10 Michael Albinus <michael.albinus@gmx.de>
13958
13959 * simple.el (delete-trailing-whitespace): Return nil for the
13960 benefit of `write-file-functions'.
13961
ccb55d27
GM
139622011-03-10 Glenn Morris <rgm@gnu.org>
13963
5ceaac0c
GM
13964 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
13965
02da65ff
GM
13966 * vc/vc-git.el (vc-git-program): New option.
13967 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
13968 (vc-git--call): Use it.
13969
b2f603cc
GM
13970 * eshell/esh-util.el (eshell-condition-case): Doc fix.
13971
5772caab
GM
13972 * cus-edit.el (Custom-newline): If no button at point, look
13973 for a subgroup button at start-of-line. (Bug#2298)
13974
ccb55d27
GM
13975 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
13976
ec6ecaed
JD
139772011-03-10 Julien Danjou <julien@danjou.info>
13978
13979 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
13980 `cursor-type' is nil.
13981
9d5aa01d
JB
139822011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
13983
13984 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
13985
b6a5875b
KM
139862011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
13987
7a71b18d 13988 * allout.el: Change so yank of distinctive-bullet items
b6a5875b
KM
13989 preserves the existing header prefix, rebulleting it if necessary,
13990 rather than replacing it. This is necessary for proper operation
13991 of cooperative addons like allout-widgets.
1154d12e
JB
13992 (allout-make-topic-prefix, allout-rebullet-heading):
13993 Change SOLICIT arg to INSTEAD, and interpret additionally a string
13994 value as alternate bullet to be used, instead of prompting the user
13995 for a bullet character.
b6a5875b 13996
ee545c35
MA
139972011-03-09 Michael Albinus <michael.albinus@gmx.de>
13998
d86d2721
SM
13999 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
14000 Do not use `tramp-file-name-port', because this returns also
ee545c35
MA
14001 `tramp-default-port'.
14002
c47971d7
DD
140032011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
14004
14005 * net/rcirc.el (rcirc-handler-001): Remove useless
14006 with-rcirc-process-buffer.
14007 (rcirc-check-auth-status): Swap arguments to string-match.
14008
13522cb4
GM
140092011-03-09 Glenn Morris <rgm@gnu.org>
14010
0be6f4f1
GM
14011 * shell.el (shell-mode):
14012 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
14013
13522cb4
GM
14014 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
14015 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
14016
515de2e3
CY
140172011-03-08 Chong Yidong <cyd@stupidchicken.com>
14018
14019 * emacs-lisp/package.el (package-refresh-contents)
14020 (package-menu-execute): Use condition-case-no-debug.
14021
b511b994
MA
140222011-03-08 Michael Albinus <michael.albinus@gmx.de>
14023
14024 * simple.el (shell-command-to-string): Use `process-file'.
14025
14026 * emacs-lisp/package.el (package-tar-file-info): Handle also
14027 remote files.
14028
d86d2721
SM
14029 * emacs-lisp/package-x.el (package-upload-buffer-internal):
14030 Use `equal' for upload base check.
b511b994 14031
25bbfb31
AM
140322011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
14033
14034 * textmodes/texinfo.el (texinfo-environments):
14035 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
14036
be996521
GM
140372011-03-08 Glenn Morris <rgm@gnu.org>
14038
e9c8529f
GM
14039 * cus-start.el (cursor-in-non-selected-windows):
14040 Fix :set quoting oddness. (Bug#8192)
14041
be996521
GM
14042 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
14043 in some setf expressions. (Bug#2159)
14044
2bb5649e
CY
140452011-03-08 Chong Yidong <cyd@stupidchicken.com>
14046
14047 * custom.el (custom-available-themes): Return themes in
14048 alphabetical order.
14049
33383987 14050See ChangeLog.15 for earlier changes.
e3d51b27
MR
14051
14052;; Local Variables:
14053;; coding: utf-8
e3d51b27
MR
14054;; End:
14055
acaf905b 14056 Copyright (C) 2011-2012 Free Software Foundation, Inc.
e3d51b27
MR
14057
14058 This file is part of GNU Emacs.
14059
14060 GNU Emacs is free software: you can redistribute it and/or modify
14061 it under the terms of the GNU General Public License as published by
14062 the Free Software Foundation, either version 3 of the License, or
14063 (at your option) any later version.
14064
14065 GNU Emacs is distributed in the hope that it will be useful,
14066 but WITHOUT ANY WARRANTY; without even the implied warranty of
14067 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14068 GNU General Public License for more details.
14069
14070 You should have received a copy of the GNU General Public License
14071 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.