Mercurial > emacs
comparison lisp/ChangeLog @ 67542:c6a040f6797b
(describe-char): Rework last fix to solve the problem
is the same way it's solved for everything else in that function
(i.e. by extracting the info before setting up the *Help* buffer).
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Mon, 12 Dec 2005 16:50:39 +0000 |
parents | ee8691863511 |
children | 30cce788b053 |
comparison
equal
deleted
inserted
replaced
67541:f9d4913b40bc | 67542:c6a040f6797b |
---|---|
1 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca> | |
2 | |
3 * descr-text.el (describe-char): Rework last fix to solve the problem | |
4 is the same way it's solved for everything else in that function | |
5 (i.e. by extracting the info before setting up the *Help* buffer). | |
6 | |
1 2005-12-12 Kim F. Storm <storm@cua.dk> | 7 2005-12-12 Kim F. Storm <storm@cua.dk> |
2 | 8 |
3 * subr.el (version-regexp-alist): Allow space as separator before | 9 * subr.el (version-regexp-alist): Allow space as separator before |
4 non-numeric part, e.g. "1.0 alpha". | 10 non-numeric part, e.g. "1.0 alpha". |
5 (version-to-list): Interpret .X.Y version as 0.X.Y version. | 11 (version-to-list): Interpret .X.Y version as 0.X.Y version. |