diff options
| author | Miles Bader | 2005-09-19 10:20:33 +0000 |
|---|---|---|
| committer | Miles Bader | 2005-09-19 10:20:33 +0000 |
| commit | 6f512f0b53ba23b88c686d27a748797add0a89dc (patch) | |
| tree | 03b4e8c24f256dc8d90330ab1021d5ac238508d2 /src/ChangeLog | |
| parent | ff8d296438e69b8cf701d95b6ccd271c416c46fd (diff) | |
| parent | 430d3ed772627a9a23fccdeab2b868c6c41e8365 (diff) | |
| download | emacs-6f512f0b53ba23b88c686d27a748797add0a89dc.tar.gz emacs-6f512f0b53ba23b88c686d27a748797add0a89dc.zip | |
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-82
Merge from emacs--cvs-trunk--0
Patches applied:
* emacs--cvs-trunk--0 (patch 542-553)
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 116-121)
- Merge from emacs--cvs-trunk--0
- Update from CVS
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 112 |
1 files changed, 112 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 99c9d951370..31943170b94 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,115 @@ | |||
| 1 | 2005-09-18 Andreas Schwab <schwab@suse.de> | ||
| 2 | |||
| 3 | * window.h (struct window): Remove height_fixed_p, no longer set. | ||
| 4 | |||
| 5 | * window.c (make_window): Don't initialize height_fixed_p. | ||
| 6 | (window_fixed_size_p): Don't use it. | ||
| 7 | |||
| 8 | 2005-09-18 John Paul Wallington <jpw@pobox.com> | ||
| 9 | |||
| 10 | * data.c (Fdefalias): Signal an error if SYMBOL is not a symbol. | ||
| 11 | |||
| 12 | 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 13 | |||
| 14 | * Makefile.in (SOME_MACHINE_OBJECTS): Undo previous change. | ||
| 15 | |||
| 16 | * macfns.c (image_cache_refcount, dpyinfo_refcount) [GLYPH_DEBUG]: | ||
| 17 | New variables. | ||
| 18 | [TARGET_API_MAC_CARBON] (Fx_file_dialog): Don't allow multiple | ||
| 19 | file selection. | ||
| 20 | |||
| 21 | * sysdep.c [MAC_OS8]: Don't include stdlib.h. Include sys/param.h. | ||
| 22 | |||
| 23 | 2005-09-17 Eli Zaretskii <eliz@gnu.org> | ||
| 24 | |||
| 25 | * Makefile.in (XMENU_OBJ) [!HAVE_CARBON]: Reinstate variable. | ||
| 26 | (obj): Use XMENU_OBJ, not a literal xmenu.o. | ||
| 27 | |||
| 28 | 2005-09-16 Romain Francoise <romain@orebokech.com> | ||
| 29 | |||
| 30 | * fileio.c (syms_of_fileio) <write-region-inhibit-fsync>: Doc fix. | ||
| 31 | |||
| 32 | 2005-09-15 Richard M. Stallman <rms@gnu.org> | ||
| 33 | |||
| 34 | * xdisp.c (overlay_arrow_at_row): Add HAVE_WINDOW_SYSTEM conditional. | ||
| 35 | (display_mode_element): Instead of `lisp_string' and `this', | ||
| 36 | record `offset' and increment that. | ||
| 37 | `last_offset' replaces `last'. | ||
| 38 | |||
| 39 | * Makefile.in (XMENU_OBJ): Variable deleted. | ||
| 40 | (obj): Use xmenu.o unconditionally. | ||
| 41 | (SOME_MACHINE_OBJECTS): Delete xmenu.o. | ||
| 42 | |||
| 43 | * emacs.c (main): Don't conditionalize syms_of_xmenu on HAVE_XMENU. | ||
| 44 | |||
| 45 | 2005-09-15 Kim F. Storm <storm@cua.dk> | ||
| 46 | |||
| 47 | * xdisp.c (move_it_vertically): Don't try to fetch byte BEGV-1. | ||
| 48 | (reseat_at_next_visible_line_start): Likewise (in xassert). | ||
| 49 | |||
| 50 | 2005-09-14 Romain Francoise <romain@orebokech.com> | ||
| 51 | |||
| 52 | * fileio.c (write_region_inhibit_fsync): New variable. | ||
| 53 | (Fwrite_region): Use it to skip call to fsync. | ||
| 54 | (syms_of_fileio): Initialize it. | ||
| 55 | |||
| 56 | 2005-09-14 Kenichi Handa <handa@m17n.org> | ||
| 57 | |||
| 58 | * coding.c (code_convert_region_unwind): Argument format changed. | ||
| 59 | (run_pre_post_conversion_on_str): If pre-write-conversion function | ||
| 60 | changed the current buffer, delete the new buffer. | ||
| 61 | (run_pre_write_conversin_on_c_str): Likewise. | ||
| 62 | |||
| 63 | * fileio.c (Fexpand_file_name): Check multibyteness of | ||
| 64 | default_directory. | ||
| 65 | |||
| 66 | 2005-09-13 Kenichi Handa <handa@m17n.org> | ||
| 67 | |||
| 68 | * composite.c (compose_chars_in_text): Delete it. | ||
| 69 | |||
| 70 | * composite.h (compose_chars_in_text): Delete extern. | ||
| 71 | |||
| 72 | 2005-09-13 Kim F. Storm <storm@cua.dk> | ||
| 73 | |||
| 74 | * print.c (print_error_message): Fix last change. | ||
| 75 | |||
| 76 | 2005-09-12 Kim F. Storm <storm@cua.dk> | ||
| 77 | |||
| 78 | * composite.c (compose_chars_in_text): Fix setup of `pend'. | ||
| 79 | Unconditionally reload `ptr' and `pend' after eval. | ||
| 80 | |||
| 81 | * xdisp.c (message3): Pass copy of lisp string to message_dolog. | ||
| 82 | |||
| 83 | * print.c (print_error_message): Pass copy of caller name to | ||
| 84 | message_dolog. | ||
| 85 | |||
| 86 | * fileio.c (auto_save_error): Pass copy of lisp string to message2. | ||
| 87 | |||
| 88 | 2005-09-12 Kenichi Handa <handa@m17n.org> | ||
| 89 | |||
| 90 | * xdisp.c (display_mode_element): Be sure to make variables THIS | ||
| 91 | and LISP_STRING point into a string data of ELT. | ||
| 92 | |||
| 93 | 2005-09-12 Kim F. Storm <storm@cua.dk> | ||
| 94 | |||
| 95 | * editfns.c (Ftranslate_region_internal): Reload `tt' after | ||
| 96 | signal_after_change that may have GC'ed. | ||
| 97 | (Fmessage, Fmessage_box, Fmessage_or_box): Doc fix. | ||
| 98 | |||
| 99 | * keymap.c (Fdescribe_buffer_bindings): Reload `translate' | ||
| 100 | after insert while runs signal_after_change. | ||
| 101 | |||
| 102 | * minibuf.c (Fminibuffer_complete_word): Move `completion_string' | ||
| 103 | declaration to where it is used. | ||
| 104 | |||
| 105 | * w32.c (check_windows_init_file): Fix allocation of error buffer. | ||
| 106 | |||
| 107 | * xfns.c (x_encode_text): Declare static. Add FREEP arg. | ||
| 108 | (x_set_name_internal): Call x_encode_text with new FREEP arg to | ||
| 109 | know if xfree is needed instead of guessing. | ||
| 110 | |||
| 111 | * xterm.h (x_encode_text): Remove prototype. | ||
| 112 | |||
| 1 | 2005-09-11 Chris Prince <cprince@gmail.com> (tiny change) | 113 | 2005-09-11 Chris Prince <cprince@gmail.com> (tiny change) |
| 2 | 114 | ||
| 3 | * w32term.c (x_bitmap_icon): Load small icons too. | 115 | * w32term.c (x_bitmap_icon): Load small icons too. |