diff options
| author | Miles Bader | 2005-04-14 05:03:52 +0000 |
|---|---|---|
| committer | Miles Bader | 2005-04-14 05:03:52 +0000 |
| commit | 4a4ae7ad21e9e53ed9a0006c39d69108333bc896 (patch) | |
| tree | 514ec70cdfdd49c518599e15b8fdf1e85850e7d7 /src/ChangeLog | |
| parent | 6f14f88410854410caf4b402cfbe0f93a80c3f86 (diff) | |
| parent | 24531f226fb1150c3a52a3ebf9273d1af36062ea (diff) | |
| download | emacs-4a4ae7ad21e9e53ed9a0006c39d69108333bc896.tar.gz emacs-4a4ae7ad21e9e53ed9a0006c39d69108333bc896.zip | |
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-37
Merge from emacs--cvs-trunk--0
Patches applied:
* emacs--cvs-trunk--0 (patch 241-257)
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 59-65)
- Update from CVS
- Merge from emacs--cvs-trunk--0
- (mm-string-to-multibyte): Use Gnus trunk definition.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 61 |
1 files changed, 55 insertions, 6 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 170838bef49..5847c35f37a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,52 @@ | |||
| 1 | 2005-04-12 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * window.c (Fset_window_configuration): Be careful when you choose | ||
| 4 | among several possible points for the new_current_buffer. | ||
| 5 | |||
| 6 | 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 7 | |||
| 8 | * keyboard.c (poll_for_input) [SYNC_INPUT]: Don't call | ||
| 9 | poll_for_input_1. Set interrupt_input_pending to 1 instead. | ||
| 10 | (Qlanguage_change) [MAC_OS]: New variable. | ||
| 11 | (syms_of_keyboard) [MAC_OS]: Intern and staticpro it. | ||
| 12 | (kbd_buffer_get_event) [MAC_OS]: Make event for LANGUAGE_CHANGE_EVENT. | ||
| 13 | |||
| 14 | * macterm.c (mac_keyboard_text_encoding) | ||
| 15 | (current_mac_keyboard_text_encoding): Remove variables. | ||
| 16 | (XTread_socket): Store language-change event if keyboard script | ||
| 17 | change is detected. Don't convert input to | ||
| 18 | `mac_keyboard_text_encoding'. | ||
| 19 | (syms_of_macterm): Delete DEFVAR_INT for mac-keyboard-text-encoding. | ||
| 20 | |||
| 21 | * termhooks.h (enum event_kind) [MAC_OS]: | ||
| 22 | Add LANGUAGE_CHANGE_EVENT. | ||
| 23 | |||
| 24 | 2005-04-10 Richard M. Stallman <rms@gnu.org> | ||
| 25 | |||
| 26 | * emacs.c (standard_args): Rename --bare-bones to --quick. | ||
| 27 | Add -D aka --basic-display. | ||
| 28 | |||
| 29 | * buffer.c (Fmake_indirect_buffer): Clear out some local variables. | ||
| 30 | |||
| 31 | 2005-04-09 Richard M. Stallman <rms@gnu.org> | ||
| 32 | |||
| 33 | * keymap.c (where_is_internal): Convert a string used as event type | ||
| 34 | into "(any string)". | ||
| 35 | |||
| 36 | * lread.c (Vloads_in_progress): Not static. | ||
| 37 | |||
| 38 | * fns.c (Vloads_in_progress): Add extern. | ||
| 39 | (Frequire): Don't do LOADHIST_ATTACH if Vloads_in_progress is nil. | ||
| 40 | |||
| 41 | 2005-04-09 Thien-Thi Nguyen <ttn@surf.glug.org> | ||
| 42 | |||
| 43 | * dispnew.c (mirror_line_dance): Avoid crash if W2 is null. | ||
| 44 | |||
| 45 | 2005-04-09 Lute Kamstra <lute@gnu.org> | ||
| 46 | |||
| 47 | * print.c (PRINTPREPARE): Check if the marker PRINTCHARFUN is | ||
| 48 | within the accessible part of the buffer. | ||
| 49 | |||
| 1 | 2005-04-09 Kim F. Storm <storm@cua.dk> | 50 | 2005-04-09 Kim F. Storm <storm@cua.dk> |
| 2 | 51 | ||
| 3 | * lread.c (readevalloop): Add args START and END as region in | 52 | * lread.c (readevalloop): Add args START and END as region in |
| @@ -22,8 +71,8 @@ | |||
| 22 | * mac.c (cfdate_to_lisp): Add `const' for variable `epoch_gdate'. | 71 | * mac.c (cfdate_to_lisp): Add `const' for variable `epoch_gdate'. |
| 23 | (Fmac_get_preference): Doc fix. | 72 | (Fmac_get_preference): Doc fix. |
| 24 | 73 | ||
| 25 | * macfns.c (Fx_create_frame, x_create_tip_frame): Add | 74 | * macfns.c (Fx_create_frame, x_create_tip_frame): |
| 26 | "fontset-mac" to fallback font/fontsets. | 75 | Add "fontset-mac" to fallback font/fontsets. |
| 27 | 76 | ||
| 28 | 2005-04-04 Kim F. Storm <storm@cua.dk> | 77 | 2005-04-04 Kim F. Storm <storm@cua.dk> |
| 29 | 78 | ||
| @@ -41,8 +90,8 @@ | |||
| 41 | 90 | ||
| 42 | 2005-04-01 Kenichi Handa <handa@m17n.org> | 91 | 2005-04-01 Kenichi Handa <handa@m17n.org> |
| 43 | 92 | ||
| 44 | * lisp.h (Vascii_upcase_table, Vascii_canon_table, | 93 | * lisp.h (Vascii_upcase_table, Vascii_canon_table) |
| 45 | Vascii_eqv_table): Extern them. | 94 | (Vascii_eqv_table): Extern them. |
| 46 | 95 | ||
| 47 | * casetab.c (set_case_table): If standard is nonzero, setup | 96 | * casetab.c (set_case_table): If standard is nonzero, setup |
| 48 | Vascii_upcase_table, Vascii_canon_table, and Vascii_eqv_table. | 97 | Vascii_upcase_table, Vascii_canon_table, and Vascii_eqv_table. |
| @@ -54,8 +103,8 @@ | |||
| 54 | Vascii_downcase_table. | 103 | Vascii_downcase_table. |
| 55 | (fast_string_match_ignore_case): Likewise. | 104 | (fast_string_match_ignore_case): Likewise. |
| 56 | (search_buffer): Fix checking of boyer-moore usability. | 105 | (search_buffer): Fix checking of boyer-moore usability. |
| 57 | (boyer_moore): Calculate translate_prev_byte1/2/3 in advance. No | 106 | (boyer_moore): Calculate translate_prev_byte1/2/3 in advance. |
| 58 | need of tranlating characters in PAT. Fix calculation of | 107 | No need of tranlating characters in PAT. Fix calculation of |
| 59 | simple_translate. | 108 | simple_translate. |
| 60 | 109 | ||
| 61 | 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca> | 110 | 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca> |