aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge from emacs-24; up to 2014-05-08T03:34:20Z!rgm@gnu.orgGlenn Morris2014-05-075-17/+52
|\
| * * 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
* | * image.c: Include <png.h> before <setjmp.h>.Paul Eggert2014-05-072-2/+10
* | * image.c: Do not use libpng if HAVE_NS, as NS does its own thing.Paul Eggert2014-05-062-59/+40
* | Consult libpng-config more consistently.Paul Eggert2014-05-043-15/+7
* | Merge from emacs-24; up to 2014-05-04T21:18:30Z!eggert@cs.ucla.eduPaul Eggert2014-05-048-69/+124
|\ \ | |/
| * 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
* | Merge from emacs-24; up to 2014-05-01T10:21:17Z!rgm@gnu.orgJuanma Barranquero2014-04-303-1/+45
|\ \ | |/
| * * 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
* | * src/window.c (struct saved_window): Remove mark.Stefan Monnier2014-04-292-33/+15
* | Use bits_word for gcmarkbits.Paul Eggert2014-04-283-21/+26
* | Avoid undefined behavior in signed left shift.Paul Eggert2014-04-275-14/+40
* | Merge from emacs-24; up to 2014-04-25T10:35:01Z!michael.albinus@gmx.deJuanma Barranquero2014-04-252-19/+43
|\ \ | |/
| * Fix debugging code for checking the newline cache.Eli Zaretskii2014-04-232-19/+43
* | * src/window.c (Fset_window_configuration): Deactivate the mark beforeStefan Monnier2014-04-236-24/+34
* | * conf_post.h (ADDRESS_SANITIZER_WORKAROUND): Port to GCC 4.9.0Paul Eggert2014-04-232-7/+14
* | Merge from emacs-24; up to 2014-04-22T20:19:17Z!eggert@cs.ucla.eduPaul Eggert2014-04-226-18/+213
|\ \ | |/
| * 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
* | Correctly macroexpand top-level forms during eager macroexpandDaniel Colascione2014-04-224-4/+37
* | Merge from emacs-24; up to 2014-04-17T02:05:48Z!eggert@cs.ucla.eduDaniel Colascione2014-04-192-40/+54
|\ \ | |/
| * * src/intervals.c (rotate_right, rotate_left): Fix up length computation.Stefan Monnier2014-04-192-40/+54
* | Merge from emacs-24; up to 2014-04-16T15:28:06Z!eggert@cs.ucla.eduJuanma Barranquero2014-04-195-19/+53
|\ \ | |/
| * Fix bug #17288 with inserting left truncation glyph under linum-mode.Eli Zaretskii2014-04-182-0/+7
| * src/ChangeLog: Add header line to recent MSDOS-related entries.Eli Zaretskii2014-04-181-0/+1
| * * emacs.c (close_output_streams): Don't clear and restore errno.Paul Eggert2014-04-172-7/+4
| * Prevent endless loop in x_make_frame_visible.Jan Djärv2014-04-172-1/+13
| * Fix bug #17281 with infloop in line-pixel-height.Eli Zaretskii2014-04-172-1/+16
| * Fix bug #17269 with corruption of the newline cache.Eli Zaretskii2014-04-172-10/+17
* | * term.c (tty_send_additional_strings): No need to fflush here,Paul Eggert2014-04-172-3/+9
* | 2014-04-17 Daniel Colascione <dancol@dancol.org>Daniel Colascione2014-04-172-0/+40
* | Merge from emacs-24; up to 2014-04-16T15:28:26Z!monnier@iro.umontreal.caPaul Eggert2014-04-1623-84/+382
|\ \ | |/
| * * src/window.c (save_window_save): Lookup window_point_insertion_type inStefan Monnier2014-04-163-6/+16
| * Fix the MSDOS build.Eli Zaretskii2014-04-1615-50/+283
| * Revert previous change.Paul Eggert2014-04-152-53/+39