comparison lisp/ChangeLog @ 90314:d1c5430c5bff

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