summaryrefslogtreecommitdiff
path: root/src/ChangeLog
AgeCommit message (Expand)Author
2010-11-26Fix and document components of mouse event position.Eli Zaretskii
2010-11-25Fixing bug #7474 also fixes #7481.Eli Zaretskii
2010-11-25Fix bug #7474 with cursor positioning in overlay strings.Eli Zaretskii
2010-11-25merge emacs-23Kenichi Handa
2010-11-25Fix decoding of emacs-mule coding system.Kenichi Handa
2010-11-24nsterm.m (keyDown): Compare Left key masks exactly (Bug#7458).Jan Djärv
2010-11-24Bug 7458: Make key press like Left + right ctrl work when right is not control.Jan Djärv
2010-11-23Avoid GCC warning with inline functions.Eli Zaretskii
2010-11-23* src/nsmenu.m: Use #include <config.h> instead of "config.h".Dan Nicolaescu
2010-11-23Move extern declarations from term.c to lisp.h.Dan Nicolaescu
2010-11-23Mark debugger related variables and functions as EXTERNALLY_VISIBLEDan Nicolaescu
2010-11-23Include <sys/ioctl.h> unconditionally.Dan Nicolaescu
2010-11-22Back-port 2010-09-17T21:34:45Z!eliz@gnu.org from the trunk, to resolve bug #7...Eli Zaretskii
2010-11-21* alloc.c (mark_maybe_object): Return early if given a Lisp integer (Bug#6301).YAMAMOTO Mitsuharu
2010-11-21Fix image cache marking bug (Bug#6301).YAMAMOTO Mitsuharu
2010-11-21* editfns.c (Fbyte_to_string): Signal an error if arg is not a byte.Chong Yidong
2010-11-21* src/sheap.c (STATIC_HEAP_SIZE): Revert previous change.Ken Brown
2010-11-21Add separate key mappings for left/right control/command on Nextstep (Bug#7458).Jan Djärv
2010-11-20Remove emacs-priority.Dan Nicolaescu
2010-11-20Remove INLINE uses in header files.Dan Nicolaescu
2010-11-20* src/sheap.c (STATIC_HEAP_SIZE): Increase to 13MB.Ken Brown
2010-11-20Use \uNNNN, \UNNNNNN, or \xNNNNNN for hex-code display on a TTY.Eli Zaretskii
2010-11-20Add keyword :vert-only for tool bar items with labels not shown horizontally.Jan Djärv
2010-11-20Fix bug 7425.Jan Djärv
2010-11-20msdos.c (dos_rawgetc): Use gen_help_event, instead of doing the same in-line.Eli Zaretskii
2010-11-20msdos.c (dos_rawgetc): Use gen_help_event, instead of doing the same in-line.Eli Zaretskii
2010-11-20* src/xfaces.c (lookup_face): Make static.Andreas Schwab
2010-11-19Fix bug #6687 with cursor positioning after before-string from overlays.Eli Zaretskii
2010-11-18* src/alloc.c (refill_memory_reserve): Move declaration ...Dan Nicolaescu
2010-11-18* src/strftime.c (_strftime_copytm): Add declaration.Dan Nicolaescu
2010-11-18* src/callproc.c (syms_of_callproc): Use intern_c_string.Dan Nicolaescu
2010-11-18Move declarations from .c files to .h files.Dan Nicolaescu
2010-11-18Convert definitions to standard C.Dan Nicolaescu
2010-11-17Merge from emacs-23Stefan Monnier
2010-11-17Fix bug #7417 with cursor positioning on empty lines.Eli Zaretskii
2010-11-17* src/xterm.c (get_current_wm_state): Rename from get_current_vm_state.Stefan Monnier
2010-11-17Remove "tiny change"s for Eric HanchrowStefan Monnier
2010-11-17coding.c (Fset_terminal_coding_system_internal): Fix previous change (set cha...Kenichi Handa
2010-11-16Cleanup of window coordinate positioning code.Chong Yidong
2010-11-16Revert changes in 2010-11-16T19:59:24Z!cyd@stupidchicken.comChong Yidong
2010-11-16Cleanup of window coordinate positioning code.Chong Yidong
2010-11-15Convert definitions to standard C.Dan Nicolaescu
2010-11-15Remove config.h include guards.Dan Nicolaescu
2010-11-15* src/callproc.c (child_setup): Reorder code to simplify #ifdefs.Dan Nicolaescu
2010-11-14* src/process.c: Include <sys/ioctl.h> unconditionally,Dan Nicolaescu
2010-11-14* src/keyboard.c (pending_malloc_warning): Add const to matchDan Nicolaescu
2010-11-14Clean up src/systty.h macros.Dan Nicolaescu
2010-11-14* src/data.c (sign_extend_temp, sign_extend_lisp_int): Remove, unused.Dan Nicolaescu
2010-11-14Repeat 2010-11-14 change to xfns.c for w32 and ns.Chong Yidong
2010-11-14Fix link error on Fedora 14: newer GConf don't use g_type_*.Jan D