log src/ChangeLog @ 107857:d1934720d87a

age author description
2010-04-14 Dan Nicolaescu Reduce cpp use in Makefile.in.
2010-04-14 Juri Linkov Bind `C-v' to `scroll-up-command' and `M-v' to `scroll-down-command'.
2010-04-14 Juri Linkov Add variable `scroll-preserve-screen-position-commands'.
2010-04-13 Jan D. Fix so top -10 and left -10 in frame parameters work.
2010-04-13 Jan D. (Fx_create_frame, x_create_tip_frame): Set default border width to zero.
2010-04-13 Stefan Monnier (init_tty): Move common text outside of #ifdef TERMINFO.
2010-04-13 Stefan Monnier Try to solve the problem of spurious EOF chars in long lines of text
2010-04-13 Stefan Monnier Try to detect file modification within the same second.
2010-04-12 Stefan Monnier * process.c (status_notify): Remove unused var `ro'.
2010-04-12 Jan D. xfns.c (select_visual): Don't call error if XGetVisualInfo returns
2010-04-12 Dan Nicolaescu * Makefile.in (C_SWITCH_SYSTEM,C_SWITCH_MACHINE,C_SWITCH_X_SITE): Undefine.
2010-04-11 Dan Nicolaescu Remove C_SWITCH_SYSTEM_TEMACS.
2010-04-11 Dan Nicolaescu Use autoconf, not cpp for some variables.
2010-04-11 Jan D. Use XFT in Lucid dialogs if available.
2010-04-11 Stefan Monnier * process.c (exec_sentinel): Preserve current-buffer.
2010-04-11 Stefan Monnier (read_process_output): Move the save-current-buffer to
2010-04-10 Dan Nicolaescu * s/msdos.h (UNEXEC): New definition.
2010-04-10 YAMAMOTO Mitsuharu xfns.c (Fx_show_tip): Subtract last glyph's width only when it is for padding.
2010-04-10 YAMAMOTO Mitsuharu Don't abort try_window with fonts change when showing tooltip (Bug#2423).
2010-04-10 YAMAMOTO Mitsuharu xfns.c (Fx_show_tip): Undo last change.
2010-04-09 Jan D Fix showing the complete tip the first time, bug #2423.
2010-04-08 Eli Zaretskii Fix bug#5856: don't dereference glyphs beyond end of glyph_row.
2010-04-08 Jan D. * xsettings.c (XSETTINGS_FONT_NAME): Move XSETTINGS_FONT_NAME out of HAVE_GCONF.
2010-04-08 Eli Zaretskii Fix crash due to incorrect resolution of type of NSM characters (bug#5858).
2010-04-08 Jan D. Lucid menus can now use Xft for fonts.
2010-04-07 Jan D Fix resizing for X and non-Gtk+ build. Bug #5848.
2010-04-07 Dan Nicolaescu Simplify code for HP machines.
2010-04-07 Dan Nicolaescu * m/iris4d.h (UNEXEC): Move definition ...
2010-04-04 jhd Set WM_CLIENT_MACHINE and _NET_WM_PID properties (Bug#5828).
2010-04-03 Eli Zaretskii Fix infloop in bidi buffers with vertical cursor motion at ZV.
2010-04-03 Eli Zaretskii Fix typo in src/ChangeLog.
2010-04-03 Stefan Monnier Merge from emacs-23
2010-04-03 Dan Nicolaescu * m/intel386.h (NO_REMAP): Move definition ...
2010-04-03 Dan Nicolaescu * m/vax.h (CRT0_DUMMIES): Remove, unused.
2010-04-03 Dan Nicolaescu * ecrt0.c: Remove MSDOS, m68k and __sparc__ conditionals, file not
2010-04-02 Juanma Barranquero Fix typos in ChangeLogs.
2010-03-31 Chong Yidong Fix last set of Nextstep changes.
2010-03-31 Eli Zaretskii Fix bug #5703.
2010-03-31 Chong Yidong * nsterm.h: Fix last change.
2010-04-02 Eli Zaretskii Fix typos and formatting in ChangeLog entries.
2010-04-02 Dan Nicolaescu Remove extern errno declarations.
2010-04-01 Dan Nicolaescu Remove all uses of LIBX11_SYSTEM.
2010-04-01 Eli Zaretskii Remove support for DJGPP v1.x (bug#5813).
2010-04-01 Eli Zaretskii Fix bug #5816.
2010-04-01 Glenn Morris Cosmetic change to src/Makefile.in.
2010-03-31 Chong Yidong [merge] Fix last set of Nextstep changes.
2010-03-31 Dan Nicolaescu Clean up BSD_SYSTEM use.
2010-03-31 Juri Linkov Rename `image-extension-data' to `image-metadata'.
2010-03-31 Eli Zaretskii Fix highlight of trailing whitespace is right-to-left lines.
2010-03-31 Stefan Monnier Get rid of the direct_output optimizations.
2010-03-31 Stefan Monnier Merge from emacs-23 branch
2010-03-30 Chong Yidong * menu.c (Fx_popup_menu): Use last_event_timestamp (Bug#4930).
2010-03-30 Jan D. xdisp.c (note_mouse_highlight): Don't do highlight if pointer is invisible (Bug#5766).
2010-03-29 Chong Yidong Clean up unneeded ns_set_icon_type calls.
2010-03-28 Glenn Morris Close bug#5336.
2010-03-24 Chong Yidong * xdisp.c (pos_visible_p): Revert 2008-01-25 change (Bug#5730).
2010-03-31 Stefan Monnier (keys_of_window): Remove redundant/overridden bindings.
2010-03-30 Eli Zaretskii Restore original behavior of move_it_in_display_line_to when !bidi_p.
2010-03-30 Dan Nicolaescu * xdisp.c (syms_of_xdisp): Use intern_c_string instead of intern.
2010-03-30 Eli Zaretskii Fix a crash of I-search in a bidi-reordered buffer.