diff options
| author | Stefan Monnier | 2011-02-23 10:14:21 -0500 |
|---|---|---|
| committer | Stefan Monnier | 2011-02-23 10:14:21 -0500 |
| commit | 617a0e834a8f3870e28308cd2d04cba6d945f62b (patch) | |
| tree | 5539d72c5747931b9d1b2136b8388fcfb84ec103 /src/ChangeLog | |
| parent | d41d18c098709249cb44dcf4bc5fcf8ed4057f29 (diff) | |
| download | emacs-617a0e834a8f3870e28308cd2d04cba6d945f62b.tar.gz emacs-617a0e834a8f3870e28308cd2d04cba6d945f62b.zip | |
* src/print.c (print_object): Never print old-style backquotes.
Obey escapeflag for hash tables as well.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 194f1c44f84..3d22e15c3b3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2011-02-23 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * print.c (print_object): Never print old-style backquotes. | ||
| 4 | Obey escapeflag for hash tables as well. | ||
| 5 | |||
| 1 | 2011-02-23 Kenichi Handa <handa@m17n.org> | 6 | 2011-02-23 Kenichi Handa <handa@m17n.org> |
| 2 | 7 | ||
| 3 | * font.c (font_open_entity): Be sure to set scaled_pixel_size. | 8 | * font.c (font_open_entity): Be sure to set scaled_pixel_size. |