aboutsummaryrefslogtreecommitdiffstats
path: root/src/fns.c
Commit message (Expand)AuthorAgeFilesLines
* Fix typo.Pavel Janík2002-04-221-1/+1
* (use-dialog-box): Doc fix.Pavel Janík2002-04-201-1/+1
* (Fy_or_n_p): Use `minibuffer-prompt' face for prompt.Pavel Janík2002-04-121-1/+12
* (Flax_plist_put): Doc fix.Kim F. Storm2002-03-291-1/+1
* (Fsubstring_no_properties): New function.Richard M. Stallman2002-03-261-0/+126
* (Ffeaturep): Allow subfeature to be a list (test usingKim F. Storm2002-03-211-1/+2
* Doc fix.Pavel Janík2001-11-131-3/+2
* (Freverse): Reindent.Pavel Janík2001-11-131-1/+1
* (copy_hash_table): Remove unused variable `v'.Pavel Janík2001-11-061-1/+1
* (Fmake_hash_table): Use XCAR and XCDR, not Fnth and Flength.Richard M. Stallman2001-11-051-3/+3
* Update usage of CHECK_ macros (remove unused second argument).Pavel Janík2001-11-021-55/+55
* (require_unwind): Return Lisp_Object.Gerd Moellmann2001-10-311-1/+2
* (Frequire): Detect recursive try to require the sameRichard M. Stallman2001-10-301-1/+43
* (Fappend, Fconcat, Fvconcat, Fnconc, Fwidget_apply, Fmake_hash_table):Miles Bader2001-10-211-6/+13
* Change doc-string comments to `new style' [w/`doc:' keyword].Miles Bader2001-10-161-241/+239
* Avoid (most) uses of XCAR/XCDR as lvalues, for flexibility in experimentingKen Raeburn2001-10-161-4/+4
* (Vafter_load_alist): Declare extern (w32 build problem).Sam Steingold2001-10-151-1/+2
* (Fmapconcat): Fix typo in a doc string.Pavel Janík2001-10-151-1/+1
* Put doc strings in comments.Gerd Moellmann2001-10-131-433/+442
* (Ffeaturep): Add new `subfeature' arg.Stefan Monnier2001-10-121-9/+25
* Include keymap.h.Stefan Monnier2001-10-081-0/+1
* Don't define min/max.Gerd Moellmann2001-10-081-5/+0
* Use SYMBOL_VALUE/SET_SYMBOL_VALUE macros instead of accessingGerd Moellmann2001-10-051-1/+1
* (Fmd5): Doc fix.Eli Zaretskii2001-09-011-1/+1
* * fns.c (Fset_char_table_default): Check that a charset is defined before che...Ken Raeburn2001-07-181-1/+1
* Include blockinput.h.Gerd Moellmann2001-04-111-0/+1
* (Fplist_get): Don't QUIT is interrupt_input_blocked.Gerd Moellmann2001-04-111-1/+6
* (Fcompare_strings): Fix return values.Gerd Moellmann2001-04-101-2/+2
* (Fplist_get, Fplist_put): Add QUITs.Gerd Moellmann2001-04-091-8/+15
* (Frequire): Doc fix. Rename parameter FILE_NAME toGerd Moellmann2001-04-051-7/+8
* (Fmd5): Doc fix.Gerd Moellmann2001-03-201-2/+2
* (Fdelete, larger_vector): Use allocate_vector.Gerd Moellmann2001-02-281-17/+6
* Use display_hourglass_p, start_hourglass, cancel_hourglass instead ofGerd Moellmann2001-02-211-3/+3
* (sweep_weak_table): Fix code taking items out ofGerd Moellmann2001-01-241-12/+6
* (Fset_char_table_default): Fix to make sub char-table correctly.Kenichi Handa2001-01-231-3/+4
* (concat): Be sure to avoid putting the same `composition'Kenichi Handa2001-01-171-2/+3
* Call redisplay_preserve_echo_area with additional arg.Gerd Moellmann2001-01-161-2/+2
* (Flength): Remove unused variable `tail'.Eli Zaretskii2001-01-021-2/+2
* (Frequire): Doc fix.Eli Zaretskii2000-12-191-1/+2
* (Fmd5): Docstring improved.Kenichi Handa2000-12-151-0/+2
* (Fmd5): Docstring improved.Kenichi Handa2000-12-141-5/+16
* (Fmd5): Pass lisp objects, not integers, to call3.Ken Raeburn2000-12-041-1/+2
* (Fmd5): Use a different logic to decide the coding systemGerd Moellmann2000-12-021-40/+83
* (Fmd5): Doc fix.Gerd Moellmann2000-11-301-8/+9
* (Fmd5): New function.Gerd Moellmann2000-11-301-1/+163
* (Foptimize_char_table): Fix arg for CHARSET_DIMENSION.Kenichi Handa2000-10-301-1/+1
* 2000-10-22 15:07:47 ShengHuo ZHU <[email protected]>ShengHuo ZHU2000-10-221-1/+2
* (READ_QUADRUPLET_BYTE): Set *NCHARS_RETURN beforeKenichi Handa2000-10-101-32/+62
* (Fbase64_encode_region, Fbase64_encode_string)Dave Love2000-10-061-5/+5
* (base64_encode_1): Fix last change.Dave Love2000-09-251-5/+9