summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* * fns.c (Fdelq, Fdelete): Doc fix.Chong Yidong2012-09-102-12/+25
* Parenthesize macro bodies.Paul Eggert2012-09-092-7/+12
* * src/lisp.h (make_lisp_ptr): New macro to replace XSET.Stefan Monnier2012-09-092-68/+74
* * lisp/eshell/em-unix.el (eshell/sudo): Explicitly drop return value.Stefan Monnier2012-09-091-5/+5
* Avoid leaving traces of cursor when entering linum-mode.Eli Zaretskii2012-09-092-1/+12
* Fix bug #12277 with incomplete redisplay of the vertical border between windows.Eli Zaretskii2012-09-092-0/+11
* Assume C89 or later for math functions.Paul Eggert2012-09-099-393/+115
* Remove debug printsJan Djärv2012-09-091-14/+0
* * nsterm.m (ns_draw_fringe_bitmap, ns_dumpglyphs_image): Take backJan Djärv2012-09-082-4/+40
* * floatfns.c (Ftan): Use tan (x), not (sin (x) / cos (x)).Paul Eggert2012-09-082-2/+7
* * nsterm.m (updateFrameSize): Call setFrame: on the view when sizeJan Djärv2012-09-082-0/+7
* Introduce "raw syntax descriptor" terminology, and use it.Chong Yidong2012-09-082-5/+9
* * nsterm.h (EmacsView): Add updateFrameSize.Jan Djärv2012-09-083-190/+170
* * src/textprop.c (Fget_text_property): Minor doc fix.Chong Yidong2012-09-072-1/+4
* Fix doc of local-variable-if-set-p.Chong Yidong2012-09-072-6/+10