aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKaroly Lorentey2005-12-03 14:25:50 +0000
committerKaroly Lorentey2005-12-03 14:25:50 +0000
commit9ef706664e98e37e9633712126bae99869904677 (patch)
tree193bce7424700e4c7d70f54b04f7f81d64525554 /src/ChangeLog
parent950bed4bb96d2a580818bdaab64a164c7c9a1c1e (diff)
parent9f6efa0c78099f2f028c4db1db5a58567a1cfb4e (diff)
downloademacs-9ef706664e98e37e9633712126bae99869904677.tar.gz
emacs-9ef706664e98e37e9633712126bae99869904677.zip
Merged from miles@gnu.org--gnu-2005 (patch 659-663)
Patches applied: * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-659 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-660 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-661 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-662 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-663 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-445
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog87
1 files changed, 71 insertions, 16 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 105a03a2b8c..256172630ef 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,60 @@
12005-11-30 L$,1 q(Brentey K,Aa(Broly <lorentey@elte.hu>
2
3 * buffer.c (Fpop_to_buffer): Remove superfluous call to record_buffer.
4
52005-11-30 Kim F. Storm <storm@cua.dk>
6
7 * alloc.c: Include fcntl.h. Define O_WRONLY if not defined.
8 (valid_lisp_object_p) [!GC_MARK_STACK]: Validate pointer by
9 passing it to `emacs_write'.
10
112005-11-29 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
12
13 * atimer.c (stop_other_atimers): Fix loop to correctly compute `prev'.
14
152005-11-27 Richard M. Stallman <rms@gnu.org>
16
17 * window.c (adjust_window_trailing_edge): New function.
18 (Fadjust_window_trailing_edge): New function.
19 (syms_of_window): Defsubr it.
20 (window_deletion_count): New variable.
21 (delete_window): Update window_deletion_count.
22
232005-11-26 Eli Zaretskii <eliz@gnu.org>
24
25 * minibuf.c (syms_of_minibuf): Mention the extension of
26 `completion-auto-help's meaning by complete.el.
27
282005-11-26 Henrik Enberg <henrik.enberg@telia.com>
29
30 * xfaces.c (Finternal_set_lisp_face_attribute_from_resource):
31 Handle :inherit property as a lisp expression.
32
332005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
34
35 * macterm.c (Qcontrol): Rename from Qctrl. All uses changed.
36 (syms_of_macterm): Staticpro Qcontrol, Qmeta, Qalt, Qhyper,
37 Qsuper, and Qmodifier_value.
38 (Vmac_control_modifier, Vmac_option_modifier)
39 (Vmac_command_modifier, Vmac_function_modifier)
40 (Vmac_emulate_three_button_mouse, Vmac_wheel_button_is_mouse_2)
41 (Vmac_pass_command_to_system, Vmac_pass_control_to_system)
42 (Vmac_charset_info_alist): Doc fixes.
43
442005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
45
46 * emacs.c (main) [MAC_OSX]: Change working directory to home
47 directory if `-psn_*' option is specified.
48
49 * mac.c (DECODE_UTF_8): Remove macro.
50 [TARGET_API_MAC_CARBON] (cfstring_to_lisp_nodecode): New function
51 created from cfstring_to_lisp.
52 [TARGET_API_MAC_CARBON] (cfstring_to_lisp): Use it.
53 (xrm_get_preference_database) [TARGET_API_MAC_CARBON]: Likewise.
54
55 * macterm.h (cfstring_to_lisp_nodecode) [TARGET_API_MAC_CARBON]:
56 Add prototype.
57
12005-11-21 Ken Raeburn <raeburn@mit.edu> 582005-11-21 Ken Raeburn <raeburn@mit.edu>
2 59
3 * keymap.c (shadow_lookup): Use make_number to pass a number to 60 * keymap.c (shadow_lookup): Use make_number to pass a number to
@@ -9,8 +66,8 @@
9 66
102005-11-20 Chong Yidong <cyd@stupidchicken.com> 672005-11-20 Chong Yidong <cyd@stupidchicken.com>
11 68
12 * xfaces.c (Finternal_set_lisp_face_attribute): Use 69 * xfaces.c (Finternal_set_lisp_face_attribute):
13 :ignore-defface for new frame defaults when `unspecified' is 70 Use :ignore-defface for new frame defaults when `unspecified' is
14 supplied. 71 supplied.
15 (Finternal_get_lisp_face_attribute): Hide :ignore-defface. 72 (Finternal_get_lisp_face_attribute): Hide :ignore-defface.
16 (merge_face_vectors): Don't do :ignore-defface overwriting here. 73 (merge_face_vectors): Don't do :ignore-defface overwriting here.
@@ -35,24 +92,22 @@
35 92
36 * macterm.c [USE_CG_TEXT_DRAWING] (cg_text_anti_aliasing_threshold): 93 * macterm.c [USE_CG_TEXT_DRAWING] (cg_text_anti_aliasing_threshold):
37 New variable. 94 New variable.
38 [USE_CG_TEXT_DRAWING] (init_cg_text_anti_aliasing_threshold): New 95 [USE_CG_TEXT_DRAWING] (init_cg_text_anti_aliasing_threshold): New fun.
39 function.
40 (init_font_name_table) [USE_ATSUI && USE_CG_TEXT_DRAWING]: Use it. 96 (init_font_name_table) [USE_ATSUI && USE_CG_TEXT_DRAWING]: Use it.
41 [USE_CG_TEXT_DRAWING] (mac_draw_string_cg): Don't do antialiasing if 97 [USE_CG_TEXT_DRAWING] (mac_draw_string_cg): Don't do antialiasing if
42 font size is smaller than or equal to cg_text_anti_aliasing_threshold. 98 font size is smaller than or equal to cg_text_anti_aliasing_threshold.
43 99
442005-11-17 Chong Yidong <cyd@stupidchicken.com> 1002005-11-17 Chong Yidong <cyd@stupidchicken.com>
45 101
46 * image.c (x_create_bitmap_from_xpm_data): Free attributes on 102 * image.c (x_create_bitmap_from_xpm_data): Free attributes on fail.
47 fail.
48 103
49 * xfaces.c (Qignore_defface): New variable. 104 * xfaces.c (Qignore_defface): New variable.
50 (syms_of_xfaces): Provide `:ignore-defface'. 105 (syms_of_xfaces): Provide `:ignore-defface'.
51 (IGNORE_DEFFACE_P): New macro. 106 (IGNORE_DEFFACE_P): New macro.
52 (check_lface_attrs, lface_fully_specified_p) 107 (check_lface_attrs, lface_fully_specified_p)
53 (Finternal_set_lisp_face_attribute) 108 (Finternal_set_lisp_face_attribute)
54 (Fface_attribute_relative_p, Fmerge_face_attribute): Handle 109 (Fface_attribute_relative_p, Fmerge_face_attribute):
55 Qignore_defface as a possible value. 110 Handle Qignore_defface as a possible value.
56 (merge_face_vectors): The merged face is `unspecified' if the 111 (merge_face_vectors): The merged face is `unspecified' if the
57 mergee specifies `:ignore-defface'. 112 mergee specifies `:ignore-defface'.
58 113
@@ -593,8 +648,8 @@
593 * xdisp.c (remember_mouse_glyph): Use MATRIX_BOTTOM_TEXT_ROW to 648 * xdisp.c (remember_mouse_glyph): Use MATRIX_BOTTOM_TEXT_ROW to
594 get end of text rows. Obtain header-line/mode-line rows directly. 649 get end of text rows. Obtain header-line/mode-line rows directly.
595 650
596 * xterm.c, w32term.c, macterm.c (note_mouse_movement): Restore 651 * xterm.c, w32term.c, macterm.c (note_mouse_movement):
597 help_echo_string if mouse is moved inside last_mouse_glyph. 652 Restore help_echo_string if mouse is moved inside last_mouse_glyph.
598 653
5992005-10-12 Kim F. Storm <storm@cua.dk> 6542005-10-12 Kim F. Storm <storm@cua.dk>
600 655
@@ -659,8 +714,8 @@
659 (init_font_name_table) [USE_ATSUI]: Use decode_mac_font_name. 714 (init_font_name_table) [USE_ATSUI]: Use decode_mac_font_name.
660 Don't use Fdowncase because family name is already lowered by 715 Don't use Fdowncase because family name is already lowered by
661 decode_mac_font_name. 716 decode_mac_font_name.
662 (init_font_name_table): Always call decode_mac_font_name. Add 717 (init_font_name_table): Always call decode_mac_font_name.
663 pair of family name and its reference to fm_font_family_alist. 718 Add pair of family name and its reference to fm_font_family_alist.
664 (mac_clear_font_name_table): Clear fm_font_family_alist. 719 (mac_clear_font_name_table): Clear fm_font_family_alist.
665 (XLoadQueryFont): Move font size parsing part to parse_x_font_name. 720 (XLoadQueryFont): Move font size parsing part to parse_x_font_name.
666 Lookup fm_font_family_alist to get font family reference. 721 Lookup fm_font_family_alist to get font family reference.
@@ -760,8 +815,8 @@
760 (x_fix_overlapping_area): Add new OVERLAPS arg. 815 (x_fix_overlapping_area): Add new OVERLAPS arg.
761 (get_glyph_string_clip_rects): Add extern. 816 (get_glyph_string_clip_rects): Add extern.
762 817
763 * dispnew.c (redraw_overlapping_rows): Call 818 * dispnew.c (redraw_overlapping_rows):
764 rif->fix_overlapping_area with new OVERLAPS arg as redrawn part. 819 Call rif->fix_overlapping_area with new OVERLAPS arg as redrawn part.
765 820
766 * xdisp.c: Rename member for_overlaps_p in struct glyph_string to 821 * xdisp.c: Rename member for_overlaps_p in struct glyph_string to
767 for_overlaps. 822 for_overlaps.
@@ -1106,8 +1161,8 @@
1106 1161
1107 * xsmfns.c: (get_current_dir_name): Remove prototype. 1162 * xsmfns.c: (get_current_dir_name): Remove prototype.
1108 1163
1109 * lisp.h: (get_current_dir_name) [!HAVE_GET_CURRENT_DIR_NAME]: Add 1164 * lisp.h: (get_current_dir_name) [!HAVE_GET_CURRENT_DIR_NAME]:
1110 prototype. 1165 Add prototype.
1111 1166
1112 * sysdep.c [WINDOWSNT]: Add prototype for getwd. 1167 * sysdep.c [WINDOWSNT]: Add prototype for getwd.
1113 Don't #undef NULL after including blockinput.h. 1168 Don't #undef NULL after including blockinput.h.