diff options
| author | Stefan Monnier | 2008-05-30 02:37:40 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2008-05-30 02:37:40 +0000 |
| commit | fd9440c58241b6a9f6da824522d2f666d54412aa (patch) | |
| tree | dd871520a01a2503d8e9261a34fdb02687f5a8db /src/ChangeLog | |
| parent | 7736dabea784c9fb44b3d1a9a1882a5ff3e16271 (diff) | |
| download | emacs-fd9440c58241b6a9f6da824522d2f666d54412aa.tar.gz emacs-fd9440c58241b6a9f6da824522d2f666d54412aa.zip | |
(Fmake_variable_buffer_local, Fmake_local_variable)
(Fmake_variable_frame_local): Disallow mixing buffer-local and
frame-local settings for the same variable.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 23 |
1 files changed, 14 insertions, 9 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index d79125ca7ee..c10153c047d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,10 +1,16 @@ | |||
| 1 | 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * data.c (Fmake_variable_buffer_local, Fmake_local_variable) | ||
| 4 | (Fmake_variable_frame_local): Disallow mixing buffer-local and | ||
| 5 | frame-local settings for the same variable. | ||
| 6 | |||
| 1 | 2008-05-29 Kenichi Handa <handa@m17n.org> | 7 | 2008-05-29 Kenichi Handa <handa@m17n.org> |
| 2 | 8 | ||
| 3 | * coding.h (enum define_coding_utf8_arg_index): New enum. | 9 | * coding.h (enum define_coding_utf8_arg_index): New enum. |
| 4 | (enum coding_attr_index): Change coding_attr_utf_16_bom to | 10 | (enum coding_attr_index): Change coding_attr_utf_16_bom to |
| 5 | coding_attr_utf_bom. | 11 | coding_attr_utf_bom. |
| 6 | (enum utf_bom_type): Renamed from utf_16_bom_type. | 12 | (enum utf_bom_type): Rename from utf_16_bom_type. |
| 7 | (struct utf_16_spec): Adjusted for the above change. | 13 | (struct utf_16_spec): Adjust for the above change. |
| 8 | (struct coding_system): Add utf_8_bom in `spec' union. | 14 | (struct coding_system): Add utf_8_bom in `spec' union. |
| 9 | 15 | ||
| 10 | * coding.c (CODING_UTF_8_BOM): New macro. | 16 | * coding.c (CODING_UTF_8_BOM): New macro. |
| @@ -21,8 +27,7 @@ | |||
| 21 | (UTF_BOM, UTF_8_BOM_1, UTF_8_BOM_2, UTF_8_BOM_3): New macros. | 27 | (UTF_BOM, UTF_8_BOM_1, UTF_8_BOM_2, UTF_8_BOM_3): New macros. |
| 22 | (detect_coding_utf_8): Check BOM. | 28 | (detect_coding_utf_8): Check BOM. |
| 23 | (decode_coding_utf_8, encode_coding_utf_8): Handle BOM. | 29 | (decode_coding_utf_8, encode_coding_utf_8): Handle BOM. |
| 24 | (decode_coding_utf_16): Adjusted for the change of enum | 30 | (decode_coding_utf_16): Adjust for the change of enum utf_bom_type. |
| 25 | utf_bom_type. | ||
| 26 | (encode_coding_utf_16): Likewise. | 31 | (encode_coding_utf_16): Likewise. |
| 27 | (setup_coding_system): Likewise. Set CODING_UTF_8_BOM (coding). | 32 | (setup_coding_system): Likewise. Set CODING_UTF_8_BOM (coding). |
| 28 | (detect_coding, detect_coding_system): Handle utf-8-auto. | 33 | (detect_coding, detect_coding_system): Handle utf-8-auto. |
| @@ -38,11 +43,11 @@ | |||
| 38 | 43 | ||
| 39 | 2008-05-29 Jason Rumney <jasonr@gnu.org> | 44 | 2008-05-29 Jason Rumney <jasonr@gnu.org> |
| 40 | 45 | ||
| 41 | * w32font.c (w32font_open_internal): Prefer truetype fonts unless | 46 | * w32font.c (w32font_open_internal): Prefer truetype fonts unless |
| 42 | `raster' specified. | 47 | `raster' specified. |
| 43 | (add_font_entity_to_list): Allow non-opentype truetype fonts back | 48 | (add_font_entity_to_list): Allow non-opentype truetype fonts back |
| 44 | in the uniscribe backend, but disallow any font that has no | 49 | in the uniscribe backend, but disallow any font that has no |
| 45 | unicode subrange support. | 50 | unicode subrange support. |
| 46 | 51 | ||
| 47 | 2008-05-29 Juanma Barranquero <lekktu@gmail.com> | 52 | 2008-05-29 Juanma Barranquero <lekktu@gmail.com> |
| 48 | 53 | ||