aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKaroly Lorentey2005-11-01 06:23:08 +0000
committerKaroly Lorentey2005-11-01 06:23:08 +0000
commitcd0cf71c4f41023a8d9c20b3a26e44b980992b5a (patch)
treeb763cfec551254e2228335be4e218ed7a9a19109 /src/ChangeLog
parentc40bb1ba81a5df164f0b9b61e3480c55808717b7 (diff)
parent895725e10c0fb68ed21abb48183cc8843bcaadf3 (diff)
downloademacs-cd0cf71c4f41023a8d9c20b3a26e44b980992b5a.tar.gz
emacs-cd0cf71c4f41023a8d9c20b3a26e44b980992b5a.zip
Merged from miles@gnu.org--gnu-2005 (patch 142-148, 615-628)
Patches applied: * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-615 Merge from gnus--rel--5.10 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-616 Add lisp/mh-e/.arch-inventory * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-617 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-618 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-619 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-620 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-621 Merge from gnus--rel--5.10 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-622 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-623 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-624 Update from CVS: lisp/smerge-mode.el: Add 'tools' to file keywords. * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-625 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-626 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-627 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-628 Update from CVS * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-142 Update from CVS * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-143 Update from CVS * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-144 Update from CVS * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-145 Update from CVS * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-146 Update from CVS * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-147 Update from CVS * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-148 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-435
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog88
1 files changed, 86 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 213e7762485..61a10be80dd 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,88 @@
12005-10-27 Chong Yidong <cyd@stupidchicken.com>
2
3 * data.c (Fmake_variable_frame_local): Add clarification to
4 docstring.
5
6 * fringe.c (update_window_fringes): Handle case where buffer ends
7 with a newline.
8
92005-10-27 Kenichi Handa <handa@m17n.org>
10
11 * coding.h (DECODE_SYSTEM): Fix argument name; name->str.
12
132005-10-24 Kenichi Handa <handa@m17n.org>
14
15 * charset.h (charset_mule_unicode_0100_24ff)
16 (charset_mule_unicode_2500_33ff, charset_mule_unicode_e000_ffff):
17 Extern them.
18
19 * charset.c (charset_mule_unicode_0100_24ff)
20 (charset_mule_unicode_2500_33ff, charset_mule_unicode_e000_ffff):
21 New variables.
22 (Fsetup_special_charsets): Initialize them.
23
24 * xterm.c (handle_one_xevent): Handle keysyms directly mapped to
25 supported Unicode characters.
26
272005-10-25 Jason Rumney <jasonr@gnu.org>
28
29 * w32fns.c (w32_to_x_font): Avoid forcing font widths.
30
312005-10-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32
33 * image.c [MAC_OS] (image_load_qt_1): Check image size.
34 Use GraphicsImportGetImageDescription instead of
35 GraphicsImportGetNaturalBounds.
36 [MAC_OSX] (image_load_quartz2d): Check image size.
37 [MAC_OS] (xpm_load_image): Likewise.
38
39 * macterm.c (last_mouse_glyph_frame): New var.
40 (note_mouse_movement): Say mouse moved if current frame differs
41 from last_mouse_glyph_frame, and update last_mouse_glyph_frame.
42 (XTmouse_position): Set last_mouse_glyph_frame.
43 (XTread_socket): Clear last_mouse_glyph_frame on mouse up/down event.
44 (mac_draw_string_common) [MAC_OSX && WORDS_BIG_ENDIAN]: Fix typo.
45 Use EndianU16_BtoN.
46 (mac_draw_string_common) [MAC_OSX]: Don't use ATSUClearLayoutControls.
47 (x_per_char_metric, XLoadQueryFont)
48 [MAC_OS_X_VERSION_MAX_ALLOWED < 1020]: Use device origins to get
49 glyph bounds.
50 (mac_to_x_fontname, mac_do_list_fonts)
51 (mac_initialize_display_info): Change screen resolutions to 72dpi.
52
532005-10-25 Masatake YAMATO <jet@gyve.org>
54
55 * minibuf.c (Fdisplay_completion_list): Small doc fix.
56
572005-10-24 Kim F. Storm <storm@cua.dk>
58
59 * xterm.c: Undo 2005-10-23 change.
60 (last_mouse_glyph_frame): New var.
61 (note_mouse_movement): Say mouse moved if current frame differs
62 from last_mouse_glyph_frame, and update last_mouse_glyph_frame.
63 (XTmouse_position): Set last_mouse_glyph_frame.
64 (handle_one_xevent): Clear last_mouse_glyph_frame [instead of
65 last_mouse_glyph] on mouse up/down event.
66
67 * editfns.c (Fcompare_buffer_substrings): Fix last change.
68
692005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
70
71 * editfns.c (Fcompare_buffer_substrings): Handle multibyte chars.
72
732005-10-23 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
74
75 * xterm.c (note_mouse_movement): Always call note_mouse_highlight
76 so tool tips don't interfere with press on tool bar button.
77
782005-10-23 Richard M. Stallman <rms@gnu.org>
79
80 * casetab.c (Fset_case_table): Doc fix.
81
82 * lread.c (build_load_history): Replace STREAM arg with ENTIRE.
83 (readevalloop): Compute ENTIRE properly.
84 (syms_of_lread) <load-history>: Doc fix.
85
12005-10-21 Richard M. Stallman <rms@gnu.org> 862005-10-21 Richard M. Stallman <rms@gnu.org>
2 87
3 * lread.c (Fload): Simplify gcpro structure. 88 * lread.c (Fload): Simplify gcpro structure.
@@ -8,8 +93,7 @@
8 93
92005-10-21 Kenichi Handa <handa@m17n.org> 942005-10-21 Kenichi Handa <handa@m17n.org>
10 95
11 * search.c (boyer_moore): Surround the '||' part of expression in 96 * search.c (boyer_moore): Add parens to fix and/or precedence bug.
12 `if' condition by parentheses explicitly.
13 97
142005-10-20 Kim F. Storm <storm@cua.dk> 982005-10-20 Kim F. Storm <storm@cua.dk>
15 99