aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Generalize run-time debugging checks.Dmitry Antipov2012-06-2828-404/+416
* * simple.el (completion-list-mode-finish): Don't use toggle-read-only.Glenn Morris2012-06-282-1/+7
* TODO updates; add wishlist sectionGlenn Morris2012-06-281-0/+11
* * emacs.py, emacs2.py, emacs3.py: Remove files.Glenn Morris2012-06-274-480/+4
* * configure.in: Don't check for sys/select.h, sys/time.h, utime.h.Paul Eggert2012-06-272-1/+4
* Make inlining of other-mode interpreted functions work.Stefan Monnier2012-06-273-39/+60
* Merge from gnulib.Paul Eggert2012-06-272-113/+114
* * configure.in: Only check for paxctl on gnu-linux.Glenn Morris2012-06-272-2/+6
* * lisp/help-mode.el (help-make-xrefs): Don't just withstandStefan Monnier2012-06-273-7/+10
* Get rid of all the manual purecopy calls in menu-bar definitions.Stefan Monnier2012-06-2714-1196/+1232
* * lisp/textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.Stefan Monnier2012-06-272-2/+5
* * alloc.c (allocate_string_data): Remove dead code.Dmitry Antipov2012-06-273-15/+10
* * lisp/emacs-lisp/cl.el (flet): Mark obsolete.Stefan Monnier2012-06-2711-191/+231
* * lisp/gnus/shr.el (shr-render-buffer): New command.Stefan Monnier2012-06-272-5/+16
* * lisp/emacs-lisp/cl.el: Use lexical-binding. Fix flet.Stefan Monnier2012-06-272-4/+21
* * alloc.c (allocate_string): Omit intervals initialization.Dmitry Antipov2012-06-272-4/+7
* * lisp/emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):Stefan Monnier2012-06-272-1/+7
* * alloc.c (allocate_string): Fix last change.Dmitry Antipov2012-06-272-1/+4
* * alloc.c (allocate_string): Remove two redundant callsDmitry Antipov2012-06-272-3/+11
* Remove paths.elGlenn Morris2012-06-2710-130/+112
* * lisp/custom.el (custom-initialize-delay): Doc fix.Glenn Morris2012-06-272-1/+5
* Replace eshell-defgroup with plain defgroupGlenn Morris2012-06-2719-37/+61
* Fix ChangeLog entry from trunk 2012-06-27T03:52:[email protected].Glenn Morris2012-06-261-5/+0
* Let C-h f do autoloading, and report if a function was previously autoloaded.Chong Yidong2012-06-276-55/+122
* In Lisp manual, don't capitalize pty.Chong Yidong2012-06-273-7/+12
* unexmacosx.c (copy_data_segment): Added two section names used on MacJohn Wiegley2012-06-262-0/+10
* alloc.c (mark_memory): Do not check with -faddress-sanitizer whenJohn Wiegley2012-06-262-0/+11
* * doc/emacs/ack.texi (Acknowledgments): Tiny update.Glenn Morris2012-06-262-1/+7
* NEWS, ChangeLog fixesGlenn Morris2012-06-262-5/+7
* lisp/gnus/tests/gnustest-{nntp,registry}.el: Set no-byte-compile and no-updat...Katsumi Yamaoka2012-06-273-0/+15
* lisp/gnus/ChangeLog: Cosmetic fixKatsumi Yamaoka2012-06-261-3/+3
* * src/eval.c (Fapply): Allow calling it with a single argument.Stefan Monnier2012-06-262-2/+6
* Add lisp/gnus/mm-archive.el, lisp/gnus/tests/gnustest-nntp.el, and lisp/gnus/...Gnus developers2012-06-263-0/+417
* Merge changes made in Gnus master ever since feature freezeGnus developers2012-06-2633-1469/+2019
* Define HAVE_STRCASECMP and HAVE_STRNCASECMP on MS-Windows.Eli Zaretskii2012-06-262-0/+14
* Fix parallel bootstrap on MS-Windows in lib/ and lisp/.Eli Zaretskii2012-06-264-6/+17
* * lisp/files.el (file-name-base): New convenience function.Sam Steingold2012-06-2618-51/+54
* * alloc.c (allocate_window): Zero out non-Lisp part of newlyDmitry Antipov2012-06-266-127/+60
* Auto-commit of generated files.Glenn Morris2012-06-262-0/+7
* In calendar-exit don't try to delete or iconify last frame.Martin Rudalics2012-06-262-4/+11
* * term.c (delete_tty): Remove redundant call to memset.Dmitry Antipov2012-06-262-1/+4
* * src/alloc.c: Remove build_string.Dmitry Antipov2012-06-268-14/+34
* Use sprintf return value instead of invoking strlen on result.Paul Eggert2012-06-2510-105/+131
* Clean out last vestiges of the old HAVE_CONFIG_H stuff.Paul Eggert2012-06-2523-73/+61
* * Makefile.in (ALL_CFLAGS): Add -I../lib -I${srcdir}/../lib.Paul Eggert2012-06-252-1/+8
* * lisp/server.el (server-process-filter): Remember dir in theJim Diamond2012-06-252-1/+7
* Merge from gnulib (comment-only change).Paul Eggert2012-06-251-2/+2
* Fix misspelling dispextern.h in ChangeLog.Dmitry Antipov2012-06-251-1/+1
* * configure.in (AC_CHECK_FUNCS): Detect library functionsDmitry Antipov2012-06-259-4/+47
* * keyboard.c (menu_bar_items, menu_bar_item, read_key_sequence):Andreas Schwab2012-06-254-18/+36