* mui/BirthdayRequestWindow.c: added some missing folding markers and set the
svn:eol-style property.
8 lines of code changed in 1 file:
* YAM.h, YAM_AB.c: Store the LastBirthdayCheckDay into the global struct
instead of a static variable.
4 lines of code changed in 2 files:
* mui/BirthdayRequestWindow.c: Add a Window_ID to the birthday requester
so a user can snapshot the window position and set individual settings
for that window.
2 lines of code changed in 1 file:
* YAM_AB.c: Don't show the birthday requester twice on the same day in the
same YAM session. This closes #166.
8 lines of code changed in 1 file:
* YAM_AB.c, locale/YAM.cd: Add the date to the birthday requester.
3 lines of code changed in 1 file:
* YAM_CO.c: Change the default BirthdayCheckTime from 10:00 AM to 00:00 AM.
2 lines of code changed in 1 file:
* YAM_AB.c, mui/BirthdayRequestWindow.c, Makefile: Add a nonblocking birthday
Requester. This closes #47 and partly #16.
176 lines of code changed in 3 files:
* YAM_WR.c: added some const qualifiers.
22 lines of code changed in 2 files:
* extrasrc/vastubs.c: removed some trailing spaces
15 lines of code changed in 1 file:
* YAM_WR.c: split some multiline fprintf()s into separate lines for better readablility.
85 lines of code changed in 3 files:
* mui/WriteWindow.c, mui/WriteWindowToolbar.c: correctly declared the style
buttons as toggle buttons and modified some notifications to not trigger
any further notifications when modifying the buttons' states. All in all
this fixes bug #3002917. Modifying the style using the menus always worked
as expected. Just the buttons were not showing the correct state.
30 lines of code changed in 2 files:
* YAM_COs.c: fixed a small bug which prevented the DOS pattern setting to be
correctly recognized upon loading the configuration.
1 lines of code changed in 1 file:
* YAM_FI, YAM_COs.c: restored the old string search behaviour when reading the
configuration file. Thus DOS patterns are the default again.
17 lines of code changed in 4 files:
* mui/WriteWindow.c: the attachment list now uses the same size formatting as
all other classes instead of displaying the plain byte size of a file.
3 lines of code changed in 1 file:
* YAM_FI.c: fixed a minor memory leak where upon using the new BoyerMooreSearch
the temporary allocations have never been freed.
5 lines of code changed in 3 files:
* YAM_WR.c, YAM_write.h, YAM_MA.c, ReadWindow.c, ReadMailGroup.c, YAM_FI.c:
when replying to a mail while some text is currently selected in the
corresponding read window or embedded read pane, the new reply window
will only contain quoted text which is based on the selected text portion.
This closes #164.
60 lines of code changed in 6 files:
* mui/QuickSearchBar.c: modified a comment.
1 lines of code changed in 1 file:
* mui/QuickSearchBar.c: use new Boyer/Moore search here as well.
58 lines of code changed in 4 files:
* YAM_COs.c: added loading and saving of the extended string search.
15 lines of code changed in 2 files:
* BoyerMooreSearch.c: added some const keywords.
2 lines of code changed in 1 file:
* mui/SearchControlGroup.c: fixed a typo.
1 lines of code changed in 1 file:
* BoyerMooreSearch.c, YAM_FI.c: implemented a fast string search using the
Boyer-Moore string search algorithm. This approach is faster than the usual
substring search using AmigaDOS patterns and allows the user to search for
strings which cannot easily be found because of special forbidden characters
in AmigaDOS patterns (i.e. [, ], *, #, ?, etc). However, the old pattern
based string search is still available, but must be specified explicitly.
The new search algorithm may also be used for YAM's filters.
331 lines of code changed in 7 files:
* Aboutwindow.c: added Emilio Jimenez to the list of active translators.
1 lines of code changed in 1 file:
* Makefile, doc/Install-YAM: added new spanish translation to the catalog
generation and to the Installer script.
1 lines of code changed in 1 file: