diff options
| author | Lute Kamstra | 2005-04-09 08:43:23 +0000 |
|---|---|---|
| committer | Lute Kamstra | 2005-04-09 08:43:23 +0000 |
| commit | 1cf21850176ab21c115d148d0f8e95209898e4b7 (patch) | |
| tree | dd0f288de1a9ba84268d26613cce93b5d7ece3b4 /src/ChangeLog | |
| parent | 2a9e192d3815d2c34fdd41d52590027805bc9055 (diff) | |
| download | emacs-1cf21850176ab21c115d148d0f8e95209898e4b7.tar.gz emacs-1cf21850176ab21c115d148d0f8e95209898e4b7.zip | |
(PRINTPREPARE): Check if the marker PRINTCHARFUN is within the
accessible part of the buffer.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 2a7e88e4adf..feb43512869 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2005-04-09 Lute Kamstra <lute@gnu.org> | ||
| 2 | |||
| 3 | * print.c (PRINTPREPARE): Check if the marker PRINTCHARFUN is | ||
| 4 | within the accessible part of the buffer. | ||
| 5 | |||
| 1 | 2005-04-09 Kim F. Storm <storm@cua.dk> | 6 | 2005-04-09 Kim F. Storm <storm@cua.dk> |
| 2 | 7 | ||
| 3 | * lread.c (readevalloop): Add args START and END as region in | 8 | * lread.c (readevalloop): Add args START and END as region in |
| @@ -41,8 +46,8 @@ | |||
| 41 | 46 | ||
| 42 | 2005-04-01 Kenichi Handa <handa@m17n.org> | 47 | 2005-04-01 Kenichi Handa <handa@m17n.org> |
| 43 | 48 | ||
| 44 | * lisp.h (Vascii_upcase_table, Vascii_canon_table, | 49 | * lisp.h (Vascii_upcase_table, Vascii_canon_table) |
| 45 | Vascii_eqv_table): Extern them. | 50 | (Vascii_eqv_table): Extern them. |
| 46 | 51 | ||
| 47 | * casetab.c (set_case_table): If standard is nonzero, setup | 52 | * casetab.c (set_case_table): If standard is nonzero, setup |
| 48 | Vascii_upcase_table, Vascii_canon_table, and Vascii_eqv_table. | 53 | Vascii_upcase_table, Vascii_canon_table, and Vascii_eqv_table. |