diff options
| author | Miles Bader | 2006-01-16 06:59:21 +0000 |
|---|---|---|
| committer | Miles Bader | 2006-01-16 06:59:21 +0000 |
| commit | 6a2bd1a5019d2130c87ac5cf17f1322bf614b624 (patch) | |
| tree | 8e72a4a1b7c177b494ae7721f00ea27b14f9f439 /src/ChangeLog | |
| parent | 5bb51be51248803e7400837b83c711854fa86648 (diff) | |
| parent | 292f71fe67394186e943783bef808c611699b63c (diff) | |
| download | emacs-6a2bd1a5019d2130c87ac5cf17f1322bf614b624.tar.gz emacs-6a2bd1a5019d2130c87ac5cf17f1322bf614b624.zip | |
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-95
Merge from emacs--cvs-trunk--0
Patches applied:
* emacs--cvs-trunk--0 (patch 598-615)
- Update from CVS
- Remove lisp/toolbar directory
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 142-146)
- Update from CVS
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 125 |
1 files changed, 123 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 3feb061a654..00b66dbd06f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,119 @@ | |||
| 1 | 2005-10-21 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * lread.c (Fload): Simplify gcpro structure. | ||
| 4 | Gcpro FOUND as well as FILE, but not EFOUND. | ||
| 5 | Unless preloading, record FOUND instead of FILE in Vload_history. | ||
| 6 | Rename repeat local FILE to MSG_FILE. | ||
| 7 | (syms_of_lread) <load-history>: Doc fix. | ||
| 8 | |||
| 9 | 2005-10-21 Kenichi Handa <handa@m17n.org> | ||
| 10 | |||
| 11 | * search.c (boyer_moore): Surround the '||' part of expression in | ||
| 12 | `if' condition by parentheses explicitly. | ||
| 13 | |||
| 14 | 2005-10-20 Kim F. Storm <storm@cua.dk> | ||
| 15 | |||
| 16 | * buffer.c (clone_per_buffer_values): Remove unused var tem. | ||
| 17 | (init_buffer): Remove unused vars dotstat, pwdstat. | ||
| 18 | |||
| 19 | * ccl.c (check_ccl_update): Remove unused var vp. | ||
| 20 | |||
| 21 | * fileio.c (auto_save_error): Call SAFE_FREE. | ||
| 22 | |||
| 23 | * fns.c (Fchar_table_range): Remove unused var i. | ||
| 24 | |||
| 25 | * minibuf.c (display_completion_list_1): New wrapper function | ||
| 26 | for Fdisplay_completion_list. | ||
| 27 | (Fminibuffer_completion_help): Use it. | ||
| 28 | |||
| 29 | * term.c (encode_terminal_code): Remove unused var src_start. | ||
| 30 | |||
| 31 | * window.c (Fwindow_tree): Remove unused var alist. | ||
| 32 | |||
| 33 | * xterm.c (x_calc_absolute_position): Remove unused vars win_x, win_y. | ||
| 34 | |||
| 35 | 2005-10-20 Aubrey Jaffer <agj@alum.mit.edu> (tiny change) | ||
| 36 | |||
| 37 | * unexelf.c (unexec): Fix calls to `fatal' with less than 3 | ||
| 38 | arguments. | ||
| 39 | |||
| 40 | 2005-10-20 Olli Savia <ops@iki.fi> (tiny change) | ||
| 41 | |||
| 42 | * syssignal.h [__Lynx__]: Undef SIGPOLL along with SIGIO. | ||
| 43 | |||
| 44 | 2005-10-20 Andreas Schwab <schwab@suse.de> | ||
| 45 | |||
| 46 | * minibuf.c (Fdisplay_completion_list): Doc fix. | ||
| 47 | |||
| 48 | 2005-10-19 Kim F. Storm <storm@cua.dk> | ||
| 49 | |||
| 50 | * image.c (check_image_size): Handle integer Vmax_image_size value | ||
| 51 | directly as max pixel value. Use default frame size for null frame. | ||
| 52 | (syms_of_image) <max-image-size>: Describe integer value. | ||
| 53 | |||
| 54 | 2005-10-19 Romain Francoise <romain@orebokech.com> | ||
| 55 | |||
| 56 | * emacs.c (main): Update copyright year. | ||
| 57 | |||
| 58 | 2005-10-18 Chong Yidong <cyd@stupidchicken.com> | ||
| 59 | |||
| 60 | * image.c (Vmax_image_size): New variable. | ||
| 61 | (check_image_size): New function. | ||
| 62 | (xbm_read_bitmap_data, pbm_load, png_load, jpeg_load, tiff_load) | ||
| 63 | (gif_load, gs_load): Use it. | ||
| 64 | (lookup_image): Try loading again if previous load failed. | ||
| 65 | (xbm_read_bitmap_data): Add a new argument, a pointer to the frame | ||
| 66 | to display in, NULL if none. | ||
| 67 | (xbm_load_image, xbm_file_p): Pass xbm_read_bitmap_data the new | ||
| 68 | argument. | ||
| 69 | |||
| 70 | 2005-10-18 Richard M. Stallman <rms@gnu.org> | ||
| 71 | |||
| 72 | * search.c (Fstring_match): Doc fix. | ||
| 73 | |||
| 74 | 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 75 | |||
| 76 | * macterm.c (note_mouse_movement): Use PtInRect. | ||
| 77 | (XTread_socket): Also ignore mouse motion just before a button | ||
| 78 | release event. Don't process button release event when mouse is | ||
| 79 | not grabbed. | ||
| 80 | |||
| 81 | 2005-10-16 Masatake YAMATO <jet@gyve.org> | ||
| 82 | |||
| 83 | * minibuf.c (Fdisplay_completion_list): Add new optional | ||
| 84 | argument COMMON_SUBSTRING. Bind `completion-common-substring' | ||
| 85 | to the optional argument during running `completion-setup-hook'. | ||
| 86 | |||
| 87 | 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 88 | |||
| 89 | * mac.c [TARGET_API_MAC_CARBON] (get_cfstring_encoding_from_lisp): | ||
| 90 | Allow nil as argument. | ||
| 91 | [TARGET_API_MAC_CARBON] (Fmac_code_convert_string): Regard nil | ||
| 92 | for encoding arguments as UTF-16 in native byte order, no BOM. | ||
| 93 | |||
| 94 | * macfns.c (Fx_create_frame): Add debugging code. | ||
| 95 | (Fx_show_tip): Set frame pixel width and height. | ||
| 96 | |||
| 97 | * macterm.c (MAC_WINDOW_NORMAL_GC): Remove macro. | ||
| 98 | (FRAME_NORMAL_GC): New macro. | ||
| 99 | (mac_draw_line, mac_clear_area, mac_clear_window) | ||
| 100 | (mac_fill_rectangle, mac_draw_string, mac_draw_string_16) | ||
| 101 | (mac_draw_image_string, mac_draw_image_string_16): Rename from | ||
| 102 | XDrawLine, XClearArea, XClearWindow, XFillRectangle, XDrawString, | ||
| 103 | XDrawString16, XDrawImageString, and XDrawImageString16, respectively. | ||
| 104 | All uses changed. | ||
| 105 | (mac_draw_line, mac_erase_rectangle, mac_clear_area) | ||
| 106 | (mac_clear_window, mac_draw_bitmap, mac_draw_rectangle) | ||
| 107 | (mac_invert_rectangle, mac_draw_string_common, mac_draw_string) | ||
| 108 | (mac_draw_string_16, mac_draw_image_string) | ||
| 109 | (mac_draw_image_string_16, mac_copy_area, mac_copy_area_with_mask) | ||
| 110 | (mac_scroll_area): Drawing functions now take frame as destination. | ||
| 111 | All uses changed. | ||
| 112 | (mac_draw_string_common): Get port height with FRAME_PIXEL_HEIGHT. | ||
| 113 | (x_draw_fringe_bitmap): Set clipping area in face->gc. | ||
| 114 | |||
| 115 | * macterm.h (mac_clear_area): Add extern. | ||
| 116 | |||
| 1 | 2005-10-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 117 | 2005-10-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
| 2 | 118 | ||
| 3 | * macterm.c (note_mouse_movement, XTread_socket): Apply 2005-10-14 | 119 | * macterm.c (note_mouse_movement, XTread_socket): Apply 2005-10-14 |
| @@ -193,7 +309,7 @@ | |||
| 193 | (FRAME_MAC_WINDOW, FRAME_X_WINDOW): Use window_desc. | 309 | (FRAME_MAC_WINDOW, FRAME_X_WINDOW): Use window_desc. |
| 194 | 310 | ||
| 195 | * xfaces.c (x_create_gc, x_free_gc) [MAC_OS]: Add BLOCK_INPUT. | 311 | * xfaces.c (x_create_gc, x_free_gc) [MAC_OS]: Add BLOCK_INPUT. |
| 196 | Add debug code. | 312 | Add debugging code. |
| 197 | 313 | ||
| 198 | 2005-10-08 Kim F. Storm <storm@cua.dk> | 314 | 2005-10-08 Kim F. Storm <storm@cua.dk> |
| 199 | 315 | ||
| @@ -237,6 +353,11 @@ | |||
| 237 | * xterm.c, w32term.c, macterm.c: Rename member for_overlaps_p in | 353 | * xterm.c, w32term.c, macterm.c: Rename member for_overlaps_p in |
| 238 | struct glyph_string to for_overlaps. | 354 | struct glyph_string to for_overlaps. |
| 239 | 355 | ||
| 356 | 2005-10-04 Richard M. Stallman <rms@gnu.org> | ||
| 357 | |||
| 358 | * alloc.c (refill_memory_reserve): Conditionalize the body, | ||
| 359 | not the function's existence. | ||
| 360 | |||
| 240 | 2005-10-04 Kim F. Storm <storm@cua.dk> | 361 | 2005-10-04 Kim F. Storm <storm@cua.dk> |
| 241 | 362 | ||
| 242 | * window.c (window_split_tree): New function. | 363 | * window.c (window_split_tree): New function. |
| @@ -278,7 +399,7 @@ | |||
| 278 | * keyboard.c (init_keyboard) [MAC_OSX]: Don't install SIGINT handler. | 399 | * keyboard.c (init_keyboard) [MAC_OSX]: Don't install SIGINT handler. |
| 279 | 400 | ||
| 280 | * macfns.c (start_hourglass): Apply 2005-05-07 change for xfns.c. | 401 | * macfns.c (start_hourglass): Apply 2005-05-07 change for xfns.c. |
| 281 | (x_create_tip_frame) [GLYPH_DEBUG]: Uncomment debug code. | 402 | (x_create_tip_frame) [GLYPH_DEBUG]: Uncomment debugging code. |
| 282 | (Fx_create_frame, x_create_tip_frame) [USE_ATSUI]: | 403 | (Fx_create_frame, x_create_tip_frame) [USE_ATSUI]: |
| 283 | Try ATSUI-compatible 12pt Monaco font first. | 404 | Try ATSUI-compatible 12pt Monaco font first. |
| 284 | 405 | ||