File: CHANGES

package info (click to toggle)
ding 1.4-4
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 7,672 kB
  • ctags: 17
  • sloc: tcl: 4,376; sh: 152; perl: 132; makefile: 72; python: 38
file content (70 lines) | stat: -rw-r--r-- 3,227 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
Version 1.4:
- New version of German-English translation file, now over 180,000 entries
- Renamed ger-eng.txt to de-en.txt
- Using UTF-8 encoding now ...
- Minor bug fixes
- Folding/compressing of additional entries (press +/- sign to fold/unfold)

Version 1.3:
- New version of ger-eng.txt (German-English translation file)
- Trying more browsers (Unix) for URLs 
- Internal search when input starts with /  (hint: / in vi)
- Auto search: start search automatically when typing stops 
  (user configurable, default off)
- Minimize window: never (default), delayed, when focus leaves
- Even more robustness checks with strange search queries, 
  and bogus .dingrc files
- Be more tolerant when searching words with umlauts
- Some changes for MS-Windows: no stderr, selection, wheel mouse ...
- Make search entry expandable when resizing the ding window
- Raise the window to top when search is finished 
  (user configurable, default off)
- Highlight a line in the result when mouse over 
  (user configurable, default on)
- Changes for Tcl/Tk 8.4
- Changes in README, install.sh by Jan Engelhardt

Version 1.2:
- New version of ger-eng.txt (German-English translation file)
- Changes for modified format of ger-eng.txt
- Implemented different search behaviors:
  - passive: search starts when a query is typed in or
             a selection is dropped with mouse button 2 (as before, default)
  - easy:    search for the selected word starts, when ding gets the focus
  - active:  search for the selected word starts, whenever a new selection
             is made
- Small changes for new Tcl/Tk versions
- Some more robustness with strange search queries
- Fixed bug with error correction flags with egrep etc.

Version 1.1:
- Use Tab stops for formatting of results (works for all fonts)
- Save also main search options (full or partial, case etc.) in rc file
- sorting for *grep cmds: good matches on top (search word without context, 
  exact order etc.)
- more keyboard shortcuts, help page for this
- allowing more search commands (*grep, ispell, dict ...)
- internal search method (doesn't need external grep cmd)
- more robust (cleaning up search words before starting grep)
- Umlauts as "a ... "s (for those many without umlaut keys)
  make umlaut buttons available on demand
- search options now as menu (as buttons on demand)
- x-scrollbar only whe needed
- fast switching between mini / normal size
- Added "new window" to start a new ding application
- added a "notice" function to make notes (to report it later...)
- search in the result text (Shift-Return, <2> on Search button)
- popup menu
- command line flag -r / --remote    -> start search in an already running ding
- command line flag -R / --remote-new-> start search in an already running ding
                                        or start new ding
- command line flag -m / --mini      -> start with minimized size
- command line flag -x / --selection -> start search with the selected text
- command line flag --noconf         -> not saving config changes
- command line flag -D number / --debug number -> enable debugging code
- Font changes now seen immediately
- Changes for windows (but still not useable in M$)

Version 1.0
 - Initial version