aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * src/sysdep.c (wait_for_termination_1): Make static.Andreas Schwab2011-05-012-16/+23
* Extend `call-process' to take the `(:file "file")' syntax to redirectLars Magne Ingebrigtsen2011-05-016-15/+104
* * lisp/faces.el (face-spec-set-match-display): Don't match toolkitAndreas Schwab2011-04-302-12/+17
* keep highlight when switching between major modes on a file.Vinicius Jose Latorre2011-04-302-1/+15
* Adapt the MSDOS build to latest changes.Eli Zaretskii2011-04-307-6/+60
* Don't test HAVE_INTTYPES_H in process.c.Eli Zaretskii2011-04-302-2/+6
* Define HAVE_LONG_LONG_INT, HAVE_UNSIGNED_LONG_LONG_INT for Windows.Eli Zaretskii2011-04-302-0/+15
* shr.el (shr-strike-through): New face.Lars Magne Ingebrigtsen2011-04-302-3/+13
* Lift the MOST_POSITIVE_FIXNUM/4 limitation on visited files (bug#8528).Eli Zaretskii2011-04-293-10/+27
* Don't abort in doprnt when passed unsupported %ll modifier.Eli Zaretskii2011-04-292-2/+7
* Fix bug #7952 with vertical motion in Grep buffers.Eli Zaretskii2011-04-292-6/+17
* * lisp/progmodes/pascal.el: Use lexical binding.Stefan Monnier2011-04-292-3/+7
* * pcomplete.el (pcomplete-std-complete): Fix last minute typo.Stefan Monnier2011-04-291-1/+1
* * lisp/pcomplete.el (pcomplete-std-complete): Don't abuseStefan Monnier2011-04-292-2/+8
* * lisp/erc/erc-pcomplete.el (erc-pcomplete-nick-postfix): Remove the " " in theStefan Monnier2011-04-292-3/+8
* Fix doprnt when buffer is too small for multibyte sequences.Eli Zaretskii2011-04-293-4/+21
* lisp/calc/calccomp.el (math-comp-to-string-flat-term): Simplify.Juanma Barranquero2011-04-292-6/+4
* lisp/startup.el (command-line): Use delayed warning for "_emacs".Juanma Barranquero2011-04-292-4/+8
* etc/NEWS: Document new "default HOME" warning.Juanma Barranquero2011-04-292-1/+3
* Merge: doprnt: Omit useless test; int overflow check (Bug#8545).Paul Eggert2011-04-282-7/+22
|\
| * Document doprnt's behavior a bit better.Paul Eggert2011-04-281-2/+7
| * Remove confusing word from comment.Paul Eggert2011-04-281-1/+1
| * Improve comment.Paul Eggert2011-04-281-5/+5
| * * doprnt.c (SIZE_MAX): Move defn after all includes, as they might #define it.Paul Eggert2011-04-282-3/+5
| * * doprnt.c (doprnt): Omit useless test; int overflow check (Bug#8545).Paul Eggert2011-04-282-2/+10
* | nt/gmake.defs (ARCH): Fix error message in case of unknown architecture.Eli Zaretskii2011-04-282-1/+6
* | nt/INSTALL: More details about problems with MSYS Bash.Eli Zaretskii2011-04-281-6/+10
* | * lisp/net/rcirc.el (rcirc-handler-353): Fix bug for channels which theDeniz Dogan2011-04-282-2/+10
|/
* src/w32.c (init_environment): Warn about defaulting HOME to C:\.Juanma Barranquero2011-04-282-1/+17
* * lisp/pcomplete.el (pcomplete-completions-at-point): Return nil if thereStefan Monnier2011-04-282-51/+60
* Add delayed warnings support.Juanma Barranquero2011-04-286-1/+53
* etc/NEWS: Fix typos.Juanma Barranquero2011-04-281-5/+5
* nt/INSTALL: Mention problems with MSYS/Cygwin Bash right at the beginning.Eli Zaretskii2011-04-281-0/+3
* Make MH-E use completion-at-pointStefan Monnier2011-04-286-55/+111
* Fix return value from doprnt when message is truncated at non-ASCII character.Eli Zaretskii2011-04-282-1/+8
* src/w32fns.c: #if-0 some functions entirely, not just the bodies.Juanma Barranquero2011-04-282-9/+8
* * lisp/pcomplete.el (pcomplete-completions-at-point):Stefan Monnier2011-04-272-23/+37
* Merge: * doprnt.c (doprnt): Support "ll" length modifier, for long long.Paul Eggert2011-04-273-8/+36
|\
| * Fix comments.Paul Eggert2011-04-271-2/+4
| * * doprnt.c (doprnt): Fix two typos for long long.Paul Eggert2011-04-271-2/+2
| * Merge from mainline.Paul Eggert2011-04-279-76/+203
| |\
| * | Add FIXME comment.Paul Eggert2011-04-271-0/+2
| * | * doprnt.c (doprnt): Support "ll" length modifier, for long long.Paul Eggert2011-04-272-3/+32
* | | src/makefile.w32-in: Update dependencies.Juanma Barranquero2011-04-282-4/+15
| |/ |/|
* | Support inttypes.h and strtoumax in non-MinGW builds on Windows.Eli Zaretskii2011-04-283-0/+51
* | Fix ChangeLog typos.Juanma Barranquero2011-04-273-11/+11
* | Improve `doprnt' and its usage. (Bug#8545)Eli Zaretskii2011-04-274-28/+46
* | Applied icalendar patches from Niels Giesen.Ulf Jasper2011-04-272-33/+96
|/
* * subr.el (shell-quote-argument): Use alternate escaping strategyDaniel Colascione2011-04-272-1/+6
* * buffer.c (init_buffer) [USE_MMAP_FOR_BUFFERS]: Adjust to aliasing changePaul Eggert2011-04-272-1/+6