2011-05-02 |
Paul Eggert | * lread.c (read_integer): Be more consistent with strin... |
commit | commitdiff | tree | snapshot |
2011-04-30 |
Paul Eggert | * doprnt.c (doprnt): Support arbitrary pI values, such... |
commit | commitdiff | tree | snapshot |
2011-04-30 |
Paul Eggert | Merge from mainline. |
commit | commitdiff | tree | snapshot |
2011-04-30 |
Andreas Schwab | * lisp/faces.el (face-spec-set-match-display): Don... |
commit | commitdiff | tree | snapshot |
2011-04-30 |
Paul Eggert | * dispnew.c (scrolling_window): Return 1 if we scrolled, |
commit | commitdiff | tree | snapshot |
2011-04-30 |
Vinicius Jose... | keep highlight when switching between major modes on... |
commit | commitdiff | tree | snapshot |
2011-04-30 |
Eli Zaretskii | Adapt the MSDOS build to latest changes. |
commit | commitdiff | tree | snapshot |
2011-04-30 |
Eli Zaretskii | Don't test HAVE_INTTYPES_H in process.c. |
commit | commitdiff | tree | snapshot |
2011-04-30 |
Eli Zaretskii | Define HAVE_LONG_LONG_INT, HAVE_UNSIGNED_LONG_LONG_INT... |
commit | commitdiff | tree | snapshot |
2011-04-30 |
Paul Eggert | * config.nt: Simplify test to 1400 <= _MSC_VER. |
commit | commitdiff | tree | snapshot |
2011-04-30 |
Paul Eggert | * config.nt: Configure 64-bit integers. |
commit | commitdiff | tree | snapshot |
2011-04-30 |
Paul Eggert | * lisp.h (EMACS_INT, EMACS_UINT, BITS_PER_EMACS_INT... |
commit | commitdiff | tree | snapshot |
2011-04-30 |
Paul Eggert | * dbusbind.c: Do not use XPNTR on a value that may... |
commit | commitdiff | tree | snapshot |
2011-04-30 |
Lars Magne... | shr.el (shr-strike-through): New face. |
commit | commitdiff | tree | snapshot |
2011-04-29 |
Eli Zaretskii | Lift the MOST_POSITIVE_FIXNUM/4 limitation on visited... |
commit | commitdiff | tree | snapshot |
2011-04-29 |
Eli Zaretskii | Don't abort in doprnt when passed unsupported %ll modifier. |
commit | commitdiff | tree | snapshot |
2011-04-29 |
Eli Zaretskii | Fix bug #7952 with vertical motion in Grep buffers. |
commit | commitdiff | tree | snapshot |
2011-04-29 |
Paul Eggert | * lisp.h (EMACS_INTPTR): Remove. All uses changed... |
commit | commitdiff | tree | snapshot |
2011-04-29 |
Stefan Monnier | * lisp/progmodes/pascal.el: Use lexical binding. |
commit | commitdiff | tree | snapshot |
2011-04-29 |
Stefan Monnier | * pcomplete.el (pcomplete-std-complete): Fix last minut... |
commit | commitdiff | tree | snapshot |
2011-04-29 |
Stefan Monnier | * lisp/pcomplete.el (pcomplete-std-complete): Don't... |
commit | commitdiff | tree | snapshot |
2011-04-29 |
Stefan Monnier | * lisp/erc/erc-pcomplete.el (erc-pcomplete-nick-postfix... |
commit | commitdiff | tree | snapshot |
2011-04-29 |
Eli Zaretskii | Fix doprnt when buffer is too small for multibyte seque... |
commit | commitdiff | tree | snapshot |
2011-04-29 |
Paul Eggert | * lisp.h: Prefer 64-bit EMACS_INT if available. |
commit | commitdiff | tree | snapshot |
2011-04-29 |
Paul Eggert | * configure.in (BITS_PER_LONG_LONG): New macro. |
commit | commitdiff | tree | snapshot |
2011-04-29 |
Paul Eggert | * lread.c, process.c: Do not include <inttypes.h>;... |
commit | commitdiff | tree | snapshot |
2011-04-29 |
Paul Eggert | Prefer intptr_t/uintptr_t for integers the same widths... |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Juanma Barranquero | lisp/calc/calccomp.el (math-comp-to-string-flat-term... |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Juanma Barranquero | lisp/startup.el (command-line): Use delayed warning... |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Juanma Barranquero | etc/NEWS: Document new "default HOME" warning. |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Paul Eggert | Merge from mainline. |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Paul Eggert | Merge: doprnt: Omit useless test; int overflow check... |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Paul Eggert | Document doprnt's behavior a bit better. |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Paul Eggert | Remove confusing word from comment. |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Eli Zaretskii | nt/gmake.defs (ARCH): Fix error message in case of... |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Eli Zaretskii | nt/INSTALL: More details about problems with MSYS Bash. |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Paul Eggert | Improve comment. |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Deniz Dogan | * lisp/net/rcirc.el (rcirc-handler-353): Fix bug for... |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Paul Eggert | * doprnt.c (SIZE_MAX): Move defn after all includes... |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Paul Eggert | * doprnt.c (doprnt): Omit useless test; int overflow... |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Juanma Barranquero | src/w32.c (init_environment): Warn about defaulting... |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Stefan Monnier | * lisp/pcomplete.el (pcomplete-completions-at-point... |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Juanma Barranquero | Add delayed warnings support. |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Juanma Barranquero | etc/NEWS: Fix typos. |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Eli Zaretskii | nt/INSTALL: Mention problems with MSYS/Cygwin Bash... |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Paul Eggert | Merge from mainline. |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Stefan Monnier | Make MH-E use completion-at-point |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Eli Zaretskii | Fix return value from doprnt when message is truncated... |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Paul Eggert | * sysdep.c (get_random): Don't assume EMACS_INT is... |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Paul Eggert | * lread.c (hash_string): Use size_t, not int, for hash... |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Juanma Barranquero | src/w32fns.c: #if-0 some functions entirely, not just... |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Paul Eggert | * dbusbind.c: Don't possibly lose pointer info when... |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Paul Eggert | * eval.c (Fautoload): Don't double-shift a pointer. |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Paul Eggert | * fns.c (Frandom): Let EMACS_UINT be wider than unsigne... |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Stefan Monnier | * lisp/pcomplete.el (pcomplete-completions-at-point): |
commit | commitdiff | tree | snapshot |
2011-04-27 |
Paul Eggert | Merge: * doprnt.c (doprnt): Support "ll" length modifie... |
commit | commitdiff | tree | snapshot |
2011-04-27 |
Juanma Barranquero | src/makefile.w32-in: Update dependencies. |
commit | commitdiff | tree | snapshot |
2011-04-27 |
Paul Eggert | Fix comments. |
commit | commitdiff | tree | snapshot |
2011-04-27 |
Paul Eggert | * doprnt.c (doprnt): Fix two typos for long long. |
commit | commitdiff | tree | snapshot |
2011-04-27 |
Paul Eggert | Merge from mainline. |
commit | commitdiff | tree | snapshot |
2011-04-27 |
Eli Zaretskii | Support inttypes.h and strtoumax in non-MinGW builds... |
commit | commitdiff | tree | snapshot |
2011-04-27 |
Juanma Barranquero | Fix ChangeLog typos. |
commit | commitdiff | tree | snapshot |
2011-04-27 |
Paul Eggert | Add FIXME comment. |
commit | commitdiff | tree | snapshot |
2011-04-27 |
Paul Eggert | * doprnt.c (doprnt): Support "ll" length modifier,... |
commit | commitdiff | tree | snapshot |
2011-04-27 |
Eli Zaretskii | Improve `doprnt' and its usage. (Bug#8545) |
commit | commitdiff | tree | snapshot |
2011-04-27 |
Ulf Jasper | Applied icalendar patches from Niels Giesen. |
commit | commitdiff | tree | snapshot |
2011-04-27 |
Daniel Colascione | * subr.el (shell-quote-argument): Use alternate escapin... |
commit | commitdiff | tree | snapshot |
2011-04-27 |
Paul Eggert | * buffer.c (init_buffer) [USE_MMAP_FOR_BUFFERS]: Adjust... |
commit | commitdiff | tree | snapshot |
2011-04-27 |
Glenn Morris | Auto-commit of generated files. |
commit | commitdiff | tree | snapshot |
2011-04-27 |
Paul Eggert | Merge: nsmenu.m: Replace all uses of XVECTOR with ASIZE... |
commit | commitdiff | tree | snapshot |
2011-04-27 |
Paul Eggert | * nsmenu.m: Replace all uses of XVECTOR with ASIZE... |
commit | commitdiff | tree | snapshot |
2011-04-27 |
Daniel Colascione | * cmdproxy.c (try_dequote_cmdline): Notice variable... |
commit | commitdiff | tree | snapshot |
2011-04-27 |
Ben Key | Fixed a bug that caused configure with --enable-checkin... |
commit | commitdiff | tree | snapshot |
2011-04-26 |
Paul Eggert | Update from gnulib. |
commit | commitdiff | tree | snapshot |
2011-04-26 |
Paul Eggert | * lisp.h: Add comments about struct vectorlike_header. |
commit | commitdiff | tree | snapshot |
2011-04-26 |
Paul Eggert | * keyboard.c (handle_user_signal): Fix pointer signedne... |
commit | commitdiff | tree | snapshot |
2011-04-26 |
Paul Eggert | Merge from mainline. |
commit | commitdiff | tree | snapshot |
2011-04-26 |
Juanma Barranquero | Fix typos in ChangeLogs. |
commit | commitdiff | tree | snapshot |
2011-04-26 |
Juanma Barranquero | src/keyboard.c (QCrtl): Rename from Qrtl. All uses... |
commit | commitdiff | tree | snapshot |
2011-04-26 |
Stefan Monnier | Make ERC use completion-at-point |
commit | commitdiff | tree | snapshot |
2011-04-26 |
Ted Zlatanov | Don't return in emacs_gnutls_handshake without an expli... |
commit | commitdiff | tree | snapshot |
2011-04-26 |
Ted Zlatanov | Fix verb tense in ChangeLog message. |
commit | commitdiff | tree | snapshot |
2011-04-26 |
Daniel Colascione | Implement debug-on-event |
commit | commitdiff | tree | snapshot |
2011-04-26 |
Daniel Colascione | Improve Windows quoting robustness |
commit | commitdiff | tree | snapshot |
2011-04-26 |
Paul Eggert | Add bug numbers. |
commit | commitdiff | tree | snapshot |
2011-04-26 |
Paul Eggert | * gnutls.c (emacs_gnutls_write): Don't use uninitialize... |
commit | commitdiff | tree | snapshot |
2011-04-26 |
Paul Eggert | * gnutls.c: Remove unused local. |
commit | commitdiff | tree | snapshot |
2011-04-26 |
Paul Eggert | * gnutls.c (Fgnutls_boot): gnutls_certificate_verify_pe... |
commit | commitdiff | tree | snapshot |
2011-04-26 |
Paul Eggert | * gnutls.c (emacs_gnutls_handle_error): Remove unused... |
commit | commitdiff | tree | snapshot |
2011-04-26 |
Paul Eggert | * gnutls.c (emacs_gnutls_handshake): Don't return a... |
commit | commitdiff | tree | snapshot |
2011-04-26 |
Paul Eggert | Merge from mainline. |
commit | commitdiff | tree | snapshot |
2011-04-26 |
Glenn Morris | * admin/notes/bzr: Small updates. |
commit | commitdiff | tree | snapshot |
2011-04-26 |
Glenn Morris | * admin/notes/years: Small updates. |
commit | commitdiff | tree | snapshot |
2011-04-25 |
Paul Eggert | Combine changelog entries. |
commit | commitdiff | tree | snapshot |
2011-04-25 |
Paul Eggert | * lisp.h (XVECTORLIKE_HEADER_SIZE): Remove. The only... |
commit | commitdiff | tree | snapshot |
2011-04-25 |
Dan Nicolaescu | Convert some function definitions to standard C. |
commit | commitdiff | tree | snapshot |
2011-04-25 |
Paul Eggert | * lisp.h: (XVECTOR_SIZE): Remove. All uses replaced... |
commit | commitdiff | tree | snapshot |
2011-04-25 |
Paul Eggert | * lisp.h: Say "vectorlike header" rather than "vector... |
commit | commitdiff | tree | snapshot |
2011-04-25 |
Stefan Monnier | * lisp/emulation/cua-base.el (cua-selection-mode):... |
commit | commitdiff | tree | snapshot |
2011-04-25 |
Michael Albinus | * trampver.texi: Update release number. |
commit | commitdiff | tree | snapshot |
next |