diff options
| author | Karoly Lorentey | 2006-04-28 14:48:18 +0000 |
|---|---|---|
| committer | Karoly Lorentey | 2006-04-28 14:48:18 +0000 |
| commit | b33c71f58623306001d4d4fe4f7354d8c360edaa (patch) | |
| tree | 3bcc8154133fcb19081850754bb725f38f86b56f /src/ChangeLog | |
| parent | 717a00ef34c0f55bfbad80584f00d86c090d547f (diff) | |
| parent | a48b489eb94a238c1eca6a0c4bdf7d5b80503240 (diff) | |
| download | emacs-b33c71f58623306001d4d4fe4f7354d8c360edaa.tar.gz emacs-b33c71f58623306001d4d4fe4f7354d8c360edaa.zip | |
Merged from emacs@sv.gnu.org
Patches applied:
* emacs@sv.gnu.org/emacs--devo--0--patch-234
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-235
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-236
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-237
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-238
Merge from gnus--rel--5.10
* emacs@sv.gnu.org/emacs--devo--0--patch-239
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-240
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-241
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-242
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-243
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-244
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-245
(Ffield_beginning, find_field): Undo change of 2006-04-23.
* emacs@sv.gnu.org/emacs--devo--0--patch-246
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-247
Rcirc patch from Ryan Yeske
* emacs@sv.gnu.org/emacs--devo--0--patch-248
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-249
Merge from gnus--rel--5.10
* emacs@sv.gnu.org/emacs--devo--0--patch-250
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-251
Update from CVS
* emacs@sv.gnu.org/gnus--rel--5.10--patch-87
Merge from emacs--devo--0
* emacs@sv.gnu.org/gnus--rel--5.10--patch-88
Update from CVS
* emacs@sv.gnu.org/gnus--rel--5.10--patch-89
Update from CVS
* emacs@sv.gnu.org/gnus--rel--5.10--patch-90
Update from CVS
* emacs@sv.gnu.org/gnus--rel--5.10--patch-91
Merge from emacs--devo--0
* emacs@sv.gnu.org/gnus--rel--5.10--patch-92
Update from CVS
* emacs@sv.gnu.org/gnus--rel--5.10--patch-93
Update from CVS
* emacs@sv.gnu.org/gnus--rel--5.10--patch-94
Update from CVS
* emacs@sv.gnu.org/gnus--rel--5.10--patch-95
Update from CVS
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-553
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 139 |
1 files changed, 126 insertions, 13 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index f0f504e6e64..a4d458bee0f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,9 +1,128 @@ | |||
| 1 | 2006-04-27 Nick Roberts <nickrob@snap.net.nz> | ||
| 2 | |||
| 3 | * .gdbinit (pp1, pv1): Only print value as expression is now | ||
| 4 | printed out by gud-print. | ||
| 5 | (pv1): Correct doc string. | ||
| 6 | |||
| 7 | 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 8 | |||
| 9 | * keymap.c (store_in_keymap): Change `def' arg to not be `register'. | ||
| 10 | Seems to trigger a bug in gcc-amd64 4.0.2 20051125 (Red Hat 4.0.2-8): | ||
| 11 | keymap.c:895: error: address of register variable `def' requested. | ||
| 12 | |||
| 13 | 2006-04-26 Jason Rumney <jasonr@gnu.org> | ||
| 14 | |||
| 15 | * w32term.c (construct_mouse_wheel): Handle negative coordinates. | ||
| 16 | |||
| 17 | * w32fns.c (w32_wnd_proc) <WM_LBUTTONDOWN, WM_RBUTTONDOWN>: | ||
| 18 | <WM_LBUTTONUP, WM_RBUTTONUP>: Call signal_user_input in the cases | ||
| 19 | where we preempt mouse_button_timer. | ||
| 20 | |||
| 21 | 2006-04-25 Miles Bader <miles@gnu.org> | ||
| 22 | |||
| 23 | * editfns.c (Ffield_beginning, find_field): Undo change of 2006-04-23. | ||
| 24 | |||
| 25 | 2006-04-24 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 26 | |||
| 27 | * process.h: Include headers for pid_t. | ||
| 28 | |||
| 29 | 2006-04-24 Kim F. Storm <storm@cua.dk> | ||
| 30 | |||
| 31 | * xdisp.c (fill_stretch_glyph_string): Set s->nchars = 1 for code which | ||
| 32 | does last_glyph=s->first_glyph+s->nchars-1, e.g. if stretch has relief. | ||
| 33 | (produce_stretch_glyph): Assume that face box height and width is | ||
| 34 | already included in in stretch glyph size so caller doesn't have to | ||
| 35 | consider the extra space otherwise added (fixes problem in ses.el). | ||
| 36 | |||
| 37 | * frame.c (x_set_font): Clear f->n_tool_bar_rows and current frame | ||
| 38 | matrices to force recalculation of tool-bar height after font change. | ||
| 39 | |||
| 40 | * xdisp.c (tool_bar_lines_needed): New local `temp_row' for clarity. | ||
| 41 | Clear it when done, so we don't accidentally draw a second copy of | ||
| 42 | the tool-bar after resetting f->n_tool_bar_rows. | ||
| 43 | (redisplay_tool_bar): Update tool-bar-lines frame parameter whenever | ||
| 44 | we recalculate f->n_tool_bar_rows. | ||
| 45 | |||
| 46 | 2006-04-23 Lars Hansen <larsh@soem.dk> | ||
| 47 | |||
| 48 | * editfns.c (find_field): Fix comment. | ||
| 49 | (Ffield_beginning): Fix bug when POS is at field beginning. | ||
| 50 | |||
| 51 | 2006-04-22 Eli Zaretskii <eliz@gnu.org> | ||
| 52 | |||
| 53 | * puresize.h (BASE_PURESIZE): Increase to 1205000. | ||
| 54 | |||
| 55 | 2006-04-21 Kim F. Storm <storm@cua.dk> | ||
| 56 | |||
| 57 | * xdisp.c (redisplay_window): Fix last change. Don't recenter if | ||
| 58 | window start is at BEGV. | ||
| 59 | |||
| 60 | * dispextern.h (struct image): New member `corners'. | ||
| 61 | (TOP_CORNER, LEFT_CORNER, BOT_CORNER, RIGHT_CORNER): New macros. | ||
| 62 | |||
| 63 | * image.c (four_corners_best): New arg CORNERS specifies what pixels | ||
| 64 | to look at in case image has margin. | ||
| 65 | (x_create_bitmap_mask): Pass NULL for CORNERS to four_corners_best. | ||
| 66 | (image_background, image_background_transparent) | ||
| 67 | (x_build_heuristic_mask): Pass img->corners to four_corners_best. | ||
| 68 | (gif_load): Set img->corners according to image's margin spec. | ||
| 69 | Use img->corners values directly where applicable. | ||
| 70 | Save image extension data in img->data.lisp_val. | ||
| 71 | (gif_clear_image): New function to free img->data.lisp_val. | ||
| 72 | (gif_type): Use it instead of generic x_clear_image. | ||
| 73 | (Fimage_extension_data): New defun. | ||
| 74 | (syms_of_image): Defsubr it. | ||
| 75 | |||
| 76 | 2006-04-21 John Sullivan <john@wjsullivan.net> (tiny change) | ||
| 77 | |||
| 78 | * window.c (Fdisplay_buffer): Doc fix. | ||
| 79 | |||
| 80 | 2006-04-21 Eli Zaretskii <eliz@gnu.org> | ||
| 81 | |||
| 82 | * s/ms-w32.h (SYSTEM_PURESIZE_EXTRA): Increase to 25000. | ||
| 83 | |||
| 84 | 2006-04-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 85 | |||
| 86 | * image.c [MAC_OS] (xpm_load_image): Fill in background field | ||
| 87 | while we have ximg handy. | ||
| 88 | |||
| 89 | * macmenu.c (restore_menu_items, save_menu_items): New functions | ||
| 90 | from xmenu.c. | ||
| 91 | (set_frame_menubar, digest_single_submenu): Apply 2006-04-18 | ||
| 92 | changes for xmenu.c. | ||
| 93 | |||
| 94 | * macterm.c (x_per_char_metric): Return NULL if glyph width is 0. | ||
| 95 | (add_mac_font_name): New function. | ||
| 96 | (init_font_name_table): Use it. Adopt the first found font from | ||
| 97 | those having the same family name. | ||
| 98 | |||
| 99 | 2006-04-21 Nick Roberts <nickrob@snap.net.nz> | ||
| 100 | |||
| 101 | * xdisp.c (note_mouse_highlight): Use build_string. | ||
| 102 | |||
| 103 | 2006-04-20 Lars Hansen <larsh@soem.dk> | ||
| 104 | |||
| 105 | * textprop.c (Fremove_list_of_text_properties): | ||
| 106 | Ensure modify_region is called only when buffer is modified and that | ||
| 107 | signal_after_change is allways called in that case. | ||
| 108 | |||
| 109 | * print.c (PRINTFINISH): Call signal_after_change. | ||
| 110 | |||
| 111 | 2006-04-20 Kim F. Storm <storm@cua.dk> | ||
| 112 | |||
| 113 | * xdisp.c (redisplay_window): Fix last change. | ||
| 114 | |||
| 115 | * xdisp.c (redisplay_window): If current window start is not at the | ||
| 116 | beginning of a line, select a new window start if buffer is modified | ||
| 117 | and window start is in the modified region, but the first change is | ||
| 118 | before window start. | ||
| 119 | |||
| 1 | 2006-04-18 Richard Stallman <rms@gnu.org> | 120 | 2006-04-18 Richard Stallman <rms@gnu.org> |
| 2 | 121 | ||
| 3 | * xmenu.c (restore_menu_items, save_menu_items): New fns. | 122 | * xmenu.c (restore_menu_items, save_menu_items): New fns. |
| 4 | (set_frame_menubar): Use save_menu_items. Save updated vector in | 123 | (set_frame_menubar): Use save_menu_items. Save updated vector in |
| 5 | the frame before unwinding it. Don't use unuse_menu_items. Don't | 124 | the frame before unwinding it. Don't use unuse_menu_items. |
| 6 | use discard_menu_items. | 125 | Don't use discard_menu_items. |
| 7 | (digest_single_submenu): Abort if an item is not in a pane. | 126 | (digest_single_submenu): Abort if an item is not in a pane. |
| 8 | (init_menu_items): Put the error check at the top. | 127 | (init_menu_items): Put the error check at the top. |
| 9 | 128 | ||
| @@ -30,8 +149,8 @@ | |||
| 30 | 149 | ||
| 31 | * macterm.c (XCreateGC, x_per_char_metric, xlfdpat_create) | 150 | * macterm.c (XCreateGC, x_per_char_metric, xlfdpat_create) |
| 32 | (init_font_name_table, init_font_name_table, mac_do_list_fonts) | 151 | (init_font_name_table, init_font_name_table, mac_do_list_fonts) |
| 33 | (XLoadQueryFont, mac_store_apple_event): Don't check | 152 | (XLoadQueryFont, mac_store_apple_event): Don't check return value |
| 34 | return value of xmalloc. | 153 | of xmalloc. |
| 35 | 154 | ||
| 36 | 2006-04-17 Kim F. Storm <storm@cua.dk> | 155 | 2006-04-17 Kim F. Storm <storm@cua.dk> |
| 37 | 156 | ||
| @@ -75,8 +194,7 @@ | |||
| 75 | 2006-04-13 Kenichi Handa <handa@m17n.org> | 194 | 2006-04-13 Kenichi Handa <handa@m17n.org> |
| 76 | 195 | ||
| 77 | * coding.c (setup_coding_system): Fix previous change. | 196 | * coding.c (setup_coding_system): Fix previous change. |
| 78 | (encode_coding): If eol_type is not yet decided, use | 197 | (encode_coding): If eol_type is not yet decided, use system_eol_type. |
| 79 | system_eol_type. | ||
| 80 | (shrink_encoding_region): If eol_type is not yet decided and | 198 | (shrink_encoding_region): If eol_type is not yet decided and |
| 81 | system_eol_type is not LF, don't shrink. | 199 | system_eol_type is not LF, don't shrink. |
| 82 | 200 | ||
| @@ -176,8 +294,8 @@ | |||
| 176 | within ||. Add explicit braces to avoid ambiguous `else'. | 294 | within ||. Add explicit braces to avoid ambiguous `else'. |
| 177 | (dump_glyph_row): Remove label for `inverse_p' from legend. | 295 | (dump_glyph_row): Remove label for `inverse_p' from legend. |
| 178 | 296 | ||
| 179 | * xfaces.c (Finternal_merge_in_global_face, try_font_list): Add | 297 | * xfaces.c (Finternal_merge_in_global_face, try_font_list): |
| 180 | explicit braces to avoid ambiguous `else'. | 298 | Add explicit braces to avoid ambiguous `else'. |
| 181 | 299 | ||
| 182 | 2006-04-11 Micha,Ak(Bl Cadilhac <michael.cadilhac@lrde.org> (tiny change) | 300 | 2006-04-11 Micha,Ak(Bl Cadilhac <michael.cadilhac@lrde.org> (tiny change) |
| 183 | 301 | ||
| @@ -886,11 +1004,6 @@ | |||
| 886 | (mac_set_clip_rectangles): When resetting clip region, make it | 1004 | (mac_set_clip_rectangles): When resetting clip region, make it |
| 887 | empty instead of disposing of it. | 1005 | empty instead of disposing of it. |
| 888 | 1006 | ||
| 889 | 2006-02-20 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 890 | |||
| 891 | * keymap.c (store_in_keymap): Change `def' arg to not be `register'. | ||
| 892 | Seems to trigger a bug in gcc-amd64 4.0.2 20051125 (Red Hat 4.0.2-8). | ||
| 893 | |||
| 894 | 2006-02-20 Kim F. Storm <storm@cua.dk> | 1007 | 2006-02-20 Kim F. Storm <storm@cua.dk> |
| 895 | 1008 | ||
| 896 | * Makefile.in: Add fringe.elc to WINDOW_SUPPORT. | 1009 | * Makefile.in: Add fringe.elc to WINDOW_SUPPORT. |