bpt/emacs.git
2012-06-28 Dmitry AntipovGeneralize run-time debugging checks.
2012-06-28 Glenn Morris* simple.el (completion-list-mode-finish): Don't use...
2012-06-28 Glenn MorrisTODO updates; add wishlist section
2012-06-28 Glenn Morris* emacs.py, emacs2.py, emacs3.py: Remove files.
2012-06-28 Paul Eggert* configure.in: Don't check for sys/select.h, sys/time...
2012-06-28 Stefan MonnierMake inlining of other-mode interpreted functions work.
2012-06-28 Paul EggertMerge from gnulib.
2012-06-27 Glenn Morris* configure.in: Only check for paxctl on gnu-linux.
2012-06-27 Stefan Monnier* lisp/help-mode.el (help-make-xrefs): Don't just withstand
2012-06-27 Stefan MonnierGet rid of all the manual purecopy calls in menu-bar...
2012-06-27 Stefan Monnier* lisp/textmodes/rst.el (rst-adornment-faces-alist...
2012-06-27 Dmitry Antipov* alloc.c (allocate_string_data): Remove dead code.
2012-06-27 Stefan Monnier* lisp/emacs-lisp/cl.el (flet): Mark obsolete.
2012-06-27 Stefan Monnier* lisp/gnus/shr.el (shr-render-buffer): New command.
2012-06-27 Stefan Monnier* lisp/emacs-lisp/cl.el: Use lexical-binding. Fix...
2012-06-27 Dmitry Antipov* alloc.c (allocate_string): Omit intervals initialization.
2012-06-27 Stefan Monnier* lisp/emacs-lisp/easy-mmode.el (easy-mmode-pretty...
2012-06-27 Dmitry Antipov* alloc.c (allocate_string): Fix last change.
2012-06-27 Dmitry Antipov* alloc.c (allocate_string): Remove two redundant...
2012-06-27 Glenn MorrisRemove paths.el
2012-06-27 Glenn Morris* lisp/custom.el (custom-initialize-delay): Doc fix.
2012-06-27 Glenn MorrisReplace eshell-defgroup with plain defgroup
2012-06-27 Glenn MorrisFix ChangeLog entry from trunk 2012-06-27T03:52:02Z...
2012-06-27 Chong YidongLet C-h f do autoloading, and report if a function...
2012-06-27 Chong YidongIn Lisp manual, don't capitalize pty.
2012-06-27 John Wiegleyunexmacosx.c (copy_data_segment): Added two section...
2012-06-27 John Wiegleyalloc.c (mark_memory): Do not check with -faddress...
2012-06-27 Glenn Morris* doc/emacs/ack.texi (Acknowledgments): Tiny update.
2012-06-27 Glenn MorrisNEWS, ChangeLog fixes
2012-06-27 Katsumi Yamaokalisp/gnus/tests/gnustest-{nntp,registry}.el: Set no...
2012-06-26 Katsumi Yamaokalisp/gnus/ChangeLog: Cosmetic fix
2012-06-26 Stefan Monnier* src/eval.c (Fapply): Allow calling it with a single...
2012-06-26 Gnus developersAdd lisp/gnus/mm-archive.el, lisp/gnus/tests/gnustest...
2012-06-26 Gnus developersMerge changes made in Gnus master ever since feature...
2012-06-26 Eli ZaretskiiDefine HAVE_STRCASECMP and HAVE_STRNCASECMP on MS-Windows.
2012-06-26 Eli ZaretskiiFix parallel bootstrap on MS-Windows in lib/ and lisp/.
2012-06-26 Sam Steingold* lisp/files.el (file-name-base): New convenience function.
2012-06-26 Dmitry Antipov* alloc.c (allocate_window): Zero out non-Lisp part...
2012-06-26 Glenn MorrisAuto-commit of generated files.
2012-06-26 Martin RudalicsIn calendar-exit don't try to delete or iconify last...
2012-06-26 Dmitry Antipov* term.c (delete_tty): Remove redundant call to memset.
2012-06-26 Dmitry Antipov* src/alloc.c: Remove build_string.
2012-06-26 Paul EggertUse sprintf return value instead of invoking strlen...
2012-06-26 Paul EggertClean out last vestiges of the old HAVE_CONFIG_H stuff.
2012-06-26 Paul Eggert* Makefile.in (ALL_CFLAGS): Add -I../lib -I${srcdir...
2012-06-25 Jim Diamond* lisp/server.el (server-process-filter): Remember...
2012-06-25 Paul EggertMerge from gnulib (comment-only change).
2012-06-25 Dmitry AntipovFix misspelling dispextern.h in ChangeLog.
2012-06-25 Dmitry Antipov* configure.in (AC_CHECK_FUNCS): Detect library functions
2012-06-25 Andreas Schwab* keyboard.c (menu_bar_items, menu_bar_item, read_key_s...
2012-06-25 Glenn MorrisAuto-commit of generated files.
2012-06-25 Dmitry Antipov* xfns.c (xic_create_fontsetname): Remove redundant...
2012-06-25 Paul Eggert* gtkutil.c (get_utf8_string): Remove redundant assignment.
2012-06-25 Paul Eggert* xfns.c (x_window): Remove redundant cast.
2012-06-25 Dmitry Antipov* xmenu.c (xmenu_show, xdialog_show): Explicit cast...
2012-06-24 Paul Eggert* xterm.c (x_term_init): Build proper-sized _XSETTINGS_...
2012-06-24 Paul Eggert* process.c: Fix spelling and caps in comments.
2012-06-24 Dan Nicolaescu* emacs.c (setpgrp): Remove definition, unused.
2012-06-24 Dan Nicolaescu* sysdep.c (setpgrp): Remove definition, not used in...
2012-06-24 Eli Zaretskiint/config.nt (_Noreturn): Don't reference __SUNPRO_C.
2012-06-24 Juanma Barranquerosrc/makefile.w32-in: Update dependencies.
2012-06-24 Paul EggertSwitch from NO_RETURN to C11's _Noreturn.
2012-06-24 Eli ZaretskiiImprove port of struct timespec to MS-Windows.
2012-06-24 Lawrence Mitchell* etc/NEWS: Move and improve the defun/defalias changes.
2012-06-24 Dmitry AntipovFirst Coccinelle semantic patch.
2012-06-24 Chong Yidong* xml.el (xml-parse-tag): Corrrectly handle comment...
2012-06-24 Glenn MorrisAuto-commit of generated files.
2012-06-24 Samuel Bronson* emacsclient.c (set_local_socket): Fix a compiler...
2012-06-24 Thien-Thi NguyenLisp manual -- improve discussion of ptys vs pipes.
2012-06-24 Paul EggertFix bug when time_t is unsigned and as wide as intmax_t.
2012-06-23 Eli ZaretskiiAvoid compiler warnings in comparing time_t.
2012-06-23 Juanma Barranquerosrc/makefile.w32-in: Update dependencies.
2012-06-23 Paul EggertFix misspelling in latest ChangeLog entry.
2012-06-23 Paul EggertMerge from gnulib.
2012-06-23 Juanma Barranquerolisp/makefile.w32-in (COMPILE_FIRST): Synch with change...
2012-06-23 Juanma Barranquerosrc/w32.c (ltime): Add return type and declare static.
2012-06-23 Paul Eggert* sysdep.c [__FreeBSD__]: Fix more recently-introduced...
2012-06-23 Stefan MonnierMiscellaneous minor cleanups and simplifications.
2012-06-23 Chong YidongUse @ interactive spec for Info-mouse-follow-link.
2012-06-23 Chong YidongFixes for Info link-following mouse commands.
2012-06-23 Chong YidongFix last commit.
2012-06-23 Chong Yidong* mouse.el (mouse-drag-track): Deactivate the mark...
2012-06-23 Eli ZaretskiiFix a bug in w32-get-locale-info.
2012-06-23 Eli ZaretskiiImprove and document the language-change event on MS...
2012-06-23 Chong Yidong* xmenu.c (x_menu_wait_for_event): Adapt GTK3 to new...
2012-06-23 Eli ZaretskiiFix the MS-Windows build broken by 2012-06-22T21:17...
2012-06-23 Glenn MorrisAuto-commit of generated files.
2012-06-23 Andreas Schwab* configure.in: Don't use AC_CHECK_FUNCS_ONCE, which...
2012-06-23 Eli ZaretskiiReally fix bug #11519, by fixing the last change in...
2012-06-23 Chong YidongMark python-mode abbrevs as system abbrevs.
2012-06-23 Paul Eggert* sysdep.c [__FreeBSD__]: Fix recently-introduced typos.
2012-06-23 Stefan Monnier* lisp/emacs-lisp/cl-macs.el (cl--make-usage-args)...
2012-06-23 Stefan Monnier* lisp/minibuffer.el (completion--twq-try): Try to...
2012-06-23 Glenn Morris* lisp/pcmpl-rpm.el (pcmpl-rpm-packages): Give status...
2012-06-22 Paul EggertAdd gnulib files to support higher-resolution time...
2012-06-22 Stefan MonnierFurther GV/CL cleanups.
2012-06-22 Paul EggertSupport higher-resolution time stamps.
2012-06-22 Stefan Monnier* lisp/icomplete.el (icomplete-minibuffer-setup, icompl...
2012-06-22 Stefan Monnier* lisp/subr.el (read-passwd): Don't use a history at...
2012-06-22 Paul EggertMerge from gnulib.
next