aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog69
1 files changed, 69 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 73fb09883eb..99be23b4df8 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,72 @@
12004-10-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2
3 * macfns.c (mac_get_window_bounds): Add extern.
4 (x_real_positions): Use mac_get_window_bounds.
5
6 * macmenu.c (update_submenu_strings): Apply 2004-09-07 change for
7 xmenu.c (YAILOM).
8
9 * macterm.c [!MAC_OSX]: Include Windows.h.
10 (front_emacs_window): Rename from mac_front_window. All uses
11 changed. Return the frontmost non-tooltip emacs window.
12 (mac_get_window_bounds): New function.
13 (x_calc_absolute_position): Use the difference of width and height
14 between the inner and outer window.
15 (x_set_offset): Specify window position by the coordinae of the
16 outer window. Adjust the position if the title bar is completely
17 outside the screen.
18 (app_is_suspended, app_sleep_time): Remove unused variables.
19 (do_app_resume, do_app_suspend): Remove their contents because
20 window-activate/deactivate events will do the job.
21 (do_zoom_window): Remove unused variables. Make compliant to the
22 standard way of zooming. Set f->left_pos and f->top_pos.
23 (XTread_socket): Don't use argument `expected'. Don't use
24 FrontWindow to determine the clicked window. Exclude unprocessed
25 mouseUp cases in the early stage. Add parentheses to fix operator
26 precedence.
27 (XTread_socket) [TARGET_API_MAC_CARBON]: Don't specify drag area.
28
29
302004-10-05 Jan Dj,Ad(Brv. <jan.h.d@swipnet.se>
31
32 * config.in: Regenerate.
33
34 * Makefile.in (RUN_TEMACS): Check HAVE_RANDOM_HEAPSTART instead of
35 HAVE_EXECSHIELD.
36
372004-10-05 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
38
39 * xterm.c (x_find_modifier_meanings): Ignore any Super or Hyper for
40 a row if Alt or Meta has been found for that row. Also stop scanning
41 for Keysyms for that row.
42
432004-10-04 Kim F. Storm <storm@cua.dk>
44
45 * fringe.c (Ffringe_bitmaps_at_pos): Change return value from cons
46 to list. Include overlay arrow bitmap in return value.
47
48 * xterm.c (XTset_vertical_scroll_bar): Improve handling of scroll
49 bars with fractional column width. If scroll bar separates two
50 windows, move it towards the window it belongs to. Only update
51 the padding area below the scroll bar widget when necessary,
52 i.e. when scroll bar widget is created, moved, or resized.
53
54 * xdisp.c (define_frame_cursor1): Do not change frame cursor
55 while tracking/dragging mouse.
56 (x_draw_vertical_border): Do not draw line if frame has scroll bars.
57
58 * window.c (coordinates_in_window): Relax check for cursor
59 on vertial border between mode lines.
60 (Fset_window_fringes): Do not allow negative widths.
61 (Fset_window_scroll_bars): Likewise.
62
63 * .gdbinit (pp): Shorthand for p ARG + pr.
64 (ff): New command: flush frame updates (X only).
65
662004-10-03 Michael Albinus <michael.albinus@gmx.de>
67
68 * fileio.c (auto_save_1) Call Ffile_modes for remote files.
69
12004-09-30 Kenichi Handa <handa@m17n.org> 702004-09-30 Kenichi Handa <handa@m17n.org>
2 71
3 * process.c (send_process): Free composition data. 72 * process.c (send_process): Free composition data.