]> code.delx.au - gnu-emacs/blobdiff - src/ChangeLog
(globals_of_w32fns, Fx_create_frame): Fix last change.
[gnu-emacs] / src / ChangeLog
index d7f8e5b9c1925211631b3919cbff599a151b3c17..1f429c49dc7ec89fcbef00bffda01a16b8575bc9 100644 (file)
@@ -1,3 +1,60 @@
+2008-03-14  Eli Zaretskii  <eliz@gnu.org>
+
+       * w32fns.c (globals_of_w32fns, Fx_create_frame): Fix last change.
+
+2008-03-14  Jason Rumney  <jasonr@gnu.org>
+
+       * w32fns.c (MONITOR_DEFAULT_TO_NEAREST, struct MONITOR_INFO)
+       (MonitorFromPoint_Proc, GetMonitorInfo_Proc): New definitions.
+       (monitor_from_point_fn, get_monitor_info_fn): New globals.
+       (globals_of_w32fns): Initialize them.
+       (compute_tip_xy): Use them to position tooltips.
+
+2008-03-14  Glenn Morris  <rgm@gnu.org>
+
+       * emacs.c (main): Revert previous change.
+       (standard_args): Revert -internal-script back to -scriptload,
+       and remove the long-option form.
+
+2008-03-13  Glenn Morris  <rgm@gnu.org>
+
+       * emacs.c (main, standard_args): Rename -scriptload to -internal-script.
+       Remove option -enable-font-backend.
+
+2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * buffer.c (Fswitch_to_buffer): Fall back on pop-to-buffer.
+
+2008-03-11  Jan Dj\e$(Q)Z\e(Brv  <jan.h.d@swipnet.se>
+
+       * xterm.c (x_connection_closed): For GTK: If this is the last
+       terminal just exit without closing the display.
+
+2008-03-11  Jason Rumney  <jasonr@gnu.org>
+
+       * w32font.c (w32font_full_name): Use floor to round.
+
+2008-03-10  dhruva  <dhruvakm@gmail.com>  (tiny change)
+
+       * sound.c (alsa_configure): Declare vol at beginning of block.
+
+       * fontset.c (Ffontset_info): Remove extra semicolon.
+
+2008-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * fileio.c (Fsubstitute_in_file_name): Fix up computation of maximum
+       size of resulting string.
+
+2008-03-10  Jason Rumney  <jasonr@gnu.org>
+
+       * dispnew.c (adjust_glyph_matrix): Initialize window_height.
+
+2008-03-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
+
+       * xdisp.c (handle_single_display_spec): Undo 2007-10-16 changes.
+       Don't pretend as if characters with display property haven't been
+       consumed for string-replacing-string case.
+
 2008-03-08  Kim F. Storm  <storm@cua.dk>
 
        * xdisp.c (GET_NEXT_DISPLAY_ELEMENT): New macro.