]> code.delx.au - gnu-emacs/history - src/editfns.c
(Fmessage): Doc fixes.
[gnu-emacs] / src / editfns.c
2006-11-12 Juanma Barranquero(Fmessage): Doc fixes.
2006-09-11 Kim F. Storm(Fmessage): Recommend using (message "%s" ...).
2006-09-09 Eli Zaretskii(Fsystem_name): Mention "host" in the doc string.
2006-09-06 Kenichi Handa(Fformat_time_string): Use make_unibyte_string to make
2006-09-01 Chong Yidong* buffer.h (struct buffer_text): New field chars_modiff.
2006-08-31 Richard M. Stallman(Fformat): Don't sign-extend for %o or %x.
2006-08-25 Kim F. Storm(Fcurrent_time, Fget_internal_run_time): Simplify;...
2006-08-04 Stefan Monnier(Fsubst_char_in_region): Redo the setup work after...
2006-07-30 Thien-Thi NguyenUndo 2006-06-28 change.
2006-07-18 Kim F. Storm(region_limit, Fget_internal_run_time): Use xsignal0.
2006-07-13 Kenichi Handa(Fformat): Fix calculation of text property positions
2006-07-12 Kim F. Storm(general_insert_function): Remove loop around wrong_typ...
2006-07-12 YAMAMOTO MitsuharuInclude blockinput.h.
2006-06-28 Chong Yidong* editfns.c (Fdelete_field, Ffield_string, Ffield_begin...
2006-05-12 Chong Yidong* intervals.c (set_point_both): Fix mixup before before...
2006-04-25 Miles BaderRevision: emacs@sv.gnu.org/emacs--devo--0--patch-245
2006-04-23 Lars Hansen(find_field): Fix comment.
2006-04-04 Paul Eggert* lib-src/b2m.c (main): Don't include <limits.h>.
2006-03-25 Eli ZaretskiiMove explanations from ChangeLog to the source.
2006-03-24 Paul Eggert* editfns.c: (TM_YEAR_BASE): Move up.
2006-02-07 Miles BaderRevision: emacs@sv.gnu.org/emacs--devo--0--patch-51
2006-02-06 Thien-Thi NguyenUpdate years in copyright notice; nfc.
2006-02-05 Ken Raeburn(Fconstrain_to_field): Fix int/Lisp_Object mixup.
2006-01-26 Károly Lőrentey(Fconstrain_to_field): Fix behaviour on field boundaries.
2006-01-26 Károly Lőrentey(Fconstrain_to_field): Use get_pos_property, not Fget_c...
2005-10-28 Richard M. Stallman(Fformat): Don't include string padding
2005-10-24 Kim F. Storm(Fcompare_buffer_substrings): Fix last change.
2005-10-24 Stefan Monnier(Fcompare_buffer_substrings): Handle multibyte chars.
2005-09-30 Dan NicolaescuMove systime.h include after lisp.h.
2005-09-29 Juri Linkov(Fmessage, Fmessage_box, Fmessage_or_box):
2005-09-23 Richard M. Stallman(Fformat): Explicitly test for end of format string...
2005-09-19 Kim F. Storm(Fformat): Don't scan past end of format string that
2005-09-12 Kim F. Storm(Ftranslate_region_internal): Reload `tt' after
2005-09-04 Richard M. Stallman(Fpropertize): Don't insist that properties be symbols.
2005-08-07 Thien-Thi NguyenUpdate years in copyright notice; nfc.
2005-07-04 Lute KamstraUpdate FSF's address.
2005-06-23 Juanma Barranquero(Fsubst_char_in_region): Follow error conventions.
2005-05-24 Nick Roberts(Fmessage_box): Use "Information" for frame title.
2005-04-20 Thien-Thi NguyenRemove reference to defunct vms-pwd.h.
2005-03-27 Stefan Monnier(Fgoto_char): Fix docstring. Probably left-over from...
2005-01-21 Richard M. Stallman(Fmessage): If arg is "", return "" (as before).
2005-01-20 Steven Tamm* editfns.c (Voperating_system_release): Added.
2005-01-19 Steven Tamm* editfns.c (Voperating_system_release): Added.
2004-11-08 Eli ZaretskiiMove #include "systime.h" before <sys/resource.h>.
2004-11-07 Steven Tammeditfns.c: Adding in better patch
2004-11-07 Steven Tammeditfns.c: Need to include sys/time.h before resource...
2004-11-06 Eli Zaretskii(Fget_internal_run_time): New function.
2004-10-27 Richard M. Stallman(Fmessage): Doc fix.
2004-10-26 Kim F. Storm(Fformat): Allocate discarded table with SAFE_ALLOCA.
2004-10-22 Kenichi Handa(Ftranslate_region_internal): New function.
2004-10-19 Richard M. Stallman(Fdelete_and_extract_region): If region is empty, retur...
2004-09-12 Kim F. Storm(Fformat): Handle format strings with multiple text
2004-07-30 Kim F. Storm(Fformat): Allocated extra (dummy) element in info.
2004-07-09 Luc Teirlinck(Ffloat_time, Fformat_time_string, Fdecode_time)
2004-06-21 Kim F. Storm(Fformat, Ftranspose_regions): Use SAFE_ALLOCA.
2004-06-07 Juanma Barranquero(Fuser_login_name, Ffloat_time, Fencode_time, Fcurrent_...
2004-05-07 Juanma Barranquero(Finsert_buffer_substring): Make argument names match...
2004-04-27 Eli Zaretskii(lisp_time_argument): Provide externally.
2004-04-13 Kim F. Storm(Fformat): Fix allocation size of precision array.
2004-03-30 Kenichi Handa(Fformat): Fix initialization of the array info.
2004-03-25 Masatake YAMATO* insdel.c (adjust_markers_for_insert): Call fix_start_...
2004-03-02 Stefan Monnier(Ftranslate_region): Lisp_Object/int mixup.
2004-03-01 Kenichi Handa(Ftranslate_region): Fix previous change
2004-03-01 Kenichi Handa(Ftranslate_region): Handle multibyte chars in the arg
2004-02-05 Luc Teirlinck(Fchar_after, Fchar_before): Doc fixes.
2004-01-24 Jonathan YavnerFor `format', make source and documentation match.
2004-01-08 Kenichi Handa(Fformat): Fix '&' to '&&'.
2003-09-07 Eli Zaretskii(region_limit): Support any non-zero value of BEGINNINGP.
2003-09-01 Miles BaderAdd arch taglines
2003-08-17 Richard M. Stallman(Fencode_time): Doc fix.
2003-07-09 Stefan Monnier(overlays_around): Use new type for overlays_(before...
2003-06-26 Stefan Monnier(save_excursion_restore, transpose_markers): Update...
2003-05-17 Stefan Monnier(get_pos_property): Don't assume that `object' = nil.
2003-04-30 Richard M. Stallman(Fformat): Set abort_on_gc during first scan of format.
2003-04-11 Stefan Monnier(Fformat): Lisp_Object/int mixup.
2003-04-09 Richard M. Stallman(Fformat): Translate positions of text properties
2003-04-04 Kenichi Handa(Fformat): Use a copy of FORMAT string so that we can
2003-02-04 Juanma BarranqueroTrailing whitespace deleted.
2003-01-26 Kenichi Handa(Fformat): Add comment about the treatment of 0 as...
2003-01-25 Richard M. Stallman(format2): New function, replaces format1
2003-01-17 Kim F. Storm(Finsert): Mention `string-make-multibyte' and
2003-01-17 Kenichi Handa(Fformat): Convert an unibyte char argument that is
2002-12-21 Richard M. Stallman(Fformat): Add parens.
2002-12-10 Juanma Barranquero(Fformat): Use alloca, not _alloca.
2002-12-10 Ben Keyfixed a couple of minor compilation errors in editfns.c
2002-12-09 Kai Großjohann(Fformat): Handle precision in string conversion specif...
2002-11-03 Stefan Monnier(get_pos_property): Don't hardcode Qfield.
2002-11-01 Andreas Schwab(Fmessage): Revert last change to properly handle ...
2002-11-01 Stefan Monnier(find_field): Make an exception for nil fields.
2002-10-30 Stefan Monnier(overlays_around, get_pos_property): New funs.
2002-10-26 Richard M. Stallman(Fformat): Detect invalid format letters for floats.
2002-10-05 Markus Rost(Fformat_time_string): Doc fix.
2002-08-17 Richard M. Stallman(save_restriction_restore): Defend from unchained marker.
2002-07-23 Richard M. Stallman(Fmessage): Treat "" like nil.
2002-07-16 Ken Raeburn(general_insert_function): Insertion function now
2002-07-16 Ken Raeburn(Fstring_to_char): Don't use XSTRING/XSETSTRING to...
2002-07-16 Ken Raeburn(Fstring_to_char): Use string macros instead of Lisp_St...
2002-07-15 Ken RaeburnMost uses of XSTRING combined with STRING_BYTES or...
2002-07-11 Juanma BarranqueroUse macro SPECPDL_INDEX.
2002-05-20 Ken Raeburn* editfns.c (Fformat): Use SYMBOL_NAME and XSTRING...
next