aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorMiles Bader2005-02-13 07:19:08 +0000
committerMiles Bader2005-02-13 07:19:08 +0000
commitdd75f82d04b1c7fb91fd3024021a3d7977154857 (patch)
tree456488f67c9de7fec805140f39993e1e3bebac8f /src/ChangeLog
parent3807ffd05dc6b10cef9066b4d3b49b24788313a9 (diff)
parent9b981cb6861358a05a241509d73f2b8ea25c64ce (diff)
downloademacs-dd75f82d04b1c7fb91fd3024021a3d7977154857.tar.gz
emacs-dd75f82d04b1c7fb91fd3024021a3d7977154857.zip
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-13
Merge from emacs--cvs-trunk--0 Patches applied: * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-83 - miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-89 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-90 Update from CVS: man/calc.texi: Add macro for LaTeX for info output. * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-91 - miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-94 Update from CVS
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog92
1 files changed, 77 insertions, 15 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index b15fba5254c..d2afed264eb 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,7 +1,70 @@
12005-02-12 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * keyboard.c: If HAVE_FCNTL_H include fcntl.h.
4
52005-02-12 Kim F. Storm <storm@cua.dk>
6
7 * xdisp.c (expose_window): Don't fix overlaps for mode lines.
8
92005-02-10 Kim F. Storm <storm@cua.dk>
10
11 * xdisp.c (try_window_id): Set first_unchanged_at_end_row to NULL
12 if it moves outside window or it doesn't display text.
13
142005-02-09 Kim F. Storm <storm@cua.dk>
15
16 * undo.c (Fprimitive_undo): Check that undo function does not
17 switch buffer.
18
192005-02-08 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
20
21 * xselect.c (selection_data_to_lisp_data): For the special case
22 type == XA_ATOM, data contains array of int, not array of Atom.
23 (x_property_data_to_lisp, selection_data_to_lisp_data): Comment
24 update: data must be array of int for format == 32.
25
262005-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
27
28 * undo.c (Fprimitive_undo): Check veracity of delta,start,end.
29
302005-02-07 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
31
32 * xfns.c (Fx_change_window_property): Use long array when format is 32.
33 (Fx_window_property): If format is 32 and long is bigger than 32 bits,
34 convert long array returned from XGetWindowProperty to an int array.
35 (x_set_tool_bar_lines): Check that width and height is greater than
36 zero before clearing area.
37
38 * xselect.c (x_reply_selection_request): Pass long array to
39 XChangeProperty so that 64 bit longs are handeled correctly.
40 (x_get_window_property): If format is 32 and long is bigger than 32
41 bits convert data from XGetWindowProperty from long array to int array.
42 (lisp_data_to_selection_data): When the input is a vector and the
43 format is 32, allocate a long array even if long is bigger than 32 bits.
44 (x_fill_property_data): Use char, short and long as the man page
45 for XChangeProperty specifies. This way the data returned is OK for
46 both 32 and 64 bit machines.
47 (x_handle_dnd_message): Calculate size correctly even for 64 bit
48 machines.
49 (Fx_send_client_event): Undo change from 2005-02-05,
50 x_fill_property_data now handles that case.
51
52 * xfns.c (Fx_backspace_delete_keys_p): Add comment about the
53 reason for the approach in the code.
54
552005-02-07 Kim F. Storm <storm@cua.dk>
56
57 * undo.c (Fprimitive_undo): Record max one dummmy apply element.
58
592005-02-06 Richard M. Stallman <rms@gnu.org>
60
61 * eval.c (Frun_hook_with_args)
62 (Frun_hook_with_args_until_success)
63 (Frun_hook_with_args_until_failure): Doc fixes.
64
12005-02-05 Andreas Schwab <schwab@suse.de> 652005-02-05 Andreas Schwab <schwab@suse.de>
2 66
3 * sysdep.c (sys_subshell): Properly terminate execlp argument 67 * sysdep.c (sys_subshell): Properly terminate execlp argument list.
4 list.
5 68
62005-02-05 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 692005-02-05 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
7 70
@@ -41,8 +104,7 @@
41 104
42 * macfns.c (x_create_tip_frame): Likewise. 105 * macfns.c (x_create_tip_frame): Likewise.
43 106
44 * macterm.c (mac_draw_string_common, x_make_frame_visible): 107 * macterm.c (mac_draw_string_common, x_make_frame_visible): Likewise.
45 Likewise.
46 108
472005-02-03 Richard M. Stallman <rms@gnu.org> 1092005-02-03 Richard M. Stallman <rms@gnu.org>
48 110
@@ -9915,7 +9977,7 @@
9915 * search.c (Fmatch_data): Doc fix. Explicitly state that 9977 * search.c (Fmatch_data): Doc fix. Explicitly state that
9916 match-data is undefined if last search failed. 9978 match-data is undefined if last search failed.
9917 9979
9918 * keymap.c (Fcommand_remapping): Renamed from Fremap_command. 9980 * keymap.c (Fcommand_remapping): Rename from Fremap_command.
9919 All uses changed. 9981 All uses changed.
9920 9982
99212003-02-12 Juanma Barranquero <lektu@terra.es> 99832003-02-12 Juanma Barranquero <lektu@terra.es>
@@ -10622,7 +10684,7 @@
10622 selected frame. 10684 selected frame.
10623 10685
10624 * keymap.c (apropos_predicate, apropos_accumulate): Make them static. 10686 * keymap.c (apropos_predicate, apropos_accumulate): Make them static.
10625 (syms_of_keymap): staticpro them. 10687 (syms_of_keymap): Staticpro them.
10626 (Fapropos_internal): Initialize them and clear them out. 10688 (Fapropos_internal): Initialize them and clear them out.
10627 Don't GCPRO them. 10689 Don't GCPRO them.
10628 10690
@@ -12724,9 +12786,9 @@
12724 * fns.c (concat): Likewise. 12786 * fns.c (concat): Likewise.
12725 * lread.c (read_vector): Likewise. 12787 * lread.c (read_vector): Likewise.
12726 12788
12727 * lisp.h (SMBP): Deleted. All uses changed to STRING_MULTIBYTE. 12789 * lisp.h (SMBP): Delete. All uses changed to STRING_MULTIBYTE.
12728 (STRING_SET_UNIBYTE): New macro. 12790 (STRING_SET_UNIBYTE): New macro.
12729 (SET_STRING_BYTES): Deleted. Callers (all of which supplied a 12791 (SET_STRING_BYTES): Delete. Callers (all of which supplied a
12730 length of -1) changed to use STRING_SET_UNIBYTE. 12792 length of -1) changed to use STRING_SET_UNIBYTE.
12731 * abbrev.c, alloc.c, buffer.c, bytecode.c, callint.c, callproc.c, 12793 * abbrev.c, alloc.c, buffer.c, bytecode.c, callint.c, callproc.c,
12732 casefiddle.c, category.c, ccl.c, charset.c, charset.h, coding.c, 12794 casefiddle.c, category.c, ccl.c, charset.c, charset.h, coding.c,
@@ -12769,7 +12831,7 @@
127692002-07-11 Richard M. Stallman <rms@gnu.org> 128312002-07-11 Richard M. Stallman <rms@gnu.org>
12770 12832
12771 * alloc.c (Vmemory_full): New variable. 12833 * alloc.c (Vmemory_full): New variable.
12772 (Vmemory_signal_data): Renamed from memory_signal_data. 12834 (Vmemory_signal_data): Rename from memory_signal_data.
12773 Uses changed. 12835 Uses changed.
12774 (syms_of_alloc): Defvar them. 12836 (syms_of_alloc): Defvar them.
12775 (memory_full, buffer_memory_full): Set Vmemory_full. 12837 (memory_full, buffer_memory_full): Set Vmemory_full.
@@ -12787,7 +12849,7 @@
12787 (reseat_at_next_visible_line_start, next_element_from_buffer): 12849 (reseat_at_next_visible_line_start, next_element_from_buffer):
12788 Use `double', not `float', when calling indented_beyond_p. 12850 Use `double', not `float', when calling indented_beyond_p.
12789 12851
12790 * s/hpux11.h (BROKEN_SA_RESTART): Defined. 12852 * s/hpux11.h (BROKEN_SA_RESTART): Define.
12791 12853
12792 * sysdep.c (sys_signal): Test BROKEN_SA_RESTART. 12854 * sysdep.c (sys_signal): Test BROKEN_SA_RESTART.
12793 12855
@@ -13545,7 +13607,7 @@
13545 13607
135462002-05-11 Kim F. Storm <storm@cua.dk> 136082002-05-11 Kim F. Storm <storm@cua.dk>
13547 13609
13548 * keymap.c (current_minor_maps): Fixed resizing of cmm_maps; 13610 * keymap.c (current_minor_maps): Fix resizing of cmm_maps;
13549 only update cmm_size if realloc actually succeeds. 13611 only update cmm_size if realloc actually succeeds.
13550 Testing with initial size of 2 elements revealed that using 13612 Testing with initial size of 2 elements revealed that using
13551 realloc on GNU/Linux would cause a random trap in xmalloc 13613 realloc on GNU/Linux would cause a random trap in xmalloc
@@ -14784,7 +14846,7 @@
14784 14846
147852002-02-24 Kim F. Storm <storm@cua.dk> 148472002-02-24 Kim F. Storm <storm@cua.dk>
14786 14848
14787 * keymap.c (Flookup_key): Fixed problem in 2001-12-28 patch: 14849 * keymap.c (Flookup_key): Fix problem in 2001-12-28 patch:
14788 The validation of the event type was too strict as it didn't 14850 The validation of the event type was too strict as it didn't
14789 allow string events; buffer names are used in bindings for 14851 allow string events; buffer names are used in bindings for
14790 menu-bar-select-buffer (see `menu-bar-update-buffers'). 14852 menu-bar-select-buffer (see `menu-bar-update-buffers').
@@ -14797,7 +14859,7 @@
14797 prefix in the keymaps, i.e. [remap COMMAND]. 14859 prefix in the keymaps, i.e. [remap COMMAND].
14798 14860
14799 * keymap.c (Qremap, remap_command_vector): New variables. 14861 * keymap.c (Qremap, remap_command_vector): New variables.
14800 (is_command_symbol): Removed function. 14862 (is_command_symbol): Remove function.
14801 (Fdefine_key): No longer accept a symbol for KEY. 14863 (Fdefine_key): No longer accept a symbol for KEY.
14802 Added validation of [remap COMMAND] argument for KEY. 14864 Added validation of [remap COMMAND] argument for KEY.
14803 The DEF is no longer required to be a symbol when remapping a command. 14865 The DEF is no longer required to be a symbol when remapping a command.
@@ -15155,7 +15217,7 @@
15155 Doc updated. Callers changed. Pass arg to where_is_internal. 15217 Doc updated. Callers changed. Pass arg to where_is_internal.
15156 15218
15157 * keymap.h (Fkey_binding, Fwhere_is_internal): Update prototype. 15219 * keymap.h (Fkey_binding, Fwhere_is_internal): Update prototype.
15158 (is_command_symbol): Added prototype. 15220 (is_command_symbol): Add prototype.
15159 15221
15160 * keyboard.c (Vthis_original_command): New variable. 15222 * keyboard.c (Vthis_original_command): New variable.
15161 (syms_of_keyboard): DEFVAR_LISP it. 15223 (syms_of_keyboard): DEFVAR_LISP it.
@@ -15572,7 +15634,7 @@
15572 15634
155732002-01-03 Kim F. Storm <storm@cua.dk> 156352002-01-03 Kim F. Storm <storm@cua.dk>
15574 15636
15575 * keyboard.c (read_key_sequence): Fixed cast of submaps arg to bcopy. 15637 * keyboard.c (read_key_sequence): Fix cast of submaps arg to bcopy.
15576 15638
155772002-01-02 Richard M. Stallman <rms@gnu.org> 156392002-01-02 Richard M. Stallman <rms@gnu.org>
15578 15640