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

📄 changelog-2004

📁 linux下建立JAVA虚拟机的源码KAFFE
💻
📖 第 1 页 / 共 5 页
字号:
	(createDefaultListSelectionModel): Removed	(createDefaultSelectionModel): New Method.	(createDefaultTableHeader): Likewise	(removeColumn): Likewise.	(getEditingColumn): Likewise.	(setEditingColumn): Likewise.	(getEditingRow): Likewise.	(setEditingRow): Likewise.	(getEditorComponent): Likewise.	(isEditing): Likewise.	(setDefaultEditor): Likewise.	(addColumnSelectionInterval): Likewise.	(addRowSelectionInterval): Likewise.	(setColumnSelectionInterval): Likewise.	(setRowSelectionInterval): Likewise.	(removeColumnSelectionInterval): Likewise.	(removeRowSelectionInterval): Likewise.	(isColumnSelected): Likewise.	(isRowSelected): Likewise.	(isCellSelected): Likewise.	(selectAll): Likewise.2004-12-22  Michael Koch  <konqueror@gmx.de>	* javax/swing/JFileChooser.java	(showDialog): Return CANCEL_OPTION for now.	(showOpenDialog): Likewise.	(showSaveDialog): Likewise.2004-12-22  Michael Koch  <konqueror@gmx.de>	* javax/swing/JTextField.java (getPreferredSize):	Re-implemented.2004-12-22  Michael Koch  <konqueror@gmx.de>	* javax/swing/plaf/basic/BasicEditorPaneUI.java: New file.2004-12-22  Michael Koch  <konqueror@gmx.de>	* javax/swing/plaf/metal/MetalTheme.java,	javax/swing/plaf/metal/DefaultMetalTheme.java:	New files.	* javax/swing/plaf/metal/MetalLookAndFeel.java:	Implemented all color resource getter methods.2004-12-21  Michael Koch  <konqueror@gmx.de>	* javax/swing/JLabel.java (setDisplayedMnemoic):	Make text upper case before searching mnemonic character.2004-12-21  Michael Koch  <konqueror@gmx.de>	* javax/swing/JLabel.java	(setDisplayedMnemonicIndex): Handle index == -1 and fire	PropertyChangeEvent after property got set to the new index.	(setDisplayedMnemonic): Use only upper case characters.2004-12-21  Michael Koch  <konqueror@gmx.de>	* lib/.cvsignore,  scripts/.cvsignore:	Added more files to ignore.2004-12-21  Michael Koch  <konqueror@gmx.de>	* javax/swing/JFrame.java	(setDefaultLookAndFeelDecorated): Removed wrong code again.	* javax/swing/JInternalFrame.java	(setDefaultCloseOperation): Fixed typo.2004-12-21  Michael Koch  <konqueror@gmx.de>	* javax/swing/JApplet.java	(HIDE_ON_CLOSE): Removed.	(EXIT_ON_CLOSE): Likewise.	(DISPOSE_ON_CLOSE): Likewise.	(DO_NOTHING_ON_CLOSE): Likewise.	(close_action): Likewise.	(getDefaultCloseOperation): Likewise.	(setDefaultCloseOperation): Likewise.	(processWindowEvent): Likewise.	(getPreferredSize): Simplified.	* javax/swing/JDialog.java	(setDefaultLookAndFeelDecorated): Throw exception on wrong argument	value.	* javax/swing/JFrame.java	(setDefaultLookAndFeelDecorated): Likewise.	* javax/swing/JInternalFrame.java	(setDefaultCloseOperation): Fixed throwing exception on wrong argument	value.	* javax/swing/JWindow.java	(HIDE_ON_CLOSE): Removed.	(EXIT_ON_CLOSE): Likewise.	(DISPOSE_ON_CLOSE): Likewise.	(DO_NOTHING_ON_CLOSE): Likewise.	(close_action): Likewise.	(processKeyEvent): Likewise.	(setDefaultCloseOperation): Likewise.	(getPreferredSize): Simplified.2004-12-21  Chris Burdess  <dog@gnu.org>	* configure.ac: Check for presence of crt_externs.h on Darwin.	* native/jni/java-lang/java_lang_VMProcess.c: If HAVE_CRT_EXTERNS_H	is defined, define environ as calling _NSGetEnviron(), otherwise	define it as an external variable.2004-12-21  Chris Burdess  <dog@gnu.org>	* acinclude.m4: Check version of Jikes.2004-12-21  Michael Koch  <konqueror@gmx.de>	* javax/swing/text/DefaultStyledDocument.java:	New file.2004-12-20  Michael Koch  <konqueror@gmx.de>	* lib/Makefile.am: Generate java/util/LocaleData.java in build tree.	* lib/gen-classlist.sh.in: Include classes in java.* packages in build	tree.	* scripts/Makefile.am: Include generate-locale-list.sh in dist	tarball.2004-12-19  Robert Schuster <thebohemian@gmx.net>	* javax/swing/JComboBox.java:	(JComboBox): Removed selection of the	first item in the model.2004-12-19  Michael Koch  <konqueror@gmx.de>	* resource/Makfile.am: Don't call make for subdirs.	* resource/gnu/.cvsignore,	resource/gnu/java/.cvsignore,	resource/gnu/java/awt/.cvsignore,	resource/gnu/java/awt/peer/.cvsignore,	resource/gnu/java/awt/peer/gtk/.cvsignore,	resource/gnu/regexp/.cvsignore,	resource/java/.cvsignore,	resource/java/security/.cvsignore,	resource/java/util/.cvsignore,	resource/java/util/logging/.cvsignore,	resource/org/.cvsignore,	resource/org/ietf/.cvsignore,	resource/org/ietf/jgss/.cvsignore: Removed.2004-12-19  Michael Koch  <konqueror@gmx.de>	* gnu/java/locale/iso3166-a3.properties,	gnu/java/locale/iso3166_de.properties,	gnu/java/locale/iso3166.properties,	gnu/java/locale/iso639-a2-old.properties,	gnu/java/locale/iso639-a3.properties,	gnu/java/locale/iso639_de.properties,	gnu/java/locale/iso639_fr.properties,	gnu/java/locale/iso639_ga.properties,	gnu/java/locale/iso639.properties: Removed.	* lib/Makefile.am: Install resource files into dist tarball	* resource/java/util/iso4217.properties:	New file.2004-12-19  Andrew John Hughes  <gnu_andrew@member.fsf.org>	* java/util/Currency.java	New implementation of this class so as to	use iso4271.properties.2004-12-19  Michael Koch  <konqueror@gmx.de>	* java/util/Locale.java: Make sure all locales get only created once.	(availableLocales): New static field.	(localeMap): Likewise.	(getLocale): New private static method.	(getAvailableLocales): Re-implemented.	(getISOCountries): Fixed typo in javadoc.	(getDisplayLanguage): Load iso639.properties from correct package.	(getDisplayCountry): Load iso3166.properties from correct package.	* scripts/generate-locale-list.sh: New script.	* lib/Makefile.am: Call scripts/generate-locale-list.sh to generate	java/util/LocaleData.java.2004-12-19  Michael Koch  <konqueror@gmx.de>	* gnu/java/locale/LocaleInformation_aa.java,	gnu/java/locale/LocaleInformation_aa_DJ.java,	gnu/java/locale/LocaleInformation_aa_ER.java,	gnu/java/locale/LocaleInformation_aa_ER_SAAHO.java,	gnu/java/locale/LocaleInformation_aa_ET.java,	gnu/java/locale/LocaleInformation_af.java,	gnu/java/locale/LocaleInformation_am.java,	gnu/java/locale/LocaleInformation_am_ET.java,	gnu/java/locale/LocaleInformation_ar.java,	gnu/java/locale/LocaleInformation_ar_SA.java,	gnu/java/locale/LocaleInformation_as.java,	gnu/java/locale/LocaleInformation_as_IN.java,	gnu/java/locale/LocaleInformation_az.java,	gnu/java/locale/LocaleInformation_be.java,	gnu/java/locale/LocaleInformation_bg.java,	gnu/java/locale/LocaleInformation_bg_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_LI.java,	gnu/java/locale/LocaleInformation_dv.java,	gnu/java/locale/LocaleInformation_dv_MV.java,	gnu/java/locale/LocaleInformation_dz.java,	gnu/java/locale/LocaleInformation_dz_BT.java,	gnu/java/locale/LocaleInformation_en_AS.java,	gnu/java/locale/LocaleInformation_en_BE.java,	gnu/java/locale/LocaleInformation_en_BZ.java,	gnu/java/locale/LocaleInformation_en_GU.java,	gnu/java/locale/LocaleInformation_en_MH.java,	gnu/java/locale/LocaleInformation_en_MP.java,	gnu/java/locale/LocaleInformation_en_MT.java,	gnu/java/locale/LocaleInformation_en_PK.java,	gnu/java/locale/LocaleInformation_en_UM.java,	gnu/java/locale/LocaleInformation_en_US_POSIX.java,	gnu/java/locale/LocaleInformation_en_VI.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_fo.java,	gnu/java/locale/LocaleInformation_ga.java,	gnu/java/locale/LocaleInformation_gl.java,	gnu/java/locale/LocaleInformation_gu.java,	gnu/java/locale/LocaleInformation_gu_IN.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_hy_AM.java,	gnu/java/locale/LocaleInformation_hy_AM_REVISED.java,	gnu/java/locale/LocaleInformation_id.java,	gnu/java/locale/LocaleInformation_is.java,	gnu/java/locale/LocaleInformation_is_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_kk_KZ.java,	gnu/java/locale/LocaleInformation_kl.java,	gnu/java/locale/LocaleInformation_km.java,	gnu/java/locale/LocaleInformation_km_KH.java,	gnu/java/locale/LocaleInformation_kn.java,	gnu/java/locale/LocaleInformation_kn_IN.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_lo_LA.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_ml_IN.java,	gnu/java/locale/LocaleInformation_mn.java,	gnu/java/locale/LocaleInformation_mr.java,	gnu/java/locale/LocaleInformation_ms.java,	gnu/java/locale/LocaleInformation_ms_BN.java,	gnu/java/locale/LocaleInformation_ms_MY.java,	gnu/java/locale/LocaleInformation_mt.java,	gnu/java/locale/LocaleInformation_nb.java,	gnu/java/locale/LocaleInformation_nb_NO.java,	gnu/java/locale/LocaleInformation_nn.java,	gnu/java/locale/LocaleInformation_om.java,	gnu/java/locale/LocaleInformation_om_ET.java,	gnu/java/locale/LocaleInformation_om_KE.java,	gnu/java/locale/LocaleInformation_or.java,	gnu/java/locale/LocaleInformation_or_IN.java,	gnu/java/locale/LocaleInformation_pl.java,	gnu/java/locale/LocaleInformation_ps.java,	gnu/java/locale/LocaleInformation_ps_AF.java,	gnu/java/locale/LocaleInformation_pt.java,	gnu/java/locale/LocaleInformation_ro.java,	gnu/java/locale/LocaleInformation_ru.java,	gnu/java/locale/LocaleInformation_sa.java,	gnu/java/locale/LocaleInformation_sa_IN.java,	gnu/java/locale/LocaleInformation_sk.java,	gnu/java/locale/LocaleInformation_sl.java,	gnu/java/locale/LocaleInformation_so.java,	gnu/java/locale/LocaleInformation_so_DJ.java,	gnu/java/locale/LocaleInformation_so_ET.java,	gnu/java/locale/LocaleInformation_so_KE.java,	gnu/java/locale/LocaleInformation_so_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_sw.java,	gnu/java/locale/LocaleInformation_sw_KE.java,	gnu/java/locale/LocaleInformation_sw_TZ.java,	gnu/java/locale/LocaleInformation_ta.java,	gnu/java/locale/LocaleInformation_te.java,	gnu/java/locale/LocaleInformation_th.java,	gnu/java/locale/LocaleInformation_th_TH.java,	gnu/java/locale/LocaleInformation_ti.java,	gnu/java/locale/LocaleInformation_ti_ER.java,	gnu/java/locale/LocaleInformation_ti_ET.java,	gnu/java/locale/LocaleInformation_tt.java,	gnu/java/locale/LocaleInformation_tt_RU.java,	gnu/java/locale/LocaleInformation_uk.java,	gnu/java/locale/LocaleInformation_ur.java,	gnu/java/locale/LocaleInformation_uz.java,	gnu/java/locale/LocaleInformation_uz_AF.java,	gnu/java/locale/LocaleInformation_vi.java,	gnu/java/locale/LocaleInformation_zh.java,	gnu/java/locale/LocaleInformation_zh_CN_Hans.java,	gnu/java/locale/LocaleInformation_zh_HK_Hant.java,	gnu/java/locale/LocaleInformation_zh_Hant.java,	gnu/java/locale/LocaleInformation_zh_MO_Hant.java,	gnu/java/locale/LocaleInformation_zh_SG_Hans.java,	gnu/java/locale/LocaleInformation_zh_TW_Hant.java:	New locale files.	* gnu/java/locale/LocaleInformation_ar_AE.java,	gnu/java/locale/LocaleInformation_ar_BH.java,	gnu/java/locale/LocaleInformation_ar_EG.java,	gnu/java/locale/LocaleInformation_ar_OM.java,	gnu/java/locale/LocaleInformation_ar_SD.java,	gnu/java/locale/LocaleInformation_fr_FR.java,	gnu/java/locale/LocaleInformation_hr_HR.java,	gnu/java/locale/LocaleInformation_ka_GE.java,	gnu/java/locale/LocaleInformation_mk_MK.java,	gnu/java/locale/LocaleInformation_sl_SI.java,	gnu/java/locale/LocaleInformation_sr_YU.java,	gnu/java/locale/LocaleInformation_ur_PK.java,	gnu/java/locale/LocaleInformation_uz_UZ.java,	gnu/java/locale/LocaleInformation_vi_VN.java,

⌨️ 快捷键说明

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