diff options
| author | Juanma Barranquero | 2008-04-27 22:03:05 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2008-04-27 22:03:05 +0000 |
| commit | d8d30dffc21d249cd3f474a7296c8937704f0c05 (patch) | |
| tree | 5933e1bf1c61b5f024981ffd466291dd353a6aa5 | |
| parent | 6b72791f2fa75d7c6e27c4c26e0f6ed761f61358 (diff) | |
| download | emacs-d8d30dffc21d249cd3f474a7296c8937704f0c05.tar.gz emacs-d8d30dffc21d249cd3f474a7296c8937704f0c05.zip | |
*** empty log message ***
| -rw-r--r-- | src/ChangeLog | 12 |
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 @@ | |||
| 1 | 2008-04-27 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * fringe.c (Fdefine_fringe_bitmap): Doc fix. | ||
| 4 | |||
| 1 | 2008-04-27 Andreas Schwab <schwab@suse.de> | 5 | 2008-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 | ||
| 17 | 2008-04-25 Chip Coldwell <coldwell@redhat.com> | 21 | 2008-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 | ||
| 145 | 2008-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 149 | 2008-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 | ||
| 300 | 2008-03-31 Jason Rumney <jasonr@gnu.org> | 304 | 2008-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 | ||