Fix minor problems found by static checking.
[bpt/emacs.git] / src / ChangeLog
2013-10-08 Paul EggertFix minor problems found by static checking.
2013-10-08 Eli ZaretskiiSupport menus on text-mode terminals.
2013-10-08 Dmitry Antipov* dispnew.c (set_window_update_flags): Add buffer arg...
2013-10-08 Dmitry AntipovDo not allocate huge temporary memory areas and objects...
2013-10-08 Jan Djärv* nsterm.m (windowDidExitFullScreen:):
2013-10-08 Paul EggertComplete ChangeLog entry that was inadvertently truncated.
2013-10-08 Paul EggertFix race where emacs aborts when sent SIGTERM.
2013-10-08 Paul Eggert* lisp.h (bits_word, BITS_WORD_MAX): New type and macro.
2013-10-07 Paul EggertImprove support for popcount and counting trailing...
2013-10-07 Jan Djärv* nsterm.m (windowDidEnterFullScreen:): setPresentation...
2013-10-07 Dmitry Antipov* xdisp.c (handle_fontified_prop): Prefer ptrdiff_t...
2013-10-07 Dmitry Antipov* insdel.c (insert_from_gap): Prefer ptrdiff_t to int...
2013-10-07 Paul Eggertemacs_read and emacs_write now use void *, not char *.
2013-10-07 Dmitry Antipov* alloc.c (Fmake_string): For ASCII char initializer...
2013-10-06 Jan DjärvDon't force auto hide dock when hide menu changes.
2013-10-06 Jan Djärv* nsterm.m (ns_update_begin): If native fullscreen...
2013-10-05 Xue FuqiaoMinor doc fixes.
2013-10-05 Jan Djärv* nsterm.m (check_native_fs): Remove erroneous comment.
2013-10-04 Dmitry Antipov* xdisp.c (redisplay_internal): Simplify because scan_f...
2013-10-04 Paul EggertUse hardware support for byteswapping on glibc x86...
2013-10-04 Paul Eggert* bytecode.c (exec_byte_code): Use some more volatile...
2013-10-03 Paul Eggert* lisp.h (eassert): Assume that COND is true when optim...
2013-10-03 Paul Eggert* xdisp.c (Qglyphless_char): Now static.
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 Eli ZaretskiiMerge from trunk.
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 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ä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 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)
next