bpt/emacs.git
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.
2012-06-22 Glenn MorrisImprove pcmpl-rpm-query-options custom type
2012-06-22 Bastien GuerryFix bug #11726 -- send a message after `toggle-read...
2012-06-22 Stefan MonnierProvide generalized variables in core Elisp.
2012-06-22 Glenn MorrisFurther speed up rpm completion, by caching the install...
2012-06-22 Chong YidongMisc doc fixes for Dired.
2012-06-22 Chong Yidong* xdisp.c (x_consider_frame_title): Revert last change.
2012-06-22 Glenn MorrisTry to speed up pcomplete's calling of rpm -qa
2012-06-22 Eli ZaretskiiEnlarge NSTATICS to 0x650.
2012-06-22 Glenn Morris* calendar.el (calendar-in-read-only-buffer): Avoid...
2012-06-21 Chong Yidong* url.el (url-retrieve-internal): Fix last change.
2012-06-21 Glenn MorrisMerge from emacs-24; up to 2012-04-26T03:04:36Z!cyd...
2012-06-21 Chong Yidong* desktop.el (desktop-read): Use user-emacs-directory...
2012-06-21 Chong YidongFixes to desktop reading logic.
2012-06-20 Paul Eggert* fileio.c (Fdefault_file_modes): Block input while...
2012-06-20 Chong Yidongterm.el (term-send-raw-meta): Make C-M-<char> keys...
2012-06-20 David Röthlisberger* lisp/ido.el (ido-switch-buffer, ido-find-file): Fix...
2012-06-20 Chong YidongChange term.el to use font-lock.
2012-06-20 Chong YidongFixes to window size calculations in term.el.
2012-06-20 Michael Albinus* net/ange-ftp.el (ange-ftp-get-passwd): Bind
2012-06-19 Paul EggertFix misspelling of Dmitry's last name in ChangeLog.
2012-06-19 David Röthlisberger* lisp/ido.el (ido-find-file): Mention C-d binding...
2012-06-19 Stefan Monnier* src/minibuf.c (Fread_string): Bind minibuffer-complet...
2012-06-19 Dmitry Antipov* alloc.c, bytecode.c, ccl.c, coding.c, composite.c...
2012-06-19 Glenn Morris* lisp/progmodes/python.el (python-mode): Derive from...
2012-06-19 Kevin GallagherIn EDT emulator, allow updating of menu-bar Buffers...
2012-06-19 Chong YidongPreserve tty top-frames under various window-changing...
2012-06-19 Glenn MorrisRename infodir to buildinfodir in doc/*/Makefile.in...
2012-06-18 Nelson Ferreiragnus-win.el (gnus-configure-frame): Pass an arg to...
2012-06-18 Paul EggertPort byte-code-meter to modern targets.
2012-06-18 Stefan Monnier* lisp/progmodes/python.el (python-rx-constituents...
2012-06-18 Michael Albinus* minibuffer.el (read-file-name-default): Revert the...
2012-06-18 Stefan Monnier* lisp/emacs-lisp/pcase.el (pcase--expand): Warn for...
2012-06-18 Glenn MorrisFix python.el obsolescence versions
2012-06-18 Glenn MorrisAdd coding cookie
2012-06-18 Stefan MonnierFix return value of `defun' and un-define it.
next