diff options
| author | Stefan Monnier | 2002-10-31 00:42:35 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2002-10-31 00:42:35 +0000 |
| commit | 68eb8bd544008d1c7560e4eb8da83670e5ad2c31 (patch) | |
| tree | 4e6c77a4dccf055488e0aa59f9d08c183580a484 /src | |
| parent | ef11ff9b1f7a896cddf3e07e1da9672e02237fae (diff) | |
| download | emacs-68eb8bd544008d1c7560e4eb8da83670e5ad2c31.tar.gz emacs-68eb8bd544008d1c7560e4eb8da83670e5ad2c31.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index edb3b6ac1c6..a557c1e259d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2002-10-30 Stefan Monnier <monnier@cs.yale.edu> | ||
| 2 | |||
| 3 | * editfns.c (overlays_around, get_pos_property): New funs. | ||
| 4 | (find_field): Use them. | ||
| 5 | Also be careful not to modify POS before its last use. | ||
| 6 | (Fmessage): Don't Fformat if there's nothing to format. | ||
| 7 | |||
| 1 | 2002-10-30 Dave Love <fx@gnu.org> | 8 | 2002-10-30 Dave Love <fx@gnu.org> |
| 2 | 9 | ||
| 3 | * process.c [HAVE_SYS_WAIT]: Include sys/wait.h. | 10 | * process.c [HAVE_SYS_WAIT]: Include sys/wait.h. |
| @@ -14,8 +21,8 @@ | |||
| 14 | * keyboard.c (lispy_accent_codes, lispy_accent_keys): Extended. | 21 | * keyboard.c (lispy_accent_codes, lispy_accent_keys): Extended. |
| 15 | (lispy_kana_keys): Comment out. | 22 | (lispy_kana_keys): Comment out. |
| 16 | (make_lispy_event) [XK_kana_A]: Comment out. | 23 | (make_lispy_event) [XK_kana_A]: Comment out. |
| 17 | (modify_event_symbol) <sizeof (long) == sizeof (EMACS_INT)>: Fix | 24 | (modify_event_symbol) <sizeof (long) == sizeof (EMACS_INT)>: |
| 18 | sprintf call. | 25 | Fix sprintf call. |
| 19 | 26 | ||
| 20 | * s/osf5-0.h (C_SWITCH_SYSTEM): Revert last change (fixed by | 27 | * s/osf5-0.h (C_SWITCH_SYSTEM): Revert last change (fixed by |
| 21 | regexp.h change). | 28 | regexp.h change). |