aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* * src/fileio.c (write-region-inhibit-fsync): Doc tweak.Glenn Morris2014-06-072-1/+3
* Doc tweaks re < etcGlenn Morris2014-06-072-6/+8
* Fix infloop of -nw session at exit on MS-Windows under a debugger.Eli Zaretskii2014-06-042-1/+5
* Attempt to solve bug #17497 by minimizing cursor motion during TTY menu updates.Eli Zaretskii2014-06-044-18/+50
* * src/callproc.c (call_process): Don't check read-only if we don't insertStefan Monnier2014-06-022-2/+10
* src/dispnew.c (update_frame_with_menu): Set display_completed.Eli Zaretskii2014-06-022-2/+5
* * frame.c (x_set_frame_parameters): Don't read uninitialized storage.Paul Eggert2014-06-012-1/+5
* Make jump scroll work with Gtk+Jan Djärv2014-06-012-4/+6
* Bring back the changes to GDB-visible symbols, but only on AIX.Paul Eggert2014-06-012-5/+56
* Hopefully fix bug #16433 with corruption of newline_cache in Rmail.Eli Zaretskii2014-05-312-1/+4
* Revert revision 2014-05-27T17:31:17Z!eliz@gnu.org, as it breaks debugging wit...Eli Zaretskii2014-05-312-27/+12
* * src/cmds.c (Fself_insert_command): Allow zero repeat count.Glenn Morris2014-05-302-2/+6
* Fix port to 32-bit AIX with xlc.Paul Eggert2014-05-304-4/+12
* Fix bug #17588 with mouse highlight when an X frame is redisplayed frequently.Eli Zaretskii2014-05-292-1/+13
* Port the GDB-visible symbols to AIX.Paul Eggert2014-05-282-4/+38
* Include sources used to create macuvs.h.Paul Eggert2014-05-263-9/+9
* Fix bug #17585 with incorrect vertical motion when linum-mode is on.Eli Zaretskii2014-05-252-1/+7
* * xdisp.c (safe__call1, safe__eval): Now static.Paul Eggert2014-05-242-2/+6
* Fix last commits in xdisp.c, which caused a crash at startup on w32.Eli Zaretskii2014-05-242-8/+23
* Fix bug#17510 with a pointer freed more than once (Cygwin-w32-build).Ken Brown2014-05-242-0/+10
* * src/xdisp.c: Bind inhibit-quit during pre-redisplay-function.Stefan Monnier2014-05-242-6/+33
* Fix port to 32-bit AIX.Paul Eggert2014-05-212-2/+9
* Fix bug #17539 with infinite recursion during scroll commands.Eli Zaretskii2014-05-212-5/+17
* Fix bug #17524 with crashes in creating a new frame with invalid font.Eli Zaretskii2014-05-202-1/+21
* src/lisp.h: Fix typos in a comment.Eli Zaretskii2014-05-191-2/+2
* * lisp/emacs-lisp/timer.el (timer-event-handler): Don't run if canceled.Stefan Monnier2014-05-181-1/+2
* * src/fileio.c (Ffile_executable_p): Doc tweak.Glenn Morris2014-05-102-1/+7
* * xsettings.c (init_gsettings): Use g_settings_schema_source_lookupJan Djärv2014-05-102-5/+22
* * minibuf.c (read_minibuf): Avoid C99ism in previous patch.Paul Eggert2014-05-072-5/+11
* Fix initialization of minibuffer history variable, bug #17430.Jarek Czekalski2014-05-072-7/+13
* * src/keyboard.c (Frecursive_edit): Ensure inc&dec of command_loop_levelSamuel Bronson2014-05-062-5/+13
* Fix tooltips pulling Emacs window to front on windows-nt, bug #17408.Jarek Czekalski2014-05-062-4/+12
* * nsselect.m (Fx_selection_exists_p): Just return Qnil if window systemJan Djärv2014-05-052-1/+8
* Revert recent libpng changes.Paul Eggert2014-05-043-2/+10
* Handle systems without WCONTINUED consistently.Paul Eggert2014-05-033-5/+12
* Minor fixes for comments.Eli Zaretskii2014-05-032-11/+16
* Consult libpng-config more consistently.Paul Eggert2014-05-023-4/+10
* Doc fixesGlenn Morris2014-05-013-4/+8
* src/term.c (tty_menu_activate): A better initialization for cursor coordinates.Eli Zaretskii2014-05-012-4/+9
* * src/intervals.c: Tighten assertions.Stefan Monnier2014-05-012-45/+65
* * term.c (tty_menu_activate): Don't assume row and col are initialized.Paul Eggert2014-04-302-1/+10
* Place hardware TTY cursor at the active menu item when displaying a menu.Eli Zaretskii2014-04-292-0/+27
* * src/process.c (handle_child_signal): Handle systems without WCONTINUEDGlenn Morris2014-04-292-3/+11
* Fix debugging code for checking the newline cache.Eli Zaretskii2014-04-232-19/+43
* Port to GCC 4.9.0 with --enable-gcc-warnings.Paul Eggert2014-04-222-9/+8
* * search.c (Fnewline_cache_check): Remove unused locals.Paul Eggert2014-04-222-2/+5
* Add debugging facility for the newline cache.Eli Zaretskii2014-04-222-0/+171
* Fix freezing with scroll bars of GTK3 Toolkit.Jarek Czekalski2014-04-213-8/+30
* Spelling fixes.Paul Eggert2014-04-201-1/+1
* * src/intervals.c (rotate_right, rotate_left): Fix up length computation.Stefan Monnier2014-04-192-40/+54