summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Resurrect 2 entries in src/ChangeLog nuked by the previous commit.Eli Zaretskii2014-04-151-0/+10
| * Fix some xgselect-vs-pselect bugs.Paul Eggert2014-04-152-48/+52
| * * src/buffer.c (Foverlays_at): Add argument `sorted'.Stefan Monnier2014-04-152-3/+12
| * Fix bidirectional redisplay when deletion creates a paragraph start.Eli Zaretskii2014-04-142-3/+35
| * Port to IRIX 6.5.Paul Eggert2014-04-135-5/+24
| * Fix open-dribble-file's treatment of non-ASCII file names.Eli Zaretskii2014-04-132-3/+9
| * Fix bug #17255 with insufficient pure space on 32-bit Posix builds.Eli Zaretskii2014-04-132-1/+5
| * * src/bytecode.c (exec_byte_code): Rework the volatiles. Most importantly,Stefan Monnier2014-04-122-12/+10
| * * keyboard.c (Fopen_dribble_file): Avoid some races.Paul Eggert2014-04-122-9/+7
* | Remove DATA_SEG_BITS.Paul Eggert2014-04-165-60/+57
* | Clean up configure-time library handling a bit.Paul Eggert2014-04-131-4/+0
* | Merge from emacs-24; up to 2014-04-07T20:54:16Z!dancol@dancol.orgGlenn Morris2014-04-124-9/+47
|\ \ | |/
| * Fix bug #17244 with line-move-visual when display string covers a lot of text.Eli Zaretskii2014-04-123-2/+42
| * src/w32.c (sys_umask) <WRITE_USER>: Remove redundant constant.Eli Zaretskii2014-04-112-7/+7
* | Merge from emacs-24; up to 2014-04-04T23:31:02Z!joaotavora@gmail.comGlenn Morris2014-04-103-2/+21
|\ \ | |/
| * * src/keyboard.c (Fopen_dribble_file): Make file private.Glenn Morris2014-04-102-1/+16
| * Revert most of the recent change involving manifests on Cygwin. (Bug#17176)Ken Brown2014-04-092-1/+5