bpt/emacs.git
2011-05-01 Andreas Schwab* src/callproc.c: Indentation fixup.
2011-05-01 Andreas Schwab* src/sysdep.c (wait_for_termination_1): Make static.
2011-05-01 Lars Magne... Extend `call-process' to take the `(:file "file")'...
2011-04-30 Andreas Schwab* lisp/faces.el (face-spec-set-match-display): Don...
2011-04-30 Vinicius Jose... keep highlight when switching between major modes on...
2011-04-30 Eli ZaretskiiAdapt the MSDOS build to latest changes.
2011-04-30 Eli ZaretskiiDon't test HAVE_INTTYPES_H in process.c.
2011-04-30 Eli ZaretskiiDefine HAVE_LONG_LONG_INT, HAVE_UNSIGNED_LONG_LONG_INT...
2011-04-30 Lars Magne... shr.el (shr-strike-through): New face.
2011-04-29 Eli ZaretskiiLift the MOST_POSITIVE_FIXNUM/4 limitation on visited...
2011-04-29 Eli ZaretskiiDon't abort in doprnt when passed unsupported %ll modifier.
2011-04-29 Eli ZaretskiiFix bug #7952 with vertical motion in Grep buffers.
2011-04-29 Stefan Monnier* lisp/progmodes/pascal.el: Use lexical binding.
2011-04-29 Stefan Monnier* pcomplete.el (pcomplete-std-complete): Fix last minut...
2011-04-29 Stefan Monnier* lisp/pcomplete.el (pcomplete-std-complete): Don't...
2011-04-29 Stefan Monnier* lisp/erc/erc-pcomplete.el (erc-pcomplete-nick-postfix...
2011-04-29 Eli ZaretskiiFix doprnt when buffer is too small for multibyte seque...
2011-04-28 Juanma Barranquerolisp/calc/calccomp.el (math-comp-to-string-flat-term...
2011-04-28 Juanma Barranquerolisp/startup.el (command-line): Use delayed warning...
2011-04-28 Juanma Barranqueroetc/NEWS: Document new "default HOME" warning.
2011-04-28 Paul EggertMerge: doprnt: Omit useless test; int overflow check...
2011-04-28 Paul EggertDocument doprnt's behavior a bit better.
2011-04-28 Paul EggertRemove confusing word from comment.
2011-04-28 Eli Zaretskiint/gmake.defs (ARCH): Fix error message in case of...
2011-04-28 Eli Zaretskiint/INSTALL: More details about problems with MSYS Bash.
2011-04-28 Paul EggertImprove comment.
2011-04-28 Deniz Dogan* lisp/net/rcirc.el (rcirc-handler-353): Fix bug for...
2011-04-28 Paul Eggert* doprnt.c (SIZE_MAX): Move defn after all includes...
2011-04-28 Paul Eggert* doprnt.c (doprnt): Omit useless test; int overflow...
2011-04-28 Juanma Barranquerosrc/w32.c (init_environment): Warn about defaulting...
2011-04-28 Stefan Monnier* lisp/pcomplete.el (pcomplete-completions-at-point...
2011-04-28 Juanma BarranqueroAdd delayed warnings support.
2011-04-28 Juanma Barranqueroetc/NEWS: Fix typos.
2011-04-28 Eli Zaretskiint/INSTALL: Mention problems with MSYS/Cygwin Bash...
2011-04-28 Stefan MonnierMake MH-E use completion-at-point
2011-04-28 Eli ZaretskiiFix return value from doprnt when message is truncated...
2011-04-28 Juanma Barranquerosrc/w32fns.c: #if-0 some functions entirely, not just...
2011-04-28 Stefan Monnier* lisp/pcomplete.el (pcomplete-completions-at-point):
2011-04-27 Paul EggertMerge: * doprnt.c (doprnt): Support "ll" length modifie...
2011-04-27 Juanma Barranquerosrc/makefile.w32-in: Update dependencies.
2011-04-27 Paul EggertFix comments.
2011-04-27 Paul Eggert* doprnt.c (doprnt): Fix two typos for long long.
2011-04-27 Paul EggertMerge from mainline.
2011-04-27 Eli ZaretskiiSupport inttypes.h and strtoumax in non-MinGW builds...
2011-04-27 Juanma BarranqueroFix ChangeLog typos.
2011-04-27 Paul EggertAdd FIXME comment.
2011-04-27 Paul Eggert* doprnt.c (doprnt): Support "ll" length modifier,...
2011-04-27 Eli ZaretskiiImprove `doprnt' and its usage. (Bug#8545)
2011-04-27 Ulf JasperApplied icalendar patches from Niels Giesen.
2011-04-27 Daniel Colascione* subr.el (shell-quote-argument): Use alternate escapin...
2011-04-27 Paul Eggert* buffer.c (init_buffer) [USE_MMAP_FOR_BUFFERS]: Adjust...
2011-04-27 Glenn MorrisAuto-commit of generated files.
2011-04-27 Paul EggertMerge: nsmenu.m: Replace all uses of XVECTOR with ASIZE...
2011-04-27 Paul Eggert* nsmenu.m: Replace all uses of XVECTOR with ASIZE...
2011-04-27 Daniel Colascione* cmdproxy.c (try_dequote_cmdline): Notice variable...
2011-04-27 Ben KeyFixed a bug that caused configure with --enable-checkin...
2011-04-26 Paul EggertUpdate from gnulib.
2011-04-26 Paul Eggert* lisp.h: Add comments about struct vectorlike_header.
2011-04-26 Paul Eggert* keyboard.c (handle_user_signal): Fix pointer signedne...
2011-04-26 Paul EggertMerge from mainline.
2011-04-26 Juanma BarranqueroFix typos in ChangeLogs.
2011-04-26 Juanma Barranquerosrc/keyboard.c (QCrtl): Rename from Qrtl. All uses...
2011-04-26 Stefan MonnierMake ERC use completion-at-point
2011-04-26 Ted ZlatanovDon't return in emacs_gnutls_handshake without an expli...
2011-04-26 Ted ZlatanovFix verb tense in ChangeLog message.
2011-04-26 Daniel ColascioneImplement debug-on-event
2011-04-26 Daniel ColascioneImprove Windows quoting robustness
2011-04-26 Paul EggertAdd bug numbers.
2011-04-26 Paul Eggert* gnutls.c (emacs_gnutls_write): Don't use uninitialize...
2011-04-26 Paul Eggert* gnutls.c: Remove unused local.
2011-04-26 Paul Eggert* gnutls.c (Fgnutls_boot): gnutls_certificate_verify_pe...
2011-04-26 Paul Eggert* gnutls.c (emacs_gnutls_handle_error): Remove unused...
2011-04-26 Paul Eggert* gnutls.c (emacs_gnutls_handshake): Don't return a...
2011-04-26 Paul EggertMerge from mainline.
2011-04-26 Glenn Morris* admin/notes/bzr: Small updates.
2011-04-26 Glenn Morris* admin/notes/years: Small updates.
2011-04-25 Paul EggertCombine changelog entries.
2011-04-25 Paul Eggert* lisp.h (XVECTORLIKE_HEADER_SIZE): Remove. The only...
2011-04-25 Dan NicolaescuConvert some function definitions to standard C.
2011-04-25 Paul Eggert* lisp.h: (XVECTOR_SIZE): Remove. All uses replaced...
2011-04-25 Paul Eggert* lisp.h: Say "vectorlike header" rather than "vector...
2011-04-25 Stefan Monnier* lisp/emulation/cua-base.el (cua-selection-mode):...
2011-04-25 Michael Albinus* trampver.texi: Update release number.
2011-04-25 Michael Albinus* net/tramp.el (tramp-process-actions): Add POS argumen...
2011-04-25 Stefan Monnier* lisp/custom.el (defcustom): Obey lexical-binding.
2011-04-25 Stefan MonnierFix octave-inf completion problems reported by Alexande...
2011-04-25 Juanma Barranquerolisp/net/gnutls.el (gnutls-errorp): Declare before...
2011-04-25 Ted ZlatanovFix typo in GnuTLS W32 support.
2011-04-25 Eli ZaretskiiAvoid compilation warnings in gnutls.c on 64-bit hosts.
2011-04-25 Glenn MorrisAuto-commit of generated files.
2011-04-25 Eli ZaretskiiImprove doprnt and its use in verror. (Bug#8545)
2011-04-25 Paul EggertFix minor typos in previous change.
2011-04-25 Paul Eggertlisp.h: Fix a problem with aliasing and vector headers.
2011-04-25 Teodor Zlatanovgnus-registry.el (gnus-registry-ignore-group-p): Don...
2011-04-25 Ted ZlatanovBug fixes and certificate and hostname verification...
2011-04-25 Ted ZlatanovAdd GnuTLS support for W32 and certificate and hostname...
2011-04-25 Ted ZlatanovAdd certificate verify callback check for GnuTLS.
2011-04-25 Ted ZlatanovAdd GnuTLS support for W32.
2011-04-25 Ted ZlatanovAdd GnuTLS support for W32.
2011-04-25 Daniel Colascione* progmodes/cc-engine.el (c-forward-decl-or-cast-1...
next