Corrected some authors email addresses.
[midnight-commander.git] / gtkedit / ChangeLog
blob71d967fad9c835c329288d204c722e366b081473
1 2001-05-18  Pavel Roskin  <proski@gnu.org>
3         * editcmd.c (edit_replace_prompt): Warning fix.
5 2001-02-26  Pavel Roskin  <proski@gnu.org>
7         * editcmd.c (edit_delete_macro_cmd) [MIDNIGHT]: Don't use
8         CK_Macro on the argument to edit_delete_macro().
10         * edit.c (edit_init_file): Remove, it's useless. All the
11         necessary files should be created when needed.
12         * edit.h: Remove declaration of edit_init_file().
14 2000-11-01  Andrew V. Samoilov <sav@bcs.zp.ua>
16         * editcmd.c (canonicalize_pathname) [GTK]: memory leaking fixed
18 2000-10-30  Pavel Roskin  <proski@gnu.org>
20         * editcmd.c (canonicalize_pathname) [GTK]: Make the argument
21         constant.
22         (edit_split_filename) [GTK]: Make the second argument constant
23         to match the declaration.
25 2000-10-30  Andrew V. Samoilov <sav@bcs.zp.ua>
27         * editcmd.c (edit_save_file): better error handling on writting
29         (edit_sort_cmd): saved sort options proposed in dialog
31         edit.h, editcmd.c: declaration for edit_save_block () added
33         (edit_split_filename): f constified
35         * edit.c (edit_init) [ENABLE_NLS]: option_whole_chars_search 
36         expanded by national letters using current locale on first call
38         (edit_file_is_open) [MIDNIGHT]: all occurences and related code
39         are commented
41         (edit_execute_cmd): typo in error message fixed
43 2000-09-30  Pavel Roskin  <proski@gnu.org>
45         * libgettext.h: Removed, shouldn't be here.
46         * Makefile.in: Adjusted to remove libgettext.h
48 2000-09-15  Andrew V. Samoilov  <sav@bcs.zp.ua>
50         * editcmd.c (edit_delete_macro, edit_(load|save)_macro_cmd): don't
51         translate keywords written to macro file or macro don't work, at least
52         for Cyrillic. Made this as separate commit, so, if it seriously breaks 
53         compatibility it's easy to revert it.
55 2000-09-15  Andrew V. Samoilov  <sav@bcs.zp.ua>
57         * editcmd.c (edit_save_file): fopen()+fwrite()+fclose() replaced
58         by open()+write()+close() to restore possibility to edit files
59         over Midnight Commander's VFSes
60         
61         (edit_replace_cmd) [MIDNIGHT]: some more right algorithm to calculate
62         menu coordinates used. I don't like if menu hides replaced text.
64         (edit_goto_cmd): Memory leaking fixed when f is empty string
66 2000-09-07  Andrew V. Samoilov  <sav@bcs.zp.ua>
68         * edit.c (check_file_access) [MIDNIGHT,GTK]: error message localized;
69         some cosmetics changes to avoid annoying warnings
71         * editcmd.c (edit_save_file): pclose returns 0 on success, 
72         file fclose()d when fwrite fails
73         
74         (pipe_mail): malloc () + sprintf () replaced by g_strdup_printf ()
75         
76         * syntax.c (syntax_text): Makefile replaced by [Mm]akefile to cover
77         makefile and GNUmakefile
78         (upgrade_syntax_file): infinitive loop fixed when rule file
79         is outdated but it cannot be unlinked/overwritten
81 2000-08-30  Pavel Roskin  <proski@gnu.org>
83         * editwidget.c [!MIDNIGHT]: include xdnd.h
84         * Makefile.in: distribute xdnd.h
86 2000-08-18  Pavel Roskin  <proski@gnu.org>
88         * Makefile.in: adjusted list of distributed files.
89         Added rule for rebuilding Makefile
91 2000-08-08  Pavel Roskin <proski@gnu.org>
93         * gtkedit.c [GTK]: don't include mousemark.h
94         * gtkedit.h [GTK]: likewise
96 2000-08-03  Pavel Roskin <proski@gnu.org>
98         * mousemark.c, mousemark.h: removed
99         * Makefile.in: don't distribute mousemark.h
100         * gtkedit.c [MIDNIGHT]: don't include mousemark.h
101         * gtkedit.h [MIDNIGHT]: likewise
103 2000-07-20  Andrew V. Samoilov  <sav@bcs.zp.ua>
105         * gtkedit/editcmd.c (edit_save_file): check fclose()s return value
106         to prevent loss of data
107         (edit_block_process_cmd): don't translate empty string
109         * gtkedit/edit.h (edit_get_write_filter, edit_write_stream,
110         edit_init_file): added declarations 
112         * edit.c (edit_filters): constified
113         (edit_get_write_filter): filename constified
114         (user_menu): don't translate empty string
116         * syntax.c (syntax_text): constified
117         (upgrade_syntax_file): syntax_line constified, f closed after use