Convert (most) functions in src to standard C.
[bpt/emacs.git] / src / fileio.c
2010-07-04 Dan NicolaescuConvert (most) functions in src to standard C.
2010-07-02 Eli ZaretskiiFix MS-DOS configury.
2010-07-02 Jan DRemove __P and P_ from .c and .m files and definition...
2010-06-26 Eli Zaretskiiw32-fns.el (w32-convert-standard-filename): Doc fix.
2010-06-16 Stefan MonnierMerge from emacs-23
2010-06-09 Andreas SchwabMerge from emacs-23
2010-06-04 Juanma BarranqueroTurn `directory-sep-char' into a noop.
2010-06-01 Stefan MonnierMerge from emacs-23
2010-05-29 Eli ZaretskiiFix cursor motion in bidi-reordered continued lines.
2010-05-28 Michael Albinus* fileio.c (Fdelete_file): Pass TRASH arg to handler...
2010-05-28 Kenichi Handamerge trunk
2010-05-27 Chong YidongChange delete-by-moving-to-trash so Lisp calls explicit...
2010-05-25 Stefan MonnierMerge from emacs-23
2010-05-25 Kenichi Handamerge trunk
2010-05-22 Eli ZaretskiiRedesign bidi-aware edge positions of glyph rows, fix...
2010-05-20 Juri Linkov* fileio.c (Fdelete_file): Change interative spec to use
2010-05-18 Chong YidongFix stack overflow in string creation (Bug#6214).
2010-05-11 Stefan MonnierMerge from emacs-23
2010-05-08 Stefan MonnierMerge from emacs-23
2010-05-03 Chong YidongAdd optional arg to delete-file to force deletion ...
2010-05-01 Eli ZaretskiiEmulate POSIX_SIGNALS on MS-Windows.
2010-05-01 Eli ZaretskiiFix display of R2L lines and cursor motion in bidi...
2010-05-01 Karel Klíc* src/fileio.c (Ffile_selinux_context): Context functio...
2010-04-30 Andreas SchwabFix for Bug#5984.
2010-04-21 Karel KlícAdd SELinux support.
2010-04-20 Eli ZaretskiiImplement GUI display of R2L lines, fix TTY display...
2010-04-19 Stefan MonnierMerge from emacs-23
2010-04-13 Stefan MonnierTry to detect file modification within the same second.
2010-04-03 Stefan MonnierMerge from emacs-23
2010-04-02 Jan DjärvMerge from trunk
2010-04-02 Dan NicolaescuRemove extern errno declarations.
2010-04-01 Eli ZaretskiiRemove support for DJGPP v1.x (bug#5813).
2010-03-10 Stefan MonnierMerge pending branch
2010-02-20 Eli ZaretskiiMerge from mainline.
2010-02-18 Glenn Morris* fileio.c: Comment fix.
2010-02-05 Eli ZaretskiiMerge from mainline.
2010-01-31 Chong Yidong* fileio.c (Frename_file): Correctly rename symlinks...
2010-01-29 Eli ZaretskiiMerge from mainline.
2010-01-28 Chong Yidong* fileio.c (Frename_file): Fix last change (Bug#5487).
2010-01-27 Kenichi Handafrom trunk
2010-01-27 Chong YidongFix rename-file to handle directory renaming properly...
2010-01-19 Alan MackenzieSuppress spurious second invocation of before-change...
2010-01-16 Eli ZaretskiiMerge from mainline.
2010-01-14 Kenichi Handafrom trunk
2010-01-13 Stefan MonnierTry to fix bug#5314. This is probably not the final...
2009-11-21 Andreas Schwab* character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH...
2009-11-11 Dan Nicolaescu* process.c (ifflag_def): Make flag_sym constant.
2009-11-06 Dan Nicolaescu* xterm.c (syms_of_xterm):
2009-11-05 Kenichi Handa(Finsert_file_contents): Be sure set coding-system of
2009-10-23 Stefan Monnier* fileio.c (syms_of_fileio): Initialize Vdirectory_sep_...
2009-10-19 Dan Nicolaescu* alloc.c: Do not define struct catchtag.
2009-10-01 Michael Albinus* fileio.c (Fdelete_directory_internal): Renamed from
2009-07-21 Chong Yidong* fileio.c: Revert 2009-07-16 changes.
2009-07-16 Richard M. Stallman* fileio.c (Fwrite_region, Fdo_auto_save): Handle save_...
2009-07-07 Chong Yidong* fileio.c (Fsubstitute_in_file_name, Ffile_name_directory)
2009-04-15 Dan Nicolaescu* fileio.c (history_delete_duplicates): Remove unused...
2009-03-28 Stefan Monnier* insdel.c (move_gap, move_gap_both, gap_left, gap_right)
2009-03-28 Stefan Monnier(Finsert_file_contents): Don't limit size to INT_MAX/4.
2009-03-24 Jason Rumney(Fsubstitute_in_file_name): Always work on a copy.
2009-03-19 Glenn Morris(Fsubstitute_in_file_name): Doc fix.
2009-02-26 Juanma Barranquero* fileio.c (Fnext_read_file_uses_dialog_p): Fix typo...
2009-02-11 Stefan Monnier(Fwrite_region): !NILP -> CONSP.
2009-02-04 Glenn Morris(Fwrite_region): Doc fix (mention annotate-functions).
2009-01-22 Chong Yidong(Vwrite_region_post_annotation_function)
2009-01-08 Glenn MorrisAdd 2009 to copyright years.
2009-01-07 Kenichi Handa(Finsert_file_contents): In the case of replace,
2008-12-20 Jason Rumney(Fexpand_file_name): Do not allow ../ to go beyond...
2008-11-14 Chong Yidong(Finsert_file_contents): Decrement specpdl_ptr to avoid...
2008-10-20 Eli Zaretskii(Fset_file_modes): Doc fix.
2008-10-18 Eli Zaretskii(Fset_file_modes): Doc fix.
2008-10-16 Chong Yidong(Fexpand_file_name): Doc fix.
2008-09-30 Miles BaderMerge from emacs--rel--22
2008-09-20 Glenn Morris(Qdelete_by_moving_to_trash): New Lisp_Object.
2008-09-20 Glenn Morris(Frename_file): Avoid copying to trash if a rename...
2008-09-14 Kenichi Handa(Finsert_file_contents): Delete incorrect decrement...
2008-09-05 Miles BaderMerge from emacs--rel--22
2008-09-02 Andreas Schwab(Fexpand_file_name): Remove unused variables.
2008-09-02 Miles BaderMerge from emacs--rel--22
2008-08-31 Stefan Monnier* font.h (font_range):
2008-08-29 Eli Zaretskii(Fexpand_file_name): Copy argument `name' into local...
2008-08-29 Eli Zaretskii(report_file_error): Clarify the case of slash defeatin...
2008-08-29 Kenichi Handa(report_file_error): Don't downcase the first character
2008-08-27 Kenichi Handa(report_file_error): Fix handling of multibyte error...
2008-08-18 Miles BaderMerge from emacs--rel--22
2008-08-12 Miles BaderMerge from emacs--rel--22
2008-08-05 Chong Yidong(Vauto_save_list_file_name): Move here from file.el.
2008-08-05 Chong Yidong(Vauto_save_list_file_name): Move here from file.el.
2008-08-02 Eli Zaretskii(Fexpand_file_name): Convert the value of $HOME to...
2008-07-31 Dan Nicolaescu* bitmaps/README:
2008-07-27 Dan NicolaescuRemove support for Mac Carbon.
2008-07-26 Miles BaderMerge from emacs--rel--22
2008-07-24 Andreas Schwab(Finsert_file_contents): Properly adjust undo list
2008-07-17 Miles BaderMerge from emacs--rel--22
2008-07-17 Miles BaderMerge from emacs--rel--22
2008-07-10 Dan Nicolaescu* src/fileio.c:
2008-07-02 Jason RumneyChanges from Toru Tsuneyoshi for using Trash can when...
2008-06-26 Dan Nicolaescu* unexnext.c:
2008-06-17 Miles BaderMerge from emacs--rel--22
2008-06-01 Miles BaderMerge from emacs--rel--22
2008-05-28 Stefan Monnier* src/fileio.c (Fwrite_region): Delay the defaulting...
next