~ubuntu-elisp/emacs/+git/master:old-branches/pending

Last commit made on 2010-03-07
Get this branch:
git clone -b old-branches/pending https://git.launchpad.net/~ubuntu-elisp/emacs/+git/master

Branch merges

Branch information

Name:
old-branches/pending
Repository:
lp:~ubuntu-elisp/emacs/+git/master

Recent commits

bbbab48... by Stefan Monnier

Start laying out a plan for Emacs-24

0608aa4... by "Kim F. Storm" <email address hidden>

Animated image API.
http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html

* image.el (image-animate-max-time): New defcustom.
(image-animated-types): New defconst.
(create-animated-image, image-animate-timer)
(image-animate-start, image-animate-stop, image-animate-timeout)
(image-animated-p): New functions.

* image-mode.el (image-toggle-display-image):
Replace `create-image' with `create-animated-image'.

dd5de7c... by Jason Rumney <email address hidden>

Fix typos, check for negative ASCII characters.

7e23373... by Jason Rumney <email address hidden>

Use Unicode for console keyboard input on Windows.

w32inevt.c (w32_kbd_patch_key): Save the unicode character.
    (key_event): Use unicode for characters 128 and higher.

c8b96b2... by Kenichi Handa <email address hidden>

Fix src/ChangeLog.

af95a12... by Kenichi Handa <email address hidden>

from trunk

86e893e... by Kenichi Handa <email address hidden>

regex.c (analyse_first): Fix setting of fastmap for unibyte pattern string.

7a88d19... by Glenn Morris

Add a quick-start guide.
Add details of what happens when a bug is closed.

8719abe... by Chong Yidong <email address hidden>

Fix rename-file to handle directory renaming properly (Bug#3353).

* fileio.c (Frename_file): Call copy-directory and delete-directory
for directories, in order to handle cross-device renaming.

7d82a73... by Stephen Berman <email address hidden>

Fix bug#5477.

Stephen Berman <stephen.berman at gmx.net>:

(diary-unhide-everything): Handle narrowed buffers.