]> code.delx.au - gnu-emacs/blobdiff - src/ChangeLog
(SELECT_USE_CFSOCKET) [MAC_OSX]: Set default to 1.
[gnu-emacs] / src / ChangeLog
index b0ad3463b50994980fc98b94a8613210ed1160b8..da01ca857a6b619e4e110b51ab48cafec0f65296 100644 (file)
@@ -1,3 +1,42 @@
+2006-09-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
+
+       * mac.c (SELECT_USE_CFSOCKET) [MAC_OSX]: Set default to 1.
+       [MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]: Fix pointer type.
+
+2006-09-17  Jay Belanger  <belanger@truman.edu>
+
+       * gmalloc.c:
+       * md5.c:
+       * md5.h:
+       * strftime.c: Replace "GNU Library General Public License" by "GNU
+       General Public License" throughout.
+
+2006-09-17  Kim F. Storm  <storm@cua.dk>
+
+       * dispnew.c (update_text_area): Undo 2000-07-18 change.
+       Always redrawing whole row if line has mouse-face in it causes
+       excessive flickering of the mode line.
+
+2006-09-17  Chong Yidong  <cyd@stupidchicken.com>
+
+       * search.c (clear_regexp_cache): New function.
+
+       * syntax.c (Fmodify_syntax_entry): Clear regexp cache.
+
+2006-09-16  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+
+       * gtkutil.c (xg_get_file_with_chooser): Check
+       x-gtk-show-chooser-help-text before adding the help text.
+
+       * xfns.c (syms_of_xfns): New variable: x-gtk-show-chooser-help-text.
+
+       * gtkutil.c (get_utf8_string): Try harder to convert to UTF8.  Gtk+
+       will simply crash if we fail.
+
+2006-09-16  Richard Stallman  <rms@gnu.org>
+
+       * regex.c (re_compile_pattern): Set gl_state.current_syntax_table.
+
 2006-09-15  Kim F. Storm  <storm@cua.dk>
 
        * window.c (Fwindow_line_visibility): New defun for line-move-partial.
 
        * Makefile.in (fns.o): Depend on coding.h.
 
+2003-01-06  Dave Love  <fx@gnu.org>
+
+       * fns.c: Include coding.h.  Use POINTER_TYPE*, not void*.
+       (Vlocale_coding_system): Declare.
+       (Qcodeset, Qdays, Qmonths, Qpaper): New.
+       (Flanginfo): New.
+       (syms_of_fns): Initialize new stuff.
+
 2003-01-07  Markus Rost  <rost@math.ohio-state.edu>
 
        * minibuf.c (Fread_variable): Doc fix.