comparison src/ChangeLog @ 107857:d1934720d87a

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.
author Dan Nicolaescu <dann@ics.uci.edu>
date Wed, 14 Apr 2010 08:36:25 -0700
parents de5ba6f3514c
children 34e533ec15e0
comparison
equal deleted inserted replaced
107856:662fbf539570 107857:d1934720d87a
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
4 `scroll-up-command' and `M-v' from `scroll-down' to 13 `scroll-up-command' and `M-v' from `scroll-down' to
5 `scroll-down-command'. 14 `scroll-down-command'.