aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2007-10-10 09:12:01 +0000
committerJuanma Barranquero2007-10-10 09:12:01 +0000
commit8b5869b7df3ed508785b0d31db20fafcb95cfd76 (patch)
treeb584ee310e16b4eee0b4820f43f5fbf3eaf0009b
parentc86f737748a087266c607c9bc0a0d79809c6b8f8 (diff)
downloademacs-8b5869b7df3ed508785b0d31db20fafcb95cfd76.tar.gz
emacs-8b5869b7df3ed508785b0d31db20fafcb95cfd76.zip
Revert accidental change during the merge from emacs--rel--22.
-rw-r--r--src/ChangeLog.10387
1 files changed, 0 insertions, 387 deletions
diff --git a/src/ChangeLog.10 b/src/ChangeLog.10
index 8dbf09269dc..c5e7bc61e47 100644
--- a/src/ChangeLog.10
+++ b/src/ChangeLog.10
@@ -1,391 +1,4 @@
1<<<<<<< TREE
22007-04-24 Chong Yidong <cyd@stupidchicken.com> 12007-04-24 Chong Yidong <cyd@stupidchicken.com>
3=======
42007-10-06 Martin Rudalics <rudalics@gmx.at>
5
6 * keyboard.c (kbd_buffer_get_event): Break loop waiting for input
7 when there's an unread command event.
8
9 * frame.c (focus_follows_mouse): Moved here from frame.el to allow
10 window autoselection act appropriately when leaving selected frame.
11 (syms_of_frame): Initialize focus_follows_mouse.
12 * frame.h (focus_follows_mouse): Extern it.
13 * macterm.c (XTread_socket): When focus_follows_mouse is nil
14 make SELECT_WINDOW_EVENT only if we don't leave the selected
15 frame.
16 * msdos.c (dos_rawgetc): Likewise.
17 * w32term.c (w32_read_socket): Likewise.
18 * xterm.c (handle_one_xevent): Likewise.
19 * xdisp.c (syms_of_xdisp): In doc-string of
20 mouse-autoselect-window mention focus-follows-mouse.
21
222007-10-06 Andreas Schwab <schwab@suse.de>
23
24 * fileio.c (Fwrite_region): Ignore EINVAL error from fsync.
25
262007-10-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27
28 * macterm.c (mac_load_query_font): Fix missing return value.
29 [USE_CG_DRAWING] (mac_define_fringe_bitmap, mac_destroy_fringe_bitmap):
30 Add BLOCK_INPUT.
31
322007-10-04 Juanma Barranquero <lekktu@gmail.com>
33
34 * image.c (syms_of_image) <image-types>: Fix typo in docstring.
35
362007-10-02 Richard Stallman <rms@gnu.org>
37
38 * xdisp.c (get_window_cursor_type): Implement documented behavior
39 for cursor-in-non-selected-windows = t.
40
412007-10-01 Juanma Barranquero <lekktu@gmail.com>
42
43 * lread.c (Fload): Fix typo in docstring.
44
452007-09-29 Juri Linkov <juri@jurta.org>
46
47 * emacs.c (standard_args): Change priority of "--no-splash"
48 from 40 to 3. Add "--no-desktop" with the same priority.
49
502007-09-29 Jason Rumney <jasonr@gnu.org>
51
52 * w32.c (w32_get_resource): Always close registry keys.
53
542007-09-27 Jason Rumney <jasonr@gnu.org>
55
56 * makefile.w32-in (LIBS): Add COMCTL32.
57
58 * w32fns.c (globals_of_w32fns): Init common controls.
59
602007-09-21 Richard Stallman <rms@gnu.org>
61
62 * image.c (our_memory_buffer): Renamed from omfib_buffer.
63
642007-09-21 Juanma Barranquero <lekktu@gmail.com>
65
66 * w32term.c (x_draw_glyph_string): Use strike_through_color, not
67 underline_color, to draw strike-through.
68
692007-09-20 Glenn Morris <rgm@gnu.org>
70
71 * process.c (Fmake_network_process): Doc fix.
72
732007-09-19 Richard Stallman <rms@gnu.org>
74
75 * buffer.c (Foverlays_at): Doc fix.
76
772007-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
78
79 * fns.c (Fplist_put): Preserve uneven tail data.
80
812007-09-16 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
82
83 * gtkutil.c (xg_get_image_for_pixmap): Always create a GdkPixbuf
84 when we have no file name for the icon.
85 (xg_tool_bar_expose_callback): Remove.
86 (xg_create_tool_bar): Don't connect expose signal to
87 xg_tool_bar_expose_callback.
88
892007-09-16 Andreas Schwab <schwab@suse.de>
90
91 * alloc.c (reset_malloc_hooks): Set the hooks to the previous
92 values instead of zapping them.
93
942007-09-15 Glenn Morris <rgm@gnu.org>
95
96 * s/hpux.h: No longer define `static' as nothing.
97
982007-09-14 Glenn Morris <rgm@gnu.org>
99
100 * fringe.c (init_fringe_bitmap) <swap nibble>: Move to file scope.
101 * gtkutil.c (xg_separator_p) <separator_names>: Move to file scope.
102 * image.c (our_memory_fill_input_buffer) <buffer>: Move to file
103 scope and rename to omfib_buffer for clarity.
104 (gif_load) <interlace_start, interlace_increment>: Move to file scope.
105
1062007-09-14 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
107
108 * gtkutil.c (xg_get_file_with_chooser): Move GCPRO1 after declarations.
109
110 * termhooks.h (enum event_kind): Remove trailing comma.
111
112 * frame.h (enum): Remove trailing comma.
113
1142007-09-14 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
115
116 * keyboard.c, xterm.c, xfaces.c (abs): #undef before #define.
117
1182007-09-12 Glenn Morris <rgm@gnu.org>
119
120 * gtkutil.c (cnt): Rename to menu_grab_callback_cnt for clarity.
121 (menu_grab_callback): All uses changed.
122
123 * xselect.c (cnt): Rename to x_reply_selection_request_cnt for clarity.
124 (x_reply_selection_request): All uses changed.
125
1262007-09-06 Pixel <pixel@mandriva.com> (tiny change)
127
128 * image.c (gif_load): Fix bug: Handle nonexistent colormap.
129
1302007-09-06 Glenn Morris <rgm@gnu.org>
131
132 * gtkutil.c (menu_grab_callback) <cnt>:
133 * xselect.c (x_reply_selection_request) <cnt>: Move static
134 variable to file scope.
135
1362007-09-02 Dhuvra Krishnamurthy <dhuvrakm@gmail.com> (tiny change)
137
138 * w32proc.c (delete_child): Don't terminate threads of zombies.
139
1402007-09-02 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
141
142 * keyboard.c: Qrtl is new.
143 (parse_tool_bar_item): Handle :rtl keyword.
144 (syms_of_keyboard): Intern :rtl keyword.
145
146 * dispextern.h (enum tool_bar_item_idx): Add TOOL_BAR_ITEM_RTL_IMAGE.
147
148 * gtkutil.c (file_for_image, find_rtl_image): New functions.
149 (xg_get_image_for_pixmap): Use file_for_image
150 (update_frame_tool_bar): If direction is RTL, use RTL image if
151 defined. Use Gtk stock images or named theme icons if defined.
152
1532007-08-29 Martin Rudalics <rudalics@gmx.at>
154
155 * keyboard.h (struct kboard): New elt Vlast_repeatable_command.
156
157 * keyboard.c (syms_of_keyboard): Set up new Lisp variable
158 last-repeatable-command.
159 (init_kboard): Initialize Vlast_repeatable_command.
160 (command_loop_1): Set it to real_this_command unless that was
161 bound to an input event.
162 (mark_kboards): Mark it.
163
1642007-08-28 Juanma Barranquero <lekktu@gmail.com>
165
166 * image.c (syms_of_image) <image-library-alist, cross-disabled-images>:
167 Doc fixes.
168
1692007-08-28 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
170
171 * gtkutil.c (xg_tool_bar_expose_callback): Just do SET_FRAME_GARBAGED
172 so no Lisp code is executed.
173
1742007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
175
176 * macterm.c (x_draw_composite_glyph_string_foreground): Draw rectangle
177 for nonexistent or zero-width glyph in composition glyph.
178
1792007-08-27 Richard Stallman <rms@gnu.org>
180
181 * eval.c (condition-case): Doc fix.
182
1832007-08-27 Masatake YAMATO <jet@gyve.org>
184
185 * xfaces.c (tty_supports_face_attributes_p): Fix code
186 for LFACE_INVERSE_INDEX and LFACE_BACKGROUND_INDEX; code
187 was copied and not edited.
188
1892007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
190
191 * lread.c (load_warn_old_style_backquotes): Fix up array size typo.
192
1932007-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
194
195 * lread.c (Qold_style_backquotes): New var.
196 (syms_of_lread): Init and staticpro it.
197 (load_warn_old_style_backquotes): New fun.
198 (Fload): Use them to warn about old style backquotes.
199 (end_of_file_error, Fload): Remove unused vars.
200
201 * lisp.h (Fclear_face_cache, Fx_send_client_event): Declare.
202
203 * lread.c (Vold_style_backquotes): New var.
204 (syms_of_lread): Init and export it to Elisp.
205 (read1): Set it when we find an old-style (back)quote.
206
2072007-08-22 Jason Rumney <jasonr@gnu.org>
208
209 * w32reg.c (SYSTEM_DEFAULT_RESOURCES): Add missing NULL terminator.
210
2112007-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
212
213 * insdel.c (reset_var_on_error): New fun.
214 (signal_before_change, signal_after_change):
215 Use it to reset (after|before)-change-functions to nil in case of error.
216 Bind inhibit-modification-hooks to t.
217 Don't bind (after|before)-change-functions to nil while they run.
218
2192007-08-19 Andreas Schwab <schwab@suse.de>
220
221 * alloc.c (pure): Round PURESIZE up.
222
2232007-08-17 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
224
225 * xterm.c (handle_one_xevent): Remove check that mouse click is in
226 active frame.
227
2282007-08-15 Philippe Waroquiers <philippe.waroquiers@eurocontrol.int>
229
230 * term.c (tty_default_color_capabilities): Declare static
231 variables in file scope, to avoid HPUX compiler problem.
232
2332007-08-13 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
234
235 * gtkutil.c (update_frame_tool_bar): Use -1 as index
236 to gtk_toolbar_insert.
237
2382007-08-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
239
240 * xterm.c (x_draw_image_glyph_string): Adjust stipple origin when
241 filling pixmap with stippled background.
242
2432007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
244
245 * print.c (new_backquote_output): Rename from old_backquote_output.
246 (print): Inverse its logic (according to its name) so as to match the
247 behavior of new_backquote_flag in lread.c.
248
2492007-08-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
250
251 * gmalloc.c (posix_memalign): New function.
252
2532007-08-08 Glenn Morris <rgm@gnu.org>
254
255 * Replace `iff' in doc-strings and comments.
256
2572007-08-07 Chong Yidong <cyd@stupidchicken.com>
258
259 * dispextern.h (struct image): New members.
260
261 * image.c: Sync to trunk version.
262 (search_image_cache, uncache_image, image-refresh): New functions.
263 Check for fg and bg colors.
264 (lookup_image): Use search_image_cache. Cache fg and bg colors.
265 (pbm_load): Another check for invalid image data.
266 (png_load): Ignore default background field.
267
268 * xdisp.c (move_it_by_lines): Remove incorrect optimization.
269
2702007-08-07 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
271
272 * gmalloc.c (__malloc_initialize): Remove pthread_once. Not needed.
273
2742007-08-07 Sam Steingold <sds@gnu.org>
275
276 * gmalloc.c (__morecore): Fix the declaration to comply with the
277 definition.
278
2792007-08-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
280
281 * emacs.c (main)
282 [HAVE_GTK_AND_PTHREAD && !SYSTEM_MALLOC && !DOUG_LEA_MALLOC]:
283 Call malloc_enable_thread on interactive startup.
284
285 * gmalloc.c (_malloc_thread_enabled_p) [USE_PTHREAD]: New variable.
286 (LOCK, UNLOCK, LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS)
287 [USE_PTHREAD]: Conditionalize with it.
288 (malloc_atfork_handler_prepare, malloc_atfork_handler_parent)
289 (malloc_atfork_handler_child, malloc_enable_thread) [USE_PTHREAD]:
290 New functions.
291
2922007-08-06 Chong Yidong <cyd@stupidchicken.com>
293
294 * xdisp.c (redisplay_window): When restoring original buffer
295 position, make sure it is still valid.
296
2972007-08-06 Martin Rudalics <rudalics@gmx.at>
298
299 * window.c (window_min_size_2): New function.
300 (window_min_size_1, size_window, Fdisplay_buffer)
301 (Fsplit_window, adjust_window_trailing_edge): Use it to avoid
302 windows without mode- or header-lines when window-min-height is
303 too small.
304 (size_window): Reset nodelete_p after testing it, following an
305 earlier note by Kim F. Storm.
306 (display_buffer): Do not set split_height_threshold to twice the
307 value of window_min_height to avoid changing the value of a
308 customizable variable. Rather explicitly check whether the
309 height of the window that shall be splitted is at least as large
310 as split_height_threshold.
311 (Fwindow_full_width_p): New defun.
312 (syms_of_window): Defsubr it.
313
314 * window.h: Add EXFUN for Fwindow_full_width_p.
315
3162007-08-06 Andreas Schwab <schwab@suse.de>
317
318 * window.c (Fdisplay_buffer): Use NILP.
319 (Fset_window_scroll_bars): Likewise.
320
3212007-08-03 Richard Stallman <rms@gnu.org>
322
323 * fileio.c (Fvisited_file_modtime): Use make_time.
324
3252007-08-01 Ryo Yoshitake <ryo@shiftmode.net> (tiny change)
326
327 * mac.c (init_mac_osx_environment): Adjust load-path on self-contained
328 build.
329
3302007-07-30 Stefan Monnier <monnier@iro.umontreal.ca>
331
332 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 400.
333
3342007-07-25 Glenn Morris <rgm@gnu.org>
335
336 * Relicense all FSF files to GPLv3 or later.
337
338 * COPYING: Switch to GPLv3.
339
3402007-07-24 Jason Rumney <jasonr@gnu.org>
341
342 * w32fns.c (x_real_positions): Get real position from OS instead of
343 calculating it.
344
3452007-07-23 Jason Rumney <jasonr@gnu.org>
346
347 * filelock.c (current_lock_owner): Allow for @ sign in username.
348
3492007-07-20 Eli Zaretskii <eliz@gnu.org>
350
351 * makefile.w32-in (clean): Don't delete *~.
352
353 * w32proc.c (IMAGE_NT_OPTIONAL_HDR32_MAGIC, IMAGE_OPTIONAL_HEADER32):
354 Define if not defined.
355
3562007-07-18 Jason Rumney <jasonr@gnu.org>
357
358 * w32proc.c (w32_executable_type): Handle 64 bit executables.
359
3602007-07-16 Juanma Barranquero <lekktu@gmail.com>
361
362 * coding.c (Ffind_operation_coding_system):
363 * eval.c (For, Fand, Fprogn):
364 * keyboard.c (Ftrack_mouse):
365 * print.c (Fwith_output_to_temp_buffer):
366 * window.c (Fsave_window_excursion): Doc fixes (some reported
367 by Johan Bockg,Ae(Brd).
368
3692007-07-15 Richard Stallman <rms@gnu.org>
370
371 * data.c (Fsetq_default): Doc fix.
372
373 * eval.c (Fsetq): Doc fix.
374
3752007-07-11 Jason Rumney <jasonr@gnu.org>
376
377 * makefile.w32-in (LIBS): Include OLE32.
378
379 * w32fns.c (w32_msg_pump) <WM_EMACS_CREATEWINDOW>: Initialize COM.
380 (w32_msg_pump) <WM_DESTROY>: Uninitialize COM.
381
3822007-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
383
384 * macterm.c [USE_MAC_TSM] (mac_handle_text_input_event):
385 Check WINDOWP before using XWINDOW.
386
3872007-06-27 Juanma Barranquero <lekktu@gmail.com>
388>>>>>>> MERGE-SOURCE
389 2
390 * Branch for 22.1. 3 * Branch for 22.1.
391 4