Update copyright year.
[bpt/emacs.git] / src / fns.c
1998-01-21 Richard M. StallmanUpdate copyright year.
1998-01-21 Richard M. Stallman(concat): Use unibyte_char_to_multibyte.
1998-01-18 Karl Heuer(concat): Move the test for all nil in `append'
1998-01-12 Kenichi Handa(concat): Check STRINGP before increasing result_len_byte.
1998-01-09 Richard M. Stallman(map_char_table): Unconditionally consider non-ASCII...
1998-01-02 Richard M. Stallman(internal_equal): For markers, use bytepos instead...
1997-11-21 Andreas Schwab* fns.c (map_char_table): Protoize parameter.
1997-10-23 Kenichi Handa(map_char_table): Do not operate on invalid characters.
1997-09-30 Karl Heuer(Qwidget_type): New variable.
1997-08-27 Richard M. Stallman(concat): Fix use of Fchar_bytes.
1997-08-26 Kenichi Handa(Fyes_or_no_p): Call Fread_from_minibuffer
1997-08-16 Richard M. Stallman(Flength): Doc fix.
1997-08-10 Kenichi Handa(concat): Pay attention to multibyte characters when
1997-08-08 Richard M. Stallman(Frequire): Don't insist on a suffix
1997-08-04 Richard M. Stallman(Frequire): Pass t for the MUST-SUFFIX arg to Fload.
1997-07-09 Richard M. Stallman(syms_of_fns): Fix previous change.
1997-07-04 Richard M. StallmanFix bugs with inappropriate mixing of Lisp_Object with...
1997-07-02 Richard M. Stallman(Fy_or_n_p, Fyes_or_no_p): Obey use_dialog_box.
1997-06-23 Richard M. Stallman(Freverse): Simplify.
1997-06-18 Kenichi Handa(concat): Pay attention to multibyte characters when
1997-06-02 Richard M. Stallman(map_char_table): Use XSETFASTINT.
1997-05-30 Richard M. Stallman(Fchar_table_range, Fset_char_table_range):
1997-05-28 Kenichi Handa(map_char_table): For sub char-table, index should be
1997-05-23 Richard M. Stallman(internal_equal): When comparing strings, ignore text...
1997-05-16 Kenichi Handa(copy_sub_char_table): Declare the argument ARG as
1997-05-15 Richard M. Stallman(Fcopy_sequence): Correctly copy the char-table contents.
1997-05-13 Richard M. Stallman(map_char_table): New arg SUBTABLE. Callers changed.
1997-04-07 Kenichi Handa(copy_sub_char_table): New function.
1997-04-03 Karl Heuer(Fcopy_sequence): Delete unused variable.
1997-03-18 Kenichi Handa(map_char_table): Handle multibyte characters.
1997-02-22 Karl Heuer(Fcopy_sequence, concat, internal_equal, Ffillarray):
1997-01-13 Richard M. Stallman(concat): Take modulus of thisindex before shifting.
1996-11-11 Richard M. StallmanInclude frame.h and window.h.
1996-09-04 Richard M. Stallman(map_char_table): Declare depth as int.
1996-08-29 Richard M. Stallman(Fsubstring): Handle vectors as well as strings.
1996-07-16 Karl Heuer(Fy_or_n_p): Pass 3rd arg to Flookup_key.
1996-02-21 Karl Heuer(map_char_table): Fix args in recursive call.
1996-02-04 Richard M. Stallman(syms_of_fns): Set yes-or-no-p-history to nil.
1996-02-01 Richard M. Stallman(Qcursor_in_echo_area): New variable.
1996-01-27 Richard M. Stallman(Fy_or_n_p): Call choose_minibuf_frame.
1996-01-15 Erik NaggumUpdate FSF's address in the preamble.
1996-01-09 Karl Heuer(Fset_char_table_parent): Fix previous change.
1996-01-09 Erik Naggum(Frandom, Flength, Felt, Fsort, Fchar_table_subtype...
1996-01-07 Erik Naggum(Fplist_get): Rename arg `val' to `plist' as in doc.
1995-12-26 Richard M. Stallman(Fy_or_n_p, Fyes_or_no_p): using_x_p renamed to have_me...
1995-11-07 Geoff Voelker[HAVE_NTGUI] (Fy_or_n_p, Fyes_or_no_p): Allow popup.
1995-10-31 Karl Heuer(BITS_PER_SHORT, BITS_PER_INT, BITS_PER_LONG):
1995-10-30 Richard M. Stallman(Fsafe_length): Add missing parentheses around & within...
1995-10-23 Erik Naggum(map_char_table): Set size to CHAR_TABLE_ORDINARY_SLOTS.
1995-10-19 Erik Naggum(Fmap_char_table): Call map_char_table with correct...
1995-10-18 Richard M. Stallman(Fchar_table_subtype): New function.
1995-10-11 Richard M. Stallman(Fcopy_sequence): Call Fmake_char_table the new way.
1995-10-07 Richard M. Stallman(Fset_char_table_range): New function.
1995-07-20 Karl Heuer(Fsafe_length): Use conservative upper bound.
1995-07-01 Richard M. Stallman(Fsafe_length): New function.
1995-06-03 Karl Heuer(NULL): Define if not defined.
1995-05-30 Karl Heuer(Frandom): Use EMACS_INT, not int.
1995-04-24 Karl Heuer(Fplist_put): Don't signal an error if plist isn't...
1995-04-07 Richard M. Stallman(internal_equal): Use XMISCTYPE.
1995-04-07 Karl HeuerUpdate copyright.
1995-04-06 Karl Heuer(Fplist_put): Fix missing \n\.
1995-04-03 Karl Heuer(Fy_or_n_p): Don't log prompt.
1995-03-28 Richard M. Stallman(Fconcat): Undo previous change.
1995-03-27 Richard M. Stallman(Fget, Fput): Fetch and store symbol's plist directly.
1995-03-27 Boris Goldowsky(Fplist_put, Fplist_get): New fns.
1995-03-22 Karl Heuer(concat): Treat integers as characters, not strings.
1995-01-29 Richard M. Stallman(Frassoc): New function.
1995-01-19 Karl Heuer(Frandom): Call seed_random and get_random.
1995-01-12 Karl Heuer(internal_equal): Delete redundant tests.
1995-01-12 Richard M. Stallman(internal_equal): Once again use a switch.
1994-12-30 Richard M. Stallman(Flength): Handle compiled function as pseudovector.
1994-12-04 Richard M. Stallman(internal_equal): Call compare_string_intervals.
1994-11-23 Richard M. Stallman(Fy_or_n_p): Handle exit-prefix in query-replace-map.
1994-11-18 Karl Heuer(Fvconcat, concat): Use Lisp_Vectorlike.
1994-11-16 Karl Heuer(Flength): Don't call Farray_length, just use size...
1994-11-15 Karl Heuer(internal_equal): Use new overlay substructure.
1994-10-11 Karl Heuer(internal_equal): Check the substructure.
1994-10-04 Karl Heuer(Flength, concat, mapcar1): Don't use XFASTINT as an...
1994-10-04 Karl Heuer(Fstring_equal, Fstring_lessp): Delete now-redundant...
1994-09-27 Karl Heuer(Frandom, Flength, Fstring_equal, Fstring_lessp, Fcopy_...
1994-09-21 Richard M. Stallman(concat3): New function.
1994-09-19 Karl Heuer(Frandom): Fix Lisp_Object vs. int problems.
1994-07-30 Richard M. Stallman(Frandom): Handle LIMIT >= 40000000.
1994-07-28 Richard M. Stallman(Frandom): Fix previous change.
1994-07-26 Richard M. Stallman(Frandom): Use just the low 30 bits of random's value.
1994-06-07 Karl Heuer(Fy_or_n_p, Fyes_or_no_p) [HAVE_X_MENU]: Redisplay...
1994-06-05 Richard M. Stallman(Fy_or_n_p): Don't use dialog box if not an X frame.
1994-05-04 Karl HeuerUpdate copyright.
1994-04-20 Richard M. StallmanDoc fixes.
1994-04-13 Karl Heuer(Fy_or_n_p, Fyes_or_no_p): Test HAVE_X_MENU.
1994-03-23 Richard M. Stallman(Fy_or_n_p, Fyes_or_no_p): Call Fx_popup_dialog the...
1994-03-19 Richard M. Stallman(Fyes_or_no_p) [USE_X_TOOLKIT]: Display just one menu.
1994-03-16 Karl Heuer(Frandom): Eliminate bias in random number generator.
1994-03-14 Richard M. StallmanWhitespace change.
1994-03-11 Fred Pierresteguy(Fyes_or_no_p): Call Fx_popup_dialog instead of Fx_popu...
1994-02-24 Richard M. Stallman(Fy_or_n_p): Use a popup menu if reached via mouse...
1994-01-23 Richard M. Stallman(Fconcat): Doc fix.
1994-01-22 Richard M. Stallman(Fassq, Fassoc): Doc fixes.
1994-01-04 Richard M. Stallman(Fmapconcat): Doc fix.
1993-09-10 Roland McGrathInclude <config.h> instead of "config.h".
next