(my_set_window_pos, my_show_window): Don't declare.
[bpt/emacs.git] / src / ChangeLog
index ec3ecb5..947a780 100644 (file)
@@ -1,3 +1,22 @@
+2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
+
+       * w32fns.c (my_set_window_pos, my_show_window): Don't declare.
+       (my_create_window, my_create_tip_window): Make static.
+
+       * w32term.c (my_show_window, my_set_window_pos, my_set_focus)
+       (my_set_foreground_window, my_destroy_window): Make static.
+
+2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Merge gnulib getopt implementation into Emacs.
+
+       * s/cygwin.h (C_SWITCH_SYSTEM): Remove, since gettext.h is
+       now part of lib-src.
+
+2005-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * eval.c (Fdefvar): Allow (defvar enable-multibyte-characters).
+
 2005-07-25  Jason Rumney  <jasonr@gnu.org>
 
        * w32menu.c (w32_menu_display_help): Suppress tooltip when
@@ -22,7 +41,7 @@
        (Fgarbage_collect, init_alloc_once): Compute gc_relative_threshold
        instead of gc_cons_combined_threshold.
 
-       * lisp.h (gc_cons_threshold, gc_relative_threshold): Declared.
+       * lisp.h (gc_cons_threshold, gc_relative_threshold): Declare.
        (gc_cons_combined_threshold): Declaration deleted.
 
 2005-07-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>