aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * lisp/lpr.el (print-region-1): Echo lpr-program's output, so error messagesStefan Monnier2011-05-062-15/+31
* src/makefile.w32-in: Update dependencies.Juanma Barranquero2011-05-062-20/+13
* Adapt Windows include files to latest changes.Eli Zaretskii2011-05-063-1/+16
* Fix the MS-Windows build broken by 2011-05-06T07:13:19Z!eggert@cs.ucla.edu.Eli Zaretskii2011-05-062-0/+6
* Auto-commit of generated files.Glenn Morris2011-05-064-190/+780
* * lisp/calendar/diary-lib.el (diary-add-to-list): Simplify previous change.Glenn Morris2011-05-061-3/+1
* ChangeLog format fixes.Glenn Morris2011-05-061-14/+13
* Allow per-appointment warning times.Glenn Morris2011-05-065-6/+48
* Do not assume EMACS_INT is the same width as a pointer.Paul Eggert2011-05-0636-371/+755
|\
| * Merge from mainline.Paul Eggert2011-05-0521-44/+160
| |\ | |/ |/|
* | Add diary comments feature.Glenn Morris2011-05-055-2/+65
* | Silence diff-mode.el compilation.Glenn Morris2011-05-052-1/+9
* | src/gnutls.c, src/image.c: Make function pointers static.Juanma Barranquero2011-05-063-2/+7
* | lisp/simple.el (list-processes): Return nil as the docstring says.Juanma Barranquero2011-05-062-1/+6
* | shr.el (shr-urlify, shr-link): Still broken but at least doesn't error out be...Teodor Zlatanov2011-05-052-2/+7
* | * src/lread.c (lisp_file_lexically_bound_p): Stop scanning at endAndreas Schwab2011-05-052-1/+10
* | * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default to "".Michael Albinus2011-05-052-20/+14
* | * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band): FixMichael Albinus2011-05-052-2/+7
* | * lisp/gnus/gnus-start.el (gnus-propagate-marks): Declare.Glenn Morris2011-05-042-0/+6
* | * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.Glenn Morris2011-05-042-0/+3
* | Declarations in simple.el.Glenn Morris2011-05-042-0/+6
* | Declaration fixes.Glenn Morris2011-05-044-4/+9
* | Small check-declare fix.Glenn Morris2011-05-042-4/+11
* | ChangeLog merge fix, grumble.Glenn Morris2011-05-041-5/+0
* | Comment typo.Glenn Morris2011-05-041-1/+1
| * Merge from gnulib.Paul Eggert2011-05-051-51/+79
| * Temporarily disable wider-than-pointer EMACS_INT.Paul Eggert2011-05-054-3/+19
| * * image.c (Finit_image_library) [!HAVE_NTGUI]: Omit unused local.Paul Eggert2011-05-052-3/+3
| * Revert to wraparound integer arithmetic, instead of going to float.Paul Eggert2011-05-049-148/+77
| * Merge from mainline.Paul Eggert2011-05-0428-312/+774
| |\ | |/ |/|
* | Merge from emacs-23; up to 2010-06-10T05:17:21Z!rgm@gnu.org.Glenn Morris2011-05-047-14/+71
|\ \
| * | etc/NEWS: Separate post-23.3 entries.Eli Zaretskii2011-04-291-10/+16
| * | Allow the Windows build to use upto 2GB of heap.Eli Zaretskii2011-04-293-1/+34
| * | Fix bug #8563 with TeX input method.Eli Zaretskii2011-04-282-3/+8
| * | Fix bug #8563 with \aleph in TeX input method.Eli Zaretskii2011-04-272-1/+6
| * | * src/nsfns.m (Fns_read_file_name): Doc fix (Bug#8534).Chong Yidong2011-04-262-5/+10
| * | * net/tramp.el (tramp-process-actions): Add POS argument. DeleteMichael Albinus2011-04-253-9/+28
| * | Use correct match group (bug#8438).Daniel Colascione2011-04-242-1/+6
* | | Fix earlier half-done eieio-defmethod change.Stefan Monnier2011-05-052-82/+56
* | | Stop bootstrap clobbering config.log (bug#765)Glenn Morris2011-05-042-1/+11
* | | Small addition to glasses.el (bug#8524)Milan Zamazal2011-05-042-2/+19
* | | * configure.bat: Added support for --cflags and --ldflagsBen Key2011-05-043-3/+34
* | | src/gnutls.c: Keep list of function aliases in alphabetical order.Juanma Barranquero2011-05-051-1/+1
* | | Add fn_NAME alias for `gnutls_certificate_set_x509_key_file'.Ted Zlatanov2011-05-042-0/+6
* | | src/makefile.w32-in: Update dependencies.Juanma Barranquero2011-05-052-0/+8
* | | lisp/emacs-lisp/warnings.el: Tiny fixes.Juanma Barranquero2011-05-052-53/+59
* | | src/gnutls.c: Remove unused parameter `fildes'.Juanma Barranquero2011-05-054-12/+14
* | | Fix previous change: the library cache is defined in w32.c.Juanma Barranquero2011-05-042-1/+12
* | | Make autoloading commands prompt for autoload file (Bug#7989)Chong Yidong2011-05-042-29/+59
* | | Implement dynamic loading of GnuTLS on Windows.Juanma Barranquero2011-05-0413-112/+420