/[classpath]/classpath/ChangeLog
ViewVC logotype

Diff of /classpath/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1018 by mkoch, Tue Apr 29 09:47:21 2003 UTC revision 1.1019 by mkoch, Tue Apr 29 12:27:26 2003 UTC
# Line 1  Line 1 
1  2003-04-29  Michael Koch  <konqueror@gmx.de>  2003-04-29  Michael Koch  <konqueror@gmx.de>
2    
3            * javax/swing/JTable.java
4            (AUTO_RESIZE_ALL_COLUMNS): New constant.
5            (AUTO_RESIZE_LAST_COLUMN): New constant.
6            (AUTO_RESIZE_NEXT_COLUMN): New constant.
7            (AUTO_RESIZE_OFF): New constant.
8            (AUTO_RESIZE_SUBSEQUENT_COLUMNS): New constant.
9            (JTable): New method.
10            (columnAdded): New method.
11            (columnMarginChanged): New method.
12            (columnMoved): New method.
13            (columnRemoved): New method.
14            (columnSelectionChanged): New method.
15            (editingCanceled): New method.
16            (editingStopped): New method.
17            (getColumnModel): New method.
18            (getPreferredScrollableViewportSize): New method.
19            (getScrollableBlockIncrement): New method.
20            (getScrollableTracksViewportHeight): New method.
21            (getScrollableTracksViewportWidth): New method.
22            (getScrollableUnitIncrement): New method.
23            (getSelectedRow): New method.
24            (getSelectionModel): New method.
25            (tableChanged): New method.
26            (setModel): New method.
27            (setSelectionMode): New method.
28            (setSelectionModel): New method.
29            (setShowGrid): New method.
30            (valueChanged): New method.
31            * javax/swing/text/DefaultEditorKit.java
32            (backwardAction): New constant.
33            (beepAction): New constant.
34            (beginAction): New constant.
35            (beginLineAction): New constant.
36            (beginParagraphAction): New constant.
37            (beginWordAction): New constant.
38            (copyAction): New constant.
39            (cutAction): New constant.
40            (defaultKeyTypedAction): New constant.
41            (deleteNextCharAction): New constant.
42            (deletePrevCharAction): New constant.
43            (downAction): New constant.
44            (endAction): New constant.
45            (endLineAction): New constant.
46            (endOfLineStringProperty): New constant.
47            (endParagraphAction): New constant.
48            (endWordAction): New constant.
49            (forwardAction): New constant.
50            (insertBreakAction): New constant.
51            (insertContentAction): New constant.
52            (insertTabAction): New constant.
53            (nextWordAction): New constant.
54            (pageDownAction): New constant.
55            (pageUpAction): New constant.
56            (pasteAction): New constant.
57            (previousWordAction): New constant.
58            (readOnlyAction): New constant.
59            (selectAllAction): New constant.
60            (selectionBackwardAction): New constant.
61            (selectionBeginAction): New constant.
62            (selectionBeginLineAction): New constant.
63            (selectionBeginParagraphAction): New constant.
64            (selectionBeginWordAction): New constant.
65            (selectionDownAction): New constant.
66            (selectionEndAction): New constant.
67            (selectionEndLineAction): New constant.
68            (selectionEndParagraphAction): New constant.
69            (selectionEndWordAction): New constant.
70            (selectionForwardAction): New constant.
71            (selectionNextWordAction): New constant.
72            (selectionPreviousWordAction): New constant.
73            (selectionUpAction): New constant.
74            (selectLineAction): New constant.
75            (selectParagraphAction): New constant.
76            (selectWordAction): New constant.
77            (upAction): New constant.
78            (writableAction): New constant.
79    
80    2003-04-29  Michael Koch  <konqueror@gmx.de>
81    
82          * gnu/java/security/x509/.cvsignore,          * gnu/java/security/x509/.cvsignore,
83          javax/print/.cvsignore,          javax/print/.cvsignore,
84          javax/print/attribute/.cvsignore,          javax/print/attribute/.cvsignore,

Legend:
Removed from v.1.1018  
changed lines
  Added in v.1.1019

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26