comparison lisp/ChangeLog @ 112138:3d3d7ef762fd

Merge from mainline.
author Paul Eggert <eggert@cs.ucla.edu>
date Thu, 06 Jan 2011 21:16:15 -0800
parents 4ef5cb86f2e8
children 8d03223bf479
comparison
equal deleted inserted replaced
112120:aa1843c74710 112138:3d3d7ef762fd
1 2011-01-07 Glenn Morris <rgm@gnu.org>
2
3 * Makefile.in (EMACSOPT): Add --no-site-lisp.
4
5 2011-01-06 Ken Manheimer <ken.manheimer@gmail.com>
6
7 * allout.el (allout-back-to-current-heading): Ensure return to
8 the visible containing topic, rather than a collapsed one.
9 (allout-view-change-hook): Remove hook that was deprecated long ago.
10 (allout-exposure-change-hook): Remove documentation remarks
11 concerning removed allout-view-change-hook.
12 (allout-flag-region): Remove invocation of and documentation
13 remarks concerning allout-view-change-hook.
14
15 2011-01-06 Glenn Morris <rgm@gnu.org>
16
17 * vc/vc-bzr.el (vc-bzr-annotate-command, vc-bzr-annotate-time)
18 (vc-bzr-annotate-extract-revision-at-line):
19 Handle authors with embedded spaces. (Bug#7792)
20
21 2011-01-05 Tassilo Horn <tassilo@member.fsf.org>
22
23 * doc-view.el (doc-view-image-width): New variable.
24 (doc-view-enlarge, doc-view-insert-image): Prefer imagemagick
25 backend for PNG images, and do dynamic rescaling instead of
26 reconverting the whole doc.
27
28 2011-01-05 Glenn Morris <rgm@gnu.org>
29
30 * emacs-lisp/rx.el (rx-repeat): Replace CL function.
31
1 2011-01-04 Ken Manheimer <ken.manheimer@gmail.com> 32 2011-01-04 Ken Manheimer <ken.manheimer@gmail.com>
2 33
3 * Summary: Reconcile with changes in line movement behavior for 34 * allout.el: Reconcile with changes in line movement behavior for
4 long text lines that cross more than a single physical window 35 long text lines that cross more than a single physical window
5 line, ie when truncate-lines is nil. 36 line, ie when truncate-lines is nil.
6
7 (allout-next-visible-heading): Provide for change in line-move 37 (allout-next-visible-heading): Provide for change in line-move
8 behavior on long lines when truncate-lines is nil. In that case, 38 behavior on long lines when truncate-lines is nil. In that case,
9 line-move can wind up on the same textual line when it moves to 39 line-move can wind up on the same textual line when it moves to
10 the next window line, and moving to the bullet position after the 40 the next window line, and moving to the bullet position after the
11 move yields zero advancement. Add logic to detect and compensate 41 move yields zero advancement. Add logic to detect and compensate
14 field boundaries is different when operating with body lines 44 field boundaries is different when operating with body lines
15 shorter than window width versus ones greater than window width, 45 shorter than window width versus ones greater than window width,
16 which can yield false negatives in this function. Avoid 46 which can yield false negatives in this function. Avoid
17 difference by applying move-end-of-line while field-text-motion is 47 difference by applying move-end-of-line while field-text-motion is
18 inhibited. 48 inhibited.
19
20 49
21 2011-01-04 Glenn Morris <rgm@gnu.org> 50 2011-01-04 Glenn Morris <rgm@gnu.org>
22 51
23 * textmodes/rst.el (rst-compile-toolsets): 52 * textmodes/rst.el (rst-compile-toolsets):
24 Add pdf and s5 to option alist. 53 Add pdf and s5 to option alist.