summaryrefslogtreecommitdiff
path: root/src/ChangeLog
AgeCommit message (Expand)Author
2012-09-13Function to mark objects and remove killed buffers at once.Dmitry Antipov
2012-09-12Better workaround for GNOME bug when --enable-gcc-warnings.Paul Eggert
2012-09-12Simplify SIGIO usage.Paul Eggert
2012-09-12Work around GCC and GNOME bugs when --enable-gcc-warnings.Paul Eggert
2012-09-12More fixes for 'volatile' and setjmp/longjmp.Paul Eggert
2012-09-12Remove unread-command-char.Stefan Monnier
2012-09-12Fix silent exit upon assertion violation on MS-Windows.Eli Zaretskii
2012-09-12Fix a typo that caused crashes in redisplay.Eli Zaretskii
2012-09-12Fix bug #12403 with garbled display under non-zero scroll-margin.Eli Zaretskii
2012-09-12* gtkutil.c (x_wm_set_size_hint): Use 1 col for base_width so itJan Djärv
2012-09-12* image.c (jpeg_memory_src): Don't assume string len fits in unsigned.Paul Eggert
2012-09-11* src/eval.c: Add `inhibit-debugger'.Stefan Monnier
2012-09-11Avoid _setjmp/_longjmp problems with local nonvolatile variables.Paul Eggert
2012-09-11Prefer assignment to memcpy when either will do.Paul Eggert
2012-09-11* alloc.c (discard_killed_buffers): Tune and simplify a bit.Paul Eggert
2012-09-11* nsterm.h: Add delay parameter to updateFrameSize.Jan Djärv
2012-09-11Discard killed buffers from deleted window and frame objects.Dmitry Antipov
2012-09-11Convenient macro to check whether the buffer is live.Dmitry Antipov
2012-09-11Fix wrong overhang display for gstring compositions (Bug#12364).YAMAMOTO Mitsuharu
2012-09-10Simplify, document, and port floating-point.Paul Eggert
2012-09-10* xdisp.c (Qinhibit_debug_on_message): Now static.Paul Eggert
2012-09-10* nsterm.m (ns_update_begin): Set clip path to whole view by usingJan Djärv
2012-09-10* fns.c (Fdelq, Fdelete): Doc fix.Chong Yidong
2012-09-09Parenthesize macro bodies.Paul Eggert
2012-09-09* src/lisp.h (make_lisp_ptr): New macro to replace XSET.Stefan Monnier
2012-09-09Avoid leaving traces of cursor when entering linum-mode.Eli Zaretskii
2012-09-09Fix bug #12277 with incomplete redisplay of the vertical border between windows.Eli Zaretskii
2012-09-09Assume C89 or later for math functions.Paul Eggert
2012-09-08* nsterm.m (ns_draw_fringe_bitmap, ns_dumpglyphs_image): Take backJan Djärv
2012-09-08* floatfns.c (Ftan): Use tan (x), not (sin (x) / cos (x)).Paul Eggert
2012-09-08* nsterm.m (updateFrameSize): Call setFrame: on the view when sizeJan Djärv
2012-09-08Introduce "raw syntax descriptor" terminology, and use it.Chong Yidong
2012-09-08* nsterm.h (EmacsView): Add updateFrameSize.Jan Djärv
2012-09-07* src/textprop.c (Fget_text_property): Minor doc fix.Chong Yidong
2012-09-07Fix doc of local-variable-if-set-p.Chong Yidong
2012-09-07* emacs.c (main): Convert three 'signal' calls to 'sigaction' calls.Paul Eggert
2012-09-07More signal-handler cleanup.Paul Eggert
2012-09-07MS-Windows followup for 2012-09-07T01:27:44Z!eggert@cs.ucla.edu, signal-handl...Eli Zaretskii
2012-09-07Fix compilation failure under ENABLE_CHECKING.Eli Zaretskii
2012-09-07* alloc.c (mark_buffer): Revert unsafe marking optimization.Dmitry Antipov
2012-09-06* syssignal.h (handle_on_main_thread): Always declare,Paul Eggert
2012-09-06Signal-handler cleanup.Paul Eggert
2012-09-06Fix bug #12327 with SIGCHLD handling on Windows and some other systems.Eli Zaretskii
2012-09-06Explicitly mark buffer_defaults and buffer_local_symbols.Dmitry Antipov
2012-09-06Use bool for booleans in font-related modules.Paul Eggert
2012-09-06* alloc.c (mark_object): Revert window marking codeDmitry Antipov
2012-09-05Fix race conditions with signal handlers and errno.Paul Eggert
2012-09-05Remove redundant or unused things here and there.Dmitry Antipov
2012-09-05Do not mark objects from deleted buffers, windows and frames.Dmitry Antipov
2012-09-05* alloc.c (valid_lisp_object_p): Treat killed buffers,Dmitry Antipov