diff options
| author | Juanma Barranquero | 2012-09-27 00:42:54 +0200 |
|---|---|---|
| committer | Juanma Barranquero | 2012-09-27 00:42:54 +0200 |
| commit | 41e9b956afd3eed1c9a8385b474a83697bd75dbb (patch) | |
| tree | f28d3c13bd880aa944fac6a11b6f21a76c4de737 /src | |
| parent | e3b60857258096f99125f93ac989616076b5e03d (diff) | |
| download | emacs-41e9b956afd3eed1c9a8385b474a83697bd75dbb.tar.gz emacs-41e9b956afd3eed1c9a8385b474a83697bd75dbb.zip | |
Fix ChangeLog typos.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog.11 | 2 | ||||
| -rw-r--r-- | src/ChangeLog.2 | 2 | ||||
| -rw-r--r-- | src/ChangeLog.3 | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/ChangeLog.11 b/src/ChangeLog.11 index d3b0a8284b5..1f444b9292c 100644 --- a/src/ChangeLog.11 +++ b/src/ChangeLog.11 | |||
| @@ -5532,7 +5532,7 @@ | |||
| 5532 | (update_frame_tool_bar): Remove old_req, new_req. Do not get tool bar | 5532 | (update_frame_tool_bar): Remove old_req, new_req. Do not get tool bar |
| 5533 | height, call xg_update_tool_bar_sizes instead. | 5533 | height, call xg_update_tool_bar_sizes instead. |
| 5534 | (free_frame_tool_bar): Remove from hbox or vbox depending on | 5534 | (free_frame_tool_bar): Remove from hbox or vbox depending on |
| 5535 | toolbar_in_hbox, Set all FRAME_TOOLBAR_*_(WIDTH|HEIGHT) to zero. | 5535 | toolbar_in_hbox. Set all FRAME_TOOLBAR_*_(WIDTH|HEIGHT) to zero. |
| 5536 | (xg_change_toolbar_position): New function. | 5536 | (xg_change_toolbar_position): New function. |
| 5537 | 5537 | ||
| 5538 | * frame.h (struct frame): Add tool_bar_position. | 5538 | * frame.h (struct frame): Add tool_bar_position. |
diff --git a/src/ChangeLog.2 b/src/ChangeLog.2 index 1a9728f6896..0806106836e 100644 --- a/src/ChangeLog.2 +++ b/src/ChangeLog.2 | |||
| @@ -2680,7 +2680,7 @@ | |||
| 2680 | 2680 | ||
| 2681 | 1986-12-11 Richard Mlynarik (mly@prep) | 2681 | 1986-12-11 Richard Mlynarik (mly@prep) |
| 2682 | 2682 | ||
| 2683 | * emacs.c, dispnew.c: | 2683 | * emacs.c, dispnew.c: |
| 2684 | Rename inhibit_x_windows inhibit_window_system. | 2684 | Rename inhibit_x_windows inhibit_window_system. |
| 2685 | Understand "-nw" command-line option. | 2685 | Understand "-nw" command-line option. |
| 2686 | Reorganize init_display a little to make other window-system | 2686 | Reorganize init_display a little to make other window-system |
diff --git a/src/ChangeLog.3 b/src/ChangeLog.3 index 6c580fe4b52..4f6e02ff8d3 100644 --- a/src/ChangeLog.3 +++ b/src/ChangeLog.3 | |||
| @@ -11154,7 +11154,7 @@ | |||
| 11154 | (classify_object): Removed code to look up a function key in the | 11154 | (classify_object): Removed code to look up a function key in the |
| 11155 | global and local function key keymaps, since this will be done | 11155 | global and local function key keymaps, since this will be done |
| 11156 | more generally. | 11156 | more generally. |
| 11157 | (Fexecute_mouse_event): Elided this function with a #if 0; I | 11157 | (Fexecute_mouse_event): Elided this function with a #if 0; I |
| 11158 | think it will go away once the more general keymap stuff is | 11158 | think it will go away once the more general keymap stuff is |
| 11159 | implemented, but I'm not sure. | 11159 | implemented, but I'm not sure. |
| 11160 | (syms_of_keyboard): Removed defsubr for Sexecute_mouse_event. | 11160 | (syms_of_keyboard): Removed defsubr for Sexecute_mouse_event. |