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 /mac/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 'mac/ChangeLog')
| -rw-r--r-- | mac/ChangeLog | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/mac/ChangeLog b/mac/ChangeLog index 2695fb435b6..c1f209aaec3 100644 --- a/mac/ChangeLog +++ b/mac/ChangeLog | |||
| @@ -30,7 +30,7 @@ | |||
| 30 | 30 | ||
| 31 | * INSTALL: Also build and run on Mac OS X 10.5. | 31 | * INSTALL: Also build and run on Mac OS X 10.5. |
| 32 | 32 | ||
| 33 | 2007-11-01 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 33 | 2007-11-01 Jan Djärv <jan.h.d@swipnet.se> |
| 34 | 34 | ||
| 35 | * inc/config.h: Remove HAVE_X11R5. | 35 | * inc/config.h: Remove HAVE_X11R5. |
| 36 | 36 | ||
| @@ -644,7 +644,7 @@ | |||
| 644 | cursor row is invisible. This can happen if cursor is on top line | 644 | cursor row is invisible. This can happen if cursor is on top line |
| 645 | of a window, and we switch to a buffer with a header line. | 645 | of a window, and we switch to a buffer with a header line. |
| 646 | 646 | ||
| 647 | 2001-12-22 Pavel Jan,Am(Bk <Pavel@Janik.cz> | 647 | 2001-12-22 Pavel Janík <Pavel@Janik.cz> |
| 648 | 648 | ||
| 649 | * cw5-mcp.xml, cw6-mcp.xml, makefile.MPW: Remove mocklisp files. | 649 | * cw5-mcp.xml, cw6-mcp.xml, makefile.MPW: Remove mocklisp files. |
| 650 | 650 | ||
| @@ -653,7 +653,7 @@ | |||
| 653 | * src/macfns.c (x_report_frame_params): Make the scroll-bar-width | 653 | * src/macfns.c (x_report_frame_params): Make the scroll-bar-width |
| 654 | frame parameter have a numeric value all the time. | 654 | frame parameter have a numeric value all the time. |
| 655 | 655 | ||
| 656 | 2001-12-08 Pavel Jan,Am(Bk <Pavel@Janik.cz> | 656 | 2001-12-08 Pavel Janík <Pavel@Janik.cz> |
| 657 | 657 | ||
| 658 | * COPYING: New file. | 658 | * COPYING: New file. |
| 659 | 659 | ||
| @@ -671,7 +671,7 @@ | |||
| 671 | * src/macterm.c: Merged changes from xterm.c. | 671 | * src/macterm.c: Merged changes from xterm.c. |
| 672 | * src/macfns.c: Merged changes from xfns.c. | 672 | * src/macfns.c: Merged changes from xfns.c. |
| 673 | 673 | ||
| 674 | 2001-11-16 Pavel Jan,Am(Bk <Pavel@Janik.cz> | 674 | 2001-11-16 Pavel Janík <Pavel@Janik.cz> |
| 675 | 675 | ||
| 676 | * src/macterm.c (waiting_for_input): Remove unnecessary declaration. | 676 | * src/macterm.c (waiting_for_input): Remove unnecessary declaration. |
| 677 | 677 | ||
| @@ -775,7 +775,7 @@ | |||
| 775 | 775 | ||
| 776 | * inc/macterm.h (x_display_list): Declare extern. | 776 | * inc/macterm.h (x_display_list): Declare extern. |
| 777 | 777 | ||
| 778 | 2001-07-20 Pavel Jan,Am(Bk <Pavel@Janik.cz> | 778 | 2001-07-20 Pavel Janík <Pavel@Janik.cz> |
| 779 | 779 | ||
| 780 | * src/macterm.c (xim_open_dpy): Fix typo. | 780 | * src/macterm.c (xim_open_dpy): Fix typo. |
| 781 | 781 | ||
| @@ -965,7 +965,7 @@ | |||
| 965 | * src/macterm.c: New file. | 965 | * src/macterm.c: New file. |
| 966 | 966 | ||
| 967 | ;; Local Variables: | 967 | ;; Local Variables: |
| 968 | ;; coding: iso-2022-7bit | 968 | ;; coding: utf-8 |
| 969 | ;; add-log-time-zone-rule: t | 969 | ;; add-log-time-zone-rule: t |
| 970 | ;; End: | 970 | ;; End: |
| 971 | 971 | ||