diff options
| author | Karoly Lorentey | 2005-10-09 20:00:17 +0000 |
|---|---|---|
| committer | Karoly Lorentey | 2005-10-09 20:00:17 +0000 |
| commit | 0ff21b4e57b1dc7c714c21c9eea1a4906630ecf2 (patch) | |
| tree | 3e8596405b243531128cd0f1d8f59d2ab9e7f7c7 /src/ChangeLog | |
| parent | a3c07f683d1f9fbf7c7af0120dfebc5fc34b61fa (diff) | |
| parent | 20ef86730cca82a1a2e212a665c0b119ed2d70b2 (diff) | |
| download | emacs-0ff21b4e57b1dc7c714c21c9eea1a4906630ecf2.tar.gz emacs-0ff21b4e57b1dc7c714c21c9eea1a4906630ecf2.zip | |
Merged from miles@gnu.org--gnu-2005 (patch 118-132, 551-577)
Patches applied:
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-551
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-552
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-553
Merge from gnus--rel--5.10
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-554
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-555
Remove CVS keywords from newsticker files
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-556
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-557
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-558
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-559
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-560
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-561
Merge from gnus--rel--5.10
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-562
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-563
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-564
Merge from gnus--rel--5.10
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-565
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-566
Merge from gnus--rel--5.10
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-567
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-568
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-569
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-570
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-571
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-572
Merge from gnus--rel--5.10
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-573
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-574
Merge from gnus--rel--5.10
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-575
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-576
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-577
Update from CVS
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-118
Update from CVS
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-119
Update from CVS
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-120
Update from CVS
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-121
Merge from emacs--cvs-trunk--0
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-122
Update from CVS: lisp/mm-url.el (mm-url-decode-entities): Fix regexp.
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-123
Update from CVS
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-124
Update from CVS
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-125
Merge from emacs--cvs-trunk--0
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-126
Update from CVS
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-127
Update from CVS
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-128
Update from CVS
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-129
Update from CVS
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-130
Update from CVS
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-131
Merge from emacs--cvs-trunk--0
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-132
Update from CVS
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-423
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 222 |
1 files changed, 222 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index c0f1ceee87e..adb5b204953 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,225 @@ | |||
| 1 | 2005-10-04 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * window.c (window_split_tree): New function. | ||
| 4 | (Fwindow_split_tree): New defun. | ||
| 5 | (syms_of_window): Defsubr it. | ||
| 6 | |||
| 7 | 2005-10-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 8 | |||
| 9 | * macterm.c (mac_invert_rectangle): New function. | ||
| 10 | (XTflash): Use it. | ||
| 11 | |||
| 12 | 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 13 | |||
| 14 | * regex.h (re_char): Don't expose it in the interface. | ||
| 15 | (re_set_whitespace_regexp): Adjust the arg's type to not use it. | ||
| 16 | |||
| 17 | * regex.c (re_char): Move it back here. | ||
| 18 | (re_set_whitespace_regexp): Change the arg's type to not use it. | ||
| 19 | |||
| 20 | * keyboard.c (make_lispy_event): If point has moved between down and up | ||
| 21 | event, make it a drag, not a click, to mirror what | ||
| 22 | mouse-drag-region expects. | ||
| 23 | |||
| 24 | 2005-10-02 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 25 | |||
| 26 | * lisp.h (fatal): Undo previous change. | ||
| 27 | * term.c (fatal): Undo previous change. | ||
| 28 | |||
| 29 | 2005-10-01 Richard M. Stallman <rms@gnu.org> | ||
| 30 | |||
| 31 | * xfaces.c (face_color_gray_p): Colors close to black count as gray. | ||
| 32 | |||
| 33 | 2005-10-01 Kim F. Storm <storm@cua.dk> | ||
| 34 | |||
| 35 | * xdisp.c (try_window): Skip scroll-margin check if ZV is visible. | ||
| 36 | |||
| 37 | 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 38 | |||
| 39 | * keyboard.c (init_keyboard) [MAC_OSX]: Don't install SIGINT handler. | ||
| 40 | |||
| 41 | * macfns.c (start_hourglass): Apply 2005-05-07 change for xfns.c. | ||
| 42 | (x_create_tip_frame) [GLYPH_DEBUG]: Uncomment debug code. | ||
| 43 | (Fx_create_frame, x_create_tip_frame) [USE_ATSUI]: | ||
| 44 | Try ATSUI-compatible 12pt Monaco font first. | ||
| 45 | |||
| 46 | * macgui.h (struct _XCharStruct): New member valid_p. | ||
| 47 | (STORE_XCHARSTRUCT): Set valid_p. | ||
| 48 | (struct MacFontStruct) [USE_ATSUI]: New member mac_style. | ||
| 49 | |||
| 50 | * macterm.c (mac_draw_string_common, x_per_char_metric) | ||
| 51 | (mac_compute_glyph_string_overhangs, init_font_name_table) | ||
| 52 | (XLoadQueryFont, mac_unload_font) [USE_ATSUI]: Add ATSUI support. | ||
| 53 | (atsu_get_text_layout_with_text_ptr) [USE_ATSUI]: New function. | ||
| 54 | (x_draw_glyph_string_background) | ||
| 55 | (x_draw_glyph_string_foreground) [MAC_OS8 && USE_ATSUI]: Don't use | ||
| 56 | XDrawImageString. Always draw background and foreground separately. | ||
| 57 | (x_draw_glyph_string_foreground) [USE_ATSUI]: Don't use 8-bit | ||
| 58 | functions for one-byte chars when using ATSUI-compatible fonts. | ||
| 59 | (atsu_font_id_hash) [USE_ATSUI]: New variable. | ||
| 60 | (syms_of_macterm) [USE_ATSUI]: Initialize and staticpro it. | ||
| 61 | (XLoadQueryFont): Set min_byte1, max_byte1, min_char_or_byte2, and | ||
| 62 | max_char_or_byte2 more in detail. | ||
| 63 | (quit_char_comp, mac_check_for_quit_char) [MAC_OSX]: Remove functions. | ||
| 64 | |||
| 65 | 2005-09-30 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 66 | |||
| 67 | * image.c (slurp_file, xbm_read_bitmap_data): Cast to the correct type. | ||
| 68 | * xterm.c (handle_one_xevent, handle_one_xevent): Likewise. | ||
| 69 | |||
| 70 | * unexelf.c (fatal): Fix prototype. | ||
| 71 | |||
| 72 | * term.c (fatal): Implement using varargs. | ||
| 73 | |||
| 74 | * regex.c (re_char): Move typedef ... | ||
| 75 | * regex.h (re_char): ... here. | ||
| 76 | (re_iswctype, re_wctype, re_set_whitespace_regexp): New prototypes. | ||
| 77 | |||
| 78 | * emacs.c (malloc_set_state): Fix return type. | ||
| 79 | (endif): Fix type. | ||
| 80 | |||
| 81 | * lisp.h (fatal): Add argument types. | ||
| 82 | |||
| 83 | * dispextern.h (fatal): Delete prototype. | ||
| 84 | |||
| 85 | * systime.h: (make_time): Prototype moved from ... | ||
| 86 | * editfns.c (make_time): ... here. | ||
| 87 | |||
| 88 | * editfns.c: Move systime.h include after lisp.h. | ||
| 89 | * dired.c: | ||
| 90 | * xsmfns.c: | ||
| 91 | * process.c: Likewise. | ||
| 92 | |||
| 93 | * alloc.c (old_malloc_hook, old_realloc_hook, old_realloc_hook): | ||
| 94 | Add parameter types. | ||
| 95 | (__malloc_hook, __realloc_hook, __free_hook): Fix prototypes. | ||
| 96 | (emacs_blocked_free): Change definition to match __free_hook. | ||
| 97 | (emacs_blocked_malloc): Change definition to match __malloc_hook. | ||
| 98 | (emacs_blocked_realloc): Change definition to match __realloc_hook. | ||
| 99 | |||
| 100 | 2005-09-30 Romain Francoise <romain@orebokech.com> | ||
| 101 | |||
| 102 | * minibuf.c (Fread_buffer): Follow convention for reading from the | ||
| 103 | minibuffer with a default value. Doc fix. | ||
| 104 | |||
| 105 | 2005-09-29 Juri Linkov <juri@jurta.org> | ||
| 106 | |||
| 107 | * editfns.c (Fmessage, Fmessage_box, Fmessage_or_box): | ||
| 108 | Rename argument name `string' to `format-string'. | ||
| 109 | (Fformat): Doc fix. | ||
| 110 | |||
| 111 | 2005-09-28 Kim F. Storm <storm@cua.dk> | ||
| 112 | |||
| 113 | * image.c (gif_load): Fix size of allocated image buffer | ||
| 114 | for images where a sub-image may be larger than the image's | ||
| 115 | total height/width specifications. | ||
| 116 | |||
| 117 | 2005-09-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 118 | |||
| 119 | * macgui.h (struct _XCharStruct): Each member now takes short value. | ||
| 120 | |||
| 121 | 2005-09-27 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 122 | |||
| 123 | * xfaces.c (lookup_derived_face): Add parameter type. | ||
| 124 | |||
| 125 | * xdisp.c (cursor_row_fully_visible_p): Add parameter type. | ||
| 126 | |||
| 127 | * marker.c (verify_bytepos): Add parameter type. | ||
| 128 | |||
| 129 | * process.c (get_operating_system_release): Move prototype ... | ||
| 130 | |||
| 131 | * systime.h (get_operating_system_release): ... here. | ||
| 132 | |||
| 133 | * xterm.c (set_vertical_scroll_bar): Move prototype ... | ||
| 134 | (handle_one_xevent): Refer to union field to match the type | ||
| 135 | required by the function definition. | ||
| 136 | |||
| 137 | * xterm.h: ... here. | ||
| 138 | |||
| 139 | * fns.c (internal_equal, seed_random): Fix prototypes. | ||
| 140 | (internal_equal): Add missing parameter. | ||
| 141 | |||
| 142 | 2005-09-25 Richard M. Stallman <rms@gnu.org> | ||
| 143 | |||
| 144 | * keyboard.c (update_menu_bindings): Variable deleted. | ||
| 145 | (syms_of_keyboard): Don't defvar it. | ||
| 146 | (parse_menu_item): Don't test it. | ||
| 147 | |||
| 148 | 2005-09-23 Richard M. Stallman <rms@gnu.org> | ||
| 149 | |||
| 150 | * editfns.c (Fformat): Explicitly test for end of format string | ||
| 151 | and don't use `index'. | ||
| 152 | |||
| 153 | 2005-09-23 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 154 | |||
| 155 | * s/aix4-2.h (BROKEN_GET_CURRENT_DIR_NAME): | ||
| 156 | Define BROKEN_GET_CURRENT_DIR_NAME. | ||
| 157 | |||
| 158 | * sysdep.c (get_current_dir_name): Also define if | ||
| 159 | BROKEN_GET_CURRENT_DIR_NAME. | ||
| 160 | |||
| 161 | * m/ibmrs6000.h: Test for USG5, not USG5_4. | ||
| 162 | |||
| 163 | 2005-09-22 Kim F. Storm <storm@cua.dk> | ||
| 164 | |||
| 165 | * xdisp.c (message_dolog): Add warning about GC and Lisp strings. | ||
| 166 | (message2): Fix commentary. Ok to use alloca'ed memory. | ||
| 167 | Still not ok to use Lisp string data (because of GC). | ||
| 168 | (set_message): Add comment why GC cannot happen. | ||
| 169 | |||
| 170 | 2005-09-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 171 | |||
| 172 | * macterm.c (xlfdpat_block_match_1): Fix assertion. | ||
| 173 | (init_font_name_table) [TARGET_API_MAC_CARBON]: Don't add style | ||
| 174 | variants for a scalable font multiple times. | ||
| 175 | |||
| 176 | 2005-09-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 177 | |||
| 178 | * process.c (create_process) [RTU || UNIPLUS || DONT_REOPEN_PTY]: | ||
| 179 | Setup slave tty options before forking. | ||
| 180 | |||
| 181 | 2005-09-20 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | ||
| 182 | |||
| 183 | * gtkutil.c (xg_set_geometry): Do a gtk_window_move if program | ||
| 184 | positions have been set for the frame (as is done for frames in | ||
| 185 | special-display-buffer-names). | ||
| 186 | |||
| 187 | 2005-09-19 Kim F. Storm <storm@cua.dk> | ||
| 188 | |||
| 189 | * editfns.c (Fformat): Don't scan past end of format string that | ||
| 190 | ends in %. Reported by: Johan Bockg,Ae(Brd. | ||
| 191 | |||
| 192 | 2005-09-18 Andreas Schwab <schwab@suse.de> | ||
| 193 | |||
| 194 | * window.h (struct window): Remove height_fixed_p, no longer set. | ||
| 195 | |||
| 196 | * window.c (make_window): Don't initialize height_fixed_p. | ||
| 197 | (window_fixed_size_p): Don't use it. | ||
| 198 | |||
| 199 | 2005-09-18 John Paul Wallington <jpw@pobox.com> | ||
| 200 | |||
| 201 | * data.c (Fdefalias): Signal an error if SYMBOL is not a symbol. | ||
| 202 | |||
| 203 | 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 204 | |||
| 205 | * Makefile.in (SOME_MACHINE_OBJECTS): Undo previous change. | ||
| 206 | |||
| 207 | * macfns.c (image_cache_refcount, dpyinfo_refcount) [GLYPH_DEBUG]: | ||
| 208 | New variables. | ||
| 209 | [TARGET_API_MAC_CARBON] (Fx_file_dialog): Don't allow multiple | ||
| 210 | file selection. | ||
| 211 | |||
| 212 | * sysdep.c [MAC_OS8]: Don't include stdlib.h. Include sys/param.h. | ||
| 213 | |||
| 214 | 2005-09-17 Eli Zaretskii <eliz@gnu.org> | ||
| 215 | |||
| 216 | * Makefile.in (XMENU_OBJ) [!HAVE_CARBON]: Reinstate variable. | ||
| 217 | (obj): Use XMENU_OBJ, not a literal xmenu.o. | ||
| 218 | |||
| 219 | 2005-09-16 Romain Francoise <romain@orebokech.com> | ||
| 220 | |||
| 221 | * fileio.c (syms_of_fileio) <write-region-inhibit-fsync>: Doc fix. | ||
| 222 | |||
| 1 | 2005-09-15 Richard M. Stallman <rms@gnu.org> | 223 | 2005-09-15 Richard M. Stallman <rms@gnu.org> |
| 2 | 224 | ||
| 3 | * xdisp.c (overlay_arrow_at_row): Add HAVE_WINDOW_SYSTEM conditional. | 225 | * xdisp.c (overlay_arrow_at_row): Add HAVE_WINDOW_SYSTEM conditional. |