aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* .gdbinit: Update to match recent lisp.h changes.Paul Eggert2012-06-132-2/+6
* Simplify lisp.h in minor ways that should not affect code.Paul Eggert2012-06-132-78/+47
* src/makefile.w32-in ($(BLD)/data.$(O)): Update dependencies.Juanma Barranquero2012-06-132-0/+5
* Remove some unused definitions from src/sGlenn Morris2012-06-134-5/+13
* Use a simple struct to implement compile time checks for the Lisp_Object typeAndreas Schwab2012-06-1310-183/+97
* Remove HAVE_SYSV_SIGPAUSE unused remnantsGlenn Morris2012-06-123-5/+3
* * src/s/gnu.h (POSIX_SIGNALS): Remove (again).Glenn Morris2012-06-122-2/+4
* USE_LISP_UNION_TYPE + USE_LSB_TAG cleanup (Bug#11604)Paul Eggert2012-06-129-124/+91
* Remove src/s/sol2-10.hGlenn Morris2012-06-123-14/+3
* Remove src/s/hpux11.hGlenn Morris2012-06-122-10/+1
* Remove a couple of src/s filesGlenn Morris2012-06-123-7/+2
* Move NO_TERMIO, BROKEN_SIGIO from src/s to configureGlenn Morris2012-06-127-18/+9
* Handle availability of MagickMergeImageLayers and MagickExportImagePixelsChong Yidong2012-06-122-53/+54
* * image.c (imagemagick_load_image): Remove unused label.Paul Eggert2012-06-112-1/+4
* Move SYSTEM_TYPE from src/s to configureGlenn Morris2012-06-1114-55/+7
* Don't purify in Fmake_byte_code.Stefan Monnier2012-06-114-21/+34
* Support transparency for ImageMagick images.Chong Yidong2012-06-112-56/+61
* Merge from emacs-24; up to 2012-04-25T15:23:19Z!sdl.web@gmail.comChong Yidong2012-06-101-2/+10
|\
| * Bump version to 24.1.Chong Yidong2012-06-011-0/+4
| * Improve commentary to 'struct it' in src/dispextern.h.Eli Zaretskii2012-06-011-2/+10
* | * regex.c (at_begline_loc_p): Also recognize `(?N:' and correctlyAndreas Schwab2012-06-102-11/+35
* | Add support for italic text on ttys.Chong Yidong2012-06-105-45/+57
* | * dbusbind.c (XD_BASIC_DBUS_TYPE): Use dbus_type_is_valid andMichael Albinus2012-06-092-18/+36
* | * xfaces.c (face_for_overlay_string): Handle face remapping.Chong Yidong2012-06-092-7/+9
* | * fringe.c (Fset_fringe_bitmap_face): Handle the noninteractive case.Chong Yidong2012-06-092-5/+14
* | * xdisp.c (vmessage): Treat frame message as multibyte.Paul Eggert2012-06-082-1/+8
* | Revert inadvertent commit in dispnew.c as part of 2012-06-08T08:44:45Z!eliz@g...Eli Zaretskii2012-06-082-6/+8
* | Clean up scoping rule of predefined single-word vars.Stefan Monnier2012-06-083-4/+23
* | src/dispnew.c (showing_window_margins_p): Wrap in #if 0.Juanma Barranquero2012-06-082-0/+7
* | Fix BLOCK_INPUT/UNBLOCK_INPUT mismatch in 2012-06-08T08:44:30Z!dmantipov@yand...Eli Zaretskii2012-06-082-1/+8
* | Mention in "C-u C-x =" display how to insert the character w/o input methods.Eli Zaretskii2012-06-081-1/+4
* | Block-based vector allocation of small vectors.Dmitry Antipov2012-06-083-43/+376
* | * src/eval.c (Fmacroexpand): Stop if the macro returns the same form.Stefan Monnier2012-06-072-1/+11
* | * doprnt.c (doprnt): Truncate multibyte char correctly.Paul Eggert2012-06-062-9/+21
* | * buffer.c (word_wrap): Doc fix.Chong Yidong2012-06-062-1/+11
* | * xdisp.c (note_mode_line_or_margin_highlight): Pacify gcc -Wall.Paul Eggert2012-06-032-2/+6
* | tool-bar-style doc fixesGlenn Morris2012-06-032-2/+8
* | Workaround dumping problem on PaX-enabled Linux kernelsUlrich Müller2012-06-032-0/+18
* | Make mode line help-echo visible for unibyte buffers.Chong Yidong2012-06-032-4/+9
* | * xdisp.c (note_mode_line_or_margin_highlight): Fix last change.Chong Yidong2012-06-031-1/+1
* | Implement default help-echo for mode line.Chong Yidong2012-06-034-50/+121
* | * sysdep.c (system_process_attributes): Improve comment.Paul Eggert2012-06-022-1/+6
* | * lisp/simple.el (execute-extended-command): Set real-this-command.Stefan Monnier2012-06-024-25/+34
* | * minibuf.c (Fassoc_string): Remove duplicate declaration.Paul Eggert2012-06-022-2/+2
* | * sysdep.c (system_process_attributes) [SOLARIS2 && HAVE_PROCFS]:Paul Eggert2012-06-022-2/+8
* | * alloc.c (CONS_BLOCK_SIZE): Account for padding at the end ofAndreas Schwab2012-06-022-2/+9
* | * xfns.c (x_set_tool_bar_lines) [USE_GTK]: Adjust to bitfield change.Paul Eggert2012-06-012-1/+5
* | For a 'struct window', replace some Lisp_Object fields toDmitry Antipov2012-06-018-107/+113
* | Add option imagemagick-types-enableGlenn Morris2012-05-312-2/+8
* | Pacify gcc -Wdouble-precision when using Xaw.Paul Eggert2012-05-302-2/+10