comparison lisp/ChangeLog @ 83492:203c9b24206b

Merged from emacs@sv.gnu.org Patches applied: * emacs@sv.gnu.org/emacs--devo--0--patch-153 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-154 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-155 Remove nick-abbrevs stuff from rcirc.el * emacs@sv.gnu.org/emacs--devo--0--patch-156 rcirc.el update from Ryan Yeske * emacs@sv.gnu.org/emacs--devo--0--patch-157 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-158 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-159 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-532
author Karoly Lorentey <lorentey@elte.hu>
date Wed, 15 Mar 2006 17:22:12 +0000
parents 0cdee8b991e1 d63721c27ae4
children b901f4f12f33
comparison
equal deleted inserted replaced
83491:16813e8005ce 83492:203c9b24206b
1 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
2
3 * allout.el: Increment version to 2.2.1 in file commentary.
4
5 (allout-version): Increment to 2.2.1.
6
7 (allout-default-layout): New customization variable, used when the
8 file lacks a specific allout-layout. Uses allout-layout-type for
9 recursively nested definition.
10
11 (allout-layout-type): Widget defining allout layouts, necessary for
12 self-recursive definition.
13
14 (allout-mode): Incorporate allout-default-layout as fallback for
15 allout-layout.
16
17 (allout-layout): Mark as 'safe-local-variable', and refer mention
18 fallback to `allout-default-layout' in absence of a specified value.
19 (allout-passphrase-verifier-string)
20 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
21
22 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
23
24 (allout-get-encryption-passphrase-verifier): Use correct name of
25 passphrase verifier in docstring.
26
27 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
28
29 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
30 elements.
31 (gdb-find-watch-expression): Make it work for arrays too. Follow
32 change to gdb-var-list.
33 (gud-watch): Allow the user to enter variable name with a prexix
34 arg. Create keybindings.
35 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
36 (gdb-var-list-children-handler, gdb-var-update-handler)
37 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
38 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
39 Follow change to gdb-var-list.
40 (gdb-starting): Don't show the overlay arrows when program is
41 running.
42
43 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
44 gdb-var-list.
45
46 2006-03-14 Bill Wohler <wohler@newt.com>
47
48 * image.el (image-load-path-for-library): Pass value of path
49 rather than symbol. Always return list of directories. Guarantee
50 that image directory comes first.
51
52 2006-03-14 Alan Mackenzie <acm@muc.de>
53
54 * font-core.el: New function/variable
55 font-lock-extend-region\(-function\)?.
56
57 * font-lock.el (font-lock-after-change-function): Call
58 font-lock-extend-region. Obey font-lock-lines-before.
59 (font-lock-default-fontify-region): Remove reference to
60 font-lock-lines-before.
61
62 * jit-lock.el (jit-lock-after-change): Call
63 font-lock-extend-region. Obey font-lock-lines-before.
64
65 2006-03-14 David Ponce <david@dponce.com>
66
67 * tree-widget.el (tree-widget-themes-load-path)
68 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
69
70 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
71
72 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
73 (rcirc-print): Mark the start of text at the end of the prompt.
74 (rcirc-track-minor-mode): Add autoload cookie.
75 (rcirc-update-activity-string): Add space to front of mode-line
76 indicator.
77
78 2006-03-13 Miles Bader <miles@gnu.org>
79
80 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
81 (rcirc-abbrev-nick): Remove function.
82 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
83
84 2006-03-13 David Ponce <david@dponce.com>
85
86 * tree-widget.el: Handle themes across all occurrences of the main
87 themes sub-directory found in tree-widget-themes-load-path.
88 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
89 (tree-widget--locate-sub-directory): Return all occurrences.
90 (tree-widget-themes-path): New function. Replace
91 tree-widget-themes-directory, and return a list of directories.
92 (tree-widget-set-parent-theme)
93 (tree-widget-lookup-image): Use it.
94
95 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
96
97 * textmodes/org.el: (org-link-search): Avoid self-matching of
98 links, allow target text to be distributed over several lines.
99 (org-search-not-link): New function.
100 (org-set-regexps-and-options, org-get-current-options): New
101 startup options.
102 (org-export-as-html): Take odd-level setting from local variable.
103 (org-fontify-emphasized-text): New option.
104 (org-set-font-lock-defaults): Include emphasized text.
105 (org-follow-mhe-link): Allow folder-only links, fix folder name.
106 (org-font-lock): Customize group renamed from `org-faces'.
107
108 2006-03-13 John Paul Wallington <jpw@pobox.com>
109
110 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
111 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
112
113 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
114
115 * cus-start.el (all): Delete :version keyword for members of the
116 fringe group, since the entire group is new in 22.1.
117
118 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
119
120 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
121 map if value is hexadecimal (an address).
122 (gud-watch): Only search roots for existing watch expressions.
123 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
124 prevent caching problems with speedbar-update-directory-contents.
125
1 2006-03-12 Juri Linkov <juri@jurta.org> 126 2006-03-12 Juri Linkov <juri@jurta.org>
2 127
3 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil 128 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
4 before comparing with `low' and `warn'. 129 before comparing with `low' and `warn'.
5 130