diff options
| author | Ken Raeburn | 2010-05-15 17:11:37 -0400 |
|---|---|---|
| committer | Ken Raeburn | 2010-05-15 17:11:37 -0400 |
| commit | 8c5ff6dd241db176fb178b4d84dbab93ad2475c9 (patch) | |
| tree | 4c52177fac2371274af2370992edfb8353936e3c /src/ChangeLog | |
| parent | 2e9abc3d5340f07c181d3cbeba5d92d36dea5a34 (diff) | |
| download | emacs-8c5ff6dd241db176fb178b4d84dbab93ad2475c9.tar.gz emacs-8c5ff6dd241db176fb178b4d84dbab93ad2475c9.zip | |
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.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 30bd78e208c..31084286ddb 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 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 |