summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Start laying out a plan for Emacs-24old-branches/pendingStefan Monnier2010-03-071-1/+40
* Animated image API.Kim F. Storm2010-03-073-1/+119
* Fix typos, check for negative ASCII characters.Jason Rumney2010-01-281-4/+4
* Use Unicode for console keyboard input on Windows.Jason Rumney2010-01-272-9/+73
* Fix src/ChangeLog.Kenichi Handa2010-01-271-1/+1
* from trunkKenichi Handa2010-01-276-25/+128
|\
| * Add a quick-start guide.Glenn Morris2010-01-261-5/+56
| * Fix rename-file to handle directory renaming properly (Bug#3353).Chong Yidong2010-01-262-5/+31
| * Fix bug#5477.Stephen Berman2010-01-262-1/+8
| * * lisp/files.el (delete-directory): Fix typo in last change.Chong Yidong2010-01-261-2/+2
| * Fix delete-directory recursion behavior for trashing (Bug#5436).Chong Yidong2010-01-262-14/+33
* | regex.c (analyse_first): Fix setting of fastmap for unibyte pattern string.Kenichi Handa2010-01-278-6/+37
|\ \ | |/
| * (vc-path): Mark as obsolete.Dan Nicolaescu2010-01-252-0/+6
| * Fix erc reconnection via non-default connectors (Bug#4958).Chong Yidong2010-01-253-3/+20
| * (vc-annotate-revision-at-line): Compare fileDan Nicolaescu2010-01-252-1/+5
|/
* Merge from trunkJan Djärv2010-01-2541-149/+391
|\
| * (vc-bzr-print-log): Use the more compact --line optionDan Nicolaescu2010-01-242-2/+8
| * mergeMark A. Hershberger2010-01-253-2/+9
| |\
| | * (vc-git-dir-status-goto-stage): Pass --relative to theEric Hanchrow2010-01-243-1/+8
| * | working version of vc-bzr-revision-tableMark A. Hershberger2010-01-252-1/+17
| * | merge conflictMark A. Hershberger2010-01-2442-288/+380
| |\ \ | | |/
| | * Try and fix bug#788, hopefully for real this time.Stefan Monnier2010-01-242-16/+36
| | |\
| | | * * keymap.c (shadow_lookup): Add `remap' arg.Stefan Monnier2010-01-242-16/+35
| | * | Use png_sig_cmp to allow linking with libpng 1.4.0.Chong Yidong2010-01-242-7/+12
| | * | Remove support for adding --signoff on commit.Dan Nicolaescu2010-01-243-19/+7
| | * | (xterm-maybe-set-dark-background-mode): RenameDan Nicolaescu2010-01-242-9/+28
| | * | Add the aliases bug-emacs and bug-gnumacs.Glenn Morris2010-01-241-2/+5
| | * | (aelement): Fix typo in previous.Glenn Morris2010-01-231-3/+3
| | * | Small fixes.Glenn Morris2010-01-231-5/+4
| | * | Fix some details of previous change.Glenn Morris2010-01-231-10/+11
| | * | Update X-Debbugs-CC details.Glenn Morris2010-01-231-20/+38
| | * | * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo (Bug#3541).Chong Yidong2010-01-232-3/+8
| | * | * url-util.el: Require url-vars (Bug#5459).Chong Yidong2010-01-232-0/+5
| | * | * emacs-lisp/assoc.el (aelement): Doc fix.Chong Yidong2010-01-232-1/+3
| | * | * emacs-lisp/assoc.el (aput, adelete, amake): Use lexical-let (Bug#5450).Chong Yidong2010-01-232-7/+12
| | * | Account for utmp.h availability.Chong Yidong2010-01-235-2/+15
| | * | Fix bug#5435: ada-mode; pragma parameter list indented incorrectly.Stephen Leake2010-01-232-3/+8
| | |\ \
| | | * | Tweak docstring and comment.Stephen Leake2010-01-231-3/+2
| | | * | Fix bug#5435.Stephen Leake2010-01-212-2/+8
| | * | | * mail/rmail.el: Update autoload checksum.Juanma Barranquero2010-01-231-1/+1
| | * | | * net/tramp-smb.el (tramp-smb-conf): New defcustom.Michael Albinus2010-01-232-2/+15
| | * | | * xdisp.c (draw_glyphs): Update `start' for left_overwritten case as in Emacs...YAMAMOTO Mitsuharu2010-01-232-0/+8
| | * | | * net/tramp-imap.el (top): Autoload needed packages.Michael Albinus2010-01-222-5/+20
| | | |/ | | |/|
| | * | * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyteStefan Monnier2010-01-224-2/+14
| | * | * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).Chong Yidong2010-01-222-1/+8
| | * | Fix bug #5447, whereby loading C:/foo.el.gz on MS-Windows would fail.Eli Zaretskii2010-01-222-1/+13
| | * | Make string pointer args point to const as in other string allocation functions.YAMAMOTO Mitsuharu2010-01-223-6/+13
| | * | Fix bug #5303 in `load' on MS-Windows, whereby load-file would failEli Zaretskii2010-01-222-1/+7
| | * | Fix a situation where deletion of a cpp construct throws an error.Alan Mackenzie2010-01-212-4/+15
| | * | Fix sgml-maybe-name-self (Bug#5380).Chong Yidong2010-01-212-5/+6
| | |/