diff options
| author | Miles Bader | 2006-03-31 04:56:24 +0000 |
|---|---|---|
| committer | Miles Bader | 2006-03-31 04:56:24 +0000 |
| commit | 91b7e4a6fdd600278a3dd3fd5a7962ef0c2a9b72 (patch) | |
| tree | e4fa8a17d09c3090a9dd87099343f0b84bf3d2ab /src/ChangeLog | |
| parent | 1ef7e5599f5aa981399221e657ff34e80cc2c1a3 (diff) | |
| parent | afc749959d78f5b48b92de877067828d46c915ce (diff) | |
| download | emacs-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/ChangeLog | 34 |
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 @@ | |||
| 1 | 2006-03-31 Kenichi Handa <handa@m17n.org> | ||
| 2 | |||
| 3 | * xfns.c (xg_set_icon): Delete superfluous UNGCPRO. | ||
| 4 | |||
| 5 | 2006-03-30 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 6 | |||
| 7 | * xdisp.c (syms_of_xdisp): Fix variable name. | ||
| 8 | |||
| 9 | 2006-03-30 Kenichi Handa <handa@m17n.org> | ||
| 10 | |||
| 11 | * xterm.c (x_term_init): Delete superfluous UNGCPRO. | ||
| 12 | |||
| 13 | 2006-03-29 Juanma Barranquero <lekktu@gmail.com> | ||
| 14 | |||
| 15 | * keyboard.c (process_tool_bar_item): Reorder dummy args. | ||
| 16 | |||
| 17 | 2006-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 | |||
| 1 | 2006-03-25 Eli Zaretskii <eliz@gnu.org> | 22 | 2006-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 | ||
| 19 | 2006-03-24 Kim F. Storm <storm@cua.dk> | 39 | 2006-03-24 Kim F. Storm <storm@cua.dk> |
| 20 | 40 | ||
| @@ -54,8 +74,8 @@ | |||
| 54 | 74 | ||
| 55 | 2006-03-21 Ken Raeburn <raeburn@raeburn.org> | 75 | 2006-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 | ||
| 61 | 2006-03-21 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 81 | 2006-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 @@ | |||
| 1826 | 2005-11-11 David Reitter <david.reitter@gmail.com> | 1846 | 2005-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. |