diff options
| author | Dan Nicolaescu | 2008-02-09 18:03:10 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2008-02-09 18:03:10 +0000 |
| commit | 4624371d9a4c1a078bcb7a305adb0520cd8975bc (patch) | |
| tree | 3e976f55d9448bda9ab36215bd5673c0eab68d45 /src/ChangeLog | |
| parent | 87e391bb24d57ce8c27226542ba11ea5f924689d (diff) | |
| download | emacs-4624371d9a4c1a078bcb7a305adb0520cd8975bc.tar.gz emacs-4624371d9a4c1a078bcb7a305adb0520cd8975bc.zip | |
* configure.in (LIBX11_MACHINE, HAVE_XFREE386): Remove code
dealing with obsolete variables.
* fakemail.c (MAIL_PROGRAM_NAME): Remove unused conditional.
(main): Replace MAIL_PROGRAM_NAME with its value.
* src/Makefile.in:
* src/emacs.c:
* src/gmalloc.c:
* src/keyboard.c:
* src/lisp.h:
* src/m/ibm370aix.h:
* src/process.c:
* src/regex.c:
* src/s/hpux.h:
* src/sysdep.c:
* src/sysselect.h:
* src/systty.h:
* src/unexec.c:
* src/w32term.c:
* src/xsmfns.c:
* src/xterm.c: Remove code that deals with obsolete variables.
* s/msdos.h (DONT_NEED_ENVIRON): Don't define.
* ecrt0.c: Replace the DONT_NEED_ENVIRON test with MSDOS test,
nothing else needs it anymore.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 5ee3586885a..9fd2e55b129 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,27 @@ | |||
| 1 | 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 2 | |||
| 3 | * src/Makefile.in: | ||
| 4 | * src/emacs.c: | ||
| 5 | * src/gmalloc.c: | ||
| 6 | * src/keyboard.c: | ||
| 7 | * src/lisp.h: | ||
| 8 | * src/m/ibm370aix.h: | ||
| 9 | * src/process.c: | ||
| 10 | * src/regex.c: | ||
| 11 | * src/s/hpux.h: | ||
| 12 | * src/sysdep.c: | ||
| 13 | * src/sysselect.h: | ||
| 14 | * src/systty.h: | ||
| 15 | * src/unexec.c: | ||
| 16 | * src/w32term.c: | ||
| 17 | * src/xsmfns.c: | ||
| 18 | * src/xterm.c: Remove code that deals with obsolete variables. | ||
| 19 | |||
| 20 | * s/msdos.h (DONT_NEED_ENVIRON): Don't define. | ||
| 21 | |||
| 22 | * ecrt0.c: Replace the DONT_NEED_ENVIRON test with MSDOS test, | ||
| 23 | nothing else needs it anymore. | ||
| 24 | |||
| 1 | 2008-02-09 Eli Zaretskii <eliz@gnu.org> | 25 | 2008-02-09 Eli Zaretskii <eliz@gnu.org> |
| 2 | 26 | ||
| 3 | * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use unibyte_to_multibyte_table | 27 | * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use unibyte_to_multibyte_table |