aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorMiles Bader2006-03-31 04:56:24 +0000
committerMiles Bader2006-03-31 04:56:24 +0000
commit91b7e4a6fdd600278a3dd3fd5a7962ef0c2a9b72 (patch)
treee4fa8a17d09c3090a9dd87099343f0b84bf3d2ab /src/ChangeLog
parent1ef7e5599f5aa981399221e657ff34e80cc2c1a3 (diff)
parentafc749959d78f5b48b92de877067828d46c915ce (diff)
downloademacs-91b7e4a6fdd600278a3dd3fd5a7962ef0c2a9b72.tar.gz
emacs-91b7e4a6fdd600278a3dd3fd5a7962ef0c2a9b72.zip
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-50
Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 185-187) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 71-72) - Update from CVS
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog34
1 files changed, 27 insertions, 7 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 34b99a65a1c..2c048043058 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,24 @@
12006-03-31 Kenichi Handa <handa@m17n.org>
2
3 * xfns.c (xg_set_icon): Delete superfluous UNGCPRO.
4
52006-03-30 Dan Nicolaescu <dann@ics.uci.edu>
6
7 * xdisp.c (syms_of_xdisp): Fix variable name.
8
92006-03-30 Kenichi Handa <handa@m17n.org>
10
11 * xterm.c (x_term_init): Delete superfluous UNGCPRO.
12
132006-03-29 Juanma Barranquero <lekktu@gmail.com>
14
15 * keyboard.c (process_tool_bar_item): Reorder dummy args.
16
172006-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
18
19 * keyboard.c (tool_bar_items): Use map_keymap.
20 (process_tool_bar_item): Add dummy args to fit the required interface.
21
12006-03-25 Eli Zaretskii <eliz@gnu.org> 222006-03-25 Eli Zaretskii <eliz@gnu.org>
2 23
3 * .gdbinit (pr, pp, pp1, pv, pv1): Force print_output_debug_flag 24 * .gdbinit (pr, pp, pp1, pv, pv1): Force print_output_debug_flag
@@ -13,8 +34,7 @@
13 (Fdecode_time, Fencode_time): Use TM_YEAR_BASE instead of 1900. 34 (Fdecode_time, Fencode_time): Use TM_YEAR_BASE instead of 1900.
14 (Fdecode_time): Cast tm_year to EMACS_INT. 35 (Fdecode_time): Cast tm_year to EMACS_INT.
15 (Fcurrent_time_string): Report an invalid time specification if 36 (Fcurrent_time_string): Report an invalid time specification if
16 the argument is invalid. Also, check for out-of-range time 37 the argument is invalid. Also, check for out-of-range time stamps.
17 stamps.
18 38
192006-03-24 Kim F. Storm <storm@cua.dk> 392006-03-24 Kim F. Storm <storm@cua.dk>
20 40
@@ -54,8 +74,8 @@
54 74
552006-03-21 Ken Raeburn <raeburn@raeburn.org> 752006-03-21 Ken Raeburn <raeburn@raeburn.org>
56 76
57 * xdisp.c (store_next_glyph): Renamed from append_glyph. 77 * xdisp.c (store_next_glyph): Rename from append_glyph.
58 (generate_stretch_glyph): Renamed from produce_stretch_glyph. 78 (generate_stretch_glyph): Rename from produce_stretch_glyph.
59 All callers changed accordingly. 79 All callers changed accordingly.
60 80
612006-03-21 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 812006-03-21 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
@@ -896,8 +916,8 @@
896 916
897 * editfns.c (Fconstrain_to_field): Fix behaviour on field boundaries. 917 * editfns.c (Fconstrain_to_field): Fix behaviour on field boundaries.
898 (find_field): Set before_field to after_field when pos is at BEGV. 918 (find_field): Set before_field to after_field when pos is at BEGV.
899 (Fline_beginning_position, Fline_end_position): Clarify 919 (Fline_beginning_position, Fline_end_position):
900 confusing doc string. 920 Clarify confusing doc string.
901 921
902 * cmds.c (Fbeginning_of_line, Fend_of_line): Clarify confusing doc 922 * cmds.c (Fbeginning_of_line, Fend_of_line): Clarify confusing doc
903 string. 923 string.
@@ -1826,7 +1846,7 @@
18262005-11-11 David Reitter <david.reitter@gmail.com> 18462005-11-11 David Reitter <david.reitter@gmail.com>
1827 1847
1828 * macterm.c (syms_of_macterm): Remove macCtrlKey, macShiftKey, 1848 * macterm.c (syms_of_macterm): Remove macCtrlKey, macShiftKey,
1829 macMetaKey, macAltKey. Introduce Qctrl, Qmeta, 1849 macMetaKey, macAltKey. Introduce Qctrl, Qmeta,
1830 Vmac_control_modifier / mac-control-modifier, 1850 Vmac_control_modifier / mac-control-modifier,
1831 Vmac_option_modifier / mac-option-modifier, 1851 Vmac_option_modifier / mac-option-modifier,
1832 Vmac_command_modifier / mac-command-modifier. 1852 Vmac_command_modifier / mac-command-modifier.