diff options
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 6b9d77d2275..37907cd555a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2012-11-06 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Restore some duplicate definitions (Bug#12814). | ||
| 4 | This undoes part of the 2012-11-03 changes. Some people build | ||
| 5 | with plain -g rather than with -g3, and they need the duplicate | ||
| 6 | definitions for .gdbinit to work; see <http://bugs.gnu.org/12814#26>. | ||
| 7 | * lisp.h (GCTYPEBITS, ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG, VALMASK): | ||
| 8 | Define as macros, as well as as enums or as constants. | ||
| 9 | |||
| 1 | 2012-11-06 Jan Djärv <jan.h.d@swipnet.se> | 10 | 2012-11-06 Jan Djärv <jan.h.d@swipnet.se> |
| 2 | 11 | ||
| 3 | * nsterm.m (convert_ns_to_X_keysym, keyDown:): Add NSNumericPadKeyMask | 12 | * nsterm.m (convert_ns_to_X_keysym, keyDown:): Add NSNumericPadKeyMask |