aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* * emacs.c (main): Convert three 'signal' calls to 'sigaction' calls.Paul Eggert2012-09-072-3/+6
* More signal-handler cleanup.Paul Eggert2012-09-075-9/+22
* MS-Windows followup for 2012-09-07T01:27:44Z!eggert@cs.ucla.edu, signal-handl...Eli Zaretskii2012-09-073-25/+29
* Fix compilation failure under ENABLE_CHECKING.Eli Zaretskii2012-09-072-0/+8
* * alloc.c (mark_buffer): Revert unsafe marking optimization.Dmitry Antipov2012-09-072-33/+20
* * syssignal.h (handle_on_main_thread): Always declare,Paul Eggert2012-09-062-1/+8
* Signal-handler cleanup.Paul Eggert2012-09-0621-269/+314
* Fix bug #12327 with SIGCHLD handling on Windows and some other systems.Eli Zaretskii2012-09-062-2/+7
* Explicitly mark buffer_defaults and buffer_local_symbols.Dmitry Antipov2012-09-063-32/+35
* Use bool for booleans in font-related modules.Paul Eggert2012-09-0611-134/+124
* * alloc.c (mark_object): Revert window marking codeDmitry Antipov2012-09-062-15/+16
* Fix race conditions with signal handlers and errno.Paul Eggert2012-09-0511-294/+324
* Remove redundant or unused things here and there.Dmitry Antipov2012-09-056-42/+13
* Do not mark objects from deleted buffers, windows and frames.Dmitry Antipov2012-09-052-22/+48
* * alloc.c (valid_lisp_object_p): Treat killed buffers,Dmitry Antipov2012-09-052-2/+12
* * fileio.c, filelock.c, floatfns.c, fns.c: Use bool for boolean.Paul Eggert2012-09-058-164/+178
* * xdisp.c (set_message): Simplify and reindent last change.Paul Eggert2012-09-042-6/+10
* src/makefile.w32-in ($(BLD)/sysdep.$(O)): Update dependencies.Juanma Barranquero2012-09-052-0/+5
* Implement `debug-on-message'.Lars Ingebrigtsen2012-09-044-2/+31
* Give more-useful info on a fatal error (Bug#12328).Paul Eggert2012-09-045-10/+55
* Macro-expand interpreted code during load.Stefan Monnier2012-09-043-0/+20
* Simplify redefinition of 'abort' (Bug#12316).Paul Eggert2012-09-0467-480/+464
* Fix display of Arabic diacriticals on Windows, per bug #11860.Eli Zaretskii2012-09-042-1/+13
* Be more systematic about _setjmp vs setjmp.Paul Eggert2012-09-034-12/+26
* Revert changes prompted only by gcc -Wjump-misses-init.Paul Eggert2012-09-034-13/+5
* Fix minor problems found by static checking.Paul Eggert2012-09-035-4/+18
* New macro with-temp-buffer-window and related fixes.Martin Rudalics2012-09-032-0/+24
* * gtkutil.c: Add extern decl for Qxft.Chong Yidong2012-09-032-0/+5
* * emacs.c, eval.c: Use bool for boolean.Paul Eggert2012-09-0211-105/+114
* Clean up some extern decls.Paul Eggert2012-09-0219-84/+50
* * Makefile.in (gl-stamp): Don't scan $(SOME_MACHINE_OBJECTS)Paul Eggert2012-09-022-1/+7
* Prototype for x_wm_set_size_hint restored.Jan Djärv2012-09-023-3/+7
* * doc.c, editfns.c, insdel.c, intervals.c: Use bool for boolean.Paul Eggert2012-09-029-164/+184
* * keymap.c (push_key_description): Print M-TAB as C-M-i.Chong Yidong2012-09-022-2/+14
* src/makefile.w32-in: Update dependencies.Juanma Barranquero2012-09-022-13/+29
* Further fix for bug #11860 with Arabic display on Windows.Eli Zaretskii2012-09-012-16/+30