comparison lisp/ChangeLog @ 90785:8c2ef9d5d4a8

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 662-669) - Update from CVS - Fix read-only prompt problem in isearch - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 207-208) - Merge from emacs--devo--0 - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-184
author Miles Bader <miles@gnu.org>
date Mon, 12 Mar 2007 00:42:43 +0000
parents ec58e5c426ef 6582d03c2a6e
children ca12f314faac
comparison
equal deleted inserted replaced
90784:5d47178d1a18 90785:8c2ef9d5d4a8
1 2007-03-11 Richard Stallman <rms@gnu.org>
2
3 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
4 Correctly compute line number.
5
6 2007-03-11 Guanpeng Xu <herberteuler@hotmail.com>
7
8 * type-break.el (type-break-get-previous-count):
9 Repeat previous change here.
10
11 2007-03-11 Dan Nicolaescu <dann@ics.uci.edu>
12
13 * progmodes/grep.el (grep-find-ignored-directories): Add .git and
14 .bzr to list.
15
16 2007-03-11 Andreas Schwab <schwab@suse.de>
17
18 * diff-mode.el (diff-apply-hunk): Use proper format string for
19 error.
20
21 2007-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
22
23 * mail/emacsbug.el (report-emacs-bug): Don't hard code the "X" name.
24
25 2007-03-10 Chong Yidong <cyd@stupidchicken.com>
26
27 * faces.el (face-set-after-frame-default): Recalculate face
28 customizations after applying X resources.
29
30 2007-03-10 Ryan Yeske <rcyeske@gmail.com>
31
32 * net/rcirc.el (rcirc-timeout-seconds): New variable.
33 (rcirc-keepalive-seconds): Remove variable.
34 (rcirc-server-name, rcirc-timeout-timer, rcirc-connecting)
35 (rcirc-process, rcirc-user-disconnect): New variables.
36 (rcirc-connect): Initalize new variables.
37 (rcirc-keepalive): Don't send keepalive pings before connection
38 is completed.
39 (rcirc-sentinel): Do mark all channels with activity when
40 connection is dropped. Run hook with process buffer local.
41 (rcirc-reschedule-timeout, rcirc-delete-process): New functions.
42 (rcirc-buffer-process): Return value of rcirc-process if
43 rcirc-server-buffer is nil.
44 (rcirc-server-name): Return the reported server name.
45 (rcirc-update-prompt): Simplify computation of the server name.
46 (rcirc-format-response-string): Likewise.
47 (rcirc-handler-001): Mark server as connected, record the reported
48 server name, and schedule a timeout.
49 (rcirc-track-nick): Add a spec for the tty class.
50 (rcirc-user-non-nick): Remove function.
51 (rcirc-nick-prefix-chars): Add variable.
52 (rcirc-user-nick): Use above variable.
53
54 2007-03-10 Johan Bockg,be(Brd <bojohan@dd.chalmers.se>
55
56 * icomplete.el (icomplete-tidy, icomplete-exhibit):
57 Bind deactivate-mark to nil.
58
59 2007-03-10 Martin Rudalics <rudalics@gmx.at>
60
61 * complete.el (PC-do-completion): Bind dirlength to nil to avoid
62 that buffer contents get erased during completion.
63
64 2007-03-10 Glenn Morris <rgm@gnu.org>
65
66 * woman.el (woman-change-fonts): Add a hack to deal with
67 font-escape followed by "." at start of a line.
68 (woman2-IP): Add a hack to deal with consecutive requests.
69 (woman2-tagged-paragraph): Extend existing hack to handle "sp".
70
71 2007-03-10 Alan Mackenzie <acm@muc.de>
72
73 * progmodes/cc-mode.el (c-before-change): Wrap in save-match-data.
74
75 2007-03-09 Richard Stallman <rms@gnu.org>
76
77 * abbrev.el (abbrev): Add `provide'.
78
79 2007-03-09 Thien-Thi Nguyen <ttn@gnu.org>
80
81 * net/ange-ftp.el (ange-ftp-try-passive-mode): Doc fix.
82
83 2007-03-09 Martin Rudalics <rudalics@gmx.at>
84
85 * complete.el (PC-try-completion): New function.
86 (PC-do-completion, read-file-name-internal): Use it instead of
87 try-completion.
88
89 2007-03-08 Alan Mackenzie <acm@muc.de>
90
91 Remove stale tokens from `c-found-types' cache.
92
93 * progmodes/cc-mode.el (c-unfind-enclosing-token)
94 (c-unfind-coalesced-tokens, c-before-change): New functions.
95 (c-maybe-stale-found-type): New variable.
96
97 * progmodes/cc-engine.el (c-partial-ws-p, c-unfind-type)
98 (c-trim-found-types): New functions.
99
100 2007-03-08 Stefan Monnier <monnier@iro.umontreal.ca>
101
102 * smerge-mode.el (smerge-remove-props): Don't mark the buffer modified.
103 (debug-ignored-errors): Add entry from smerge-match-conflict.
104
105 2007-03-08 J.D. Smith <jdsmith@as.arizona.edu>
106
107 * progmodes/idlw-help.el (idlwave-do-context-help1): Don't visit
108 special help topics for keywords.
109 (idlwave-help-assistant-command): Include ".exe" for ms-dos
110 etc. Assistant command.
111
112 2007-03-08 Chong Yidong <cyd@stupidchicken.com>
113
114 * replace.el (occur-engine): Move buffer-undo-list binding...
115 (occur-1): ...to here.
116
117 * complete.el (PC-bindings): Rebind M-TAB in read-expression-map.
118
119 * simple.el (minibuffer-completing-symbol): New var.
120 (eval-expression): Use it.
121 (completion-setup-function): Don't bind completion-base-size when
122 completing a symbol in the minibuffer.
123
124 2007-03-08 Nick Roberts <nickrob@snap.net.nz>
125
126 * progmodes/gud.el (gdb): Pop up current GUD buffer if user
127 tries to start a second session in graphical mode.
128
129 2007-03-07 Miles Bader <miles@gnu.org>
130
131 * international/isearch-x.el
132 (isearch-process-search-multibyte-characters):
133 Strip text-properties from PROMPT to avoid an error from read-string.
134
135 2007-03-07 Kim F. Storm <storm@cua.dk>
136
137 * complete.el (PC-bindings): Remap lisp-complete-symbol to
138 PC-lisp-complete-symbol instead of binding M-TAB in global-map.
139
140 2007-03-07 Micha,Ak(Bl Cadilhac <michael@cadilhac.name>
141
142 * complete.el (PC-do-completion): Delete duplicates in the list of
143 possible completions.
144
145 2007-03-07 Glenn Morris <rgm@gnu.org>
146
147 * ses.el (ses-mode): Doc fix.
148
149 2007-03-06 Kim F. Storm <storm@cua.dk>
150
151 * isearch.el (isearch-message-prefix): Undo 2007-03-01 change.
152
153 2007-03-06 Kenichi Handa <handa@m17n.org>
154
155 * term/x-win.el (x-select-utf8-or-ctext): Improve the strategy.
156
157 2007-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
158
159 * simple.el (completion-setup-function): Improve last fix so it doesn't
160 set it to a relative directory name either.
161
162 2007-03-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
163
164 * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
165
166 2007-03-05 Richard Stallman <rms@gnu.org>
167
168 * emacs-lisp/re-builder.el (reb-re-syntax): Fix custom type.
169
170 * files.el (find-file-noselect): No error if file no longer exists.
171 Display a message and avoid other questions.
172
173 2007-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
174
175 * pcomplete.el (pcomplete-show-completions): Improve last change, so
176 as not to use an invisible window and to create a window if none exist.
177
178 * progmodes/python.el (python-send-command): Restart proc if necessary.
179 (python-proc): Simplify.
180
181 2007-03-05 David Hansen <david.hansen@gmx.net> (tiny change)
182
183 * pcomplete.el (pcomplete-show-completions): Search all frames for
184 completions buffer.
185
186 2007-03-05 Chong Yidong <cyd@stupidchicken.com>
187
188 * cus-edit.el (customize-save-variable): Clear customized-value
189 property (saved values are now put in theme-value property).
190 (customize-set-variable): Doc fix.
191
192 * complete.el (PC-do-completion): If completion-ignore-case is
193 non-nil, replace field with completion string before exiting.
194
195 2007-03-05 Michael Albinus <michael.albinus@gmx.de>
196
197 * net/tramp.el (tramp-make-temp-file): New parameter FILENAME.
198 Append its extension to the resulting temporary file name.
199 (tramp-handle-file-local-copy, tramp-handle-write-region): Apply it.
200
201 * net/tramp-smb.el (tramp-smb-handle-file-local-copy)
202 (tramp-smb-handle-write-region): Apply it.
203
204 2007-03-05 Alin C. Soare <alinsoar@voila.fr> (tiny change)
205
206 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
207 Redo previous change.
208
209 2007-03-04 Kevin Rodgers <kevin.d.rodgers@gmail.com>
210
211 * diff-mode.el (diff-mode): Doc fix.
212
213 2007-03-05 Kenichi Handa <handa@m17n.org>
214
215 * international/characters.el: Set category `l' (latin)
216 for more characters.
217
218 2007-03-04 Kim F. Storm <storm@cua.dk>
219
220 * emacs-lisp/authors.el (authors-aliases): Add alias.
221
222 2007-03-04 Glenn Morris <rgm@gnu.org>
223
224 * progmodes/hideshow.el (hs-minor-mode): Turn mode off and show
225 all when switching major mode.
226 (hs-minor-mode, hs-c-start-regexp, hs-block-start-regexp)
227 (hs-block-start-mdata-select, hs-block-end-regexp)
228 (hs-forward-sexp-func, hs-adjust-block-beginning):
229 Do not make these variables permanent-local.
230
231 2007-03-04 Richard Stallman <rms@gnu.org>
232
233 * progmodes/cperl-mode.el (cperl-mode):
234 Modify cperl-compilation-error-regexp-alist by appending.
235
236 * emacs-lisp/edebug.el (edebug-kill-buffer): New function.
237 (edebug-mode): Add the hook.
238 (edebug-recursive-edit): Remove the hook on exiting.
239
240 * type-break.el (type-break-get-previous-time):
241 Handle end-of-file errors specially
242 so they don't get reported wrong in .emacs.
243
244 * startup.el (fancy-splash-text): Clarify text.
245
246 * simple.el (beginning-of-buffer, end-of-buffer):
247 Avoid treating plain C-u like numeric arg.
248
249 * simple.el (completion-setup-function): Don't set
250 default-directory to nil.
251
252 * shell.el (shell-dirstack-query): Doc fix.
253
254 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
255 Don't select the window -- pass it to primitives instead.
256
257 * faces.el (minibuffer-prompt): Use medium blue by default.
258
259 2007-03-04 David Kastrup <dak@gnu.org>
260
261 * jit-lock.el (jit-lock-stealth-time): Change default to nil.
262 Preserve 16 as default value for "seconds" when customizing.
263
264 2007-03-04 Carsten Dominik <dominik@science.uva.nl>
265
266 * textmodes/org.el (org-self-insert-command)
267 (orgtbl-self-insert-command, org-delete-char)
268 (org-delete-backward-char): Set the `flyspell-delayed' property.
269
1 2007-03-03 Chong Yidong <cyd@stupidchicken.com> 270 2007-03-03 Chong Yidong <cyd@stupidchicken.com>
2 271
3 * international/mule.el (find-auto-coding): Don't search for 272 * international/mule.el (find-auto-coding): Don't search for
4 line-ending characters past the end of the tail. 273 line-ending characters past the end of the tail.
5 274
114 (gud-bashdb-command-name, bashdb): Remove. 383 (gud-bashdb-command-name, bashdb): Remove.
115 (gud, gud-menu-map): Remove references to bash/bashdb. 384 (gud, gud-menu-map): Remove references to bash/bashdb.
116 385
117 2007-02-26 Andrey Zhdanov <susuman@hotmail.com> (tiny change) 386 2007-02-26 Andrey Zhdanov <susuman@hotmail.com> (tiny change)
118 387
119 (gud-pdb-marker-regexp): Add optional <module> keyword for Python 2.5. 388 * progmodes/gud.el (gud-pdb-marker-regexp): Add optional <module>
389 keyword for Python 2.5.
120 390
121 2007-02-26 Romain Francoise <romain@orebokech.com> 391 2007-02-26 Romain Francoise <romain@orebokech.com>
122 392
123 * net/net-utils.el (whois-server-tld): Update server for .org. 393 * net/net-utils.el (whois-server-tld): Update server for .org.
124 (whois-server-list): Add whois.publicinterestregistry.net. 394 (whois-server-list): Add whois.publicinterestregistry.net.
152 422
153 * textmodes/org.el (org-table-overlay-coordinates) 423 * textmodes/org.el (org-table-overlay-coordinates)
154 (org-table-toggle-coordinate-overlays): New functions. 424 (org-table-toggle-coordinate-overlays): New functions.
155 (org-table-overlay-coordinates, org-table-coordinate-overlays): 425 (org-table-overlay-coordinates, org-table-coordinate-overlays):
156 New variables. 426 New variables.
157 (org-startup-with-deadline-check): Option removed. 427 (org-startup-with-deadline-check): Remove option.
158 (org-mode): Remove deadline check on startup. 428 (org-mode): Remove deadline check on startup.
159 (org-table-limit-column-width): Option removed. 429 (org-table-limit-column-width): Remove option.
160 (org-table-formula-numbers-only): Option removed. 430 (org-table-formula-numbers-only): Remove option.
161 (org-link-style, org-link-format): Options removed. 431 (org-link-style, org-link-format): Remove options.
162 (org-select-agenda-window, org-fit-agenda-window): Options removed. 432 (org-select-agenda-window, org-fit-agenda-window): Remove options.
163 (org-export-ascii-show-new-buffer) 433 (org-export-ascii-show-new-buffer)
164 (org-export-html-show-new-buffer): Options removed. 434 (org-export-html-show-new-buffer): Remove options.
165 (org-activate-links): Camel option removed. 435 (org-activate-links): Remove camel option.
166 (org-file-link-context-use-camel-case): Option removed. 436 (org-file-link-context-use-camel-case): Remove option.
167 (org-camel-regexp): Veriable removed. 437 (org-camel-regexp): Remove variable.
168 (org-activate-camels): Function removed. 438 (org-activate-camels): Remove function.
169 (org-store-link): Removed Camel stuff. 439 (org-store-link): Remove Camel stuff.
170 (org-make-org-heading-camel): Function removed. 440 (org-make-org-heading-camel): Remove function.
171 (org-open-at-point): Removed camel stuff. 441 (org-open-at-point): Remove camel stuff.
172 (org-link-search): Removed camel stuff. 442 (org-link-search): Remove camel stuff.
173 (org-camel-to-words): Function removed. 443 (org-camel-to-words): Function removed.
174 (org-get-agenda-file-buffer): Make sure we prepare the base 444 (org-get-agenda-file-buffer): Make sure we prepare the base
175 buffers, not any indirect buffers. 445 buffers, not any indirect buffers.
176 (org-sort-entries): Sort top-level when not on a headline, and no 446 (org-sort-entries): Sort top-level when not on a headline, and no
177 active region. 447 active region.
178 (org-in-regexp): New function. 448 (org-in-regexp): New function.
179 (org-search-not-self): Renamed from `org-search-not-link'. 449 (org-search-not-self): Rename from `org-search-not-link'.
180 (org-open-link-marker): New variable. 450 (org-open-link-marker): New variable.
181 (org-open-at-point): Set `org-open-link-marker'. 451 (org-open-at-point): Set `org-open-link-marker'.
182 (org-print-icalendar-entries): Fixed bug with excluding DONE 452 (org-print-icalendar-entries): Fixe bug with excluding DONE
183 entries from the exported list. 453 entries from the exported list.
184 (org-edit-formula-lisp-indent): New command. 454 (org-edit-formula-lisp-indent): New command.
185 (orgtbl-to-texinfo, orgtbl-to-html): New functions. 455 (orgtbl-to-texinfo, orgtbl-to-html): New functions.
186 (orgtbl-to-latex, orgtbl-insert-radio-table) 456 (orgtbl-to-latex, orgtbl-insert-radio-table)
187 (orgtbl-toggle-comment, orgtbl-send-table): New functions. 457 (orgtbl-toggle-comment, orgtbl-send-table): New functions.
193 template capabilities. 463 template capabilities.
194 (org-remember-redo-template): New command. 464 (org-remember-redo-template): New command.
195 (org-upgrade-old-links) 465 (org-upgrade-old-links)
196 (org-table-modify-formulas, org-table-replace-in-formulas) 466 (org-table-modify-formulas, org-table-replace-in-formulas)
197 (org-table-find-dataline) 467 (org-table-find-dataline)
198 (org-table-get-vertical-vector): Functions removed. 468 (org-table-get-vertical-vector): Remove functions.
199 (org-table-remove-rectangle-highlight) 469 (org-table-remove-rectangle-highlight)
200 (org-time-stamp-format, org-toggle-log-option) 470 (org-time-stamp-format, org-toggle-log-option)
201 (org-table-highlight-rectangle) 471 (org-table-highlight-rectangle)
202 (org-table-iterate, org-table-make-reference): 472 (org-table-iterate, org-table-make-reference):
203 (org-translate-time, org-tree-to-indirect-buffer) 473 (org-translate-time, org-tree-to-indirect-buffer)
226 (org-isearch-post-command) 496 (org-isearch-post-command)
227 (org-table-edit-move, org-table-edit-next-field) 497 (org-table-edit-move, org-table-edit-next-field)
228 (org-table-edit-scroll, org-table-edit-scroll-down) 498 (org-table-edit-scroll, org-table-edit-scroll-down)
229 (org-set-frame-title, org-show-reference) 499 (org-set-frame-title, org-show-reference)
230 (org-unhighlight-once, org-verify-change-for-undo): New functions. 500 (org-unhighlight-once, org-verify-change-for-undo): New functions.
231 (org-show-variable): Command removed. 501 (org-show-variable): Remove command.
232 (org-add-log-maybe): New arguments STATE, FINDPOS 502 (org-add-log-maybe): New arguments STATE, FINDPOS
233 (org-table-sort-lines): Rewritten from scratch. 503 (org-table-sort-lines): Rewrite from scratch.
234 (org-link-search): New argument AVOID-POS. 504 (org-link-search): New argument AVOID-POS.
235 (org-print-icalendar-entries): Argument CATEGORY removed. 505 (org-print-icalendar-entries): Remove argument CATEGORY.
236 (org-run-agenda-series): Argument WONDOW removed. 506 (org-run-agenda-series): Remove argument WONDOW.
237 (org-next-link, org-previous-link): New commands. 507 (org-next-link, org-previous-link): New commands.
238 (org-agenda-date-format): New option. 508 (org-agenda-date-format): New option.
239 (org-table-iterate): New command. 509 (org-table-iterate): New command.
240 (org-table-modify-formulas) 510 (org-table-modify-formulas)
241 (org-table-replace-in-formulas): Functions removed. 511 (org-table-replace-in-formulas): Remove functions.
242 (org-table-fix-formulas): New function. 512 (org-table-fix-formulas): New function.
243 (org-table-insert-column, org-table-delete-column) 513 (org-table-insert-column, org-table-delete-column)
244 (org-table-move-column): Use `org-table-fix-formulas'. 514 (org-table-move-column): Use `org-table-fix-formulas'.
245 (org-follow-gnus-link): Patch from Bastien/Leo. 515 (org-follow-gnus-link): Patch from Bastien/Leo.
246 (org-table-current-field-formula): New function. 516 (org-table-current-field-formula): New function.
257 (org-make-tags-matcher): Handle regular expressions for tag and 527 (org-make-tags-matcher): Handle regular expressions for tag and
258 todo matches. 528 todo matches.
259 (org-read-date): Accept "+N" as input for a date relative to the 529 (org-read-date): Accept "+N" as input for a date relative to the
260 current date. 530 current date.
261 (org-remove-subtree-entries-from-agenda): New function. 531 (org-remove-subtree-entries-from-agenda): New function.
262 (org-agenda-archive, org-agenda-kill): Use 532 (org-agenda-archive, org-agenda-kill):
263 `org-remove-subtree-entries-from-agenda'. 533 Use `org-remove-subtree-entries-from-agenda'.
264 (org-do-sort, org-sort-entries): New functions. 534 (org-do-sort, org-sort-entries): New functions.
265 (org-sort): New command. 535 (org-sort): New command.
266 (org-table-sort-lines): Use `org-do-sort'. 536 (org-table-sort-lines): Use `org-do-sort'.
267 (org-fix-decoded-time): New function. 537 (org-fix-decoded-time): New function.
268 (org-table-number-regexp): Require 0x... to identify as number 538 (org-table-number-regexp): Require 0x... to identify as number
269 in tables. 539 in tables.
270 (org-startup-options): New keywords for note taking. 540 (org-startup-options): New keywords for note taking.
271 (org-upgrade-old-links): Function removed. 541 (org-upgrade-old-links): Remove function.
272 (org-get-repeat): New function. 542 (org-get-repeat): New function.
273 (org-show-context): Also show siblings on current level. 543 (org-show-context): Also show siblings on current level.
274 (org-show-siblings): New function. 544 (org-show-siblings): New function.
275 (org-isearch-end, org-isearch-post-command): New functions. 545 (org-isearch-end, org-isearch-post-command): New functions.
276 (org-show-siblings): New option. 546 (org-show-siblings): New option.
395 2007-02-17 Daiki Ueno <ueno@unixuser.org> 665 2007-02-17 Daiki Ueno <ueno@unixuser.org>
396 666
397 * pgg-gpg.el (pgg-gpg-process-region): Make USE-AGENT nil 667 * pgg-gpg.el (pgg-gpg-process-region): Make USE-AGENT nil
398 if PASSPHRASE is given. 668 if PASSPHRASE is given.
399 669
400 2007-02-17 Chris Moore <dooglus@gmail.com> 670 2007-02-17 Chris Moore <dooglus@gmail.com>
401 671
402 * jka-cmpr-hook.el (jka-compr-compression-info-list): 672 * jka-cmpr-hook.el (jka-compr-compression-info-list):
403 Recognize backups of bz2 compressed files. 673 Recognize backups of bz2 compressed files.
404 674
405 2007-02-17 Eli Zaretskii <eliz@gnu.org> 675 2007-02-17 Eli Zaretskii <eliz@gnu.org>
1410 1680
1411 * woman.el (woman-decode-buffer): Clarify error message. 1681 * woman.el (woman-decode-buffer): Clarify error message.
1412 1682
1413 2007-01-03 Alan Mackenzie <acm@muc.de> 1683 2007-01-03 Alan Mackenzie <acm@muc.de>
1414 1684
1415 * progmode/cc-cmds.el (c-mask-paragraph): Fix yesterday's buggy 1685 * progmode/cc-cmds.el (c-mask-paragraph): Fix yesterday's buggy patch.
1416 patch.
1417 1686
1418 2007-01-03 Chris Moore <christopher.ian.moore@gmail.com> 1687 2007-01-03 Chris Moore <christopher.ian.moore@gmail.com>
1419 1688
1420 * tutorial.el (tutorial--describe-nonstandard-key): Fix typo. 1689 * tutorial.el (tutorial--describe-nonstandard-key): Fix typo.
1421 1690
15667 15936
15668 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca> 15937 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
15669 15938
15670 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1. 15939 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
15671 15940
15672 2005-12-06 Nozomu Ando <nand@mac.com> (tiny patch) 15941 2005-12-06 Nozomu Ando <nand@mac.com>
15673 15942
15674 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password 15943 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
15675 prompts work for AUTH PLAIN. Also reported by Steve Allan 15944 prompts work for AUTH PLAIN. Also reported by Steve Allan
15676 <seallan@verizon.net>. 15945 <seallan@verizon.net>.
15677 15946
29215 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end. 29484 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
29216 29485
29217 * progmodes/python.el (python-close-block-statement-p) 29486 * progmodes/python.el (python-close-block-statement-p)
29218 (python-outdent-p, python-current-defun): Use symbol-end. 29487 (python-outdent-p, python-current-defun): Use symbol-end.
29219 29488
29220 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change) 29489 2005-03-25 Karl Chen <quarl@cs.berkeley.edu>
29221 29490
29222 * files.el (save-some-buffers): Doc fix. 29491 * files.el (save-some-buffers): Doc fix.
29223 29492
29224 2005-03-25 Werner Lemberg <wl@gnu.org> 29493 2005-03-25 Werner Lemberg <wl@gnu.org>
29225 29494
31900 (file-provides, file-requires): Use it. 32169 (file-provides, file-requires): Use it.
31901 32170
31902 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer 32171 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
31903 instead of calculating the right size. 32172 instead of calculating the right size.
31904 32173
31905 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change) 32174 2005-01-02 Karl Chen <quarl@cs.berkeley.edu>
31906 32175
31907 * vc-svn.el (vc-svn-diff): Stay local if possible. 32176 * vc-svn.el (vc-svn-diff): Stay local if possible.
31908 32177
31909 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca> 32178 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
31910 32179