Auto-commit of generated files.
[bpt/emacs.git] / src /
2013-10-03 Paul EggertMerge from gnulib.
2013-10-03 Paul Eggert* eval.c (clobbered_eassert): New macro.
2013-10-03 Stefan MonnierIntroduce new bytecodes for efficient catch/condition...
2013-10-03 Stefan Monnier* lisp/subr.el (decode-char, encode-char): Use advertis...
2013-10-02 Jan Djärv* macfont.m (macfont_draw): Use s->ybase for correct...
2013-10-02 Dmitry Antipov* frame.h (struct frame): Drop has_minibuffer member...
2013-10-02 Dmitry Antipov* window.h (struct window): Prefer enum text_cursor_kin...
2013-10-02 Dmitry Antipov* fringe.c (toplevel): Do not use HAVE_WINDOW_SYSTEM...
2013-10-02 Alp Aker* macfont.m (macfont_draw): Use CGRectMake rather than...
2013-09-29 Eli ZaretskiiFix bug #15484 with link error in the --without-x confi...
2013-09-29 Jan Djärv* window.c (calc_absolute_offset): #elif should be...
2013-09-29 Jan Djärv* frame.c (delete_frame): Block/unblock input to overco...
2013-09-29 Andreas PolitzIn delete_frame record selected frame only after callin...
2013-09-28 Jan DjärvPick up default selection color on OSX when user defaul...
2013-09-28 Eli ZaretskiiFix compilation under GLYPH_DEBUG, broken by conditiona...
2013-09-26 Barry O'ReillySignal error when reading an empty byte-code object...
2013-09-24 Paul Eggert* dispnew.c (clear_glyph_row, copy_row_except_pointers...
2013-09-24 Paul Eggert* data.c (POPCOUNT_STATIC_INLINE): New macro, as a...
2013-09-24 Daniel ColascioneFix build break due to vector changes
2013-09-24 Paul Eggert* dispnew.c (clear_glyph_row, copy_row_except_pointers):
2013-09-24 Dmitry AntipovUse union for the payload of struct Lisp_Vector.
2013-09-24 Dmitry AntipovOptimize glyph row clearing and copying routines.
2013-09-24 Paul EggertSome minor cleanups of recently-added bool vector code.
2013-09-24 Paul Eggert* alloc.c (valgrind_p): Use bool for boolean.
2013-09-23 Dmitry Antipov* dispextern.h (cancel_line, init_desired_glyphs):
2013-09-23 Dmitry Antipov* xdisp.c (noninteractive_need_newline, message_log_nee...
2013-09-23 Dmitry Antipov* dispnew.c (frame_garbaged, selected_frame, last_nonmi...
2013-09-23 Eli ZaretskiiFix last commit.
2013-09-23 Eli ZaretskiiFix bug #15437 with mouse highlight on overlay strings.
2013-09-23 Eli ZaretskiiFix the definition of 'assume' for GCC older than 4.5.
2013-09-23 Jan DjärvSuppress some unhelpful warnings when using clang.
2013-09-23 Juanma Barranquerosrc/w32console.c, src/w32term.c: Remove unused variables.
2013-09-23 Daniel ColascioneTell valgrind about conservative GC regions and suppres...
2013-09-22 Jan DjärvFix compiler warnings from XCode 5.0 on OSX.
2013-09-22 Jan Djärv* conf_post.h (assume): Fix compiler error: x shall...
2013-09-22 Daniel ColascioneSuppress unused variable warning when compiling without...
2013-09-22 Daniel ColascioneAdd set operations for bool-vector.
2013-09-22 Eli ZaretskiiFix bug #15365 with aborts in try_window_id.
2013-09-22 Paul EggertFix syntax.h bug introduced by recent INLINE change.
2013-09-21 Eli ZaretskiiFix bug #15426 with directory-files invoked from a...
2013-09-20 Paul EggertPort recent change to hosts where pointers aren't ...
2013-09-20 Paul EggertA simpler, centralized INLINE.
2013-09-20 Dmitry Antipov* xterm.c (handle_one_xevent): Revert part of 2013...
2013-09-19 Eli ZaretskiiFix a compiler warning on MS-Windows due to recent...
2013-09-19 Dmitry Antipov* xterm.h (struct x_display_info): New members last_mou...
2013-09-19 Dmitry AntipovDo not use external array to process X scroll bar messages.
2013-09-18 Dmitry Antipov* w32term.c (note_mouse_movement): Fix last change.
2013-09-18 Dmitry AntipovIfdef away recent changes which aren't relevant to...
2013-09-18 Dmitry Antipov* frame.c (x_redo_mouse_highlight): New function
2013-09-18 Dmitry Antipov* frame.c (x_mouse_grabbed): New function.
2013-09-17 Dmitry Antipov* w32term.c (w32_read_socket): Avoid temporary
2013-09-17 Dmitry Antipov* frame.h (x_set_bitmap_icon) [!HAVE_NS]: New function.
2013-09-17 Dmitry Antipov* dispextern.h (check_x_display_info, x_get_string_reso...
2013-09-17 Dmitry Antipov* xterm.h (struct x_display_info): New member
2013-09-17 Glenn MorrisAdd a major-mode for the *Messages* buffer
2013-09-17 Dmitry Antipov* xterm.c (toplevel) [USE_MOTIF]: Include xlwmenu.h...
2013-09-17 Glenn MorrisMerge from emacs-24; up to 2013-01-03T02:31:36Z!rgm...
2013-09-17 Paul EggertDon't overuse 'const' in types of locals.
2013-09-17 Dmitry Antipov* xterm.c (handle_one_xevent): Do not call to x_clear_area
2013-09-17 Dmitry Antipov* configure.ac: Do not check for g_type_init because we
2013-09-16 Jan Djärv* xsettings.c (init_gconf, init_gsettings): Check for...
2013-09-16 Jan DjärvFix syms_of_(mac|ms)font calls.
2013-09-16 Dmitry Antipov* xterm.c (toolkit_scroll_bar_interaction): Use bool...
2013-09-16 Dmitry AntipovDo not copy X event in handle_one_xevent except KeyPres...
2013-09-16 Dmitry AntipovFix X event waiting to handle multiple frames.
2013-09-15 Jan DjärvFix compilation for GNUStep due to font changes.
2013-09-15 Jan DjärvForgot to add files.
2013-09-15 Jan DjärvPort the font backend from the Mac port.
2013-09-15 Dmitry AntipovDrop VERTICAL_SCROLL_BAR_WIDTH_TRIM. For X, it is...
2013-09-15 Dmitry Antipov* xterm.c, xfns.c (toplevel): Remove #ifdef HAVE_X_WIND...
2013-09-15 Dmitry Antipov* xterm.h (SCROLL_BAR_X_WIDGET, SET_SCROLL_BAR_X_WIDGET...
2013-09-15 Dmitry Antipov* frame.h (FRAME_SMALLEST_CHAR_WIDTH, FRAME_SMALLEST_FO...
2013-09-15 Dmitry Antipov* xterm.h (FRAME_X_SCREEN_NUMBER): Add comment.
2013-09-14 Eli ZaretskiiFix src/ChangeLog entry of last commit.
2013-09-14 Eli ZaretskiiFix bug #15375 with inaccurate docs of display margin...
2013-09-13 Dmitry Antipov* frame.c (Fx_focus_frame) [HAVE_WINDOW_SYSTEM]: Fix...
2013-09-13 Dmitry AntipovUnify Fx_focus_frame between all ports.
2013-09-13 Dmitry AntipovUnify FRAME_window_system_DISPLAY_INFO macros between...
2013-09-13 Dmitry Antipov* xterm.h (x_window_to_frame, x_any_window_to_frame)
2013-09-12 Eli Zaretskiilisp.mk (lisp): Add w32-common-fns.elc.
2013-09-12 Kenichi Handamerge trunk
2013-09-12 Xue Fuqiao* src/charset.c (char_charset): Document an exception...
2013-09-12 Dmitry Antipov* xterm.h (x_display_info): New field last_user_time...
2013-09-12 Dmitry Antipov* xterm.c (x_set_scroll_bar_thumb) [USE_LUCID && !HAVE_...
2013-09-11 Glenn Morris* src/emacs.c (usage_message): Possessive apostrophe...
2013-09-11 Dmitry Antipov* nsterm.m (syms_of_nsterm): Use Qns.
2013-09-11 Dmitry Antipov* termhooks.h (fullscreen_hook): Remove the leftover.
2013-09-11 Dmitry AntipovCleaning up a few X scroll bar bits.
2013-09-11 Stefan Monnier* src/insdel.c (insert_from_buffer_1): Don't mark buffe...
2013-09-11 Paul Eggert* xdisp.c (Ftool_bar_lines_needed): Declare as 'const...
2013-09-11 Dmitry AntipovIfdef away frame tool bar code when it is not really...
2013-09-11 Paul EggertFix corruption with multiple emacsclient -t instances.
2013-09-11 Dmitry AntipovFix last change.
2013-09-11 Barry O'ReillyChange comparison functions =, <, >, <=, >= to take...
2013-09-11 Stefan Monnier* keyboard.c (read_char): Fix last change.
2013-09-11 Stefan Monnier* src/keyboard.c (read_char): Don't break immediate_echo.
2013-09-10 Stefan Monnier* lisp/subr.el (with-demoted-errors): Add `format'...
2013-09-09 Dmitry AntipovReview and drop old frame resize hack.
2013-09-09 Dmitry AntipovDo not populate pure Xism x_sync to other ports.
2013-09-09 Dmitry AntipovCleanup frame flushing.
next