Mercurial > emacs
comparison src/ChangeLog @ 108601:786c4a4a3817
Handle --version reasonably in CANNOT_DUMP configuration.
* src/emacs.c (emacs_version, emacs_copyright): New string
variables.
(Vemacs_version, Vemacs_copyright): New Lisp_Object variables.
(syms_of_emacs): Defvar them, and initialize them from the C
string variables.
(main): If initialization hasn't been done, print initial version
info from the C strings, instead of starting an interactive session.
* lisp/version.el (emacs-copyright, emacs-version): Don't define
here.
* configure.in: Look for version string in its new place.
author | Ken Raeburn <raeburn@raeburn.org> |
---|---|
date | Sat, 15 May 2010 17:11:37 -0400 |
parents | 178b4c78d882 |
children | 135d8ad190d8 |
comparison
equal
deleted
inserted
replaced
108600:178b4c78d882 | 108601:786c4a4a3817 |
---|---|
1 2010-05-15 Ken Raeburn <raeburn@raeburn.org> | |
2 | |
3 Handle --version reasonably in CANNOT_DUMP configuration. | |
4 * emacs.c (emacs_version, emacs_copyright): New string variables. | |
5 (Vemacs_version, Vemacs_copyright): New Lisp_Object variables. | |
6 (syms_of_emacs): Defvar them, and initialize them from the C | |
7 string variables. | |
8 (main): If initialization hasn't been done, print initial version | |
9 info from the C strings, instead of starting an interactive session. | |
10 | |
1 2010-05-15 Eli Zaretskii <eliz@gnu.org> | 11 2010-05-15 Eli Zaretskii <eliz@gnu.org> |
2 | 12 |
3 * bidi.c (bidi_paragraph_init): Don't leave alone garbage values | 13 * bidi.c (bidi_paragraph_init): Don't leave alone garbage values |
4 of bidi_it->paragraph_dir. Call bidi_initialize if needed. | 14 of bidi_it->paragraph_dir. Call bidi_initialize if needed. |
5 (bidi_paragraph_init): Remove redundant assertion that we are at | 15 (bidi_paragraph_init): Remove redundant assertion that we are at |