summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* * 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
* 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
* * 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
* * src/alloc.c: Keep track of symbols referenced from pure space (bug#17168).Stefan Monnier2014-04-073-19/+82
* src/bidi.c: Describe the design of reordering engine in the commentary.Eli Zaretskii2014-04-061-4/+186
* Minor doc updates related to dribble filesGlenn Morris2014-04-052-10/+14
* src/buffer.h, src/frame.h: Clarify doc of optimization variables.Stefan Monnier2014-04-042-3/+4
* Backport from trunk.Jan Djärv2014-04-044-4/+39
* src/keyboard.c: Fix a typo in a comment to read_char.Eli Zaretskii2014-04-041-1/+1
* Don't use manifest on Cygwin. (Bug#17176)Ken Brown2014-04-032-1/+5
* * lisp/progmodes/perl-mode.el (perl-syntax-propertize-function): Handle $'Stefan Monnier2014-04-021-1/+1
* In x_new_font don't calculate non-toolkit scrollbar width from font width (Bu...Martin Rudalics2014-04-022-14/+15
* In x_set_window_size postpone calculation of default frame sizes (Bug#17142).Martin Rudalics2014-03-302-17/+30
* * src/conf_post.h (SYSTEM_PURESIZE_EXTRA) [CYGWIN]: Set to 10000. (Bug#17112)Ken Brown2014-03-282-0/+9
* Adjust image background width on X11 accordingly when its x position is adjus...YAMAMOTO Mitsuharu2014-03-282-2/+11
* Fix bug #17115 with displaying on w32 images that have 'box' face.YAMAMOTO Mitsuharu2014-03-272-4/+18
* More backward-compatible fix to char-equal core dump.Paul Eggert2014-03-262-6/+20
* Fix core dump in char-equal.Paul Eggert2014-03-252-10/+10
* * insdel.c (adjust_markers_for_delete): Remove unused local.Paul Eggert2014-03-252-3/+6
* Undo in region after markers in undo history relocatedBarry O'Reilly2014-03-244-84/+99
* Refine previous fix of x_set_window_size to handle Bug#17077.Martin Rudalics2014-03-242-12/+28
* * src/fileio.c (Ffile_symlink_p): Doc fix.Glenn Morris2014-03-232-2/+5
* * lisp/simple.el (redisplay-highlight-region-function): Increase priority ofStefan Monnier2014-03-232-13/+42
* Fix ChangeLog entry of last commit.Eli Zaretskii2014-03-231-1/+1
* Fix bug #17047 with cursor motion when invisible text starts a line.Eli Zaretskii2014-03-232-4/+48