Mercurial > emacs
comparison lisp/ChangeLog @ 78239:be7fbb40c851
(cvs-temp-buffer): Undo last ill-conceived change.
Replace it with another one which disables undo before calling
erase-buffer and then turns it back on if needed.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Wed, 25 Jul 2007 04:50:33 +0000 |
parents | 9355f9b7bbff |
children | 65784ab77d2b |
comparison
equal
deleted
inserted
replaced
78238:241961c1ec37 | 78239:be7fbb40c851 |
---|---|
1 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca> | |
2 | |
3 * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change. | |
4 Replace it with another one which disables undo before calling | |
5 erase-buffer and then turns it back on if needed. | |
6 | |
1 2007-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br> | 7 2007-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br> |
2 | 8 |
3 * ps-print.el: Problem with foreground and background color when | 9 * ps-print.el: Problem with foreground and background color when |
4 printing a buffer with and without faces. Reported by Christian | 10 printing a buffer with and without faces. Reported by Christian |
5 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>. | 11 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>. |
10 for background color. | 16 for background color. |
11 (ps-begin-job): Fix code. | 17 (ps-begin-job): Fix code. |
12 | 18 |
13 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu> | 19 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu> |
14 | 20 |
15 * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment | 21 * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out. |
16 out. | |
17 | 22 |
18 2007-07-24 Alan Mackenzie <acm@muc.de> | 23 2007-07-24 Alan Mackenzie <acm@muc.de> |
19 | 24 |
20 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): initialise | 25 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): |
21 byte-compile-unresolved-functions before rather than after a | 26 Initialise byte-compile-unresolved-functions before rather than |
22 compilation. | 27 after a compilation. |
23 (byte-compile-unresolved-functions): Amplify doc string. | 28 (byte-compile-unresolved-functions): Amplify doc string. |
24 | 29 |
25 2007-07-24 Glenn Morris <rgm@gnu.org> | 30 2007-07-24 Glenn Morris <rgm@gnu.org> |
26 | 31 |
27 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary) | 32 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary) |