]> git.eshelyaron.com Git - emacs.git/shortlog
emacs.git
2011-05-03 Paul EggertMerge: Fixes for Bug#8600 and Bug#8601.
2011-05-02 Paul EggertAdd Bug#.
2011-05-02 Paul Eggert* lread.c (read_integer): Be more consistent with strin...
2011-05-01 Paul Eggert* coding.c (detect_coding_charset): Fix typo: * 2 ...
2011-05-01 Paul EggertAdd Bug#.
2011-05-01 Paul Eggert* charset.h (struct charset.code_space): Now has 15...
2011-04-30 Paul Eggert* doprnt.c (doprnt): Support arbitrary pI values, such...
2011-04-30 Paul EggertMerge from mainline.
2011-04-30 Andreas Schwab* lisp/faces.el (face-spec-set-match-display): Don...
2011-04-30 Paul Eggert* dispnew.c (scrolling_window): Return 1 if we scrolled,
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 Paul Eggert* config.nt: Simplify test to 1400 <= _MSC_VER.
2011-04-30 Paul Eggert* config.nt: Configure 64-bit integers.
2011-04-30 Paul Eggert* lisp.h (EMACS_INT, EMACS_UINT, BITS_PER_EMACS_INT...
2011-04-30 Paul Eggert* dbusbind.c: Do not use XPNTR on a value that may...
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 Paul Eggert* lisp.h (EMACS_INTPTR): Remove. All uses changed...
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-29 Paul Eggert* lisp.h: Prefer 64-bit EMACS_INT if available.
2011-04-29 Paul Eggert* configure.in (BITS_PER_LONG_LONG): New macro.
2011-04-29 Paul Eggert* lread.c, process.c: Do not include <inttypes.h>;...
2011-04-29 Paul EggertPrefer intptr_t/uintptr_t for integers the same widths...
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 from mainline.
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 Paul EggertMerge from mainline.
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 Paul Eggert* sysdep.c (get_random): Don't assume EMACS_INT is...
2011-04-28 Paul Eggert* lread.c (hash_string): Use size_t, not int, for hash...
2011-04-28 Juanma Barranquerosrc/w32fns.c: #if-0 some functions entirely, not just...
2011-04-28 Paul Eggert* dbusbind.c: Don't possibly lose pointer info when...
2011-04-28 Paul Eggert* eval.c (Fautoload): Don't double-shift a pointer.
2011-04-28 Paul Eggert* fns.c (Frandom): Let EMACS_UINT be wider than unsigne...
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...
next