Mercurial > emacs
comparison src/ChangeLog @ 99028:713fc3ab99e5
* lisp/version.el (emacs-version): Change '*Step' to 'NS' for consistency with other documentation. * src/nsfns.m (ns_appkit_version): New function. (x-server-version): Use it. (syms_of_nsfns): Define ns-version-string here, not nsterm.m. (x-server-vendor): Don't check_ns(). * nsterm.m (syms_of_nsterm): Drop ns-version-string.
author | Adrian Robert <Adrian.B.Robert@gmail.com> |
---|---|
date | Wed, 22 Oct 2008 12:51:29 +0000 |
parents | 06856faf917a |
children | 406d2fd94a7d |
comparison
equal
deleted
inserted
replaced
99027:1cd7efcfe063 | 99028:713fc3ab99e5 |
---|---|
1 2008-10-02 Adrian Robert <Adrian.B.Robert@gmail.com> | |
2 | |
3 * nsfns.m (ns_appkit_version): New function. | |
4 (x-server-version): Use it. | |
5 (syms_of_nsfns): Define ns-version-string here, not nsterm.m. | |
6 (x-server-vendor): Don't check_ns(). | |
7 | |
8 * nsterm.m (syms_of_nsterm): Drop ns-version-string. | |
9 | |
1 2008-10-22 Juanma Barranquero <lekktu@gmail.com> | 10 2008-10-22 Juanma Barranquero <lekktu@gmail.com> |
2 | 11 |
3 * w32fns.c (unwind_create_frame) [!GLYPH_DEBUG]: Fix xassert. | 12 * w32fns.c (unwind_create_frame) [!GLYPH_DEBUG]: Fix xassert. |
4 Copied from 2005-02-03 change to xfns.c by Kim F. Storm. | 13 Copied from 2005-02-03 change to xfns.c by Kim F. Storm. |
5 | 14 |