Mercurial > emacs
comparison src/ChangeLog @ 72272:f3b2e3e20e3b
(Fsubst_char_in_region): Redo the setup work after running
the before-change-functions since they may have altered the buffer.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Fri, 04 Aug 2006 15:22:09 +0000 |
parents | 792164bfdf71 |
children | eb0b545cf8c7 |
comparison
equal
deleted
inserted
replaced
72271:792164bfdf71 | 72272:f3b2e3e20e3b |
---|---|
1 2006-08-04 Stefan Monnier <monnier@iro.umontreal.ca> | |
2 | |
3 * editfns.c (Fsubst_char_in_region): Redo the setup work after running | |
4 the before-change-functions since they may have altered the buffer. | |
5 | |
1 2006-08-04 Ralf Angeli <angeli@caeruleus.net> | 6 2006-08-04 Ralf Angeli <angeli@caeruleus.net> |
2 | 7 |
3 * w32fns.c (w32_createwindow): Handle -geometry command line option | 8 * w32fns.c (w32_createwindow): Handle -geometry command line option |
4 and the geometry settings in the Registry. | 9 and the geometry settings in the Registry. |
5 | 10 |