emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r100672: Fix typo


From: Andreas Schwab
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r100672: Fix typo
Date: Thu, 01 Jul 2010 01:07:00 +0200
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 100672
committer: Andreas Schwab <address@hidden>
branch nick: emacs
timestamp: Thu 2010-07-01 01:07:00 +0200
message:
  Fix typo
modified:
  src/ChangeLog
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2010-06-30 11:16:01 +0000
+++ b/src/ChangeLog     2010-06-30 23:07:00 +0000
@@ -77,7 +77,7 @@
        properties instead to get old x and y position.
        (xg_set_toolkit_scroll_bar_thumb): Use gtk_adjustment_get_page_size,
        gtk_adjustment_get_step_increment, gtk_adjustment_set_page_size,
-        gtk_adjustment_set_step_increment and 
gtk_adjustment_set_page_increment.
+       gtk_adjustment_set_step_increment and gtk_adjustment_set_page_increment.
        (xg_get_tool_bar_widgets): New function.
        (xg_tool_bar_menu_proxy, xg_show_toolbar_item)
        (update_frame_tool_bar): Call xg_get_tool_bar_widgets.
@@ -117,7 +117,7 @@
 
        * xterm.c (x_scroll_bar_create): Remove call to xg_show_scroll_bar.
 
-       * gtkutil.h (xg_show_scroll_bar): : Remove.
+       * gtkutil.h (xg_show_scroll_bar): Remove.
 
        * gtkutil.c (xg_update_scrollbar_pos): Show/hide scroll bar as needed
        if height is less than scroll bar min size.
@@ -942,7 +942,7 @@
        can specify the frame to use, when applicable.  Adjust callers.
 
 2010-05-07  Vincent Belaïche  <address@hidden>
-            Stefan Monnier  <address@hidden>
+           Stefan Monnier  <address@hidden>
 
        * floatfns.c (Fisnan, Fcopysign, Ffrexp, Fldexp): New functions.
 
@@ -1570,7 +1570,7 @@
        (Frename_file): Preserve selinux context when renaming by copy-file.
 
 2010-04-21  Juanma Barranquero  <address@hidden>
-            Eli Zaretskii  <address@hidden>
+           Eli Zaretskii  <address@hidden>
 
        Don't depend on cm.c or termcap.c on Windows, use stubs.
        * makefile.w32-in (OBJ1): Remove cm.$(O) and termcap.$(O).
@@ -9751,7 +9751,7 @@
        <after-change-functions>: Reflow docstrings.
 
 2008-08-04  Adrian Robert  <address@hidden>
-            Ken Raeburn  <address@hidden>
+           Ken Raeburn  <address@hidden>
 
        Dock menu customization, based on a patch by Ken Raeburn, plus some
        other fixes.
@@ -10816,7 +10816,7 @@
        batch-compiling for bootstrap).
 
 2008-07-15  Chris Hall  <address@hidden>  (tiny change)
-            YAMAMOTO Mitsuharu  <address@hidden>
+           YAMAMOTO Mitsuharu  <address@hidden>
 
        (make_initial_frame): Call init_frame_faces(f) in CANNOT_DUMP case --
        fix crash due to different init order.
@@ -11434,7 +11434,7 @@
        (USG_SHARED_LIBRARIES): Remove duplicate definition.
 
 2008-06-26  Juanma Barranquero  <address@hidden>
-            Eli Zaretskii  <address@hidden>
+           Eli Zaretskii  <address@hidden>
 
        * makefile.w32-in (LOCAL_FLAGS):
        Don't include WINDOWSNT, DOS_NT and _UCHAR_T.
@@ -11682,7 +11682,7 @@
        the property of LFACE_FONT of LFACE (if any).
 
 2008-06-21  Seiji Zenitani  <address@hidden>
-            Ryo Yoshitake  <address@hidden>
+           Ryo Yoshitake  <address@hidden>
 
        * xterm.c (x_set_frame_alpha): Add x_catch_errors for bug#437.
 
@@ -12778,7 +12778,7 @@
        * xterm.c (x_set_frame_alpha): Move declarations before statements.
 
 2008-05-21  Seiji Zenitani  <address@hidden>
-            Ryo Yoshitake  <address@hidden>
+           Ryo Yoshitake  <address@hidden>
 
        * frame.c (Qalpha): Add a new frame parameter `alpha'.
        (Vframe_alpha_lower_limit): New variable.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]