aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKároly Lőrentey2006-01-26 03:12:45 +0000
committerKároly Lőrentey2006-01-26 03:12:45 +0000
commit2cb3aec40ba29dc8c3d160580405cc2e5a2efdad (patch)
tree76fa46b4c9a31266c08a7bee92f1dd9fdc565f52 /src/ChangeLog
parent27806b2030d6a33315ed914e0408b0bd80138cd8 (diff)
downloademacs-2cb3aec40ba29dc8c3d160580405cc2e5a2efdad.tar.gz
emacs-2cb3aec40ba29dc8c3d160580405cc2e5a2efdad.zip
(Fconstrain_to_field): Use get_pos_property, not Fget_char_property,
to fix handling of field boundaries. Fix bogus comment. (Fline_beginning_position, Fline_end_position): Clarify confusing doc string.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 001bbf23e9a..9829d7162da 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,13 @@
12006-01-26 L$,1 q(Brentey K,Aa(Broly <lorentey@elte.hu>
2
3 * editfns.c (Fconstrain_to_field): Use get_pos_property, not
4 Fget_char_property. Fix bogus comment.
5 (Fline_beginning_position, Fline_end_position): Clarify
6 confusing doc string.
7
8 * cmds.c (Fbeginning_of_line, Fend_of_line): Clarify confusing doc
9 string.
10
12006-01-26 Kenichi Handa <handa@m17n.org> 112006-01-26 Kenichi Handa <handa@m17n.org>
2 12
3 * callproc.c (Fcall_process): GCPRO error_file. Encode infile, 13 * callproc.c (Fcall_process): GCPRO error_file. Encode infile,