Make Emacs functions such as Fatom 'static' by default.
[bpt/emacs.git] / src / editfns.c
2011-04-11 Paul EggertMake Emacs functions such as Fatom 'static' by default.
2011-04-10 Paul Eggert* editfns.c (Fformat): Remove unreachable code.
2011-04-10 Paul EggertFix more problems found by GCC 4.6.0's static checks.
2011-04-10 Paul EggertMerge from mainline.
2011-04-10 Paul EggertMerge from mainline.
2011-04-09 Paul Eggert* editfns.c (Fformat): Likewise.
2011-04-09 Paul EggertMerge from mainline.
2011-04-09 Glenn MorrisMerge from emacs-23; up to 2010-06-08T03:06:47Z!dann...
2011-04-09 Eli ZaretskiiReplace some uses of `int' with EMACS_INT.
2011-04-08 Chong YidongMerge changes from emacs-23 branch
2011-03-31 Eli ZaretskiiFix bug #6671 with recentering and other scrolling...
2011-03-31 Stefan MonnierMerge from trunk
2011-03-30 Paul EggertFix more problems found by GCC 4.6.0's static checks.
2011-03-30 Paul Eggert* editfns.c (Fmessage_box): Remove unused local var.
2011-03-29 Paul EggertMerge from mainline.
2011-03-28 Juanma Barranquerosrc/*.c: Remove some additional unused parameters.
2011-03-27 Paul EggertMerge from atest branch.
2011-03-27 Paul EggertMerge from mainline.
2011-03-27 Paul EggertVariadic C functions now count arguments with size_t...
2011-03-23 Julien DanjouUse Frun_hooks rather than calling Vrun_hooks manually
2011-03-21 Stefan MonnierMerge from trunk
2011-03-19 Chong YidongMerge changes from emacs-23 branch
2011-03-17 Paul EggertMerge: Fix more problems found by GCC 4.5.2's static...
2011-03-17 Paul EggertMerge from mainline.
2011-03-16 Paul Eggert* editfns.c (Ftranslate_region_internal): Mark var...
2011-03-16 Paul Eggert* editfns.c: (Fformat_time_string, Fencode_time, Finser...
2011-03-16 Paul EggertMove editfns decls to lisp.h to check interfaces.
2011-03-16 Paul Eggert* editfns.c (init_editfns, Fuser_login_name, Fuser_uid):
2011-03-15 Paul Eggert* editfns.c (Fchar_equal): Remove no-longer-needed...
2011-03-15 Paul EggertUse functions, not macros, for up- and down-casing.
2011-03-13 Paul EggertMerge from mainline.
2011-03-13 Paul EggertImprove quality of tests for time stamp overflow.
2011-03-13 Paul Eggert* editfns.c (lisp_time_argument): Check for time stamp...
2011-03-12 Paul Eggert* editfns.c (hi_time): Do not overparenthesize.
2011-03-12 Glenn MorrisMerge from emacs-23; up to 2010-06-03T22:16:02Z!dann...
2011-03-12 Paul EggertImprove quality of tests for time stamp overflow. ...
2011-03-11 Paul Eggert* editfns.c (time_overflow): New function, refactoring...
2011-03-11 Paul EggertMove 'make_time' to be next to its inverse 'lisp_time_a...
2011-03-06 Stefan MonnierMerge from trunk
2011-03-02 Paul EggertMerge from mainline.
2011-02-28 Glenn MorrisMerge from emacs-23; up to 2010-06-03T05:41:49Z!rgm...
2011-02-23 Juanma BarranqueroFix typos.
2011-02-23 Glenn MorrisMerge from emacs-23; up to 2010-06-02T00:10:42Z!yamaoka...
2011-02-21 Stefan MonnierMerge from trunk
2011-02-19 Glenn MorrisMerge from emacs-23; up to 2010-06-01T01:49:15Z!monnier...
2011-02-18 Paul EggertMerge from mainline.
2011-02-16 Tom TromeyChange B_ to BVAR
2011-02-16 Glenn MorrisMerge from emacs-23; up to 2010-05-28T19:18:47Z!juri...
2011-02-15 Paul EggertMerge from mainline.
2011-02-14 Tom TromeyHide implementation of `struct buffer'
2011-02-12 Chong YidongMerge changes from emacs-23 branch
2011-02-12 Stefan MonnierMerge from trunk
2011-02-07 Paul Eggert* editfns.c: conform to C89 pointer rules
2011-02-06 Paul Eggert* insdel.c: conform to C89 pointer rules
2011-02-05 Glenn MorrisMerge from emacs-23; up to 2010-05-26T14:19:15Z!monnier...
2011-02-02 Stefan Monnier* src/editfns.c (save_restriction_restore): Don't forge...
2011-02-01 Stefan MonnierMerge from trunk
2011-02-01 Paul Eggertformat-time-string now supports subsecond time stamp...
2011-01-31 Chong YidongMerge changes from emacs-23 branch
2011-01-30 Paul Eggertstrftime: import from gnulib
2011-01-30 Paul EggertUse SSDATA when the context wants char *.
2011-01-30 Paul EggertUse SSDATA when the context wants char *.
2011-01-25 Glenn MorrisConvert consecutive FSF copyright years to ranges.
2011-01-25 Glenn MorrisMerge from emacs-23.
2011-01-23 Paul EggertPromote SSDATA macro from gtkutil.c and xsmfns.c to...
2011-01-22 Glenn MorrisMerge from emacs-23
2011-01-18 Tom TromeyMove all DEFVAR'd globals into a structure -- threading...
2011-01-18 Glenn MorrisMerge from emacs-23 branch, up to 2010-05-20T22:16...
2011-01-17 Paul EggertMerge from mainline.
2011-01-17 Paul EggertMerge from mainline.
2011-01-15 Glenn MorrisNuke arch-tags.
2011-01-15 Glenn MorrisMerge from emacs-23 branch, up to 2010-05-20T21:33...
2011-01-15 Glenn MorrisMerge from emacs-23 branch.
2011-01-14 Paul EggertMerge from mainline.
2011-01-14 Paul EggertMerge from mainline.
2011-01-14 Stefan MonnierMerge from emacs-23
2011-01-14 Paul EggertMerge from mainline.
2011-01-14 Paul EggertMerge from mainline.
2011-01-13 Paul EggertMerge from mainline.
2011-01-12 Paul EggertMerge from mainline.
2011-01-09 Paul EggertInclude <unistd.h> unilaterally.
2011-01-02 Glenn MorrisAdd 2011 to FSF/AIST copyright years.
2011-01-02 Chong YidongMerge changes from emacs-23 branch
2010-12-16 Ken ManheimerSynopsis: Migrate allout encryption provisions from...
2010-12-13 Stefan MonnierMerge from emacs-23
2010-12-11 Stefan MonnierMerge from trunk
2010-11-27 Chong YidongMerge changes from emacs-23 branch.
2010-11-27 Chong YidongMerge changes from emacs-23 branch
2010-11-25 Kenichi Handamerge emacs-23
2010-11-21 Chong Yidong* editfns.c (Fbyte_to_string): Signal an error if arg...
2010-11-18 Stefan MonnierMerge from emacs-23
2010-11-09 Stefan MonnierMerge from emacs-23
2010-10-31 Chong YidongMerge changes from emacs-23 branch
2010-10-24 Chong YidongMerge changes from emacs-23
2010-10-23 Eli ZaretskiiImplement mouse highlight for bidi-reordered lines.
2010-10-19 Juanma BarranqueroMerge changes from emacs-23 branch.
2010-10-14 Juanma BarranqueroMerge changes from emacs-23 branch.
2010-10-11 Juanma BarranqueroMerge changes from emacs-23 branch.
2010-10-08 Juanma BarranqueroMerge changes from emacs-23 branch.
2010-09-29 Stefan MonnierMerge from trunk
next