diff options
| author | Andreas Schwab | 2010-07-01 01:07:00 +0200 |
|---|---|---|
| committer | Andreas Schwab | 2010-07-01 01:07:00 +0200 |
| commit | 2b7e356a10591abd4d69b1bd5fad0f3746c9ab79 (patch) | |
| tree | 6e1e5c50ee3ec34d116d01c4f98a198709d5efab /src | |
| parent | 55702e89b8a408d0037911009c01c9536541907e (diff) | |
| download | emacs-2b7e356a10591abd4d69b1bd5fad0f3746c9ab79.tar.gz emacs-2b7e356a10591abd4d69b1bd5fad0f3746c9ab79.zip | |
Fix typo
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index faf4a14702e..c86c285e091 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -77,7 +77,7 @@ | |||
| 77 | properties instead to get old x and y position. | 77 | properties instead to get old x and y position. |
| 78 | (xg_set_toolkit_scroll_bar_thumb): Use gtk_adjustment_get_page_size, | 78 | (xg_set_toolkit_scroll_bar_thumb): Use gtk_adjustment_get_page_size, |
| 79 | gtk_adjustment_get_step_increment, gtk_adjustment_set_page_size, | 79 | gtk_adjustment_get_step_increment, gtk_adjustment_set_page_size, |
| 80 | gtk_adjustment_set_step_increment and gtk_adjustment_set_page_increment. | 80 | gtk_adjustment_set_step_increment and gtk_adjustment_set_page_increment. |
| 81 | (xg_get_tool_bar_widgets): New function. | 81 | (xg_get_tool_bar_widgets): New function. |
| 82 | (xg_tool_bar_menu_proxy, xg_show_toolbar_item) | 82 | (xg_tool_bar_menu_proxy, xg_show_toolbar_item) |
| 83 | (update_frame_tool_bar): Call xg_get_tool_bar_widgets. | 83 | (update_frame_tool_bar): Call xg_get_tool_bar_widgets. |
| @@ -117,7 +117,7 @@ | |||
| 117 | 117 | ||
| 118 | * xterm.c (x_scroll_bar_create): Remove call to xg_show_scroll_bar. | 118 | * xterm.c (x_scroll_bar_create): Remove call to xg_show_scroll_bar. |
| 119 | 119 | ||
| 120 | * gtkutil.h (xg_show_scroll_bar): : Remove. | 120 | * gtkutil.h (xg_show_scroll_bar): Remove. |
| 121 | 121 | ||
| 122 | * gtkutil.c (xg_update_scrollbar_pos): Show/hide scroll bar as needed | 122 | * gtkutil.c (xg_update_scrollbar_pos): Show/hide scroll bar as needed |
| 123 | if height is less than scroll bar min size. | 123 | if height is less than scroll bar min size. |
| @@ -942,7 +942,7 @@ | |||
| 942 | can specify the frame to use, when applicable. Adjust callers. | 942 | can specify the frame to use, when applicable. Adjust callers. |
| 943 | 943 | ||
| 944 | 2010-05-07 Vincent Belaïche <vincent.belaiche@gmail.com> | 944 | 2010-05-07 Vincent Belaïche <vincent.belaiche@gmail.com> |
| 945 | Stefan Monnier <monnier@iro.umontreal.ca> | 945 | Stefan Monnier <monnier@iro.umontreal.ca> |
| 946 | 946 | ||
| 947 | * floatfns.c (Fisnan, Fcopysign, Ffrexp, Fldexp): New functions. | 947 | * floatfns.c (Fisnan, Fcopysign, Ffrexp, Fldexp): New functions. |
| 948 | 948 | ||
| @@ -1570,7 +1570,7 @@ | |||
| 1570 | (Frename_file): Preserve selinux context when renaming by copy-file. | 1570 | (Frename_file): Preserve selinux context when renaming by copy-file. |
| 1571 | 1571 | ||
| 1572 | 2010-04-21 Juanma Barranquero <lekktu@gmail.com> | 1572 | 2010-04-21 Juanma Barranquero <lekktu@gmail.com> |
| 1573 | Eli Zaretskii <eliz@gnu.org> | 1573 | Eli Zaretskii <eliz@gnu.org> |
| 1574 | 1574 | ||
| 1575 | Don't depend on cm.c or termcap.c on Windows, use stubs. | 1575 | Don't depend on cm.c or termcap.c on Windows, use stubs. |
| 1576 | * makefile.w32-in (OBJ1): Remove cm.$(O) and termcap.$(O). | 1576 | * makefile.w32-in (OBJ1): Remove cm.$(O) and termcap.$(O). |
| @@ -9751,7 +9751,7 @@ | |||
| 9751 | <after-change-functions>: Reflow docstrings. | 9751 | <after-change-functions>: Reflow docstrings. |
| 9752 | 9752 | ||
| 9753 | 2008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com> | 9753 | 2008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com> |
| 9754 | Ken Raeburn <raeburn@gnu.org> | 9754 | Ken Raeburn <raeburn@gnu.org> |
| 9755 | 9755 | ||
| 9756 | Dock menu customization, based on a patch by Ken Raeburn, plus some | 9756 | Dock menu customization, based on a patch by Ken Raeburn, plus some |
| 9757 | other fixes. | 9757 | other fixes. |
| @@ -10816,7 +10816,7 @@ | |||
| 10816 | batch-compiling for bootstrap). | 10816 | batch-compiling for bootstrap). |
| 10817 | 10817 | ||
| 10818 | 2008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change) | 10818 | 2008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change) |
| 10819 | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 10819 | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
| 10820 | 10820 | ||
| 10821 | (make_initial_frame): Call init_frame_faces(f) in CANNOT_DUMP case -- | 10821 | (make_initial_frame): Call init_frame_faces(f) in CANNOT_DUMP case -- |
| 10822 | fix crash due to different init order. | 10822 | fix crash due to different init order. |
| @@ -11434,7 +11434,7 @@ | |||
| 11434 | (USG_SHARED_LIBRARIES): Remove duplicate definition. | 11434 | (USG_SHARED_LIBRARIES): Remove duplicate definition. |
| 11435 | 11435 | ||
| 11436 | 2008-06-26 Juanma Barranquero <lekktu@gmail.com> | 11436 | 2008-06-26 Juanma Barranquero <lekktu@gmail.com> |
| 11437 | Eli Zaretskii <eliz@gnu.org> | 11437 | Eli Zaretskii <eliz@gnu.org> |
| 11438 | 11438 | ||
| 11439 | * makefile.w32-in (LOCAL_FLAGS): | 11439 | * makefile.w32-in (LOCAL_FLAGS): |
| 11440 | Don't include WINDOWSNT, DOS_NT and _UCHAR_T. | 11440 | Don't include WINDOWSNT, DOS_NT and _UCHAR_T. |
| @@ -11682,7 +11682,7 @@ | |||
| 11682 | the property of LFACE_FONT of LFACE (if any). | 11682 | the property of LFACE_FONT of LFACE (if any). |
| 11683 | 11683 | ||
| 11684 | 2008-06-21 Seiji Zenitani <zenitani@mac.com> | 11684 | 2008-06-21 Seiji Zenitani <zenitani@mac.com> |
| 11685 | Ryo Yoshitake <ryo@shiftmode.net> | 11685 | Ryo Yoshitake <ryo@shiftmode.net> |
| 11686 | 11686 | ||
| 11687 | * xterm.c (x_set_frame_alpha): Add x_catch_errors for bug#437. | 11687 | * xterm.c (x_set_frame_alpha): Add x_catch_errors for bug#437. |
| 11688 | 11688 | ||
| @@ -12778,7 +12778,7 @@ | |||
| 12778 | * xterm.c (x_set_frame_alpha): Move declarations before statements. | 12778 | * xterm.c (x_set_frame_alpha): Move declarations before statements. |
| 12779 | 12779 | ||
| 12780 | 2008-05-21 Seiji Zenitani <zenitani@mac.com> | 12780 | 2008-05-21 Seiji Zenitani <zenitani@mac.com> |
| 12781 | Ryo Yoshitake <ryo@shiftmode.net> | 12781 | Ryo Yoshitake <ryo@shiftmode.net> |
| 12782 | 12782 | ||
| 12783 | * frame.c (Qalpha): Add a new frame parameter `alpha'. | 12783 | * frame.c (Qalpha): Add a new frame parameter `alpha'. |
| 12784 | (Vframe_alpha_lower_limit): New variable. | 12784 | (Vframe_alpha_lower_limit): New variable. |