aboutsummaryrefslogtreecommitdiffstats
path: root/src/editfns.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * editfns.c (Fformat): Use SYMBOL_NAME and XSTRING instead ofKen Raeburn2002-05-201-1/+1
| | | | XSYMBOL and name field.
* Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,Andrew Choi2002-04-261-0/+6
| | | | lisp/ChangeLog, and src/ChangeLog for list of changes.
* (text_property_stickiness): Function moved to `textprop.c'.Miles Bader2002-03-141-77/+1
| | | | (char_property_eq): Function removed.
* (syms_of_editfns): Fix typo.Juanma Barranquero2002-03-121-1/+1
|
* (region_limit): Nicer error message.Richard M. Stallman2002-02-011-1/+1
|
* (Fformat): Update thissize from field_widthRichard M. Stallman2002-01-021-1/+3
| | | | based on the actual width, in the string case.
* (Fcompare_buffer_substrings): Add QUIT to main loop.Richard M. Stallman2001-12-181-0/+2
|
* (find_field): Add BEG_LIMIT and END_LIMIT parameters.Miles Bader2001-11-151-21/+33
| | | | | | | (Fdelete_field, Ffield_string, Ffield_string_no_properties): Update arguments to find_field. (Ffield_beginning, Ffield_end): Add LIMIT param, pass to find_field. (Fconstrain_to_field): Use LIMIT arg to shorten search time.
* (Fpropertize): Allow call with 1 arg.Richard M. Stallman2001-11-151-2/+2
|
* (Fuser_real_login_name): Reindent.Pavel Janík2001-11-131-4/+4
| | | | | | (Finsert_buffer_substring): Likewise. (Fcompare_buffer_substrings): Likewise. (Fsubst_char_in_region): Likewise.
* Move the include of ctype.h after unistd.h.Richard M. Stallman2001-11-041-1/+2
|
* Update usage of CHECK_ macros (remove unused second argument).Pavel Janík2001-11-021-43/+43
|
* (text_property_stickiness): Fix Lisp_Object used as boolean.Stefan Monnier2001-10-251-3/+3
|
* (char-to-string): Fix argument names (use CHAR instead of C) and usage.Pavel Janík2001-10-231-1/+2
|
* (Fsave_excursion, Fsave_current_buffer)Miles Bader2001-10-211-3/+8
| | | | (Fsave_restriction): Add usage: string to doc string.
* (Finsert, Finsert_and_inherit, Finsert_before_markers, Fmessage)Miles Bader2001-10-211-10/+29
| | | | | (Fmessage_box, Fmessage_or_box, Fpropertize, Fformat, Fencode_time) (Finsert_and_inherit_before_markers): Add usage: string to doc string.
* (text_property_stickiness): Really fix it this time.Miles Bader2001-10-191-20/+28
|
* (text_property_stickiness): Non-rear-non-stickiness doesn't takeMiles Bader2001-10-191-11/+17
| | | | | | precedence if the affected property's value is nil. (Fencode_time): Escape a BOL paren in the doc-string.
* (Fline_beginning_position, Fline_end_position): Clarify documentation.Miles Bader2001-10-191-8/+15
|
* Change doc-string comments to `new style' [w/`doc:' keyword].Miles Bader2001-10-171-231/+230
|
* Put doc strings in comments.Pavel Janík2001-10-151-524/+521
|
* (Fchar_to_string): Make doc string consistent with arguments.Pavel Janík2001-10-151-1/+1
|
* (Fuser_uid, Fuser_real_uid): Use make_fixnum_or_float.Gerd Moellmann2001-10-111-7/+9
| | | | (Fuser_full_name): Fix bug treating a float as a fixnum.
* (Fcurrent_time_zone): Cast isalnum() argument toGerd Moellmann2001-10-091-1/+1
| | | | | unsigned char. From Hallvard B Furuseth <h.b.furuseth@usit.uio.no>.
* Don't define min/max.Gerd Moellmann2001-10-081-3/+0
|
* *** empty log message ***Pavel Janík2001-10-081-0/+1
|
* (toplevel) [STDC_HEADERS]: Include float.h.Gerd Moellmann2001-07-231-1/+8
| | | | | (MAX_10_EXP): New macro. (Fformat): Use it.
* (Fmessage_box): If the frame is not under a windowEli Zaretskii2001-06-151-7/+7
| | | | system, output the message in the echo area.
* (char_property_eq): Put in #if 0.Gerd Moellmann2001-05-281-0/+4
|
* (save_excursion_restore): Don't use XBUFFER onGerd Moellmann2001-04-261-2/+5
| | | | a non-buffer.
* (Fcurrent_time_zone): Accept spaces in timezoneGerd Moellmann2001-04-051-1/+1
| | | | names.
* (Ffloat_time): Fix off-by-factor-of-10 bug in theGerd Moellmann2001-03-281-3/+6
| | | | | microseconds calcuation. Avoid double-rounding problem. In doc string, warn that the result is approximate.
* (Fcurrent_time_zone) [HAVE_TM_ZONE || HAVE_TZNAME]:Gerd Moellmann2001-03-021-0/+14
| | | | Accept only alphanumeric time zone names.
* (Fchar_to_string): If CHARACTER is less than 256,Kenichi Handa2001-02-091-1/+3
| | | | return a unibyte string.
* (Fconstrain_to_field): Doc fix.Eli Zaretskii2001-02-021-1/+1
|
* (Fformat_time_string): Doc fix.Eli Zaretskii2001-01-311-2/+5
|
* (Fformat): Don't extend text properties from argumentsGerd Moellmann2001-01-221-4/+6
| | | | to padding chars in the result.
* (Fformat): Use lisp_string_width instead of strwidth.Kenichi Handa2001-01-191-2/+1
|
* (Fbuffer_substring): Doc fix.Gerd Moellmann2001-01-191-1/+5
|
* (Fformat): Doc fix.Dave Love2001-01-041-0/+1
|
* (Ftranspose_regions): Remove unused variables `gcpro1'Eli Zaretskii2001-01-021-1/+0
| | | | and `gcpro2'.
* (Fformat): Prevent a buffer overrun when the formatGerd Moellmann2000-12-141-12/+45
| | | | specifies a precision.
* (save_excursion_restore): Don't move pointGerd Moellmann2000-12-041-3/+4
| | | | | in another window if it is showing the wrong buffer. Avoid the call to Fwindow_live_p, for speed.
* (find_field):Miles Bader2000-10-251-1/+2
| | | | Use the correct overlay marker when checking after_overlay's start ins type.
* (find_field):Miles Bader2000-10-251-7/+46
| | | | | | | Set the field stickiness correctly from overlay fields. Use renamed `text_property_stickiness'. (text_property_stickiness): Renamed from `char_property_stickiness'.
* (Fconstrain_to_field): Check carefully for field boundaries if eitherMiles Bader2000-10-161-1/+2
| | | | OLD_POS or NEW_POS has a non-nil field property, even if they're the same.
* (save_excursion_save): Additionally record theGerd Moellmann2000-10-121-7/+32
| | | | | | | selected window. (save_excursion_restore): If buffer was visible in a window, and a different window was selected, and the old selected window is still live, restore point in that window.
* (Fmessage_or_box): Doc fix.Gerd Moellmann2000-09-201-1/+2
|
* (Fbuffer_string): Doc fix.Miles Bader2000-09-111-2/+1
|
* Remove includes ofGerd Moellmann2000-09-021-8/+4
| | | | | string.h and strings.h. (index) [HAVE_INDEX]: Add prototype.