aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorMiles Bader2005-03-09 00:09:34 +0000
committerMiles Bader2005-03-09 00:09:34 +0000
commit2cdd4f8845ab5519a15f3c603d9ab48f7e1a91bd (patch)
tree61823da8e4c3589c2c30ffaea3353cb92def7b1f /src/ChangeLog
parentbcd98ae6b3b5ed8f38618b3a52acdbcd944c8095 (diff)
parentec3c4a4cf2b336d2ca507e30877115a3e37e4df4 (diff)
downloademacs-2cdd4f8845ab5519a15f3c603d9ab48f7e1a91bd.tar.gz
emacs-2cdd4f8845ab5519a15f3c603d9ab48f7e1a91bd.zip
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-23
Merge from emacs--cvs-trunk--0 Patches applied: * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0 (patch 150-165) - Update from CVS - Merge from gnus--rel--5.10 - Add info/dir to arch branch * miles@gnu.org--gnu-2005/gnus--rel--5.10 (patch 34-37) - Merge from emacs--cvs-trunk--0 - Update from CVS
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog136
1 files changed, 135 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index eb0a3d0cf3b..34ef6c228bb 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,132 @@
12005-03-08 Kenichi Handa <handa@m17n.org>
2
3 * frame.c (x_set_font): Call set_default_ascii_font if an
4 available font is found.
5
6 * fontset.c (set_default_ascii_font): New function.
7 (syms_of_fontset): Don't set FONTSET_ASCII (Vdefault_fontset)
8 here.
9
10 * fontset.h (set_default_ascii_font): Extern it.
11
122005-03-07 Kim F. Storm <storm@cua.dk>
13
14 * xdisp.c (CLEAR_IMAGE_CACHE_COUNT): New const.
15 (clear_image_cache_count): New var.
16 (redisplay_internal): Don't clear face and image caches in the
17 middle of redisplay; do it afterwards.
18
19 * blockinput.h (TOTALLY_UNBLOCK_INPUT): Avoid dangling else.
20
21 * xdisp.c (notice_overwritten_cursor): Check that phys_cursor.vpos
22 is valid. If not, clear phys_cursor_on_p and return.
23
242005-03-07 Andreas Schwab <schwab@suse.de>
25
26 * blockinput.h (UNBLOCK_INPUT_TO): Always call UNBLOCK_INPUT.
27
282005-03-06 Richard M. Stallman <rms@gnu.org>
29
30 * keyboard.c (Ftop_level): Let Fthrow deal with UNBLOCK_INPUT.
31
32 * eval.c (unwind_to_catch): Use UNBLOCK_INPUT_TO.
33 (Feval, Ffuncall): Use CHECK_CONS_LIST.
34
35 * lisp.h (CHECK_CONS_LIST): New macro (two definitions).
36
37 * blockinput.h (UNBLOCK_INPUT_TO): New macro.
38 (TOTALLY_UNBLOCK_INPUT): Handle a pending signal if any.
39
402005-03-05 Juri Linkov <juri@jurta.org>
41
42 * emacs.c (USAGE1): Replace Info node name "command arguments"
43 with "emacs invocation".
44 (USAGE3): Fix usage of `--color=MODE' which actually doesn't
45 allow arguments `--color' and `MODE' to be separated by space.
46 Add --no-blinking-cursor, -nbc.
47 (standard_args): Add -nbc, --no-blinking-cursor.
48
492005-03-04 Thien-Thi Nguyen <ttn@gnu.org>
50
51 * s/vms.h: Define NO_HYPHENS_IN_FILENAMES.
52 * s/vms4-4.h, s/vms5-5.h: Undefine NO_HYPHENS_IN_FILENAMES.
53 * fileio.c (Fexpand_file_name) [VMS]:
54 Use NO_HYPHENS_IN_FILENAMES, not VMS4_4.
55 * doc.c (munge_doc_file_name) [VMS]: Likewise.
56 (Fsnarf_documentation): Call munge_doc_file_name.
57
582005-03-04 Thien-Thi Nguyen <ttn@gnu.org>
59
60 * s/vms.h (FILE_SYSTEM_CASE): New macro.
61 * fileio.c (Fexpand_file_name) [VMS]: Don't upcase the name
62 "manually"; this is now handled generally via FILE_SYSTEM_CASE.
63
642005-03-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
65
66 * emacs.c (main): Change `#ifdef HAVE_CARBON' to `#if
67 defined (MAC_OSX) && defined (HAVE_CARBON)'.
68
69 * image.c [!MAC_OSX && TARGET_API_MAC_CARBON]: Include
70 QuickTime.h.
71
72 * mac.c [!MAC_OSX && HAVE_CARBON]: Include Carbon.h.
73 [!MAC_OSX] (select) [TARGET_API_MAC_CARBON]: Use ReceiveNextEvent.
74 (posix_pathname_to_fsspec, fsspec_to_posix_pathname): New
75 functions.
76 (mac_clear_font_name_table): Move extern to macterm.h.
77
78 * macfns.c (install_window_handler): Move extern to macterm.h.
79 (Fx_file_dialog): Check STRINGP (default_filename) to see it is
80 valid. Don't check !NILP (dir) because it is already checked with
81 CHECK_STRING.
82 (Fx_file_dialog) [!MAC_OSX]: Use FSSpec instead of FSRef for
83 specifying the default location and obtaining the selected
84 filename.
85
86 * macgui.h [!MAC_OSX && HAVE_CARBON]: Include Carbon.h.
87
88 * macmenu.c [TARGET_API_MAC_CARBON]: Don't include headers that
89 are included via Carbon.h.
90
91 * macterm.c [TARGET_API_MAC_CARBON && !MAC_OSX]: Define
92 USE_CARBON_EVENTS to 1.
93 (qd) [__MRC__ && TARGET_API_MAC_CARBON]: Don't declare.
94 (x_free_frame_resources): Call remove_window_handler for
95 non-tooltip windows.
96 [TARGET_API_MAC_CARBON]: Don't include headers that are included
97 via Carbon.h.
98 [TARGET_API_MAC_CARBON] (mac_do_track_dragUPP)
99 (mac_do_receive_dragUPP): New variables.
100 (mac_handle_service_event, init_service_handler): Put declarations
101 and definitions in #ifdef MAC_OSX.
102 (install_window_handler) [TARGET_API_MAC_CARBON]: Create UPPs for
103 drag-and-drop handler functions and register them.
104 (remove_window_handler): New function.
105 (do_ae_open_documents, mac_do_receive_drag) [!MAC_OSX]: Use
106 fsspec_to_posix_pathname.
107 (main): Change #if !TARGET_API_MAC_CARBON to #ifdef MAC_OS8.
108 (XTread_socket) [!MAC_OSX]: Don't pass keyboard events to TSM.
109 [MAC_OS8] (make_mac_terminal_frame) [TARGET_API_MAC_CARBON]: Set
110 default cursors.
111 (mac_initialize) [USE_CARBON_EVENTS && !MAC_OSX] : Don't call
112 init_service_handler or init_quit_char_handler.
113 (mac_initialize) [!MAC_OSX]: Don't call MakeMeTheFrontProcess.
114
115 * macterm.h (install_window_handler, remove_window_handler)
116 (posix_pathname_to_fsspec, fsspec_to_posix_pathname)
117 (mac_clear_font_name_table): New externs.
118
1192005-03-03 Thien-Thi Nguyen <ttn@gnu.org>
120
121 * fileio.c (FILE_SYSTEM_CASE): Define macro if not already defined.
122 (Ffile_name_directory): Use FILE_SYSTEM_CASE unconditionally.
123 (Fexpand_file_name): Likewise.
124
1252005-03-03 Thien-Thi Nguyen <ttn@gnu.org>
126
127 * emacs.c (Fkill_emacs): Use EXIT_SUCCESS;
128 no longer special-case VMS. Add bogus return value.
129
12005-03-02 Kim F. Storm <storm@cua.dk> 1302005-03-02 Kim F. Storm <storm@cua.dk>
2 131
3 * dispextern.h (XASSERTS): Define to 0 if not already defined. 132 * dispextern.h (XASSERTS): Define to 0 if not already defined.
@@ -17,6 +146,11 @@
17 146
18 * keyboard.c (Fposn_at_x_y): Check integerness of X and Y. 147 * keyboard.c (Fposn_at_x_y): Check integerness of X and Y.
19 148
1492005-02-27 Richard M. Stallman <rms@gnu.org>
150
151 * xdisp.c (fast_find_position): Rename END to BEG.
152 (syms_of_xdisp) <menu-bar-update-hook>: Doc fix.
153
202005-02-27 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 1542005-02-27 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
21 155
22 * gtkutil.c (xg_resize_outer_widget): Remove unneeded call to 156 * gtkutil.c (xg_resize_outer_widget): Remove unneeded call to
@@ -777,7 +911,7 @@
777 [TARGET_API_MAC_CARBON] (mac_do_track_drag): Likewise. 911 [TARGET_API_MAC_CARBON] (mac_do_track_drag): Likewise.
778 Reject only when there are no filename items. Set background color 912 Reject only when there are no filename items. Set background color
779 before (un)highlighting the window below the dragged items. 913 before (un)highlighting the window below the dragged items.
780 (XTread_socket) [!USE_CARBON_EVENTS]: Don't call do_window_update. 914 (XTread_socket) [USE_CARBON_EVENTS]: Don't call do_window_update.
781 915
7822005-01-05 Romain Francoise <romain@orebokech.com> 9162005-01-05 Romain Francoise <romain@orebokech.com>
783 917