emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/ChangeLog


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog
Date: Thu, 09 Mar 2006 23:06:58 +0000

Index: emacs/src/ChangeLog
diff -u emacs/src/ChangeLog:1.4924 emacs/src/ChangeLog:1.4925
--- emacs/src/ChangeLog:1.4924  Thu Mar  9 15:43:31 2006
+++ emacs/src/ChangeLog Thu Mar  9 23:06:58 2006
@@ -1,3 +1,8 @@
+2006-03-09  Stefan Monnier  <address@hidden>
+
+       * alloc.c (USE_POSIX_MEMALIGN): New macro.
+       (ABLOCKS_BASE, lisp_align_malloc, lisp_align_free): Use it.
+
 2006-03-09  Kenichi Handa  <address@hidden>
 
        * coding.c (DECODE_EMACS_MULE_COMPOSITION_CHAR): Fix decoding
@@ -28,10 +33,10 @@
        (MAC_AQUA_SMALL_VERTICAL_SCROLL_BAR_WIDTH): New defines.
 
        * macfns.c (x_default_scroll_bar_color_parameter)
-       (x_set_scroll_bar_foreground, x_set_scroll_bar_background): Remove
-       unnecessary prototypes.
-       (x_set_scroll_bar_default_width): Use
-       MAC_AQUA_VERTICAL_SCROLL_BAR_WIDTH.
+       (x_set_scroll_bar_foreground, x_set_scroll_bar_background):
+       Remove unnecessary prototypes.
+       (x_set_scroll_bar_default_width):
+       Use MAC_AQUA_VERTICAL_SCROLL_BAR_WIDTH.
        (mac_set_scroll_bar_width): New function.
        (mac_frame_parm_handlers): Set it as handler for scroll-bar-width.
 
@@ -57,9 +62,9 @@
        lines, by distributing the rows evenly over the tool-bar screen area.
        (Vtool_bar_border): New variable.
        (syms_of_xdisp): DEFVAR_LISP it.
-       (display_tool_bar_line): Add HEIGHT arg for desired row height.  Make
-       tool-bar row the desired height.  Use default face for border below
-       tool-bar.
+       (display_tool_bar_line): Add HEIGHT arg for desired row height.
+       Make tool-bar row the desired height.  Use default face for border
+       below tool-bar.
        (tool_bar_lines_needed): Add N_ROWS arg.  Use it to return number of
        actual tool-bar rows.
        (redisplay_tool_bar): Calculate f->n_tool_bar_rows initially.
@@ -86,8 +91,7 @@
 
 2006-02-26  Chong Yidong  <address@hidden>
 
-       * xterm.h, xterm.c (x_uncatch_errors): Delete unneccessary
-       argument.
+       * xterm.h, xterm.c (x_uncatch_errors): Delete unneccessary argument.
 
        * xterm.c: (x_load_font, x_term_init, XTmouse_position)
        (handle_one_xevent, x_connection_closed, x_list_fonts): No arg for




reply via email to

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