aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2012-06-13.gdbinit: Update to match recent lisp.h changes.Paul Eggert2-2/+6
2012-06-13Simplify lisp.h in minor ways that should not affect code.Paul Eggert2-78/+47
2012-06-13src/makefile.w32-in ($(BLD)/data.$(O)): Update dependencies.Juanma Barranquero2-0/+5
2012-06-13Remove some unused definitions from src/sGlenn Morris4-5/+13
2012-06-13Use a simple struct to implement compile time checks for the Lisp_Object typeAndreas Schwab10-183/+97
2012-06-12Remove HAVE_SYSV_SIGPAUSE unused remnantsGlenn Morris3-5/+3
2012-06-12* src/s/gnu.h (POSIX_SIGNALS): Remove (again).Glenn Morris2-2/+4
2012-06-12USE_LISP_UNION_TYPE + USE_LSB_TAG cleanup (Bug#11604)Paul Eggert9-124/+91
2012-06-12Remove src/s/sol2-10.hGlenn Morris3-14/+3
2012-06-12Remove src/s/hpux11.hGlenn Morris2-10/+1
2012-06-12Remove a couple of src/s filesGlenn Morris3-7/+2
2012-06-12Move NO_TERMIO, BROKEN_SIGIO from src/s to configureGlenn Morris7-18/+9
2012-06-12Handle availability of MagickMergeImageLayers and MagickExportImagePixelsChong Yidong2-53/+54
2012-06-11* image.c (imagemagick_load_image): Remove unused label.Paul Eggert2-1/+4
2012-06-11Move SYSTEM_TYPE from src/s to configureGlenn Morris14-55/+7
2012-06-11Don't purify in Fmake_byte_code.Stefan Monnier4-21/+34
2012-06-11Support transparency for ImageMagick images.Chong Yidong2-56/+61
2012-06-10* regex.c (at_begline_loc_p): Also recognize `(?N:' and correctlyAndreas Schwab2-11/+35
2012-06-10Add support for italic text on ttys.Chong Yidong5-45/+57
2012-06-09* dbusbind.c (XD_BASIC_DBUS_TYPE): Use dbus_type_is_valid andMichael Albinus2-18/+36
2012-06-09* xfaces.c (face_for_overlay_string): Handle face remapping.Chong Yidong2-7/+9
2012-06-09* fringe.c (Fset_fringe_bitmap_face): Handle the noninteractive case.Chong Yidong2-5/+14
2012-06-08* xdisp.c (vmessage): Treat frame message as multibyte.Paul Eggert2-1/+8
2012-06-08Revert inadvertent commit in dispnew.c as part of 2012-06-08T08:44:45Z!eliz@g...Eli Zaretskii2-6/+8
2012-06-08Clean up scoping rule of predefined single-word vars.Stefan Monnier3-4/+23
2012-06-08src/dispnew.c (showing_window_margins_p): Wrap in #if 0.Juanma Barranquero2-0/+7
2012-06-08Fix BLOCK_INPUT/UNBLOCK_INPUT mismatch in 2012-06-08T08:44:30Z!dmantipov@yand...Eli Zaretskii2-1/+8
2012-06-08Mention in "C-u C-x =" display how to insert the character w/o input methods.Eli Zaretskii1-1/+4
2012-06-08Block-based vector allocation of small vectors.Dmitry Antipov3-43/+376
2012-06-07* src/eval.c (Fmacroexpand): Stop if the macro returns the same form.Stefan Monnier2-1/+11
2012-06-06* doprnt.c (doprnt): Truncate multibyte char correctly.Paul Eggert2-9/+21
2012-06-06* buffer.c (word_wrap): Doc fix.Chong Yidong2-1/+11
2012-06-03* xdisp.c (note_mode_line_or_margin_highlight): Pacify gcc -Wall.Paul Eggert2-2/+6
2012-06-03tool-bar-style doc fixesGlenn Morris2-2/+8
2012-06-03Workaround dumping problem on PaX-enabled Linux kernelsUlrich Müller2-0/+18
2012-06-03Make mode line help-echo visible for unibyte buffers.Chong Yidong2-4/+9
2012-06-03* xdisp.c (note_mode_line_or_margin_highlight): Fix last change.Chong Yidong1-1/+1
2012-06-03Implement default help-echo for mode line.Chong Yidong4-50/+121
2012-06-02* sysdep.c (system_process_attributes): Improve comment.Paul Eggert2-1/+6
2012-06-02* lisp/simple.el (execute-extended-command): Set real-this-command.Stefan Monnier4-25/+34
2012-06-02* minibuf.c (Fassoc_string): Remove duplicate declaration.Paul Eggert2-2/+2
2012-06-02* sysdep.c (system_process_attributes) [SOLARIS2 && HAVE_PROCFS]:Paul Eggert2-2/+8
2012-06-02* alloc.c (CONS_BLOCK_SIZE): Account for padding at the end ofAndreas Schwab2-2/+9
2012-06-01* xfns.c (x_set_tool_bar_lines) [USE_GTK]: Adjust to bitfield change.Paul Eggert2-1/+5
2012-06-01Bump version to 24.1.Chong Yidong1-0/+4
2012-06-01Improve commentary to 'struct it' in src/dispextern.h.Eli Zaretskii1-2/+10
2012-06-01For a 'struct window', replace some Lisp_Object fields toDmitry Antipov8-107/+113
2012-05-31Add option imagemagick-types-enableGlenn Morris2-2/+8
2012-05-30Pacify gcc -Wdouble-precision when using Xaw.Paul Eggert2-2/+10
2012-05-30Remove obsolete '#define static' cruft.Paul Eggert5-18/+14