aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog (follow)
Commit message (Expand)AuthorAgeFilesLines
* Undo change in xdisp.c in 2012-06-29T11:48:08Z!dmantipov@yandex.ru.Eli Zaretskii2012-06-291-0/+2
* Fix the current directory of the Emacs process on MS-Windows.Eli Zaretskii2012-06-291-0/+13
* * lisp/fringe.el (fringe-mode): Doc fix.Dmitry Antipov2012-06-291-0/+9
* Merge from emacs-24; up to 2012-04-30T11:57:47Z!sdl.web@gmail.comGlenn Morris2012-06-281-0/+9
|\
| * * gnutls.c (emacs_gnutls_handshake): Revert last change. Add QUITAndreas Schwab2012-06-281-0/+5
| * * gnutls.c (emacs_gnutls_handshake): Only retry ifAndreas Schwab2012-06-261-0/+5
| * Backport: Really fix bug #11519, by fixing the last change in ralloc.c.Eli Zaretskii2012-06-231-0/+6
| * * src/charset.c (init_charset): Make lack of etc/charsets fatal.Glenn Morris2012-06-211-0/+4
* | * editfns.c (region_limit): Fix type mismatch.Dmitry Antipov2012-06-291-0/+4
* | * nsfns.m: Fix GLYPH_DEBUG usage assuming that it may beDmitry Antipov2012-06-291-0/+7
* | * src/editfns.c (region_limit): Clip to narrowing.Stefan Monnier2012-06-281-0/+4
* | Avoid integer overflow on scroll-left and scroll-right.Paul Eggert2012-06-281-0/+7
* | * window.h (struct window): Change type of 'hscroll',Dmitry Antipov2012-06-281-0/+11
* | src/makefile.w32-in ($(BLD)/regex.$(O)): Update dependencies.Juanma Barranquero2012-06-281-0/+4
* | * window.h (struct window): Change type of 'use_time' andDmitry Antipov2012-06-281-0/+9
* | * configure.in: Add glyphs category to --enable-checking option.Dmitry Antipov2012-06-281-0/+17
* | Generalize run-time debugging checks.Dmitry Antipov2012-06-281-0/+30
* | Get rid of all the manual purecopy calls in menu-bar definitions.Stefan Monnier2012-06-271-1/+6
* | * alloc.c (allocate_string_data): Remove dead code.Dmitry Antipov2012-06-271-0/+6
* | * alloc.c (allocate_string): Omit intervals initialization.Dmitry Antipov2012-06-271-0/+6
* | * alloc.c (allocate_string): Fix last change.Dmitry Antipov2012-06-271-0/+4
* | * alloc.c (allocate_string): Remove two redundant callsDmitry Antipov2012-06-271-0/+5
* | Remove paths.elGlenn Morris2012-06-271-0/+4
* | Fix ChangeLog entry from trunk 2012-06-27T03:52:02Z!jwiegley@gmail.com.Glenn Morris2012-06-261-5/+0
* | Let C-h f do autoloading, and report if a function was previously autoloaded.Chong Yidong2012-06-271-0/+4
* | unexmacosx.c (copy_data_segment): Added two section names used on MacJohn Wiegley2012-06-261-0/+8
* | alloc.c (mark_memory): Do not check with -faddress-sanitizer whenJohn Wiegley2012-06-261-0/+5
* | * src/eval.c (Fapply): Allow calling it with a single argument.Stefan Monnier2012-06-261-1/+5
* | Define HAVE_STRCASECMP and HAVE_STRNCASECMP on MS-Windows.Eli Zaretskii2012-06-261-0/+6
* | * alloc.c (allocate_window): Zero out non-Lisp part of newlyDmitry Antipov2012-06-261-0/+13
* | * term.c (delete_tty): Remove redundant call to memset.Dmitry Antipov2012-06-261-0/+4
* | * src/alloc.c: Remove build_string.Dmitry Antipov2012-06-261-0/+10
* | Use sprintf return value instead of invoking strlen on result.Paul Eggert2012-06-251-0/+20
* | Clean out last vestiges of the old HAVE_CONFIG_H stuff.Paul Eggert2012-06-251-0/+7
* | Fix misspelling dispextern.h in ChangeLog.Dmitry Antipov2012-06-251-1/+1
* | * configure.in (AC_CHECK_FUNCS): Detect library functionsDmitry Antipov2012-06-251-0/+6
* | * keyboard.c (menu_bar_items, menu_bar_item, read_key_sequence):Andreas Schwab2012-06-251-0/+8
* | * xfns.c (xic_create_fontsetname): Remove redundant callsDmitry Antipov2012-06-251-0/+5
* | * gtkutil.c (get_utf8_string): Remove redundant assignment.Paul Eggert2012-06-251-0/+3
* | * xfns.c (x_window): Remove redundant cast.Paul Eggert2012-06-251-0/+4
* | * xmenu.c (xmenu_show, xdialog_show): Explicit cast fromDmitry Antipov2012-06-251-0/+5
* | * xterm.c (x_term_init): Build proper-sized _XSETTINGS_Snnn stringPaul Eggert2012-06-241-0/+3
* | * process.c: Fix spelling and caps in comments.Paul Eggert2012-06-241-0/+4
* | * emacs.c (setpgrp): Remove definition, unused.Dan Nicolaescu2012-06-241-0/+1
* | * sysdep.c (setpgrp): Remove definition, not used in this file.Dan Nicolaescu2012-06-241-0/+4
* | src/makefile.w32-in: Update dependencies.Juanma Barranquero2012-06-241-0/+4
* | Switch from NO_RETURN to C11's _Noreturn.Paul Eggert2012-06-241-0/+32
* | Improve port of struct timespec to MS-Windows.Eli Zaretskii2012-06-241-0/+10
* | Fix bug when time_t is unsigned and as wide as intmax_t.Paul Eggert2012-06-231-0/+12
* | Avoid compiler warnings in comparing time_t.Eli Zaretskii2012-06-231-0/+7