diff options
| author | Miles Bader | 2007-10-12 21:06:27 +0000 |
|---|---|---|
| committer | Miles Bader | 2007-10-12 21:06:27 +0000 |
| commit | 985773c9038f9847f9e7362f3b5fb0c8acac13a2 (patch) | |
| tree | 12d10cb76729ccbdc5ace4688d15f83894a70cc9 /src/ChangeLog.unicode | |
| parent | 47632e43ca42e26da139289f1e0f4f69e8c140fd (diff) | |
| download | emacs-985773c9038f9847f9e7362f3b5fb0c8acac13a2.tar.gz emacs-985773c9038f9847f9e7362f3b5fb0c8acac13a2.zip | |
Fix up multi-tty merge
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-261
Creator: Stefan Monnier <monnier@iro.umontreal.ca>
Diffstat (limited to 'src/ChangeLog.unicode')
| -rw-r--r-- | src/ChangeLog.unicode | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/src/ChangeLog.unicode b/src/ChangeLog.unicode index b3f20c24a55..345890b36db 100644 --- a/src/ChangeLog.unicode +++ b/src/ChangeLog.unicode | |||
| @@ -1,3 +1,52 @@ | |||
| 1 | 2007-10-12 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | Fix up multy-tty merge. | ||
| 4 | |||
| 5 | * xterm.c (handle_one_xevent): Remove duplicate code and fix up nesting | ||
| 6 | and indentation. | ||
| 7 | |||
| 8 | * xfaces.c (free_realized_face, clear_face_gcs): | ||
| 9 | Include font_done_for_face in the input_blocked section, just in case. | ||
| 10 | |||
| 11 | * xdisp.c (decode_mode_spec): Use terminal-local coding systems. | ||
| 12 | (get_char_face_and_encoding): Undo last change and remove the *other* | ||
| 13 | duplicate definition (i.e. keep the one that's better scoped and that | ||
| 14 | includes code for the font-backend). | ||
| 15 | |||
| 16 | * terminal.c (create_terminal): Default keyboard_coding to | ||
| 17 | `no-conversion' and terminal_coding to `undecided'. | ||
| 18 | |||
| 19 | * lread.c (read1): Use XSETPVECTYPE to set a pseudovector's tag. | ||
| 20 | |||
| 21 | * fontset.c (free_realized_fontsets): Check that the table entry does | ||
| 22 | contain a fontset before trying to compare it to `base'. | ||
| 23 | |||
| 24 | * emacs.c (main): Move syms_of_data, syms_of_fileio, syms_of_alloc, | ||
| 25 | syms_of_charset, and syms_of_coding earlier because init_window_once | ||
| 26 | now needs Vcoding_system_hash_table to be setup. | ||
| 27 | |||
| 28 | * coding.h (default_buffer_file_coding): Remove. | ||
| 29 | |||
| 30 | * coding.c (default_buffer_file_coding): Remove. | ||
| 31 | (Fterminal_coding_system, Fkeyboard_coding_system): Use ->id rather | ||
| 32 | than ->symbol, and use the terminal-local coding system. | ||
| 33 | (syms_of_coding): Don't setup the coding-systems that are not | ||
| 34 | terminal-local. | ||
| 35 | (Fdefine_coding_system_internal): Use XCAR/XCDR. | ||
| 36 | |||
| 37 | * chartab.c (Fmake_char_table, make_sub_char_table, copy_char_table): | ||
| 38 | Use XSETPVECTYPE now that XSETCHAR_TABLE doesn't set the tag anymore. | ||
| 39 | |||
| 40 | * alloc.c (Fmake_char_table, make_sub_char_table): Remove. They're now | ||
| 41 | in chartab.c and were re-added here by mistake. | ||
| 42 | (Fpurecopy): Use XSETPVECTYPE after copying a COMPILED pseudovector. | ||
| 43 | |||
| 44 | * doc.c (Fsnarf_documentation): | ||
| 45 | * Makefile.in (temacs${EXEEXT}, mostlyclean): Move buildobj.lst from | ||
| 46 | src to etc. | ||
| 47 | |||
| 48 | * ChangeLog.10: Add mistakenly removed entry. | ||
| 49 | |||
| 1 | 2007-10-12 Dan Nicolaescu <dann@ics.uci.edu> | 50 | 2007-10-12 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 51 | ||
| 3 | * Makefile.in (fringe.o, minibuf.o): Fix dependencies. | 52 | * Makefile.in (fringe.o, minibuf.o): Fix dependencies. |