diff options
| author | Dan Nicolaescu | 2010-04-14 08:36:25 -0700 |
|---|---|---|
| committer | Dan Nicolaescu | 2010-04-14 08:36:25 -0700 |
| commit | 19d4c244ec7a13e509090511da9698c718eeee2e (patch) | |
| tree | 688470e0fb40fcb9e9cfd8a40db44cf1bf667183 /src/ChangeLog | |
| parent | 38111a5adc942318efa24ae30ac98b369202f5ea (diff) | |
| download | emacs-19d4c244ec7a13e509090511da9698c718eeee2e.tar.gz emacs-19d4c244ec7a13e509090511da9698c718eeee2e.zip | |
Reduce cpp use in Makefile.in.
* Makefile.in (DBUS_CFLAGS, DBUS_LIBS, GCONF_CFLAGS, GCONF_LIBS)
(LIBSOUND, CFLAGS_SOUND, RSVG_LIBS, RSVG_CFLAGS, INTERVALS_H)
(GETLOADAVG_LIBS, RUN_TEMACS): Move to the autoconf section.
(ORDINARY_LINK): Remove, defined in src/s/gnu.h.
(CRT0_COMPILE): Remove, inline it in the only user.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 82484b105be..a32558a2ac7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2010-04-14 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 2 | |||
| 3 | Reduce cpp use in Makefile.in. | ||
| 4 | * Makefile.in (DBUS_CFLAGS, DBUS_LIBS, GCONF_CFLAGS, GCONF_LIBS) | ||
| 5 | (LIBSOUND, CFLAGS_SOUND, RSVG_LIBS, RSVG_CFLAGS, INTERVALS_H) | ||
| 6 | (GETLOADAVG_LIBS, RUN_TEMACS): Move to the autoconf section. | ||
| 7 | (ORDINARY_LINK): Remove, defined in src/s/gnu.h. | ||
| 8 | (CRT0_COMPILE): Remove, inline it in the only user. | ||
| 9 | |||
| 1 | 2010-04-14 Juri Linkov <juri@jurta.org> | 10 | 2010-04-14 Juri Linkov <juri@jurta.org> |
| 2 | 11 | ||
| 3 | * window.c (keys_of_window): Rebind `C-v' from `scroll-up' to | 12 | * window.c (keys_of_window): Rebind `C-v' from `scroll-up' to |