summaryrefslogtreecommitdiff
path: root/src/ChangeLog
AgeCommit message (Expand)Author
2013-09-03* xterm.h (struct x_output): Remove set-but-unusedDmitry Antipov
2013-09-03* xterm.h (struct scroll_bar): Prefer int to Lisp_ObjectDmitry Antipov
2013-09-03* nsfont.m (INVALID_GLYPH): New define.Jan Djärv
2013-09-02Move Flast_nonminibuf_frame from dispnew.c to frame.c.Martin Rudalics
2013-09-02* xterm.c (x_last_mouse_movement_time): Revert last change.Dmitry Antipov
2013-09-02In check_minibuf_window don't abort if no window was found (Bug#15247).Martin Rudalics
2013-09-02* xterm.c (handle_one_xevent): Use event.xunmap and not event.xmap whenDmitry Antipov
2013-09-02Use XGetMotionEvents to ask the last mouse motion time from X server.Dmitry Antipov
2013-09-02* msdos.c (last_mouse_window): Move to...Dmitry Antipov
2013-09-02* window.h (Vmouse_window, Vmouse_event): Remove the leftovers.Dmitry Antipov
2013-09-02* xterm.c (toplevel): Drop obsolete comment and move compose_status...Dmitry Antipov
2013-09-02* msdos.c (IT_set_terminal_window): Remove no-op.Dmitry Antipov
2013-09-01* nsterm.m (ns_set_terminal_modes, ns_reset_terminal_modes):Dmitry Antipov
2013-09-01* dispextern.h (SET_TEXT_POS_FROM_MARKER): Indent.Dmitry Antipov
2013-09-01* fontset.c (face_for_char): Check char in the current face font firstJan Djärv
2013-08-31In temp_output_buffer_show make sure window returned by display_buffer is liv...Martin Rudalics
2013-08-30Minor cleanup to avoid forward declarations.Dmitry Antipov
2013-08-29* intervals.c (set_point_from_marker): New function.Dmitry Antipov
2013-08-29A possible fix for bug #14333 with hanging at exit on MS-Windows.Eli Zaretskii
2013-08-29* lisp.h (XSETMARKER): Remove unused macro (it doesn't workDmitry Antipov
2013-08-29* alloc.c (Fmake_marker, build_marker): Zero need_adjustmentDmitry Antipov
2013-08-29* xterm.c (x_clear_area): Lost 7th arg because it is always False.Dmitry Antipov
2013-08-29Hook scanning and indentation functions to find_newline. This helpsDmitry Antipov
2013-08-28* src/eval.c (Ffuncall): Fix handling of ((lambda ..) ..) in lexicallyStefan Monnier
2013-08-28* nsterm.m (last_window): New variable.Jan Djärv
2013-08-28* regex.c (CHAR_CHARSET, CHARSET_LEADING_CODE_BASE, CHAR_HEAD_P)Andreas Schwab
2013-08-28Prefer enum glyph_row_area to int where appropriate.Dmitry Antipov
2013-08-28* buffer.c (Foverlays_at, Foverlays_in, Fnext_overlay_change)Dmitry Antipov
2013-08-27* Makefile.in (SHELL): Now @SHELL@, not /bin/sh,Paul Eggert
2013-08-28Redesign redisplay interface to drop global output_cursor.Dmitry Antipov
2013-08-27Simplify SELECT_TYPE-related code.Paul Eggert
2013-08-27Simplify EMACS_TIME-related code.Paul Eggert
2013-08-27* xterm.h (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE:)Dmitry Antipov
2013-08-27* lisp.h (Mouse_HLInfo): Move from here...Dmitry Antipov
2013-08-26Fix minor problems found by static checking.Paul Eggert
2013-08-26* src/lread.c (substitute_object_recurse): Handle hash-tables as well.Stefan Monnier
2013-08-26Fix unlikely core dump in init_tty, and simplify terminfo case.Paul Eggert
2013-08-26* frame.c (check_minibuf_window): Initialize 'window' properly,Paul Eggert
2013-08-26Fix ChangeLog typo.Dmitry Antipov
2013-08-26* gtkutil.c (xg_initialize): Set gtk-menu-bar-accel to "" insteadJan Djärv
2013-08-26* lisp.h (Mouse_HLInfo): Drop set-but-unused membersDmitry Antipov
2013-08-26New function check_minibuf_window to fix bug#15183.Martin Rudalics
2013-08-26* window.h (struct window): Replace last_cursor with last_cursor_vposDmitry Antipov
2013-08-26Fix recovering from possible decompression error. SinceDmitry Antipov
2013-08-26* syntax.c (init_syntax_once): Adjust comment and do an earlyDmitry Antipov
2013-08-24Fix bug #15175 with cursor on boxed characters from display tables.Eli Zaretskii
2013-08-24Fix bug #15176 with setting directory times on MS-Windows.Eli Zaretskii
2013-08-24* gtkutil.c (x_wm_set_size_hint): Don't set hints when maximizedJan Djärv
2013-08-23System-dependent integer overflow fixes.Paul Eggert
2013-08-23Don't let very long directory names overrun the stack.Paul Eggert