diff options
| author | Stefan Monnier | 2008-07-16 16:38:33 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2008-07-16 16:38:33 +0000 |
| commit | 4c89a3e0ada7f3e73c155d01ad9435d8ca6b17a5 (patch) | |
| tree | c49e080fcfdff344689920d3ec53002e8a44e5b4 /src/ChangeLog | |
| parent | 3ec8ef33c510fca00b4c3a58024e2b1e1203e774 (diff) | |
| download | emacs-4c89a3e0ada7f3e73c155d01ad9435d8ca6b17a5.tar.gz emacs-4c89a3e0ada7f3e73c155d01ad9435d8ca6b17a5.zip | |
(Qsuper): Remove.
(parse_menu_item): Don't call where_is_internal specially for NS.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 8228011662d..5f3799785da 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2008-07-16 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * keyboard.c (Qsuper): Remove. | ||
| 4 | (parse_menu_item): Don't call where_is_internal specially for NS. | ||
| 5 | |||
| 1 | 2008-07-16 Dan Nicolaescu <dann@ics.uci.edu> | 6 | 2008-07-16 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 7 | ||
| 3 | * s/gnu-linux.h: Remove boilerplate comments. | 8 | * s/gnu-linux.h: Remove boilerplate comments. |
| @@ -14,7 +19,7 @@ | |||
| 14 | 19 | ||
| 15 | 2008-07-16 Jason Rumney <jasonr@gnu.org> | 20 | 2008-07-16 Jason Rumney <jasonr@gnu.org> |
| 16 | 21 | ||
| 17 | * w32gui.h: Repeat 26 June changes lost by last change. | 22 | * w32gui.h: Repeat 26 June changes lost by last change. |
| 18 | 23 | ||
| 19 | 2008-07-16 Dan Nicolaescu <dann@ics.uci.edu> | 24 | 2008-07-16 Dan Nicolaescu <dann@ics.uci.edu> |
| 20 | 25 | ||
| @@ -54,8 +59,8 @@ | |||
| 54 | 59 | ||
| 55 | * s/template.h: Remove comments about static. | 60 | * s/template.h: Remove comments about static. |
| 56 | 61 | ||
| 57 | * sysdep.c: Remove code depending on NEED_PTEM_H, unused. Remove | 62 | * sysdep.c: Remove code depending on NEED_PTEM_H, unused. |
| 58 | if 0-ed code. | 63 | Remove if 0-ed code. |
| 59 | (baud_convert): Don't depend on BAUD_CONVERT, all definitions the | 64 | (baud_convert): Don't depend on BAUD_CONVERT, all definitions the |
| 60 | were the same as the default. | 65 | were the same as the default. |
| 61 | * s/vms.h (BAUD_CONVERT): Remove, same as the default. | 66 | * s/vms.h (BAUD_CONVERT): Remove, same as the default. |