diff options
| author | Miles Bader | 2005-07-07 12:43:14 +0000 |
|---|---|---|
| committer | Miles Bader | 2005-07-07 12:43:14 +0000 |
| commit | d3e4babdd1267fb5690a17949196640a47c6f159 (patch) | |
| tree | 968a42dfa187e492f9ce188aaf669d0cebf4bfe2 /src/ChangeLog | |
| parent | eeb88b27e1dbd3f412aa684d44e4a784f6e536a2 (diff) | |
| parent | a5717394ea6fbd7ea179c362646f4495f88245cb (diff) | |
| download | emacs-d3e4babdd1267fb5690a17949196640a47c6f159.tar.gz emacs-d3e4babdd1267fb5690a17949196640a47c6f159.zip | |
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-68
Merge from emacs--cvs-trunk--0
Patches applied:
* emacs--cvs-trunk--0 (patch 459-473)
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 86-87)
- Update from CVS
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 85 |
1 files changed, 85 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 2d312756daf..8501f8fd9dc 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,88 @@ | |||
| 1 | 2005-07-06 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * window.c (Frecenter): When arg is inside the scroll margin, | ||
| 4 | move it out of the margin. | ||
| 5 | |||
| 6 | 2005-07-06 Jason Rumney <jasonr@gnu.org> | ||
| 7 | |||
| 8 | * w32console.c (initialize_w32_display): Detect when the console | ||
| 9 | dimensions are insane, and default to 80x25 instead. | ||
| 10 | (w32_use_full_screen_buffer): default to NIL. | ||
| 11 | |||
| 12 | 2005-07-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 13 | |||
| 14 | * macterm.c (mac_draw_vertical_window_border): Use foreground of | ||
| 15 | VERTICAL_BORDER_FACE_ID for vertical border line. | ||
| 16 | (mac_encode_char): Call check_ccl_update in advance. | ||
| 17 | (mac_to_x_fontname, x_font_name_to_mac_font_name) | ||
| 18 | (init_font_name_table, mac_do_list_fonts, XLoadQueryFont): Don't | ||
| 19 | assume that font family length is less than 32. | ||
| 20 | (x_compute_min_glyph_bounds): Make static. | ||
| 21 | (x_load_font): Never set fonts_changed_p to zero. | ||
| 22 | |||
| 23 | 2005-07-04 Lute Kamstra <lute@gnu.org> | ||
| 24 | |||
| 25 | * Update FSF's address in GPL notices. | ||
| 26 | |||
| 27 | 2005-07-03 Richard M. Stallman <rms@gnu.org> | ||
| 28 | |||
| 29 | * xdisp.c (try_window): Fix previous change in how it handles | ||
| 30 | a partially-visible line or one only partly past the margin. | ||
| 31 | |||
| 32 | * window.c (window_scroll_pixel_based): Take account | ||
| 33 | of this_scroll_margin when finding point when scrolling up. | ||
| 34 | |||
| 35 | 2005-06-29 Ralf Angeli <angeli@iwi.uni-sb.de> | ||
| 36 | |||
| 37 | * window.c (window_scroll_pixel_based, window_scroll_line_based): | ||
| 38 | Handle `scroll-preserve-screen-position' non-nil, non-t specially. | ||
| 39 | (syms_of_window): <scroll-preserve-screen-position>: Doc fix. | ||
| 40 | |||
| 41 | 2005-07-02 Juri Linkov <juri@jurta.org> | ||
| 42 | |||
| 43 | * w32term.c (w32_draw_vertical_window_border): Use foreground of | ||
| 44 | VERTICAL_BORDER_FACE_ID for vertical border line. | ||
| 45 | |||
| 46 | 2005-07-02 Eli Zaretskii <eliz@gnu.org> | ||
| 47 | |||
| 48 | * fileio.c (Fcopy_file): Rearrange the code that calls fchown and | ||
| 49 | fchmod so that chmod doesn't get called on MSDOS before the file | ||
| 50 | is closed. | ||
| 51 | |||
| 52 | 2005-07-01 Jason Rumney <jasonr@gnu.org> | ||
| 53 | |||
| 54 | * w32term.c (cleartype_active): New flag for enabling sub-pixel | ||
| 55 | workaround. | ||
| 56 | (w32_initialize): Initialize it. | ||
| 57 | (w32_native_per_char_metric): Allow a couple of extra pixels when | ||
| 58 | Cleartype is active. | ||
| 59 | |||
| 60 | * w32term.c (w32_initialize): Move check for screen reader here | ||
| 61 | from syms_of_w32term. | ||
| 62 | |||
| 63 | 2005-06-30 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | ||
| 64 | |||
| 65 | * xterm.c (handle_one_xevent): bzero compose_status when nbytes | ||
| 66 | is not zero. | ||
| 67 | |||
| 68 | 2005-07-01 Masatake YAMATO <jet@gyve.org> | ||
| 69 | |||
| 70 | * emacs.c (main): Passing ADD_NO_RANDOMIZE to | ||
| 71 | `personality'. | ||
| 72 | |||
| 73 | 2005-06-30 Juri Linkov <juri@jurta.org> | ||
| 74 | |||
| 75 | * xdisp.c (x_draw_vertical_border): If left fringe is not present | ||
| 76 | decrease x coord of vertical border by 1 pixel to not occupy text | ||
| 77 | area of the right window. | ||
| 78 | |||
| 79 | * xterm.c (x_draw_vertical_window_border): Use foreground of | ||
| 80 | VERTICAL_BORDER_FACE_ID for vertical border line. | ||
| 81 | |||
| 82 | * term.c (turn_on_face): In standout mode apply specified | ||
| 83 | fg to bg, and specified bg to fg (this makes the logic of | ||
| 84 | inversion on terminal consistent with X). | ||
| 85 | |||
| 1 | 2005-06-29 Juanma Barranquero <lekktu@gmail.com> | 86 | 2005-06-29 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 87 | ||
| 3 | * eval.c (user_variable_p_eh): New function. | 88 | * eval.c (user_variable_p_eh): New function. |