aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* * xterm.c (toplevel): Drop obsolete comment and move compose_status...Dmitry Antipov2013-09-022-12/+20
* * msdos.c (IT_set_terminal_window): Remove no-op.Dmitry Antipov2013-09-025-42/+15
* * nsterm.m (ns_set_terminal_modes, ns_reset_terminal_modes):Dmitry Antipov2013-09-014-71/+18
* * dispextern.h (SET_TEXT_POS_FROM_MARKER): Indent.Dmitry Antipov2013-09-015-26/+23
* * fontset.c (face_for_char): Check char in the current face font firstJan Djärv2013-09-012-0/+18
* In temp_output_buffer_show make sure window returned by display_buffer is liv...Martin Rudalics2013-08-312-3/+6
* Minor cleanup to avoid forward declarations.Dmitry Antipov2013-08-3013-85/+60
* * intervals.c (set_point_from_marker): New function.Dmitry Antipov2013-08-296-37/+31
* A possible fix for bug #14333 with hanging at exit on MS-Windows.Eli Zaretskii2013-08-294-1/+34
* * lisp.h (XSETMARKER): Remove unused macro (it doesn't workDmitry Antipov2013-08-292-4/+2
* * alloc.c (Fmake_marker, build_marker): Zero need_adjustmentDmitry Antipov2013-08-292-0/+7
* * xterm.c (x_clear_area): Lost 7th arg because it is always False.Dmitry Antipov2013-08-295-65/+55
* Hook scanning and indentation functions to find_newline. This helpsDmitry Antipov2013-08-295-116/+40
* * src/eval.c (Ffuncall): Fix handling of ((lambda ..) ..) in lexicallyStefan Monnier2013-08-282-13/+17
* * nsterm.m (last_window): New variable.Jan Djärv2013-08-282-2/+39
* * regex.c (CHAR_CHARSET, CHARSET_LEADING_CODE_BASE, CHAR_HEAD_P)Andreas Schwab2013-08-282-16/+24
* Prefer enum glyph_row_area to int where appropriate.Dmitry Antipov2013-08-287-47/+68
* * buffer.c (Foverlays_at, Foverlays_in, Fnext_overlay_change)Dmitry Antipov2013-08-282-0/+17
* * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,Paul Eggert2013-08-272-1/+6
* Redesign redisplay interface to drop global output_cursor.Dmitry Antipov2013-08-288-124/+75
* Simplify SELECT_TYPE-related code.Paul Eggert2013-08-279-44/+46
* Simplify EMACS_TIME-related code.Paul Eggert2013-08-2730-415/+359
* * xterm.h (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE:)Dmitry Antipov2013-08-275-9/+12
* * lisp.h (Mouse_HLInfo): Move from here...Dmitry Antipov2013-08-2712-152/+94
* Fix minor problems found by static checking.Paul Eggert2013-08-269-26/+47
* * src/lread.c (substitute_object_recurse): Handle hash-tables as well.Stefan Monnier2013-08-262-23/+28
* Fix unlikely core dump in init_tty, and simplify terminfo case.Paul Eggert2013-08-263-16/+34
* * frame.c (check_minibuf_window): Initialize 'window' properly,Paul Eggert2013-08-262-1/+6
* Fix ChangeLog typo.Dmitry Antipov2013-08-261-1/+1
* * gtkutil.c (xg_initialize): Set gtk-menu-bar-accel to "" insteadJan Djärv2013-08-262-2/+7
* * lisp.h (Mouse_HLInfo): Drop set-but-unused membersDmitry Antipov2013-08-263-14/+11
* New function check_minibuf_window to fix bug#15183.Martin Rudalics2013-08-262-32/+55
* * window.h (struct window): Replace last_cursor with last_cursor_vposDmitry Antipov2013-08-264-11/+19
* Fix recovering from possible decompression error. SinceDmitry Antipov2013-08-262-3/+14
* * alloc.c (sweep_vectors): Do not initialize 'block' twice.Dmitry Antipov2013-08-261-1/+1
* * syntax.c (init_syntax_once): Adjust comment and do an earlyDmitry Antipov2013-08-267-32/+14
* Add commentary for the last commit.Eli Zaretskii2013-08-241-0/+2
* Fix bug #15175 with cursor on boxed characters from display tables.Eli Zaretskii2013-08-242-1/+5
* Fix bug #15176 with setting directory times on MS-Windows.Eli Zaretskii2013-08-242-6/+29
* * gtkutil.c (x_wm_set_size_hint): Don't set hints when maximizedJan Djärv2013-08-242-0/+16
* System-dependent integer overflow fixes.Paul Eggert2013-08-233-29/+55
* Don't let very long directory names overrun the stack.Paul Eggert2013-08-236-138/+142
* Fix bug #15155 with ignoring face remapping for strings from prefix properties.Eli Zaretskii2013-08-232-3/+12
* * window.c (struct save_window_data): Fix typo.Dmitry Antipov2013-08-231-1/+1
* Minor cleanup for redisplay interface and few related functions.Dmitry Antipov2013-08-237-47/+51
* Redesign redisplay interface to drop updated_row and updated_area.Dmitry Antipov2013-08-234-55/+59
* * process.c (flush_pending_output): Remove stub.Paul Eggert2013-08-224-25/+9
* * callproc.c: Fix race that killed background processes.Paul Eggert2013-08-212-17/+36
* Fix compilation with GC_MARK_STACK == GC_USE_GCPROS_AS_BEFOREDmitry Antipov2013-08-212-3/+18
* * process.c (allocate_pty) [PTY_OPEN]: Set fd's FD_CLOEXEC flag.Paul Eggert2013-08-202-0/+15