summaryrefslogtreecommitdiff
path: root/src/ChangeLog
AgeCommit message (Expand)Author
2012-07-03Fix bugs in file timestamp newness comparisons.Paul Eggert
2012-07-03* fileio.c: Improve handling of file time marker. (Bug#11852)Paul Eggert
2012-07-04* fileio.c (Finsert_file_contents): Properly handle st_mtimeAndreas Schwab
2012-07-03* src/lisp.h (Fread_file_name): Restore EXFUNGlenn Morris
2012-07-03Auto-generate EXFUN using make-docfileTom Tromey
2012-07-03Speed up generate-new-buffer-name for invisible buffers (bug#1229)Glenn Morris
2012-07-03Fix block vector allocation code to allow VECTOR_BLOCK_SIZEDmitry Antipov
2012-07-03* src/alloc.c (mark_object): Revert part of last patch to use `switch'.Stefan Monnier
2012-07-03* alloc.c (allocate_vector_block): Remove redundantDmitry Antipov
2012-07-03* alloc.c (check_string_bytes): If GC_CHECK_STRING_BYTESDmitry Antipov
2012-07-03Cleanup basic buffer management.Dmitry Antipov
2012-07-02* src/ChangeLog: Fix a typo.Dmitry Antipov
2012-07-02* alloc.c (mark_object): Remove "#ifdef GC_CHECK_MARKED_OBJECTS"Paul Eggert
2012-07-02* alloc.c (mark_buffer): Simplify. Remove prototype.Dmitry Antipov
2012-06-30* src/nsterm.m (ns_init_paths): Ignore site-lisp if --no-site-lisp.Glenn Morris
2012-06-30Make --no-site-lisp work for --enable-locallisppath elementsGlenn Morris
2012-06-30Fix last entry in src/ChangeLog.Eli Zaretskii
2012-06-30Adapt the MS-DOS build to the latest changes.Eli Zaretskii
2012-06-30Adapt the MS-DOS build to the latest changes.Eli Zaretskii
2012-06-30* font.c (font_style_to_value, font_style_symbolic)Andreas Schwab
2012-06-30* lisp.h (CHECK_RANGED_INTEGER): Make value to check the firstAndreas Schwab
2012-06-29Undo change in xdisp.c in 2012-06-29T11:48:08Z!dmantipov@yandex.ru.Eli Zaretskii
2012-06-29Fix the current directory of the Emacs process on MS-Windows.Eli Zaretskii
2012-06-29* lisp/fringe.el (fringe-mode): Doc fix.Dmitry Antipov
2012-06-28Merge from emacs-24; up to 2012-04-30T11:57:47Z!sdl.web@gmail.comGlenn Morris
2012-06-29* editfns.c (region_limit): Fix type mismatch.Dmitry Antipov
2012-06-29* nsfns.m: Fix GLYPH_DEBUG usage assuming that it may beDmitry Antipov
2012-06-28* src/editfns.c (region_limit): Clip to narrowing.Stefan Monnier
2012-06-28Avoid integer overflow on scroll-left and scroll-right.Paul Eggert
2012-06-28* window.h (struct window): Change type of 'hscroll',Dmitry Antipov
2012-06-28src/makefile.w32-in ($(BLD)/regex.$(O)): Update dependencies.Juanma Barranquero
2012-06-28* window.h (struct window): Change type of 'use_time' andDmitry Antipov
2012-06-28* configure.in: Add glyphs category to --enable-checking option.Dmitry Antipov
2012-06-28Generalize run-time debugging checks.Dmitry Antipov
2012-06-28* gnutls.c (emacs_gnutls_handshake): Revert last change. Add QUITAndreas Schwab
2012-06-27Get rid of all the manual purecopy calls in menu-bar definitions.Stefan Monnier
2012-06-27* alloc.c (allocate_string_data): Remove dead code.Dmitry Antipov
2012-06-27* alloc.c (allocate_string): Omit intervals initialization.Dmitry Antipov
2012-06-27* alloc.c (allocate_string): Fix last change.Dmitry Antipov
2012-06-27* alloc.c (allocate_string): Remove two redundant callsDmitry Antipov
2012-06-27Remove paths.elGlenn Morris
2012-06-26Fix ChangeLog entry from trunk 2012-06-27T03:52:02Z!jwiegley@gmail.com.Glenn Morris
2012-06-27Let C-h f do autoloading, and report if a function was previously autoloaded.Chong Yidong
2012-06-26unexmacosx.c (copy_data_segment): Added two section names used on MacJohn Wiegley
2012-06-26alloc.c (mark_memory): Do not check with -faddress-sanitizer whenJohn Wiegley
2012-06-26* src/eval.c (Fapply): Allow calling it with a single argument.Stefan Monnier
2012-06-26Define HAVE_STRCASECMP and HAVE_STRNCASECMP on MS-Windows.Eli Zaretskii
2012-06-26* alloc.c (allocate_window): Zero out non-Lisp part of newlyDmitry Antipov
2012-06-26* gnutls.c (emacs_gnutls_handshake): Only retry ifAndreas Schwab
2012-06-26* term.c (delete_tty): Remove redundant call to memset.Dmitry Antipov