aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* * alloc.c (mark_object): Revert window marking codeDmitry Antipov2012-09-061-0/+5
* Fix race conditions with signal handlers and errno.Paul Eggert2012-09-051-0/+50
* Remove redundant or unused things here and there.Dmitry Antipov2012-09-051-0/+10
* Do not mark objects from deleted buffers, windows and frames.Dmitry Antipov2012-09-051-0/+6
* * alloc.c (valid_lisp_object_p): Treat killed buffers,Dmitry Antipov2012-09-051-0/+6
* * fileio.c, filelock.c, floatfns.c, fns.c: Use bool for boolean.Paul Eggert2012-09-051-0/+25
* * xdisp.c (set_message): Simplify and reindent last change.Paul Eggert2012-09-041-0/+4
* src/makefile.w32-in ($(BLD)/sysdep.$(O)): Update dependencies.Juanma Barranquero2012-09-051-0/+4
* Implement `debug-on-message'.Lars Ingebrigtsen2012-09-041-0/+8
* Give more-useful info on a fatal error (Bug#12328).Paul Eggert2012-09-041-0/+19
* Macro-expand interpreted code during load.Stefan Monnier2012-09-041-0/+6
* Simplify redefinition of 'abort' (Bug#12316).Paul Eggert2012-09-041-0/+20
* Fix display of Arabic diacriticals on Windows, per bug #11860.Eli Zaretskii2012-09-041-0/+8
* Be more systematic about _setjmp vs setjmp.Paul Eggert2012-09-031-0/+14
* Revert changes prompted only by gcc -Wjump-misses-init.Paul Eggert2012-09-031-5/+1
* Fix minor problems found by static checking.Paul Eggert2012-09-031-0/+9
* New macro with-temp-buffer-window and related fixes.Martin Rudalics2012-09-031-0/+4
* * gtkutil.c: Add extern decl for Qxft.Chong Yidong2012-09-031-0/+4
* * emacs.c, eval.c: Use bool for boolean.Paul Eggert2012-09-021-0/+27
* Clean up some extern decls.Paul Eggert2012-09-021-0/+32
* * Makefile.in (gl-stamp): Don't scan $(SOME_MACHINE_OBJECTS)Paul Eggert2012-09-021-0/+6
* Prototype for x_wm_set_size_hint restored.Jan Djärv2012-09-021-0/+6
* * doc.c, editfns.c, insdel.c, intervals.c: Use bool for boolean.Paul Eggert2012-09-021-0/+29