aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog (follow)
Commit message (Expand)AuthorAgeFilesLines
* * lisp.h (eassert): Assume C89 or later.Paul Eggert2012-06-171-0/+6
* * coding.c (produce_chars): Use ptrdiff_t, not int.Paul Eggert2012-06-171-0/+2
* * xterm.c (x_draw_underwave): Check for integer overflow.Paul Eggert2012-06-171-0/+5
* Merge changes from emacs-24; up to 2012-04-26T02:03:19Z!ueno@unixuser.orgChong Yidong2012-06-171-0/+5
|\
| * * nsterm.m (x_free_frame_resources): Move xfree so freed memory isn'tJan Djärv2012-06-111-0/+5
| * Bump version to 24.1.Chong Yidong2012-06-011-0/+4
* | Implement wave-style variant of underlining.Alp Aker2012-06-161-0/+17
* | src/makefile.w32-in: Update dependencies.Juanma Barranquero2012-06-161-0/+8
* | * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.Andreas Schwab2012-06-161-0/+59
* | Fix bug #11720 with cursor positioning in outline-mode and Org buffers.Eli Zaretskii2012-06-161-0/+2
* | Fix bug #11653 with a crash when more than 16 overlay strings are loaded.Eli Zaretskii2012-06-161-1/+3
* | Fix bug #11653 with cursor positioning in a row that has only strings.Eli Zaretskii2012-06-161-0/+7
* | * category.h (CHAR_HAS_CATEGORY): Define as inline.Andreas Schwab2012-06-161-0/+6
* | Fix bug #11677 with segfault when deleting windows under -batch.Eli Zaretskii2012-06-161-0/+6
* | .gdbinit: Update to match recent lisp.h changes.Paul Eggert2012-06-131-0/+4
* | Simplify lisp.h in minor ways that should not affect code.Paul Eggert2012-06-131-0/+14
* | src/makefile.w32-in ($(BLD)/data.$(O)): Update dependencies.Juanma Barranquero2012-06-131-0/+4
* | Remove some unused definitions from src/sGlenn Morris2012-06-131-0/+5
* | Use a simple struct to implement compile time checks for the Lisp_Object typeAndreas Schwab2012-06-131-0/+23
* | Remove HAVE_SYSV_SIGPAUSE unused remnantsGlenn Morris2012-06-121-0/+3
* | * src/s/gnu.h (POSIX_SIGNALS): Remove (again).Glenn Morris2012-06-121-0/+4
* | USE_LISP_UNION_TYPE + USE_LSB_TAG cleanup (Bug#11604)Paul Eggert2012-06-121-0/+24
* | Remove src/s/sol2-10.hGlenn Morris2012-06-121-1/+3
* | Remove src/s/hpux11.hGlenn Morris2012-06-121-1/+1
* | Remove a couple of src/s filesGlenn Morris2012-06-121-0/+2
* | Move NO_TERMIO, BROKEN_SIGIO from src/s to configureGlenn Morris2012-06-121-0/+8
* | Handle availability of MagickMergeImageLayers and MagickExportImagePixelsChong Yidong2012-06-121-0/+6
* | * image.c (imagemagick_load_image): Remove unused label.Paul Eggert2012-06-111-0/+4
* | Move SYSTEM_TYPE from src/s to configureGlenn Morris2012-06-111-0/+7
* | Don't purify in Fmake_byte_code.Stefan Monnier2012-06-111-0/+6
* | Support transparency for ImageMagick images.Chong Yidong2012-06-111-0/+4
* | * regex.c (at_begline_loc_p): Also recognize `(?N:' and correctlyAndreas Schwab2012-06-101-0/+5
* | Add support for italic text on ttys.Chong Yidong2012-06-101-0/+20
* | * dbusbind.c (XD_BASIC_DBUS_TYPE): Use dbus_type_is_valid andMichael Albinus2012-06-091-0/+7
* | * xfaces.c (face_for_overlay_string): Handle face remapping.Chong Yidong2012-06-091-0/+2
* | * fringe.c (Fset_fringe_bitmap_face): Handle the noninteractive case.Chong Yidong2012-06-091-0/+5
* | * xdisp.c (vmessage): Treat frame message as multibyte.Paul Eggert2012-06-081-0/+7
* | Revert inadvertent commit in dispnew.c as part of 2012-06-08T08:44:45Z!eliz@g...Eli Zaretskii2012-06-081-0/+7
* | Clean up scoping rule of predefined single-word vars.Stefan Monnier2012-06-081-1/+7
* | src/dispnew.c (showing_window_margins_p): Wrap in #if 0.Juanma Barranquero2012-06-081-0/+5
* | Fix BLOCK_INPUT/UNBLOCK_INPUT mismatch in 2012-06-08T08:44:30Z!dmantipov@yand...Eli Zaretskii2012-06-081-0/+4
* | Block-based vector allocation of small vectors.Dmitry Antipov2012-06-081-0/+25
* | * src/eval.c (Fmacroexpand): Stop if the macro returns the same form.Stefan Monnier2012-06-071-0/+4
* | * doprnt.c (doprnt): Truncate multibyte char correctly.Paul Eggert2012-06-061-0/+8
* | * buffer.c (word_wrap): Doc fix.Chong Yidong2012-06-061-0/+4
* | * xdisp.c (note_mode_line_or_margin_highlight): Pacify gcc -Wall.Paul Eggert2012-06-031-0/+4
* | tool-bar-style doc fixesGlenn Morris2012-06-031-0/+4
* | Workaround dumping problem on PaX-enabled Linux kernelsUlrich Müller2012-06-031-0/+8
* | Make mode line help-echo visible for unibyte buffers.Chong Yidong2012-06-031-0/+5
* | Implement default help-echo for mode line.Chong Yidong2012-06-031-0/+12