log src/ChangeLog @ 107713:41747909cb4b

age author description
Wed, 31 Mar 2010 00:14:08 -0400 Stefan Monnier Get rid of the direct_output optimizations.
Tue, 30 Mar 2010 22:37:57 -0400 Stefan Monnier Merge from emacs-23 branch
Tue, 30 Mar 2010 19:26:38 -0400 Chong Yidong * menu.c (Fx_popup_menu): Use last_event_timestamp (Bug#4930).
Tue, 30 Mar 2010 19:26:58 +0200 Jan D. xdisp.c (note_mouse_highlight): Don't do highlight if pointer is invisible (Bug#5766).
Mon, 29 Mar 2010 19:48:44 -0400 Chong Yidong Clean up unneeded ns_set_icon_type calls.
Sun, 28 Mar 2010 11:55:20 -0700 Glenn Morris Close bug#5336.
Wed, 24 Mar 2010 17:25:46 -0400 Chong Yidong * xdisp.c (pos_visible_p): Revert 2008-01-25 change (Bug#5730).
Tue, 30 Mar 2010 22:08:05 -0400 Stefan Monnier (keys_of_window): Remove redundant/overridden bindings.
Tue, 30 Mar 2010 15:16:49 -0400 Eli Zaretskii Restore original behavior of move_it_in_display_line_to when !bidi_p.
Tue, 30 Mar 2010 10:40:04 -0700 Dan Nicolaescu * xdisp.c (syms_of_xdisp): Use intern_c_string instead of intern.
Tue, 30 Mar 2010 19:29:02 +0300 Eli Zaretskii Fix a crash of I-search in a bidi-reordered buffer.
Tue, 30 Mar 2010 14:15:45 +0200 Juanma Barranquero * makefile.w32-in ($(BLD)/bidi.$(O)): Add dependency on w32gui.h.
Tue, 30 Mar 2010 05:13:07 -0400 Eli Zaretskii Initial support for bidirectional editing.
Mon, 29 Mar 2010 19:47:23 -0700 Dan Nicolaescu Remove all uses of C_DEBUG_SWITCH and LIBS_DEBUG.
Fri, 26 Mar 2010 20:45:32 -0400 Chong Yidong * process.c (Fmake_network_process): Don't apply Bug#5173 fix for Windows.
Thu, 25 Mar 2010 17:56:15 +0900 YAMAMOTO Mitsuharu Don't call turn_on_atimers around `connect' (Bug#5723).
Thu, 25 Mar 2010 17:48:52 +0900 YAMAMOTO Mitsuharu Call `select' for interrupted `connect' rather than creating new socket (Bug#5173).
Wed, 24 Mar 2010 14:02:56 -0400 Stefan Monnier Merge from `emacs-23'.
Mon, 22 Mar 2010 08:26:56 +0100 Jan D. bug #5736: Allow X-resource menuBar to take on/off as documented.
Sat, 20 Mar 2010 12:37:39 +0900 YAMAMOTO Mitsuharu xfns.c (Fx_create_frame) [USE_LUCID]: Add BLOCK_INPUT around XLoadQueryFont.
Tue, 16 Mar 2010 14:48:41 +0900 Kenichi Handa Fix the ccl encoder for the case that the output buffer is fullfilled.
Tue, 16 Mar 2010 11:14:40 +0900 Kenichi Handa coding.c (decode_coding_ccl): Fix previous change for the multibyte case.
Mon, 15 Mar 2010 11:51:48 -0400 Chong Yidong Fix bug in `format' (Bug#5710).
Mon, 22 Mar 2010 19:47:41 -0700 Dan Nicolaescu * s/gnu-linux.h (LIBS_SYSTEM): Remove, same as default.
Mon, 22 Mar 2010 19:42:25 -0700 Dan Nicolaescu * s/netbsd.h: Remove commented out code.
Mon, 22 Mar 2010 19:39:19 -0700 Dan Nicolaescu Simplify LIBS_MACHINE definitions.
Mon, 22 Mar 2010 12:51:59 -0700 Dan Nicolaescu Remove dead code dealing with POSIX_SIGNALS.
Sun, 21 Mar 2010 19:56:56 -0700 Dan Nicolaescu * keyboard.c (Fset_input_interrupt_mode): Remove code depending on NO_SOCK_SIGIO,
Sun, 21 Mar 2010 12:59:04 -0700 Dan Nicolaescu (BSD_SYSTEM, BSD4_2): Remove conditionals, we only
Sun, 21 Mar 2010 12:32:38 -0700 Dan Nicolaescu * m/ibmrs6000.h (ORDINARY_LINK): Move definition ...