aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | src/makefile.w32-in: Update dependencies.Juanma Barranquero2012-06-232-53/+70
* | src/w32.c (ltime): Add return type and declare static.Juanma Barranquero2012-06-232-1/+6
* | * sysdep.c [__FreeBSD__]: Fix more recently-introduced typos.Paul Eggert2012-06-232-9/+24
* | Fix a bug in w32-get-locale-info.Eli Zaretskii2012-06-232-1/+8
* | Improve and document the language-change event on MS-Windows.Eli Zaretskii2012-06-233-6/+16
* | * xmenu.c (x_menu_wait_for_event): Adapt GTK3 to new xg_select.Chong Yidong2012-06-232-5/+8
* | Fix the MS-Windows build broken by 2012-06-22T21:17:42Z!eggert@cs.ucla.edu.Eli Zaretskii2012-06-235-1/+49
* | Really fix bug #11519, by fixing the last change in ralloc.c.Eli Zaretskii2012-06-232-5/+11
* | * sysdep.c [__FreeBSD__]: Fix recently-introduced typos.Paul Eggert2012-06-232-11/+32
* | Support higher-resolution time stamps.Paul Eggert2012-06-2234-953/+962
* | * xdisp.c (x_consider_frame_title): Revert last change.Chong Yidong2012-06-222-0/+10
* | Enlarge NSTATICS to 0x650.Eli Zaretskii2012-06-222-1/+8
* | * fileio.c (Fdefault_file_modes): Block input while fiddling with umask.Paul Eggert2012-06-202-0/+7
* | Fix misspelling of Dmitry's last name in ChangeLog.Paul Eggert2012-06-191-1/+1
* | * src/minibuf.c (Fread_string): Bind minibuffer-completion-table.Stefan Monnier2012-06-192-1/+13
* | * alloc.c, bytecode.c, ccl.c, coding.c, composite.c, data.c, dosfns.c:Dmitry Antipov2012-06-1920-201/+205
* | Preserve tty top-frames under various window-changing operations.Chong Yidong2012-06-194-38/+98
* | Port byte-code-meter to modern targets.Paul Eggert2012-06-182-9/+18
* | Fix return value of `defun' and un-define it.Stefan Monnier2012-06-182-17/+26
* | Handle cases where buffer gets killed while running Fkill_buffer (Bug#11665).Martin Rudalics2012-06-182-32/+51
* | Fix recently-introduced process.c problems found by static checking.Paul Eggert2012-06-172-11/+16
* | Optimization to avoid redisplaying hidden terminal frames.Chong Yidong2012-06-172-0/+11
* | Ensure correct ordering of process writes.Troels Nielsen2012-06-173-30/+113
* | * lisp.h (eassert): Assume C89 or later.Paul Eggert2012-06-172-29/+17
* | * coding.c (produce_chars): Use ptrdiff_t, not int.Paul Eggert2012-06-172-1/+4
* | * xterm.c (x_draw_underwave): Check for integer overflow.Paul Eggert2012-06-172-0/+8
* | Merge changes from emacs-24; up to 2012-04-26T02:03:19Z!ueno@unixuser.orgChong Yidong2012-06-172-2/+7
|\ \ | |/
| * * nsterm.m (x_free_frame_resources): Move xfree so freed memory isn'tJan Djärv2012-06-112-2/+7
* | Implement wave-style variant of underlining.Alp Aker2012-06-166-171/+531
* | src/makefile.w32-in: Update dependencies.Juanma Barranquero2012-06-162-1/+19
* | * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.Andreas Schwab2012-06-1656-74/+146
* | Fix bug #11720 with cursor positioning in outline-mode and Org buffers.Eli Zaretskii2012-06-162-6/+5
* | Fix bug #11653 with a crash when more than 16 overlay strings are loaded.Eli Zaretskii2012-06-162-3/+7
* | Fix bug #11653 with cursor positioning in a row that has only strings.Eli Zaretskii2012-06-162-0/+23
* | * category.h (CHAR_HAS_CATEGORY): Define as inline.Andreas Schwab2012-06-163-16/+19
* | Fix bug #11677 with segfault when deleting windows under -batch.Eli Zaretskii2012-06-162-17/+29
* | .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