diff options
| author | Dan Nicolaescu | 2008-07-22 16:29:10 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2008-07-22 16:29:10 +0000 |
| commit | cc98b6a06aa7505a2c5c08c3851f48bfabd5ccf0 (patch) | |
| tree | 36eaf17bedfc3e1feea579657697178e4611a706 /src/ChangeLog | |
| parent | 1baa62364ead97b5d7e5c08feb6d253e61ccadef (diff) | |
| download | emacs-cc98b6a06aa7505a2c5c08c3851f48bfabd5ccf0.tar.gz emacs-cc98b6a06aa7505a2c5c08c3851f48bfabd5ccf0.zip | |
(x_set_menu_bar_lines, x_set_tool_bar_lines): Remove
forwarding functions.
(ns_set_menu_bar_lines): Rename to x_set_menu_bar_lines, make
non-static.
(ns_set_tool_bar_lines): Rename to x_set_tool_bar_lines, make
non-static.
(ns_frame_parm_handlers): Use the new names.
(syms_of_nsfns): Move to the end of file.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index d545e9e4ef8..122b58a502e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,14 @@ | |||
| 1 | 2008-07-22 Dan Nicolaescu <dann@ics.uci.edu> | 1 | 2008-07-22 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 2 | ||
| 3 | * nsfns.m (x_set_menu_bar_lines, x_set_tool_bar_lines): Remove | ||
| 4 | forwarding functions. | ||
| 5 | (ns_set_menu_bar_lines): Rename to x_set_menu_bar_lines, make | ||
| 6 | non-static. | ||
| 7 | (ns_set_tool_bar_lines): Rename to x_set_tool_bar_lines, make | ||
| 8 | non-static. | ||
| 9 | (ns_frame_parm_handlers): Use the new names. | ||
| 10 | (syms_of_nsfns): Move to the end of file. | ||
| 11 | |||
| 3 | * nsterm.m (syms_of_nsterm): Move to the end of file. | 12 | * nsterm.m (syms_of_nsterm): Move to the end of file. |
| 4 | 13 | ||
| 5 | * dispnew.c (init_display): Remove code for X10. | 14 | * dispnew.c (init_display): Remove code for X10. |