Mercurial > emacs
comparison lisp/ChangeLog @ 83474:d08a7ef0cb8a
Merged from emacs@sv.gnu.org
Patches applied:
* emacs@sv.gnu.org/emacs--devo--0--patch-91
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-92
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-93
Merge from gnus--rel--5.10
* emacs@sv.gnu.org/emacs--devo--0--patch-94
Merge from gnus--rel--5.10
* emacs@sv.gnu.org/emacs--devo--0--patch-95
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-96
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-97
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-98
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-99
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-100
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-101
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-102
Merge from erc--emacs--0
* emacs@sv.gnu.org/emacs--devo--0--patch-103
Update from CVS: src/regex.c (extend_range_table_work_area): Fix typo.
* emacs@sv.gnu.org/emacs--devo--0--patch-104
Update from CVS
* emacs@sv.gnu.org/gnus--rel--5.10--patch-30
Merge from emacs--devo--0
* emacs@sv.gnu.org/gnus--rel--5.10--patch-31
Update from CVS
* emacs@sv.gnu.org/gnus--rel--5.10--patch-32
Update from CVS
* emacs@sv.gnu.org/gnus--rel--5.10--patch-33
Update from CVS
* emacs@sv.gnu.org/gnus--rel--5.10--patch-34
Update from CVS
* emacs@sv.gnu.org/gnus--rel--5.10--patch-35
Merge from emacs--devo--0
* emacs@sv.gnu.org/gnus--rel--5.10--patch-36
Update from CVS
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-514
author | Karoly Lorentey <lorentey@elte.hu> |
---|---|
date | Mon, 20 Feb 2006 16:30:15 +0000 |
parents | 428d132b4028 0c3b91a536ab |
children | 866effff65a4 |
comparison
equal
deleted
inserted
replaced
83473:428d132b4028 | 83474:d08a7ef0cb8a |
---|---|
1 2006-02-20 Juanma Barranquero <lekktu@gmail.com> | |
2 | |
3 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a | |
4 strech spec so it doesn't display as "^J" on the header line | |
5 when `Buffer-menu-use-header-line' is t. | |
6 | |
7 2006-02-20 Nick Roberts <nickrob@snap.net.nz> | |
8 | |
9 * speedbar.el (speedbar-make-button): Keep text properties | |
10 of string arguments if desired. | |
11 | |
12 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch | |
13 expessions. | |
14 | |
15 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update | |
16 of speedbar. | |
17 | |
18 2006-02-19 Ryan Yeske <rcyeske@gmail.com> | |
19 | |
20 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case' | |
21 to value of `read-file-name-completion-ignore-case'. | |
22 | |
23 2006-02-19 Chong Yidong <cyd@stupidchicken.com> | |
24 | |
25 * custom.el (customize-mark-as-set): Push to `user' theme. | |
26 | |
27 * cus-edit.el (custom-save-variables): Allow unthemed values. | |
28 (customize-set-variable): Push setting to `user' theme. | |
29 | |
30 2006-02-19 Nick Roberts <nickrob@snap.net.nz> | |
31 | |
32 * progmodes/gud.el: Don't require font-lock as it's now | |
33 automatically loaded. | |
34 (gud-speedbar-buttons): Replace gdb-var-changed with | |
35 gdb-force-update. | |
36 | |
37 * progmodes/gdb-ui.el (gdb-force-update): Rename from | |
38 gdb-var-changed. | |
39 (gdb-post-prompt): Use it. | |
40 (gdb-var-create-handler, gdb-var-evaluate-expression-handler) | |
41 (gdb-var-update-handler, gdb-var-delete) | |
42 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1) | |
43 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set | |
44 gdb-force-update in gdb-post-prompt. | |
45 (gdb-reset): Clear watch expressions from speedbar when quitting. | |
46 | |
47 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu> | |
48 | |
49 * viper-cmd.el (viper-insert-state-post-command-sentinel) | |
50 (viper-change-state-to-vi, viper-change-state-to-emacs): | |
51 Make aware of cursor coloring in the Emacs state. | |
52 (viper-special-read-and-insert-char): Use read-char-exclusive. | |
53 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer. | |
54 | |
55 * viper-init.el (viper-emacs-state-cursor-color): New variable. | |
56 | |
57 * viper-util.el (viper-save-cursor-color) | |
58 (viper-get-saved-cursor-color-in-replace-mode) | |
59 (viper-get-saved-cursor-color-in-insert-mode) | |
60 (viper-restore-cursor-color): Make aware of the cursor color in Emacs | |
61 state. | |
62 (viper-get-saved-cursor-color-in-emacs-mode): New function. | |
63 | |
64 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option) | |
65 (ediff-ignore-case-option3, ediff-actual-diff-options) | |
66 (ediff-actual-diff3-options): New variables to control case sensitivity. | |
67 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions) | |
68 (ediff-setup-diff-regions3): Make aware of case-sensitivity. | |
69 (ediff-toggle-ignore-case): New function. | |
70 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers. | |
71 | |
72 * ediff-help.el (ediff-long-help-message-narrow2) | |
73 (ediff-long-help-message-compare2, ediff-long-help-message-compare3) | |
74 (ediff-long-help-message-word-mode): Add ignore-case command. | |
75 (ediff-help-for-quick-help): Add ignore-case command. | |
76 | |
77 * ediff-merg.el: Move provide to the end. | |
78 | |
79 * ediff-ptch.el: Move provide to the end. | |
80 | |
81 * ediff-wind.el: Move provide to the end. | |
82 | |
83 * ediff-mult.el: Move provide to the end. | |
84 (ediff-set-meta-overlay): Enable follow-link. | |
85 | |
86 * ediff.el: Move provide to the end. | |
87 Break recursive load cycle in eval-when-compile. | |
88 (ediff-patch-buffer): Better heuristics. | |
89 | |
90 * ediff-util.el: Move provide to the end. | |
91 Break recursive load cycle in eval-when-compile. | |
92 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with | |
93 defuns. | |
94 (ediff-submit-report): Pass the values of ediff-diff3-program, | |
95 ediff-diff3-options. | |
96 | |
97 2006-02-19 Juanma Barranquero <lekktu@gmail.com> | |
98 | |
99 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by | |
100 the opening bracket of the following bracketing pairs: {}, [], (), <>, | |
101 `' (for example, in the docstring of `windmove-default-keybindings'). | |
102 | |
103 2006-02-19 Nick Roberts <nickrob@snap.net.nz> | |
104 | |
105 * progmodes/gud.el (gud-speedbar-buttons): Update properly for | |
106 shadow face. Don't provide binding to edit variable when it is | |
107 out of scope. | |
108 | |
109 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler) | |
110 (gdb-var-update-handler): Detect out of scope variables with pre | |
111 GDB 6.4 too. | |
112 (gdb-post-prompt): Revert changet 2006-02-17 (force update). | |
113 Reset status of variable objects to nil in update handlers. | |
114 (gdb-var-update-handler-1): Detect when a variable object comes | |
115 in scope. setcar on var changes gdb-var-list directly. | |
116 | |
117 2006-02-17 Juri Linkov <juri@jurta.org> | |
118 | |
119 * ffap.el (ffap) <defface>: Add explicit face declaration. | |
120 (ffap-highlight): Use face `ffap' directly instead of checking | |
121 for its existence. | |
122 | |
123 * icomplete.el (icomplete-get-keys): Use `t' for the second arg | |
124 `visible-ok' of `other-buffer' to find the right original buffer. | |
125 | |
126 * info.el (Info-search): Skip `Local Variables' node. | |
127 | |
128 2006-02-17 Juri Linkov <juri@jurta.org> | |
129 | |
130 * info.el (Info-find-file): Check for symbols `apropos', `history', | |
131 `toc' in the input filename, and return these symbols as is. | |
132 (Info-find-node-2): Set Info-current-file to symbols `apropos', | |
133 `history', `toc' instead of strings. | |
134 (Info-set-mode-line): For non-string Info-current-file use the | |
135 symbol's name inside **. | |
136 (Info-isearch-push-state): Add quote before Info-current-file and | |
137 Info-current-node. | |
138 (Info-isearch-pop-state): Use `equal' instead of `string='. | |
139 (Info-extract-pointer, Info-following-node-name): Use | |
140 `match-string-no-properties' instead of `match-string'. | |
141 (Info-up): Check `old-file' for `stringp'. | |
142 (Info-history): Use `equal' instead of `string-equal'. | |
143 Check `file' for `stringp'. | |
144 (Info-history): Use symbol `history' instead of string as first arg | |
145 of `Info-find-node'. | |
146 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol | |
147 `toc' instead of string. | |
148 (Info-extract-menu-node-name): Use `buffer-substring-no-properties' | |
149 instead of `buffer-substring', and `match-string-no-properties' | |
150 instead of `match-string'. | |
151 (Info-index-nodes): Check for symbols `apropos', `history', `toc' | |
152 instead of strings. | |
153 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'. | |
154 Use symbol `apropos' instead of string. | |
155 (Info-copy-current-node-name): Check `Info-current-file' for | |
156 `stringp' and construct a command with `Info-find-node' from it. | |
157 (Info-fontify-node): Use `match-string-no-properties' instead of | |
158 `match-string' and check file names for `stringp'. | |
159 (Info-desktop-buffer-misc-data): Check for symbols `apropos', | |
160 `history', `toc' instead of strings. | |
161 | |
162 2006-02-17 Chong Yidong <cyd@stupidchicken.com> | |
163 | |
164 * files.el: Rearrange functions and variables in the file local | |
165 variables section. | |
166 | |
167 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de> | |
168 | |
169 * files.el: Add truncate-lines, ispell-check-comments and | |
170 ispell-local-dictionary as safe local variables. | |
171 | |
172 2006-02-18 Nick Roberts <nickrob@snap.net.nz> | |
173 | |
174 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for | |
175 out of scope variables. | |
176 (gud-speedbar-buttons): Use unless. | |
177 | |
178 * progmodes/gdb-ui.el (gdb-var-list): Update doc string. | |
179 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially. | |
180 (gdb-show-changed-values): Also use for out of scope variables. | |
181 (gdb-var-update-handler-1): Note if variable goes out of scope. | |
182 | |
183 2006-02-17 Ryan Yeske <rcyeske@gmail.com> | |
184 | |
185 * net/rcirc.el (rcirc-connect): Make all arguments optional, and | |
186 default to global variable values for unsupplied args. | |
187 (rcirc-get-buffer-create): Fix bug with setting the target. | |
188 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include | |
189 test for rcirc-always-use-server-buffer-flag here. | |
190 (rcirc-response-formats): Add %N, which is a facified nick. %n | |
191 uses the default face. Change the ACTION format string. If the | |
192 "nick" is the server, don't print anything for that field. | |
193 Comment fixes. | |
194 (rcirc-target-buffer): Don't test | |
195 rcirc-always-use-server-buffer-flag here. | |
196 (rcirc-print): Squeeze extra spaces out of the text before message. | |
197 (rcirc-put-nick-channel): Strip potential "@" char from nick | |
198 before adding them to nick table. | |
199 (rcirc-url-regexp): Improve to match address like "foo.com". | |
200 | |
201 2006-02-17 Eli Zaretskii <eliz@gnu.org> | |
202 | |
203 * allout.el (allout-hidden-p): Move this defsubst before | |
204 allout-overlay-interior-modification-handler, where it is first | |
205 used. | |
206 | |
207 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com> | |
208 | |
209 * allout.el: Use allout invisible-text overlays instead of | |
210 selective display for concealed text. Also, lots of general | |
211 cleanup, and improved compatibility code. | |
212 | |
213 (allout-version) Incremented, corrected, revised, and refined | |
214 module commentary. | |
215 | |
216 (provide 'allout): Moved to the bottom, added a require of overlay. | |
217 | |
218 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of | |
219 `except-current'. | |
220 (allout-write-file-hook-handler): Minimize delay. | |
221 (count-trailing-whitespace-region): New function so | |
222 auto-encryption of current topic can resituate cursor exactly. | |
223 PGP/GPG encryption trims trailing whitespace from lines, which | |
224 must be accounted for across encryption then decryption. | |
225 | |
226 (allout-command-prefix): Now defaults to "\C-c<space>" rather than | |
227 just plain "\C-c", to avoid intruding on user's keybinding space. | |
228 | |
229 (allout-toggle-current-subtree-encryption): Pass along fetch-pass | |
230 parameter, so user request to provide a new password is done. | |
231 | |
232 (allout-outside-normal-auto-fill-function, allout-auto-fill): | |
233 Refined mechanism for auto-filling behavior while in allout mode. | |
234 | |
235 (allout-mode): Explicitly specify the mode map in the docstring. | |
236 Clarify provision for various write-file hook var names. | |
237 Adjusted for invisible-text overlays instead of selective-display. | |
238 | |
239 (allout-depth): Really return 0 if not within any topic. This | |
240 rectifies `allout-beginning-of-level' and sequence numbering | |
241 errors that occur when cutting and pasting numbered topics. | |
242 Changed from a in-line subst to a regular function, as well. | |
243 | |
244 (allout-pre-next-prefix): Renamed from allout-pre-next-preface. | |
245 | |
246 (allout-end-of-subtree, allout-end-of-subtree) | |
247 (allout-end-of-entry, allout-end-of-current-heading) | |
248 (allout-next-visible-heading, allout-open-topic, allout-show-entry) | |
249 (allout-show-children, allout-show-to-offshoot) | |
250 (allout-hide-current-entry, allout-show-current-entry): Rectified | |
251 handling of trailing blank lines between items. | |
252 | |
253 (allout-line-boundary-regexp, set-allout-regexp, allout-depth) | |
254 (allout-current-depth, allout-unprotected, allout-hidden-p) | |
255 (allout-on-current-heading-p, allout-listify-exposed) | |
256 (allout-chart-subtree, allout-goto-prefix) | |
257 (allout-back-to-current-heading, allout-get-body-text) | |
258 (allout-snug-back, allout-flag-current-subtree, allout-show-all) | |
259 (allout-hide-region-body, allout-toggle-subtree-encryption) | |
260 (allout-encrypt-string, allout-encrypted-key-info) | |
261 (allout-next-topic-pending-encryption, allout-encrypt-decrypted) | |
262 (allout-file-vars-section-data): Adjusted for use with | |
263 invisible-text overlays instead of selective-display. | |
264 | |
265 (allout-kill-line, allout-kill-topic, allout-yank-processing): | |
266 Reworked for use with invisible text overlays. | |
267 | |
268 (allout-current-topic-collapsed-p): New function. | |
269 | |
270 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p | |
271 to know when to close the containing topic. | |
272 | |
273 (allout-pre-command-business, allout-post-command-business): | |
274 Simplify undo-batching and dynamic isearch exposure. | |
275 | |
276 (allout-set-overlay-category): New for invisible-text overlays. | |
277 Sets properties of allout-overlay-category, used by | |
278 allout-flag-region to set invisible-text overlay properties. | |
279 (allout-get-invisibility-overlay): Get the first qualifying | |
280 invisibility overlay, so we can find the extent of it. | |
281 (allout-back-to-visible-text): Get to just before the beginnining | |
282 of the current invisibility overlay, if any. | |
283 | |
284 (allout-overlay-insert-in-front-handler) | |
285 (allout-overlay-interior-modification-handler) | |
286 (allout-before-change-handler, allout-isearch-end-handler): New | |
287 functions to handle extraordinary actions affecting concealed | |
288 text. | |
289 | |
290 (allout-flag-region): Use overlays instead of selective-display | |
291 for invisible text - by inheritence from the properties of | |
292 allout-overlay-category in mainline Emacs, and applied | |
293 property-by-property in XEmacs, some recent versions of which | |
294 don't inherit the properties from the category. Provisions to | |
295 respond to concealed-text edits simplified drastically. | |
296 | |
297 (allout-isearch-rectification, allout-isearch-was-font-lock) | |
298 (allout-isearch-expose, allout-enwrap-isearch) | |
299 (allout-isearch-abort, allout-pre-was-isearching) | |
300 (allout-isearch-prior-pos, allout-isearch-did-quit) | |
301 (allout-isearch-dynamic-expose) | |
302 (allout-hide-current-entry-completely): Functions deleted. | |
303 | |
304 (allout-undo-aggregation): Explicit undo aggregation no longer | |
305 necessary due to transition away from selective-display. | |
306 | |
307 (set-allout-regexp, allout-up-current-level) | |
308 (allout-next-visible-heading, allout-forward-current-level) | |
309 (allout-open-topic, allout-reindent-body, allout-rebullet-topic) | |
310 (allout-kill-line, allout-yank-processing, allout-show-children) | |
311 (allout-expose-topic, allout-old-expose-topic) | |
312 (allout-listify-exposed, allout-insert-latex-header) | |
313 (allout-toggle-subtree-encryption, allout-encrypt-string) | |
314 (remove-from-invisibility-spec, allout-hide-current-subtree): | |
315 Ditched unused variables. | |
316 | |
317 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es> | |
318 | |
319 * textmodes/ispell.el (ispell-change-dictionary): Call | |
320 ispell-buffer-local-dict instead of | |
321 ispell-accept-buffer-local-defs. | |
322 (ispell-local-dictionary-alist): Accept as valid any coding-system | |
323 supported by Emacs. | |
324 (ispell-dictionary-alist-3): Esperanto dictionary's coding system | |
325 changed to iso-8859-3. | |
326 | |
327 2006-02-17 Nick Roberts <nickrob@snap.net.nz> | |
328 | |
329 * speedbar.el (speedbar-frame-width): Make an inline function | |
330 instead of a macro. Use frame-width. | |
331 (speedbar-try-completion, speedbar-update-contents) | |
332 (speedbar-timer-fn): Use consp. | |
333 (speedbar-update-localized-contents): Try to preserve point. | |
334 | |
335 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings. | |
336 (menu): Re-order menu items. | |
337 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope" | |
338 field. | |
339 (gdb-var-update-handler-1): Use it for GDB 6.4+. | |
340 (gdb-post-prompt): Speed things by not forcing update. | |
341 | |
342 2006-02-16 Chong Yidong <cyd@stupidchicken.com> | |
343 | |
344 * wid-edit.el (widget-button-click): For mouse-1, cancel button | |
345 press and perform default action if we get a mouse movement event. | |
346 | |
1 2006-02-16 Juanma Barranquero <lekktu@gmail.com> | 347 2006-02-16 Juanma Barranquero <lekktu@gmail.com> |
2 | 348 |
3 * calendar/icalendar.el (icalendar--get-event-property) | 349 * calendar/icalendar.el (icalendar--get-event-property) |
4 (icalendar--get-event-property-attributes): Fix typos in | 350 (icalendar--get-event-property-attributes): Fix typos in |
5 docstrings. | 351 docstrings. |