⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 changelog-2004

📁 linux下建立JAVA虚拟机的源码KAFFE
💻
📖 第 1 页 / 共 5 页
字号:
2004-12-31  Archie Cobbs  <archie@dellroad.org>	* NEWS: Add documentation about reference implementation.	* java/lang/Thread.java (sleep(long,int)): Only do argument	checking and push implementation to VMThread.sleep().	* vm/reference/java/lang/VMThread.java (join): Prevent ms overflow.	(sleep): Provide default implementation using Object.wait() and	Thread.yield().2004-12-31  Michael Koch  <konqueror@gmx.de>	* javax/swing/LookAndFeel.java	(getDesktopPropertyValue): New method.2004-12-31  Michael Koch  <konqueror@gmx.de>	* javax/swing/JTree.java	(hasChildren): New instance field.2004-12-31  Michael Koch  <konqueror@gmx.de>	* javax/swing/JComponent.java	(getToolTipText): New method.	(getTitledBorderText): Likewise.	(getAccessibleKeyBinding): Likewise.	(getVerifyInputWhenFocusTarget): Likewise.	(setVerifyInputWhenFocusTarget): Likewise.	(verifyInputWhenFocusTarget): New instance field.2004-12-31  Michael Koch  <konqueror@gmx.de>	* javax/swing/DefaultListSelectionModel.java	(fireValueChanged): New method.2004-12-31  Michael Koch  <konqueror@gmx.de>	* javax/swing/DefaultBoundedRangeModel.java:	Fixed javadocs all over.	(fireStateChanged): Simplified.	* javax/swing/BoundedRangeModel.java:	Reformatted.2004-12-31  Michael Koch  <konqueror@gmx.de>	* javax/swing/JRootPane.java	(setMenuBar): Added @deprecated tag.	(getMenuBar): Likewise.	* javax/swing/JTable.java	(sizeColumnsToFit): Likewise.2004-12-30  Paul Jenner  <psj.home@ntlworld.com>	* javax/swing/ImageIcon.java (setImage): Implemented.2004-12-30  Michael Koch  <konqueror@gmx.de>	* gnu/java/locale/LocaleInformation_as.java,	gnu/java/locale/LocaleInformation_bg.java,	gnu/java/locale/LocaleInformation_cs.java,	gnu/java/locale/LocaleInformation_da.java,	gnu/java/locale/LocaleInformation_de.java,	gnu/java/locale/LocaleInformation_dz.java,	gnu/java/locale/LocaleInformation_en.java,	gnu/java/locale/LocaleInformation_en_GB.java,	gnu/java/locale/LocaleInformation_en_IE.java,	gnu/java/locale/LocaleInformation_en_SG.java,	gnu/java/locale/LocaleInformation_es.java,	gnu/java/locale/LocaleInformation_fa_AF.java,	gnu/java/locale/LocaleInformation_fi.java,	gnu/java/locale/LocaleInformation_fr.java,	gnu/java/locale/LocaleInformation_ga.java,	gnu/java/locale/LocaleInformation_hi.java,	gnu/java/locale/LocaleInformation_it.java,	gnu/java/locale/LocaleInformation_ja.java,	gnu/java/locale/LocaleInformation_ko.java,	gnu/java/locale/LocaleInformation_mr.java,	gnu/java/locale/LocaleInformation_mt.java,	gnu/java/locale/LocaleInformation_nb.java,	gnu/java/locale/LocaleInformation_nl.java,	gnu/java/locale/LocaleInformation_pt.java,	gnu/java/locale/LocaleInformation_sr.java,	gnu/java/locale/LocaleInformation_sv.java,	gnu/java/locale/LocaleInformation_sw.java,	gnu/java/locale/LocaleInformation_ta.java,	gnu/java/locale/LocaleInformation_uz_AF.java,	gnu/java/locale/LocaleInformation_zh.java,	gnu/java/locale/LocaleInformation_zh_Hant.java:	Regenerated with new gnu.localegen to get timeZone arrays correct.2004-12-30  Andrew John Hughes  <gnu_andrew@member.fsf.org>	* gnu/java/locale/LocaleInformation.java	Added EEK -> kr mapping for currency symbols.2004-12-30  Andrew John Hughes  <gnu_andrew@member.fsf.org>	* java/text/DecimalFormatSymbols.java	New transient currency variable.	(getCurrency()): uses local variable instead	(getExponential()): documentation	(setExponential(char)): documentation	(getInternationalCurrencySymbol()): documentation fix	(setInternationalCurrencySymbol(String)): sets currency	* java/text/NumberFormat.java	(getCurrencyInstance(java.util.Locale)): sets fraction digits	from the currency after creation of the format.	2004-12-30  Andrew John Hughes  <gnu_andrew@member.fsf.org>	* java/util/Locale.java	(getDisplayLanguage(java.util.Locale)): more documentation,	uses getDisplayString	(getDisplayCountry(java.util.Locale)): more documentation,	uses getDisplayString	(getDIsplayVariant(java.util.Locale)): more documentation,	uses getDisplayString	(getDisplayString(java.util.Locale,String,String)): returns	a possibly localized string, using appropriate information from	gnu.java.locale.LocaleInformation2004-12-30  Olga Rodimina  <rodimina@redhat.com>	(prepareRenderer): Get column's index in dataModel instead	of column's view index.	(getColumnCount): return count of the columns in ColumnModel,	not in dataModel.	(removeColumn): Implemented.	(moveColumm): Likewise.	(setRowHeight): throw IllegalArgumentException if height is	less then 1.	* javax/swing/table/DefaultTableColumnModel.java: Add javadocs.	(DefaultTableColumnModel):Add call to createSelectionModel().	(addColumn): Fire columnAdded event to registered listeners.	(removeColumn): Fire columnRemoved event to registered listeners.	(moveColumn): Fire columnMoved event to registered listeners.	(setColumnMargin): Fire ColumnMarginChanged event to registered listeners.	(getColumnIndex): Changed parameter name.	(setColumnSelectionAllowed): Likewise.	(fireColumnAdded): Implemented.	(fireColumnRemoved): Likewise.	(fireColumnMoved): Likewise.	(fireColumnMarginChanged): Likewise.	(getListeners): Changed parameter name.	(propertyChange): Implemented.	(valueChanged): Changed parameter name.	(createSelectionModel): Implemented.004-12-29  Jerry Quinn  <jlquinn@optonline.net>	* java/awt/Button.java,	java/awt/Canvas.java,	java/awt/Checkbox.java,	java/awt/CheckboxMenuItem.java,	java/awt/Choice.java,	java/awt/Dialog.java,	java/awt/Frame.java,	java/awt/Label.java,	java/awt/List.java,	java/awt/Menu.java,	java/awt/MenuBar.java,	java/awt/MenuItem.java,	java/awt/PopupMenu.java,	java/awt/ScrollPane.java,	java/awt/Scrollbar.java,	java/awt/TextArea.java,	java/awt/Window.java (getAccessibleContext): Clean up comments.	Reformat.	* java/awt/Button.java,	java/awt/Checkbox.java,	java/awt/Choice.java,	java/awt/Menu.java,	java/awt/PopupMenu.java,	java/awt/TextArea.java (getAccessibleContext): Only create new	accessible once.	* java/awt/TextComponent.java (getAccessibleContext): Implement.2004-12-30  Michael Koch  <konqueror@gmx.de>	* javax/imageio/metadata/IIOInvalidTreeException.java	(IIOInvalidTreeException): Reformatted.	* javax/imageio/spi/IIORegistry.java	(static): Register ImageReaderSpi.class and ImageWriterSpi.class.	* javax/imageio/stream/MemoryCacheImageInputStream.java:	Reworked import statements.2004-12-30  Michael Koch  <konqueror@gmx.de>	* gnu/java/locale/LocaleInformation_de.java,	gnu/java/locale/LocaleInformation_en.java,	gnu/java/locale/LocaleInformation_es.java,	gnu/java/locale/LocaleInformation_fr.java,	gnu/java/locale/LocaleInformation_it.java,	gnu/java/locale/LocaleInformation_ja.java,	gnu/java/locale/LocaleInformation_ko.java,	gnu/java/locale/LocaleInformation_nb.java,	gnu/java/locale/LocaleInformation_nl.java,	gnu/java/locale/LocaleInformation_pt.java,	gnu/java/locale/LocaleInformation_sv.java,	gnu/java/locale/LocaleInformation_zh.java,	gnu/java/locale/LocaleInformation_zh_Hant.java:	Regenerated with newer gnu.lcoalegen to include localized variant	names.2004-12-30  Michael Koch  <konqueror@gmx.de>	* gnu/java/awt/peer/gtk/GtkToolkit.java:	Explicitely import used classes.	(getLocalGraphicsEnvironment): Simplify.	* java/awt/Window.java (Window):	Enable code to get the default GraphicsConfiguration.2004-12-30  Chris Burdess <dog@gnu.org>	* GnomeDocument.java,GnomeXPathNSResolver: Fixed XPathNSResolver	implementation to resolve relative to node argument.2004-12-30  Michael Koch  <konqueror@gmx.de>	* javax/swing/plaf/metal/DefaultMetalTheme.java	(CONTROL_TEXT_FONT): New static field.	(MENU_TEXT_FONT): Likewise.	(SUB_TEXT_FONT): Likewise.	(SYSTEM_TEXT_FONT): Likewise.	(USER_TEXT_FONT): Likewise.	(WINDOW_TITLE_FONT): Likewise.	(getControlTextFont): New method.	(getMenuTextFont): Likewise.	(getSubTextFont): Likewise.	(getSystemTextFont): Likewise.	(getUserTextFont): Likewise.	(getWindowTitleFont): Likewise.	* javax/swing/plaf/metal/MetalTheme.java	(BLACK): Initialize with Color.BLACK.	(WHITE): Initialize with Color.WHITE.	(getInactiveControlTextColor): Return getControlDisabled().	(getMenuDisabledForeground): Return getSecondary3().	(getControlTextFont): New abstract method.	(getMenuTextFont): Likewise.	(getSubTextFont): Likewise.	(getSystemTextFont): Likewise.	(getUserTextFont): Likewise.	(getWindowTitleFont): Likewise.2004-12-30  Michael Koch  <konqueror@gmx.de>	* java/text/DateFormat.java	(getAvailableLocales): Implemented.	* java/util/Locale.java	(availableLocales): Fix modifier order.	(localeMap): Likewise.	(getAvailableLocales): Likewise.2004-12-30  Michael Koch  <konqueror@gmx.de>	* gnu/java/locale/LocaleInformation_aa.java,	gnu/java/locale/LocaleInformation_af.java,	gnu/java/locale/LocaleInformation_am.java,	gnu/java/locale/LocaleInformation_ar.java,	gnu/java/locale/LocaleInformation_as.java,	gnu/java/locale/LocaleInformation_az.java,	gnu/java/locale/LocaleInformation_be.java,	gnu/java/locale/LocaleInformation_bg.java,	gnu/java/locale/LocaleInformation_bn.java,	gnu/java/locale/LocaleInformation_ca.java,	gnu/java/locale/LocaleInformation_cs.java,	gnu/java/locale/LocaleInformation_cy.java,	gnu/java/locale/LocaleInformation_da.java,	gnu/java/locale/LocaleInformation_de.java,	gnu/java/locale/LocaleInformation_dv.java,	gnu/java/locale/LocaleInformation_dz.java,	gnu/java/locale/LocaleInformation_el.java,	gnu/java/locale/LocaleInformation_en.java,	gnu/java/locale/LocaleInformation_eo.java,	gnu/java/locale/LocaleInformation_es.java,	gnu/java/locale/LocaleInformation_et.java,	gnu/java/locale/LocaleInformation_eu.java,	gnu/java/locale/LocaleInformation_fa.java,	gnu/java/locale/LocaleInformation_fa_AF.java,	gnu/java/locale/LocaleInformation_fi.java,	gnu/java/locale/LocaleInformation_fo.java,	gnu/java/locale/LocaleInformation_fr.java,	gnu/java/locale/LocaleInformation_ga.java,	gnu/java/locale/LocaleInformation_gl.java,	gnu/java/locale/LocaleInformation_gu.java,	gnu/java/locale/LocaleInformation_gv.java,	gnu/java/locale/LocaleInformation_he.java,	gnu/java/locale/LocaleInformation_hi.java,	gnu/java/locale/LocaleInformation_hr.java,	gnu/java/locale/LocaleInformation_hu.java,	gnu/java/locale/LocaleInformation_hy.java,	gnu/java/locale/LocaleInformation_id.java,	gnu/java/locale/LocaleInformation_is.java,	gnu/java/locale/LocaleInformation_it.java,	gnu/java/locale/LocaleInformation_iu.java,	gnu/java/locale/LocaleInformation_ja.java,	gnu/java/locale/LocaleInformation_ka.java,	gnu/java/locale/LocaleInformation_kk.java,	gnu/java/locale/LocaleInformation_kl.java,	gnu/java/locale/LocaleInformation_km.java,	gnu/java/locale/LocaleInformation_kn.java,	gnu/java/locale/LocaleInformation_ko.java,	gnu/java/locale/LocaleInformation_kw.java,	gnu/java/locale/LocaleInformation_ky.java,	gnu/java/locale/LocaleInformation_lo.java,	gnu/java/locale/LocaleInformation_lt.java,	gnu/java/locale/LocaleInformation_lv.java,	gnu/java/locale/LocaleInformation_mk.java,	gnu/java/locale/LocaleInformation_ml.java,	gnu/java/locale/LocaleInformation_mn.java,	gnu/java/locale/LocaleInformation_mr.java,	gnu/java/locale/LocaleInformation_ms.java,	gnu/java/locale/LocaleInformation_mt.java,	gnu/java/locale/LocaleInformation_nb.java,	gnu/java/locale/LocaleInformation_nl.java,	gnu/java/locale/LocaleInformation_nn.java,	gnu/java/locale/LocaleInformation_om.java,	gnu/java/locale/LocaleInformation_or.java,	gnu/java/locale/LocaleInformation_pa.java,	gnu/java/locale/LocaleInformation_pl.java,	gnu/java/locale/LocaleInformation_ps.java,	gnu/java/locale/LocaleInformation_pt.java,	gnu/java/locale/LocaleInformation_pt_PT.java,	gnu/java/locale/LocaleInformation_ro.java,	gnu/java/locale/LocaleInformation_ru.java,	gnu/java/locale/LocaleInformation_sa.java,	gnu/java/locale/LocaleInformation_sk.java,	gnu/java/locale/LocaleInformation_sl.java,	gnu/java/locale/LocaleInformation_so.java,	gnu/java/locale/LocaleInformation_sq.java,	gnu/java/locale/LocaleInformation_sr.java,	gnu/java/locale/LocaleInformation_sr_Latn.java,	gnu/java/locale/LocaleInformation_sv.java,	gnu/java/locale/LocaleInformation_sw.java,	gnu/java/locale/LocaleInformation_ta.java,	gnu/java/locale/LocaleInformation_te.java,

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -