diff options
| author | Kenichi Handa | 2008-03-27 11:36:43 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2008-03-27 11:36:43 +0000 |
| commit | 880820fe8732e4384f5fbeb1998fa582e86e80cf (patch) | |
| tree | 250c4c2148120605db516c987c23b85063b5497d /oldXMenu/ChangeLog | |
| parent | 5148e555c837cb8e6b6ada594f97bc34f9bc667c (diff) | |
| download | emacs-880820fe8732e4384f5fbeb1998fa582e86e80cf.tar.gz emacs-880820fe8732e4384f5fbeb1998fa582e86e80cf.zip | |
(Fdefine_charset_internal): Change the way of
registering charsets in Vcharset_order_list.
(syms_of_charset): Make the charset `eight-bit' supplementary.
Diffstat (limited to 'oldXMenu/ChangeLog')
| -rw-r--r-- | oldXMenu/ChangeLog | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/oldXMenu/ChangeLog b/oldXMenu/ChangeLog index 5a08172644f..71691bc47dc 100644 --- a/oldXMenu/ChangeLog +++ b/oldXMenu/ChangeLog | |||
| @@ -26,19 +26,19 @@ | |||
| 26 | * XMakeAssoc.c: Remove license text in favour of including | 26 | * XMakeAssoc.c: Remove license text in favour of including |
| 27 | copyright.h, as was done in original X11 source. | 27 | copyright.h, as was done in original X11 source. |
| 28 | 28 | ||
| 29 | 2004-12-27 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 29 | 2004-12-27 Jan Djärv <jan.h.d@swipnet.se> |
| 30 | 30 | ||
| 31 | * Activate.c (XMenuActivate): Return XM_NO_SELECT if Escape or C-g | 31 | * Activate.c (XMenuActivate): Return XM_NO_SELECT if Escape or C-g |
| 32 | was pressed. | 32 | was pressed. |
| 33 | 33 | ||
| 34 | 2004-11-12 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 34 | 2004-11-12 Jan Djärv <jan.h.d@swipnet.se> |
| 35 | 35 | ||
| 36 | * XMenu.h (XMenuActivateSetWaitFunction): New function. | 36 | * XMenu.h (XMenuActivateSetWaitFunction): New function. |
| 37 | 37 | ||
| 38 | * Activate.c (XMenuActivateSetWaitFunction): New function. | 38 | * Activate.c (XMenuActivateSetWaitFunction): New function. |
| 39 | (XMenuActivate): Call wait_func if set, before XNextEvent. | 39 | (XMenuActivate): Call wait_func if set, before XNextEvent. |
| 40 | 40 | ||
| 41 | 2002-04-22 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 41 | 2002-04-22 Jan Djärv <jan.h.d@swipnet.se> |
| 42 | 42 | ||
| 43 | * Activate.c: Add calls to GrabKeyboard to remove strange | 43 | * Activate.c: Add calls to GrabKeyboard to remove strange |
| 44 | interactions with window managers that steal keypresses. | 44 | interactions with window managers that steal keypresses. |
| @@ -468,7 +468,7 @@ | |||
| 468 | 468 | ||
| 469 | 469 | ||
| 470 | ;; Local Variables: | 470 | ;; Local Variables: |
| 471 | ;; coding: iso-2022-7bit | 471 | ;; coding: utf-8 |
| 472 | ;; add-log-time-zone-rule: t | 472 | ;; add-log-time-zone-rule: t |
| 473 | ;; End: | 473 | ;; End: |
| 474 | 474 | ||