diff options
| author | Juanma Barranquero | 2008-06-04 20:52:12 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2008-06-04 20:52:12 +0000 |
| commit | e6841c3bc8523c54732046e6e86462f615a3b4ed (patch) | |
| tree | 6b22ef594031aadb6a9398daf1da8704cb01e065 /src/ChangeLog | |
| parent | cfbb239560674ae303f3ed30d40ab85eef3c9656 (diff) | |
| download | emacs-e6841c3bc8523c54732046e6e86462f615a3b4ed.tar.gz emacs-e6841c3bc8523c54732046e6e86462f615a3b4ed.zip | |
(struct window): Add new member window_parameters.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 19 |
1 files changed, 14 insertions, 5 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 673c3c012ca..c4efbf31bb1 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2008-06-04 Joakim Verona <joakim@verona.se> | ||
| 2 | |||
| 3 | * window.h (struct window): Add new member window_parameters. | ||
| 4 | |||
| 5 | * window.c (Fwindow_parameters, Fwindow_parameter) | ||
| 6 | (Fset_window_parameter): New defuns. | ||
| 7 | (syms_of_window): Defsubr the new defuns. | ||
| 8 | (make_window): Initialize window_parameters to nil. | ||
| 9 | |||
| 1 | 2008-06-04 John Paul Wallington <jpw@pobox.com> | 10 | 2008-06-04 John Paul Wallington <jpw@pobox.com> |
| 2 | 11 | ||
| 3 | * eval.c (Fdefmacro): Doc fix. | 12 | * eval.c (Fdefmacro): Doc fix. |
| @@ -73,11 +82,11 @@ | |||
| 73 | 82 | ||
| 74 | 2008-06-01 Jason Rumney <jasonr@gnu.org> | 83 | 2008-06-01 Jason Rumney <jasonr@gnu.org> |
| 75 | 84 | ||
| 76 | * w32font.c (w32_enumfont_pattern_entity): Use requested registry. | 85 | * w32font.c (w32_enumfont_pattern_entity): Use requested registry. |
| 77 | Treat iso10646-1 and Windows DEFAULT_CHARSET specially. | 86 | Treat iso10646-1 and Windows DEFAULT_CHARSET specially. |
| 78 | Duplicate iso8859-1 fonts as iso10646-1 if no registry specified. | 87 | Duplicate iso8859-1 fonts as iso10646-1 if no registry specified. |
| 79 | Don't add empty script list. | 88 | Don't add empty script list. |
| 80 | (w32_registry): Only map DEFAULT_CHARSET to iso10646-1 here. | 89 | (w32_registry): Only map DEFAULT_CHARSET to iso10646-1 here. |
| 81 | 90 | ||
| 82 | 2008-06-01 Dan Nicolaescu <dann@ics.uci.edu> | 91 | 2008-06-01 Dan Nicolaescu <dann@ics.uci.edu> |
| 83 | 92 | ||