Mercurial > emacs
comparison lisp/ChangeLog @ 90601:a1a25ac6c88a
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 427-436)
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 134-136)
- Merge from emacs--devo--0
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-110
author | Miles Bader <miles@gnu.org> |
---|---|
date | Thu, 14 Sep 2006 09:24:00 +0000 |
parents | 84dd84b43e1b a9629d84bf9f |
children | b5c13d1564a9 |
comparison
equal
deleted
inserted
replaced
90600:84dd84b43e1b | 90601:a1a25ac6c88a |
---|---|
1 2006-09-13 Agustin Martin <agustin.martin@hispalinux.es> | |
2 | |
3 * textmodes/flyspell.el (flyspell-word, flyspell-correct-word) | |
4 (flyspell-auto-correct-word): Make ispell-filter local to these | |
5 functions. Check that ispell-filter has new stuff before calling | |
6 ispell-parse-output. | |
7 | |
8 2006-09-13 Kim F. Storm <storm@cua.dk> | |
9 | |
10 * simple.el (line-move-partial): Optimize. | |
11 | |
12 2006-09-13 Richard Stallman <rms@gnu.org> | |
13 | |
14 * thingatpt.el (thing-at-point-bounds-of-url-at-point): Delete spurious backquote. | |
15 | |
16 2006-09-07 Ryan Yeske <rcyeske@gmail.com> | |
17 | |
18 * net/rcirc.el (rcirc-print): Fix last change. | |
19 | |
20 2006-09-12 Jay Belanger <belanger@truman.edu> | |
21 | |
22 * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'. | |
23 | |
24 2006-09-07 Ryan Yeske <rcyeske@gmail.com> | |
25 | |
26 * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from | |
27 rcirc-show-maximum-output. | |
28 (rcirc-mode): Remove window-scroll-function hook. | |
29 (rcirc-scroll-to-bottom): Remove function. | |
30 (rcirc-print): Recenter so point stays at the bottom of the window | |
31 if point was already there. | |
32 | |
33 2006-09-12 Paul Eggert <eggert@cs.ucla.edu> | |
34 | |
35 * comint.el (comint-exec-1): Set EMACS to the full name of Emacs, | |
36 not to "t". | |
37 * progmodes/compile.el (compilation-start): Likewise. | |
38 * progmodes/idlwave.el (idlwave-rescan-asynchronously): | |
39 Don't use expand-file-name on invocation-directory, since this | |
40 might mishandle special characters in invocation-directory. | |
41 | |
42 2006-09-12 Stefan Monnier <monnier@iro.umontreal.ca> | |
43 | |
44 * pcvs-defs.el: Remove * in defcustom's docstrings. | |
45 | |
46 2006-09-12 Nick Roberts <nickrob@snap.net.nz> | |
47 | |
48 * progmodes/compile.el (compilation-directory-properties): | |
49 Doc fix for help-echo. | |
50 | |
51 2006-09-12 Lars Hansen <larsh@soem.dk> | |
52 | |
53 * desktop.el (desktop-read): Add comment. | |
54 | |
55 2006-09-12 Kim F. Storm <storm@cua.dk> | |
56 | |
57 * simple.el (next-error-highlight, next-error-highlight-no-select): | |
58 Fix spelling error. | |
59 | |
60 * subr.el (sit-for): Rework to use input-pending-p and cond. | |
61 Return nil input is pending on entry also for SECONDS <= 0. | |
62 (while-no-input): Use input-pending-p instead of sit-for. | |
63 | |
64 2006-09-11 Richard Stallman <rms@gnu.org> | |
65 | |
66 * simple.el (next-error-highlight, next-error-highlight-no-select): | |
67 Fix custom type and doc strings. | |
68 | |
69 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca> | |
70 | |
71 * diff-mode.el (diff-apply-hunk-to-backup-file): New var. | |
72 (diff-apply-hunk): Use it to ask for confirmation. | |
73 | |
74 2006-09-11 Reiner Steib <Reiner.Steib@gmx.de> | |
75 | |
76 * emacs-lisp/cl.el (pushnew): Add missing `,'. | |
77 | |
78 2006-09-11 David Kastrup <dak@gnu.org> | |
79 | |
80 * help.el (string-key-binding, describe-key-briefly) | |
81 (describe-key): Remove `string-key-binding' and its callers since | |
82 `key-binding' already caters for the proper lookup now. | |
83 | |
84 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca> | |
85 | |
86 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Newvar. | |
87 (cfengine-mode): Use it. Fix \ syntax to be like /. | |
88 | |
89 * bindings.el (mode-line-buffer-identification-keymap): | |
90 Move initialization into declaration. | |
91 | |
92 2006-09-10 Kim F. Storm <storm@cua.dk> | |
93 | |
94 * ido.el (ido-edit-input, ido-complete, ido-take-first-match) | |
95 (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit) | |
96 (ido-delete-file-at-head): Pass head of ido-matches through ido-name | |
97 in case of merged directories. Reported by Micha,Ak(Bl Cadilhac. | |
98 | |
99 2006-09-10 Richard Stallman <rms@gnu.org> | |
100 | |
101 * dired-aux.el: Handle errors in recursive copy usefully. | |
102 (dired-create-files-failures): New variable. | |
103 (dired-copy-file): Remove condition-case. | |
104 (dired-copy-file-recursive): Check for errors on all file | |
105 operations, and add them to dired-create-files-failures. | |
106 Check file file-date-erorr here too. | |
107 (dired-create-files): Check dired-create-files-failures | |
108 and report those errors too. | |
109 | |
110 * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient. | |
111 | |
112 * subr.el (add-to-list): New argument COMPARE-FN. | |
113 | |
114 2006-09-10 Reiner Steib <Reiner.Steib@gmx.de> | |
115 | |
116 * filecache.el (file-cache-add-directory) | |
117 (file-cache-add-directory-list, file-cache-add-file) | |
118 (file-cache-add-directory-using-find) | |
119 (file-cache-add-directory-using-locate) | |
120 (file-cache-add-directory-recursively): Add autoloads. | |
121 | |
122 2006-09-09 Richard Stallman <rms@gnu.org> | |
123 | |
124 * textmodes/conf-mode.el (conf-space-mode): | |
125 Use hack-local-variables-hook instead of calling hack-local-variables. | |
126 (conf-space-keywords-override): New variable. | |
127 (conf-space-mode-internal): New subroutine. Reinit Font Lock mode. | |
128 (conf-space-mode): Always make conf-space-keywords and | |
129 conf-space-keywords-override local. | |
130 Call conf-space-mode-internal directly as well as via hook. | |
131 | |
132 2006-09-09 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change) | |
133 | |
134 * progmodes/python.el (python-font-lock-keywords): Add `self' and other | |
135 quasi-keywords. | |
136 | |
137 2006-09-09 Stefan Monnier <monnier@iro.umontreal.ca> | |
138 | |
139 * progmodes/python.el: Quieten the compiler about hippie-expand vars. | |
140 (python-send-string): Be slightly more careful about adding \n. | |
141 | |
142 * startup.el (normal-splash-screen): Don't display the buffer if we'll | |
143 kill it right away anyway. | |
144 | |
145 2006-09-09 Eli Zaretskii <eliz@gnu.org> | |
146 | |
147 * international/codepage.el (cp850-decode-table): Fix a few codes. | |
148 (cp858-decode-table): New variable. | |
149 | |
150 2006-09-09 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change) | |
151 | |
152 * net/ldap.el (ldap-search-internal): Doc fix. | |
153 | |
154 2006-09-09 Micha,Ak(Bl Cadilhac <michael.cadilhac@lrde.org> | |
155 | |
156 * play/life.el (life-display-generation): Test for input manually if | |
157 `sleeptime' is negative or null. | |
158 | |
159 * lpr.el (lpr-page-header-switches): Page title switch is one of them. | |
160 (print-region-1): Substitute `%s' with the page title. | |
161 | |
162 2006-09-09 Matt Hodges <MPHodges@member.fsf.org> | |
163 | |
164 * locate.el (locate-current-search): New variable. | |
165 (locate): Set buffer local value. Use current buffer if it is | |
166 in Locate mode. | |
167 (locate-mode): Disable undo here. | |
168 (locate-do-setup): Use locate-current-filter from buffer to be killed. | |
169 (locate-update): Use locate-current-search and locate-current-filter. | |
170 | |
171 2006-09-08 David Kastrup <dak@gnu.org> | |
172 | |
173 * desktop.el (desktop-read): When loading a desktop, disable | |
174 saving it while the load progresses, and switch off a pending lazy | |
175 load by calling `desktop-lazy-abort'. | |
176 | |
177 2006-08-27 Martin Rudalics <rudalics@gmx.at> | |
178 | |
179 * window.el (mouse-autoselect-window-timer) | |
180 (mouse-autoselect-window-position) | |
181 (mouse-autoselect-window-window) | |
182 (mouse-autoselect-window-now): New vars. | |
183 (mouse-autoselect-window-cancel) | |
184 (mouse-autoselect-window-select) | |
185 (mouse-autoselect-window-start): New functions. | |
186 (handle-select-window): Call `mouse-autoselect-window-start' when | |
187 delayed window autoselection is enabled. | |
188 | |
189 * cus-start.el (mouse-autoselect-window): Handle delayed window | |
190 autoselection. | |
191 | |
192 * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of | |
193 commands after which it is allowed to print in the echo area. | |
194 | |
195 2006-09-08 Richard Stallman <rms@gnu.org> | |
196 | |
197 * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.' | |
198 | |
199 * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam. | |
200 (rmail-convert-to-babyl-format): Don't record undo, leave list empty. | |
201 | |
202 * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes. | |
203 (cancel-timer-internal): Add doc string. | |
204 (cancel-function-timers): Doc fix. | |
205 (with-timeout-handler, timer-event-last*): Add doc strings. | |
206 | |
207 * emacs-lisp/bindat.el (bindat-unpack): Doc fix. | |
208 | |
209 * files.el (risky-local-variable-p): Match ...-bindat-spec. | |
210 | |
211 * dired.el (dired-log-summary): Add doc string. | |
212 | |
213 * cus-edit.el (custom-menu-create): Bind deactivate-mark here | |
214 (custom-group-menu-create): Not here. | |
215 | |
216 2006-09-08 Carsten Dominik <dominik@science.uva.nl> | |
217 | |
218 * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop. | |
219 | |
220 2006-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | |
221 | |
222 * term/mac-win.el: (show-hide-font-panel): New HI command ID symbol. | |
223 (mac-apple-event-map): Define its handler. | |
224 | |
225 2006-09-07 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change) | |
226 | |
227 * net/ldap.el (ldap-search-internal): Handle `auth' key. | |
228 | |
229 2006-09-07 Magnus Henoch <mange@freemail.hu> | |
230 | |
231 * net/rcirc.el (rcirc-activity-string): Don't quote value in case | |
232 clause. | |
233 | |
234 2006-09-07 Micha,Ak(Bl Cadilhac <michael.cadilhac@lrde.org> | |
235 | |
236 * info.el (Info-index): Bind completion-ignore-case. | |
237 | |
238 2006-09-07 Stefan Monnier <monnier@iro.umontreal.ca> | |
239 | |
240 * progmodes/prolog.el (inferior-prolog-flavor): New var left out of | |
241 previous commit. | |
242 (inferior-prolog-guess-flavor): New fun left out of previous commit. | |
243 (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't | |
244 burp in dedicated windows. | |
245 (inferior-prolog-self-insert-command): New command. | |
246 (inferior-prolog-mode-map): Use it. | |
247 | |
248 2006-09-07 Reiner Steib <Reiner.Steib@gmx.de> | |
249 | |
250 * international/latexenc.el (latex-inputenc-coding-alist): Add cp858. | |
251 | |
252 * international/code-pages.el: Add cp858. | |
253 | |
254 2006-09-07 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | |
255 | |
256 * dnd.el: Fix bootstrapping. | |
257 | |
258 2006-09-07 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | |
259 | |
260 * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle. | |
261 (dnd-open-remote-url): New function. | |
262 (dnd-open-remote-file-function): Set to dnd-open-remote-url if | |
263 not windows-nt. | |
264 | |
265 2006-09-07 Jason Rumney <jasonr@gnu.org> | |
266 | |
267 * dnd.el (dnd-open-remote-file-function): New variable. | |
268 (dnd-open-unc-file): New function. | |
269 (dnd-open-file): Call dnd-open-remote-file-function if set. | |
270 | |
271 2006-09-06 Daiki Ueno <ueno@unixuser.org> | |
272 | |
273 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with | |
274 pgg-passphrase-coding-system rather than locale-coding-system. | |
275 * pgg-def.el (pgg-passphrase-coding-system): New user option. | |
276 | |
277 2006-09-06 Stefan Monnier <monnier@iro.umontreal.ca> | |
278 | |
279 * progmodes/prolog.el: Remove * in docstrings. | |
280 (prolog-program-name): Add SWI prolog. | |
281 (prolog-mode-menu): New menu. | |
282 (prolog-mode): Set comment-add. | |
283 (prolog-indent-line): Simplify. Use indent-line-to. | |
284 (inferior-prolog-buffer): New var. | |
285 (inferior-prolog-run, inferior-prolog-process): New funs. | |
286 (run-prolog, switch-to-prolog): Rewrite, using them. | |
287 (prolog-consult-region): Use inferior-prolog-buffer. | |
288 (inferior-prolog-load-file): New function. | |
289 (prolog-mode-map): Add bindings for load-file and switch-to-prolog. | |
290 | |
291 * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before | |
292 last word, if it's not the end of the paragraph. | |
293 | |
294 * files.el (abbreviate-file-name): Don't mistakenly match newlines in | |
295 file name. | |
296 | |
297 2006-09-06 Ralf Angeli <angeli@caeruleus.net> | |
298 | |
299 * frame.el (display-mm-dimensions-alist): New defcustom. | |
300 (display-mm-height, display-mm-width): Use it. | |
301 | |
302 2006-09-06 Simon Josefsson <jas@extundo.com> | |
303 | |
304 * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix. | |
305 | |
1 2006-09-06 Nick Roberts <nickrob@snap.net.nz> | 306 2006-09-06 Nick Roberts <nickrob@snap.net.nz> |
2 | 307 |
3 * progmodes/gdb-ui.el (gdb-var-list-children-regexp) | 308 * progmodes/gdb-ui.el (gdb-var-list-children-regexp) |
4 (gdb-var-list-children-regexp-1): Tweak regexps to catch full | 309 (gdb-var-list-children-regexp-1): Tweak regexps to catch full |
5 string values. | 310 string values. |
64 2006-09-04 Chong Yidong <cyd@stupidchicken.com> | 369 2006-09-04 Chong Yidong <cyd@stupidchicken.com> |
65 | 370 |
66 * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for | 371 * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for |
67 sendmail in several common directories. | 372 sendmail in several common directories. |
68 | 373 |
69 * mail/sendmail.el (sendmail-program): Moved here from pathe.el. | 374 * mail/sendmail.el (sendmail-program): Moved here from paths.el. |
70 | 375 |
71 * paths.el (sendmail-program): Removed. | 376 * paths.el (sendmail-program): Removed. |
72 | 377 |
73 2006-09-04 Daiki Ueno <ueno@unixuser.org> | 378 2006-09-04 Daiki Ueno <ueno@unixuser.org> |
74 | 379 |
344 2006-08-24 Kim F. Storm <storm@cua.dk> | 649 2006-08-24 Kim F. Storm <storm@cua.dk> |
345 | 650 |
346 * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec' | 651 * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec' |
347 to mean "use find -exec"; nil now unambiguously means auto-detect. | 652 to mean "use find -exec"; nil now unambiguously means auto-detect. |
348 (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'. | 653 (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'. |
349 Use shell-quote-argument to build grep-find-command and grep-find-template. | 654 Use shell-quote-argument to build grep-find-command and |
655 grep-find-template. | |
350 (rgrep): Use shell-quote-argument to properly quote arguments to find. | 656 (rgrep): Use shell-quote-argument to properly quote arguments to find. |
351 Reported by Tom Seddon. | 657 Reported by Tom Seddon. |
352 | 658 |
353 2006-08-23 Chong Yidong <cyd@stupidchicken.com> | 659 2006-08-23 Chong Yidong <cyd@stupidchicken.com> |
354 | 660 |
1336 customization variable. | 1642 customization variable. |
1337 (allout-run-unit-tests): Run the (currently quite small) | 1643 (allout-run-unit-tests): Run the (currently quite small) |
1338 repertoire of unit tests. Called just before the provide iff user | 1644 repertoire of unit tests. Called just before the provide iff user |
1339 has customized `allout-run-unit-tests-on-load' non-nil. | 1645 has customized `allout-run-unit-tests-on-load' non-nil. |
1340 | 1646 |
1341 2006-07-14 K,Aa(Broly L,Bu(Brentey <lorentey@elte.hu> | 1647 2006-07-14 K,Aa(Broly L$,1 q(Brentey <lorentey@elte.hu> |
1342 | 1648 |
1343 * emacs-lisp/authors.el (authors-aliases): Update. | 1649 * emacs-lisp/authors.el (authors-aliases): Update. |
1344 | 1650 |
1345 2006-07-14 Nick Roberts <nickrob@snap.net.nz> | 1651 2006-07-14 Nick Roberts <nickrob@snap.net.nz> |
1346 | 1652 |
3968 2006-04-17 Michael Albinus <michael.albinus@gmx.de> | 4274 2006-04-17 Michael Albinus <michael.albinus@gmx.de> |
3969 | 4275 |
3970 Sync with Tramp 2.0.53. | 4276 Sync with Tramp 2.0.53. |
3971 | 4277 |
3972 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier | 4278 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier |
3973 'control. Reported by Matthias F,bv(Brste <slashdevslashnull@gmx.net>. | 4279 'control. Reported by Matthias F,Av(Brste <slashdevslashnull@gmx.net>. |
3974 (tramp-completion-file-name-handler): Add autoload cookie for | 4280 (tramp-completion-file-name-handler): Add autoload cookie for |
3975 adding to `file-name-handler-alist'. | 4281 adding to `file-name-handler-alist'. |
3976 | 4282 |
3977 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for | 4283 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for |
3978 the prompt. If it returns earlier (when detecting an error | 4284 the prompt. If it returns earlier (when detecting an error |
8562 | 8868 |
8563 * term.el (term-emulate-terminal): | 8869 * term.el (term-emulate-terminal): |
8564 Let term-handle-ansi-terminal-messages override what Bash says about | 8870 Let term-handle-ansi-terminal-messages override what Bash says about |
8565 its current directory. | 8871 its current directory. |
8566 | 8872 |
8567 2005-12-16 L$,1 q(Brentey K,Aa(Broly <lorentey@elte.hu> | 8873 2005-12-16 K,Aa(Broly L$,1 q(Brentey <lorentey@elte.hu> |
8568 | 8874 |
8569 * bindings.el (last-buffer): Move to simple.el. | 8875 * bindings.el (last-buffer): Move to simple.el. |
8570 * simple.el (last-buffer): Move here. | 8876 * simple.el (last-buffer): Move here. |
8571 (get-next-valid-buffer): New function. | 8877 (get-next-valid-buffer): New function. |
8572 (next-buffer): Use frame-local buffer list, maintain buried buffer list. | 8878 (next-buffer): Use frame-local buffer list, maintain buried buffer list. |
10319 | 10625 |
10320 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password | 10626 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password |
10321 prompts work for AUTH PLAIN. Also reported by Steve Allan | 10627 prompts work for AUTH PLAIN. Also reported by Steve Allan |
10322 <seallan@verizon.net>. | 10628 <seallan@verizon.net>. |
10323 | 10629 |
10324 2005-12-06 L$,1 q(Brentey K,Aa(Broly <lorentey@elte.hu> | 10630 2005-12-06 K,Aa(Broly L$,1 q(Brentey <lorentey@elte.hu> |
10325 | 10631 |
10326 * frame.el (set-frame-parameter): Add doc string. | 10632 * frame.el (set-frame-parameter): Add doc string. |
10327 | 10633 |
10328 2005-12-06 Carsten Dominik <dominik@science.uva.nl> | 10634 2005-12-06 Carsten Dominik <dominik@science.uva.nl> |
10329 | 10635 |
10703 (flyspell-changes): Make it buffer-local. | 11009 (flyspell-changes): Make it buffer-local. |
10704 (flyspell-after-change-function): Make it non-interactive. Use push. | 11010 (flyspell-after-change-function): Make it non-interactive. Use push. |
10705 (flyspell-post-command-hook): Check input-pending-p while processing | 11011 (flyspell-post-command-hook): Check input-pending-p while processing |
10706 the potentially long list of buffer changes. | 11012 the potentially long list of buffer changes. |
10707 | 11013 |
10708 2005-11-28 L$,1 q(Brentey K,Aa(Broly <lorentey@elte.hu> | 11014 2005-11-28 K,Aa(Broly L$,1 q(Brentey <lorentey@elte.hu> |
10709 | 11015 |
10710 * buff-menu.el (list-buffers-noselect): Display the selected | 11016 * buff-menu.el (list-buffers-noselect): Display the selected |
10711 frame's buffer list, not the global one. | 11017 frame's buffer list, not the global one. |
10712 | 11018 |
10713 2005-11-28 Nick Roberts <nickrob@snap.net.nz> | 11019 2005-11-28 Nick Roberts <nickrob@snap.net.nz> |
15846 (xscheme-runlight-string, xscheme-process-filter-state) | 16152 (xscheme-runlight-string, xscheme-process-filter-state) |
15847 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string): | 16153 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string): |
15848 Move to beginning of file. | 16154 Move to beginning of file. |
15849 (scheme-interaction-mode-commands-alist) | 16155 (scheme-interaction-mode-commands-alist) |
15850 (scheme-interaction-mode-map, scheme-debugger-mode-map): | 16156 (scheme-interaction-mode-map, scheme-debugger-mode-map): |
15851 Declare them before use. Note: the initialization code for the variables | 16157 Declare them before use. Note: the initialization code for the |
15852 has not been moved because it uses functions that reference the variables. | 16158 variables has not been moved because it uses functions that reference |
16159 the variables. | |
15853 (xscheme-control-g-message-string, xscheme-process-filter-alist) | 16160 (xscheme-control-g-message-string, xscheme-process-filter-alist) |
15854 (xscheme-prompt-for-expression-map): Declare them before use. | 16161 (xscheme-prompt-for-expression-map): Declare them before use. |
15855 (scheme-debugger-mode-commands): "?\ " -> "?\s". | 16162 (scheme-debugger-mode-commands): "?\ " -> "?\s". |
15856 | 16163 |
15857 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change) | 16164 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change) |