1999-12-07 |
Stefan Monnier |
* editfns.c (Fdelete_and_extract_region): New function.
|
1999-12-03 |
Dave Love |
(Fmessage_or_box): Use use_dialog_box.
|
1999-11-26 |
Richard M. Stallman |
(Fdelete_field): Make it noninteractive. Return nil.
|
1999-11-22 |
Paul Eggert |
* callproc.c (strerror): Remove decl.
|
1999-11-12 |
Kenichi Handa |
(Ftranslate_region): Check the buffer multibyteness.
|
1999-11-09 |
Richard M. Stallman |
(Fline_beginning_position): If N is not 1,
|
1999-11-07 |
Gerd Moellmann |
Remove conditional compilation on USE_TEXT_PROPERTIES.
|
1999-11-04 |
Gerd Moellmann |
(Fdelete_field): Renamed from Ferase_field.
|
1999-10-19 |
Paul Eggert |
Add support for large files, 64-bit Solaris, system locale codings.
|
1999-10-17 |
Gerd Moellmann |
(Fconstrain_to_field): Make sure we don't violate the
|
1999-09-29 |
Gerd Moellmann |
(Fpropertize): Renamed from Fproperties.
|
1999-09-25 |
Gerd Moellmann |
(Fproperties): New.
|
1999-09-20 |
Gerd Moellmann |
(init_editfns): Remove unused variables.
|
1999-09-13 |
Ken Raeburn |
Use XCAR, XCDR, and XFLOAT_DATA instead of explicit member access.
|
1999-09-12 |
Gerd Moellmann |
(Fbuffer_string): Use prompt_end_charpos instead
|
1999-09-12 |
Richard M. Stallman |
(Fline_beginning_position): Handle minibuffer prompt here.
|
1999-09-08 |
Richard M. Stallman |
Clear up previous change.
|
1999-09-08 |
Richard M. Stallman |
(Fbufsize): Accept an extra BUFFER parameter.
|
1999-09-03 |
Kenichi Handa |
(Fsubst_char_in_region): Adjust the way to check byte-combining
|
1999-08-21 |
Gerd Moellmann |
Remove conditional compilation on NO_PROMPT_IN_BUFFER.
|
1999-07-21 |
Gerd Moellmann |
(Fmessage): Use message3.
|
1999-06-15 |
Karl Heuer |
(Fuser_full_name): Doc fix.
|
1999-03-19 |
Karl Heuer |
(Fformat): Accept %i format.
|
1999-02-07 |
Richard M. Stallman |
(Fformat): Doc fix.
|
1998-11-06 |
Kenichi Handa |
(Fstring_to_char): Don't return a multibyte character
|
1998-10-31 |
Kenichi Handa |
(Fsubst_char_in_region): Fix previous change.
|
1998-10-30 |
Andreas Schwab |
(Fchar_after): Fix type clashes.
|
1998-10-28 |
Kenichi Handa |
(Fsubst_char_in_region): Fix previous change.
|
1998-10-27 |
Kenichi Handa |
(Fsubst_char_in_region): Correctly handle the case
|
1998-10-26 |
Richard M. Stallman |
(Fformat): Increase buffer size for floating format.
|
1998-09-26 |
Kenichi Handa |
(Fformat): Check format control characters.
|
1998-09-21 |
Dave Love |
(Fsave_restriction): Doc fix.
|
1998-09-09 |
Paul Eggert |
Add a comment to emacs_memftime, explaining why it needs to loop.
|
1998-09-08 |
Paul Eggert |
(emacs_memftime): New function.
|
1998-09-08 |
Kenichi Handa |
(Fsubst_char_in_region): Call replace_range with the
|
1998-09-06 |
Paul Eggert |
(Fformat_time_string, Fdecode_time, Fcurrent_time_zone):
|
1998-09-06 |
Karl Heuer |
(Fformat): Detect incomplete format spec at string's end.
|
1998-09-02 |
Kenichi Handa |
(Ftranspose_regions): Use BYTE_POS_ADDR to get an
|
1998-08-28 |
Kenichi Handa |
(Fposition_bytes): If the arg POSITION is out of
|
1998-08-18 |
Richard M. Stallman |
(Ftranspose_regions): Pass 0 as NOMARKERS to replace_range.
|
1998-08-07 |
Kenichi Handa |
(general_insert_function): If enable-multibyte-characters is
|
1998-08-03 |
Richard M. Stallman |
(Fsubst_char_in_region): Use replace_range in the case
|
1998-07-08 |
Kenichi Handa |
(Fformat): Replace explicit numeric constants with proper macros.
|
1998-07-06 |
Kenichi Handa |
(Fformat): Pay attention to the byte combining problem.
|
1998-07-03 |
Kenichi Handa |
(Finsert): Typo in doc-string fixed.
|
1998-06-29 |
Richard M. Stallman |
(Fbyte_to_position): New function.
|
1998-05-23 |
Richard M. Stallman |
(Fchar_after): Make nil fully equivalent to (point) as arg.
|
1998-05-03 |
Richard M. Stallman |
(Fformat): Fix casts when assigning buf.
|
1998-05-02 |
Richard M. Stallman |
(Finsert_char): Doc fix.
|
1998-04-29 |
Richard M. Stallman |
(Fcompare_buffer_substrings): Rewrite to loop by chars.
|
1998-04-29 |
Richard M. Stallman |
(Fgap_position, Fgap_size): New functions.
|
1998-04-23 |
Richard M. Stallman |
(Fbuffer_substring): Doc fix.
|
1998-04-14 |
Andreas Schwab |
(Fchar_after, Fchar_before): Fix mixing of Lisp_Object
|
1998-04-14 |
Andreas Schwab |
Fix -Wimplicit warnings.
|
1998-04-06 |
Andreas Schwab |
(Ftranspose_regions): Fix order of parameters for replace_range.
|
1998-04-04 |
Richard M. Stallman |
(Fmessage_box): Pass the missing third argument
|
1998-03-21 |
Richard M. Stallman |
(Fchar_to_string): Use make_string_from_bytes.
|
1998-03-21 |
Richard M. Stallman |
Use STRING_BYTES and SET_STRING_BYTES.
|
1998-03-21 |
Richard M. Stallman |
(make_buffer_string_both): New function.
|
1998-03-20 |
Richard M. Stallman |
(Fgoto_char): If POSITION is a marker pointing a
|