aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorMiles Bader2006-11-21 08:56:38 +0000
committerMiles Bader2006-11-21 08:56:38 +0000
commiteeb7eaa88482114822730380196f4e7a3c0870dd (patch)
treee8c3861b628ad53c6b8f158b74d1be8bd8590aeb /src/ChangeLog
parentb15d6f4265b10fbc413caca03246feff9c87d53e (diff)
parenta98d0b8e8948293de119c4cdd7a8c79318ad82fa (diff)
downloademacs-eeb7eaa88482114822730380196f4e7a3c0870dd.tar.gz
emacs-eeb7eaa88482114822730380196f4e7a3c0870dd.zip
Merge from emacs--devo--0
Patches applied: * emacs--devo--0 (patch 505-522) - Update from CVS - Merge from gnus--rel--5.10 - Update from CVS: etc/TUTORIAL.cn: Updated. - Merge from erc--emacs--22 * gnus--rel--5.10 (patch 164-167) - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-137
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog130
1 files changed, 129 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 601d1058b1b..358e6374810 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,130 @@
12006-11-21 Richard Stallman <rms@gnu.org>
2
3 * fileio.c: Break line before &&, not after.
4
52006-11-20 Eli Zaretskii <eliz@gnu.org>
6
7 * fns.c (concat) [!__GNUC__]: Add prototype.
8
92006-11-20 Kenichi Handa <handa@m17n.org>
10
11 * fileio.c (Fread_file_name_internal): Use SBYTES (not SCHARS) to
12 check the tailing slash of a filename.
13
142006-11-20 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
15
16 * indent.c (Fvertical_motion): Include composition in the case of
17 overshoot expected.
18
192006-11-19 Andreas Schwab <schwab@gnu.org>
20
21 * xfaces.c (Fdisplay_supports_face_attributes_p): Initialize
22 supports.
23
24 * xmenu.c (Fx_popup_menu): Initialize selection.
25
262006-11-18 Andreas Schwab <schwab@suse.de>
27
28 * s/gnu-linux.h (GC_MARK_SECONDARY_STACK): Update call to
29 mark_memory.
30
312006-11-17 Tetsurou Okazaki <okazaki@be.to> (tiny change)
32
33 * xterm.c (do_ewmh_fullscreen): Declare variable before XSETFRAME
34 to avoid gcc 2.96 error.
35
362006-11-17 NIIMI Satoshi <sa2c@sa2c.net> (tiny change)
37
38 * search.c (simple_search): In the loop of backward searching,
39 check also the byte position against the limit.
40
412006-11-14 Romain Francoise <romain@orebokech.com>
42
43 * minibuf.c (Fcompleting_read): Fix typo in docstring.
44
452006-11-14 Kenichi Handa <handa@m17n.org>
46
47 * coding.c (code_convert_region): Initialize
48 coding->heading_ascii.
49 (decode_coding_string, code_convert_region): Likewise.
50
512006-11-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
52
53 * config.in: Regenerate.
54
55 * macfns.c (Fx_display_mm_height, Fx_display_mm_width)
56 [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030
57 && MAC_OS_X_VERSION_MIN_REQUIRED == 1020]: Check if
58 CGDisplayScreenSize is available.
59
60 * macmenu.c (menu_quit_handler, install_menu_quit_handler):
61 Replace `#ifdef HAVE_CANCELMENUTRACKING' with
62 `#if MAC_OS_X_VERSION_MAX_ALLOWED >= 1030'.
63 (install_menu_quit_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030
64 && MAC_OS_X_VERSION_MIN_REQUIRED == 1020]: Check if
65 CancelMenuTracking is available.
66
67 * macterm.c [USE_CG_TEXT_DRAWING] (mac_draw_image_string_cg)
68 [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030
69 && MAC_OS_X_VERSION_MIN_REQUIRED == 1020]: Check if
70 CGContextShowGlyphsWithAdvances is available.
71
722006-11-13 Jason Rumney <jasonr@gnu.org>
73
74 * s/ms-w32.h: Define HAVE_INET_SOCKETS.
75
762006-11-13 Nozomu Ando <nand@mac.com>
77
78 * alloc.c (mark_memory): New argument OFFSET. All uses changed.
79 Fix address calculations for case END < START.
80 (mark_stack): Impose Lisp_Object alignment on jmp_buf.
81
822006-11-12 Juanma Barranquero <lekktu@gmail.com>
83
84 * coding.c (Fencode_sjis_char, Fencode_big5_char):
85 Improve argument/docstring consistency.
86
87 * editfns.c (Fmessage): Doc fixes.
88
89 * process.c (syms_of_process) <delete-exited-processes>: Doc fix.
90
912006-11-12 Chong Yidong <cyd@stupidchicken.com>
92
93 * xmenu.c (popup_activated): Define outside HAVE_MENUS.
94
952006-11-12 Romain Francoise <romain@orebokech.com>
96
97 * xselect.c (selection-coding-system): Fix docstring.
98
992006-11-12 Juanma Barranquero <lekktu@gmail.com>
100
101 * category.c (Fchar_category_set): Improve arg/docstring consistency.
102
103 * data.c (Flogxor):
104 * fns.c (Frandom, Flength, Fsafe_length, Fstring_bytes)
105 (Fstring_equal, Fcompare_strings, Fstring_lessp, Fcopy_sequence)
106 (Fstring_make_unibyte): Fix typos in docstrings.
107
1082006-11-10 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
109
110 * xterm.h (struct x_display_info): Fix indentation.
111
112 * xterm.c (do_ewmh_fullscreen, XTfullscreen_hook): New functions.
113 (x_check_fullscreen): Call do_ewmh_fullscreen.
114 (x_initialize): Set fullscreen_hook to XTfullscreen_hook.
115
116 * frame.c (x_set_fullscreen): Call fullscreen_hook if set.
117
118 * term.c: Define fullscreen_hook.
119 (syms_of_term): Initialize fullscreen_hook to NULL.
120
121 * termhooks.h: Add fullscreen_hook.
122
1232006-11-08 Juanma Barranquero <lekktu@gmail.com>
124
125 * bytecode.c (Fbyte_code):
126 * data.c (Fmakunbound): Use SYMBOL_CONSTANT_P macro.
127
12006-11-06 Juanma Barranquero <lekktu@gmail.com> 1282006-11-06 Juanma Barranquero <lekktu@gmail.com>
2 129
3 * lread.c (syms_of_lread): 130 * lread.c (syms_of_lread):
@@ -716,7 +843,7 @@
716 * editfns.c (Fsystem_name): Mention "host" in the doc string. 843 * editfns.c (Fsystem_name): Mention "host" in the doc string.
717 (syms_of_editfns) <system-name>: Likewise. 844 (syms_of_editfns) <system-name>: Likewise.
718 845
7192006-08-27 Martin Rudalics <rudalics@gmx.at> 8462006-09-08 Martin Rudalics <rudalics@gmx.at>
720 847
721 * xdisp.c (mouse_autoselect_window): Remove. 848 * xdisp.c (mouse_autoselect_window): Remove.
722 (Vmouse_autoselect_window): New variable. DEFVAR_LISP it. 849 (Vmouse_autoselect_window): New variable. DEFVAR_LISP it.
@@ -26367,6 +26494,7 @@ See ChangeLog.9 for earlier changes.
26367 26494
26368;; Local Variables: 26495;; Local Variables:
26369;; coding: iso-2022-7bit 26496;; coding: iso-2022-7bit
26497;; add-log-time-zone-rule: t
26370;; End: 26498;; End:
26371 26499
26372 Copyright (C) 2001, 2002, 2003, 2004, 2005, 26500 Copyright (C) 2001, 2002, 2003, 2004, 2005,