aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* * 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
* 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
* | font.c (Ffont_shape_gstring): Don't adjust grapheme cluster here, but just ch...Kenichi Handa2012-09-152-33/+42
|/
* In Fformat_mode_line always save/restore current buffer. (Bug#12387)Martin Rudalics2012-09-142-4/+7
* src/makefile.w32-in ($(BLD)/alloc.$(O)): Update dependencies.Juanma Barranquero2012-09-142-1/+4
* Use a more backwards-compatible timer format.Paul Eggert2012-09-132-2/+9
* Fix typos in ChangeLogs.Juanma Barranquero2012-09-131-15/+15
* Function to mark objects and remove killed buffers at once.Dmitry Antipov2012-09-133-21/+29
* Better workaround for GNOME bug when --enable-gcc-warnings.Paul Eggert2012-09-122-3/+9
* Simplify SIGIO usage.Paul Eggert2012-09-1214-211/+112
* Work around GCC and GNOME bugs when --enable-gcc-warnings.Paul Eggert2012-09-123-0/+22
* More fixes for 'volatile' and setjmp/longjmp.Paul Eggert2012-09-123-79/+144
* Remove unread-command-char.Stefan Monnier2012-09-123-22/+11
* Fix silent exit upon assertion violation on MS-Windows.Eli Zaretskii2012-09-122-0/+9
* * image.c (jpeg_memory_src): Don't assume string len fits in unsigned.Paul Eggert2012-09-122-1/+5
* * src/eval.c: Add `inhibit-debugger'.Stefan Monnier2012-09-115-23/+27
* Avoid _setjmp/_longjmp problems with local nonvolatile variables.Paul Eggert2012-09-112-7/+24
* Prefer assignment to memcpy when either will do.Paul Eggert2012-09-118-11/+19
* * alloc.c (discard_killed_buffers): Tune and simplify a bit.Paul Eggert2012-09-112-12/+15
* * nsterm.h: Add delay parameter to updateFrameSize.Jan Djärv2012-09-113-5/+14
* Discard killed buffers from deleted window and frame objects.Dmitry Antipov2012-09-115-22/+88
* Convenient macro to check whether the buffer is live.Dmitry Antipov2012-09-1113-40/+50
* Fix wrong overhang display for gstring compositions (Bug#12364).YAMAMOTO Mitsuharu2012-09-114-2/+16
* Simplify, document, and port floating-point.Paul Eggert2012-09-104-216/+43
* * xdisp.c (Qinhibit_debug_on_message): Now static.Paul Eggert2012-09-102-1/+5
* * nsterm.m (ns_update_begin): Set clip path to whole view by usingJan Djärv2012-09-102-0/+14