summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Simplify and avoid signal-handling races.Paul Eggert2012-09-2359-1850/+1722
* * nsterm.m (ns_dumpglyphs_image): dr is a new rect to draw image into,Jan Djärv2012-09-232-1/+7
* * keyboard.c (timer_check): Avoid quitting during Fcopy_sequence.Chong Yidong2012-09-232-0/+9
* * .gdbinit: Just stop at fatal_error_backtrace.Paul Eggert2012-09-222-13/+10
* Misc doc fixes.Chong Yidong2012-09-225-28/+40
* Refactor image-type loading.Chong Yidong2012-09-223-84/+155
* Fix bugs #12447 and #12326 with infloop causes by idle timers, update docs.Eli Zaretskii2012-09-222-12/+31
* Make Temp Buffer Resize Mode less intrusive (Bug#1806).Martin Rudalics2012-09-222-25/+46
* src/dispextern.h: Fix commentary for struct it's string_nchars member.Eli Zaretskii2012-09-221-1/+2
* Fix bug #10159 with crashes in auto-complete package.Eli Zaretskii2012-09-222-0/+6
* Do not truncate strsignal output.Paul Eggert2012-09-221-3/+5
* * emacs.c (shut_down_emacs): Don't assume stderr is buffered,Paul Eggert2012-09-222-1/+14
* Fix auto-save and locking for indirect buffers.Chong Yidong2012-09-222-2/+11
* merge trunkKenichi Handa2012-09-2239-905/+472
|\
| * Fix list duplication error in define_image_type.Chong Yidong2012-09-212-1/+12
| * Merge from emacs-24; up to 2012-05-07T14:57:18Z!michael.albinus@gmx.deChong Yidong2012-09-215-29/+76
| |\
| | * Fix space in last commit.YAMAMOTO Mitsuharu2012-09-201-1/+1
| | * Add new load command for Xcode 4.5.YAMAMOTO Mitsuharu2012-09-202-3/+24
| | * run-hooks-with-args-* do fixes (bug#12393)Glenn Morris2012-09-172-2/+10
| | * Fixes: debbugs:12444Andreas Schwab2012-09-142-5/+8
| | * Fix a typo that caused crashes in redisplay.Eli Zaretskii2012-09-122-1/+3
| | * Fix bug #12403 with garbled display under non-zero scroll-margin.Eli Zaretskii2012-09-122-18/+31
| | * * gtkutil.c (x_wm_set_size_hint): Use 1 col for base_width so itJan Djärv2012-09-122-1/+7
| * | * src/alloc.c (mark_object) <PVEC_WINDOW>: Mark prev/next_buffers *after*Stefan Monnier2012-09-194-20/+34
| * | Omit unused arg EXPECTED from socket hooks.Paul Eggert2012-09-1910-60/+46
| * | src/w32gui.h (XParseGeometry): Do not declare.Juanma Barranquero2012-09-202-3/+4
| * | * w32inevt.c (w32_console_read_socket): Return -1 on failure, not 0.Paul Eggert2012-09-192-7/+7
| * | * frame.c (read_integer): Remove. All uses replaced by strtol/strtoul.Paul Eggert2012-09-192-74/+35
| * | * lisp/startup.el (command-line-ns-option-alist): Add -g and --geometry.Jan Djärv2012-09-194-146/+153
| * | Fix bug #12196 with infloop when cache-long-line-scans is non-nil.Eli Zaretskii2012-09-172-8/+20
| * | Fix a typo in a comment.Eli Zaretskii2012-09-171-1/+1
| * | Set pending_signals to 1 in w32term.c's read-socket hook.Eli Zaretskii2012-09-172-0/+4
| * | Fix the value of __malloc_extra_blocks.Eli Zaretskii2012-09-172-3/+15
| * | Remove no-longer-needed Solaris 2.4 vfork bug workaround.Paul Eggert2012-09-163-56/+20
| * | Reduce the number of versioned files storing the short copyright stringGlenn Morris2012-09-162-1/+5
| * | Remove configure's --without-sync-input option.Paul Eggert2012-09-1618-525/+97
| * | * font.c (Ffont_shape_gstring): Remove unused local.Paul Eggert2012-09-162-1/+5
| * | * src/Makefile.in (clean): No longer run nextstep's clean.Glenn Morris2012-09-162-1/+2
| * | Increase compartmentalization of Nextstep builds rules,Glenn Morris2012-09-163-46/+13
* | | composite.c (composition_reseat_it): Handle the case that a grapheme cluster ...Kenichi Handa2012-09-222-31/+25
|/ /
* | font.c (Ffont_shape_gstring): Fix previous change; GLYPHs may not covert the ...Kenichi Handa2012-09-172-8/+10
* | merge trunkKenichi Handa2012-09-16112-188/+200
|\ \
| * | Window parameter functions again accept any window as argument (Bug#12452).Martin Rudalics2012-09-162-4/+9
| * | Try to fix crashes introduced by 2012-09-10T21:01:45Z!jan.h.d@swipnet.se.Jan Djärv2012-09-163-32/+46
| * | Port _setjmp fix to POSIXish hosts as well as Microsoft.Paul Eggert2012-09-152-3/+8
| * | Fix MS-Windows build broken by 2012-09-15T07:06:56Z!eggert@cs.ucla.edu, compl...Eli Zaretskii2012-09-1517-18/+35
| * | Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-1598-137/+108
* | | merge trunkKenichi Handa2012-09-153-17/+29
|\ \ \ | |/ /
| * | Fix glitches with 'configure --without-sync-input'.Paul Eggert2012-09-142-0/+7
| * | Avoid out-of-range marker position (Bug#12426).Dmitry Antipov2012-09-142-17/+22