aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJuanma Barranquero2008-04-27 22:03:05 +0000
committerJuanma Barranquero2008-04-27 22:03:05 +0000
commitd8d30dffc21d249cd3f474a7296c8937704f0c05 (patch)
tree5933e1bf1c61b5f024981ffd466291dd353a6aa5 /src
parent6b72791f2fa75d7c6e27c4c26e0f6ed761f61358 (diff)
downloademacs-d8d30dffc21d249cd3f474a7296c8937704f0c05.tar.gz
emacs-d8d30dffc21d249cd3f474a7296c8937704f0c05.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog12
1 files changed, 8 insertions, 4 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index fe51098d917..ec41567301b 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12008-04-27 Juanma Barranquero <lekktu@gmail.com>
2
3 * fringe.c (Fdefine_fringe_bitmap): Doc fix.
4
12008-04-27 Andreas Schwab <schwab@suse.de> 52008-04-27 Andreas Schwab <schwab@suse.de>
2 6
3 * dired.c (file_name_completion): Fix inappropriate mixing of 7 * dired.c (file_name_completion): Fix inappropriate mixing of
@@ -14,7 +18,7 @@
14 on nt/inc/sys/stat.h. Undo changes from 2007-01-12 and 2007-01-13 18 on nt/inc/sys/stat.h. Undo changes from 2007-01-12 and 2007-01-13
15 for the same reasons. 19 for the same reasons.
16 20
172008-04-25 Chip Coldwell <coldwell@redhat.com> 212008-04-25 Chip Coldwell <coldwell@redhat.com>
18 22
19 * m/sparc.h: Additional redefinitions for GNU/Linux. 23 * m/sparc.h: Additional redefinitions for GNU/Linux.
20 24
@@ -94,7 +98,7 @@
94 (create_apple_event, mac_event_parameters_to_lisp) 98 (create_apple_event, mac_event_parameters_to_lisp)
95 [TARGET_API_MAC_CARBON]: Add externs. 99 [TARGET_API_MAC_CARBON]: Add externs.
96 100
97 * mactoolbox.c: (Vmac_ts_script_language_on_focus) 101 * mactoolbox.c (Vmac_ts_script_language_on_focus)
98 (saved_ts_script_language_on_focus) [USE_MAC_TSM]: Remove externs. 102 (saved_ts_script_language_on_focus) [USE_MAC_TSM]: Remove externs.
99 (XTread_socket) [USE_MAC_TOOLBAR]: Select window if its structure part 103 (XTread_socket) [USE_MAC_TOOLBAR]: Select window if its structure part
100 is clicked. 104 is clicked.
@@ -142,7 +146,7 @@
142 * Makefile.in (TOOLKIT_DEFINES): Remove. 146 * Makefile.in (TOOLKIT_DEFINES): Remove.
143 (LIBW): Use a bit less #if, remove left over OPEN_LOOK stuff. 147 (LIBW): Use a bit less #if, remove left over OPEN_LOOK stuff.
144 148
1452008-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 1492008-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
146 150
147 * Makefile.in (MAC_OBJ): Add mactoolbox.o. 151 * Makefile.in (MAC_OBJ): Add mactoolbox.o.
148 (mactoolbox.o): New target. 152 (mactoolbox.o): New target.
@@ -297,7 +301,7 @@
297 301
298 * mactoolbox.c: New file. 302 * mactoolbox.c: New file.
299 303
3002008-03-31 Jason Rumney <jasonr@gnu.org> 3042008-04-18 Jason Rumney <jasonr@gnu.org>
301 305
302 * dired.c (Ffile_attributes) [WINDOWSNT]: Cast uid and gid to unsigned. 306 * dired.c (Ffile_attributes) [WINDOWSNT]: Cast uid and gid to unsigned.
303 307