aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix MS-Windows build broken by 2012-09-15T07:06:56Z!eggert@cs.ucla.edu, compl...Eli Zaretskii2012-09-151-1/+27
* Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-151-0/+22
* Fix glitches with 'configure --without-sync-input'.Paul Eggert2012-09-141-0/+5
* Avoid out-of-range marker position (Bug#12426).Dmitry Antipov2012-09-141-0/+8
* In Fformat_mode_line always save/restore current buffer. (Bug#12387)Martin Rudalics2012-09-141-0/+5
* src/makefile.w32-in ($(BLD)/alloc.$(O)): Update dependencies.Juanma Barranquero2012-09-141-0/+4
* Use a more backwards-compatible timer format.Paul Eggert2012-09-131-0/+7
* Fix typos in ChangeLogs.Juanma Barranquero2012-09-131-15/+15
* Function to mark objects and remove killed buffers at once.Dmitry Antipov2012-09-131-0/+9
* Better workaround for GNOME bug when --enable-gcc-warnings.Paul Eggert2012-09-121-0/+5
* Simplify SIGIO usage.Paul Eggert2012-09-121-0/+36
* Work around GCC and GNOME bugs when --enable-gcc-warnings.Paul Eggert2012-09-121-0/+9
* More fixes for 'volatile' and setjmp/longjmp.Paul Eggert2012-09-121-0/+16
* Remove unread-command-char.Stefan Monnier2012-09-121-0/+6
* Fix silent exit upon assertion violation on MS-Windows.Eli Zaretskii2012-09-121-0/+6
* * image.c (jpeg_memory_src): Don't assume string len fits in unsigned.Paul Eggert2012-09-121-0/+4
* * src/eval.c: Add `inhibit-debugger'.Stefan Monnier2012-09-111-0/+10
* Avoid _setjmp/_longjmp problems with local nonvolatile variables.Paul Eggert2012-09-111-0/+10
* Prefer assignment to memcpy when either will do.Paul Eggert2012-09-111-0/+9
* * alloc.c (discard_killed_buffers): Tune and simplify a bit.Paul Eggert2012-09-111-0/+7
* * nsterm.h: Add delay parameter to updateFrameSize.Jan Djärv2012-09-111-0/+9
* Discard killed buffers from deleted window and frame objects.Dmitry Antipov2012-09-111-0/+14
* Convenient macro to check whether the buffer is live.Dmitry Antipov2012-09-111-0/+7
* Fix wrong overhang display for gstring compositions (Bug#12364).YAMAMOTO Mitsuharu2012-09-111-0/+10
* Simplify, document, and port floating-point.Paul Eggert2012-09-101-0/+21
* * xdisp.c (Qinhibit_debug_on_message): Now static.Paul Eggert2012-09-101-0/+4
* * nsterm.m (ns_update_begin): Set clip path to whole view by usingJan Djärv2012-09-101-0/+5
* * fns.c (Fdelq, Fdelete): Doc fix.Chong Yidong2012-09-101-0/+4
* Parenthesize macro bodies.Paul Eggert2012-09-091-0/+5
* * src/lisp.h (make_lisp_ptr): New macro to replace XSET.Stefan Monnier2012-09-091-0/+6
* Avoid leaving traces of cursor when entering linum-mode.Eli Zaretskii2012-09-091-0/+4
* Fix bug #12277 with incomplete redisplay of the vertical border between windows.Eli Zaretskii2012-09-091-0/+6
* Assume C89 or later for math functions.Paul Eggert2012-09-091-0/+32
* * nsterm.m (ns_draw_fringe_bitmap, ns_dumpglyphs_image): Take backJan Djärv2012-09-081-0/+5
* * floatfns.c (Ftan): Use tan (x), not (sin (x) / cos (x)).Paul Eggert2012-09-081-0/+5
* * nsterm.m (updateFrameSize): Call setFrame: on the view when sizeJan Djärv2012-09-081-0/+5
* Introduce "raw syntax descriptor" terminology, and use it.Chong Yidong2012-09-081-0/+4
* * nsterm.h (EmacsView): Add updateFrameSize.Jan Djärv2012-09-081-0/+27
* * src/textprop.c (Fget_text_property): Minor doc fix.Chong Yidong2012-09-071-0/+2
* Fix doc of local-variable-if-set-p.Chong Yidong2012-09-071-0/+4
* * emacs.c (main): Convert three 'signal' calls to 'sigaction' calls.Paul Eggert2012-09-071-0/+3
* More signal-handler cleanup.Paul Eggert2012-09-071-0/+17
* MS-Windows followup for 2012-09-07T01:27:44Z!eggert@cs.ucla.edu, signal-handl...Eli Zaretskii2012-09-071-0/+5
* Fix compilation failure under ENABLE_CHECKING.Eli Zaretskii2012-09-071-0/+4
* * alloc.c (mark_buffer): Revert unsafe marking optimization.Dmitry Antipov2012-09-071-0/+5
* * syssignal.h (handle_on_main_thread): Always declare,Paul Eggert2012-09-061-0/+6
* Signal-handler cleanup.Paul Eggert2012-09-061-1/+55
* Fix bug #12327 with SIGCHLD handling on Windows and some other systems.Eli Zaretskii2012-09-061-0/+5
* Explicitly mark buffer_defaults and buffer_local_symbols.Dmitry Antipov2012-09-061-0/+15
* Use bool for booleans in font-related modules.Paul Eggert2012-09-061-0/+25