diff options
| author | Karoly Lorentey | 2006-01-03 02:15:28 +0000 |
|---|---|---|
| committer | Karoly Lorentey | 2006-01-03 02:15:28 +0000 |
| commit | b58cb6144c59dfa3a44b9b383cf354bc2c9bebdf (patch) | |
| tree | 87bc562249d9e597e12406e1d9b1c7dfb0f937e5 /lib-src | |
| parent | b3e6f69c10973ff7b040ced07a3a084960619681 (diff) | |
| parent | 55262b16df717fe533ea4ad23dac3f02398c9055 (diff) | |
| download | emacs-b58cb6144c59dfa3a44b9b383cf354bc2c9bebdf.tar.gz emacs-b58cb6144c59dfa3a44b9b383cf354bc2c9bebdf.zip | |
Merged from miles@gnu.org--gnu-2005 (patch 682)
Patches applied:
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-682
Update from CVS
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-490
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/ChangeLog | 12 | ||||
| -rw-r--r-- | lib-src/makefile.w32-in | 26 |
2 files changed, 32 insertions, 6 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 223470d2e3d..c8d1cb41dea 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2005-12-30 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * makefile.w32-in (MOUSE_SUPPORT): Add tooltip.elc. | ||
| 4 | (lisp1): Add rfn-eshadow.elc, international/utf-16.elc, image.elc, | ||
| 5 | international/fontset.elc, dnd.elc, mwheel.elc, and tool-bar.elc. | ||
| 6 | Rearrange the list to be similar to $(shortlisp) in | ||
| 7 | src/Makefile.in. | ||
| 8 | (lisp2): Add language/kannada.el, emacs-lisp/syntax.elc, | ||
| 9 | emacs-lisp/timer.elc, jka-cmpr-hook.elc, font-lock.elc, | ||
| 10 | jit-lock.elc. Rearrange the list to be similar to $(shortlisp) in | ||
| 11 | src/Makefile.in. | ||
| 12 | |||
| 1 | 2005-12-22 Richard M. Stallman <rms@gnu.org> | 13 | 2005-12-22 Richard M. Stallman <rms@gnu.org> |
| 2 | 14 | ||
| 3 | * Makefile.in (update-game-score.o): Delete spurious final `\'. | 15 | * Makefile.in (update-game-score.o): Delete spurious final `\'. |
diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in index a1a96098bd8..bf7a293adc6 100644 --- a/lib-src/makefile.w32-in +++ b/lib-src/makefile.w32-in | |||
| @@ -154,7 +154,7 @@ obj= sunfns.o dosfns.o msdos.o \ | |||
| 154 | # | 154 | # |
| 155 | lispsource = ../lisp/ | 155 | lispsource = ../lisp/ |
| 156 | 156 | ||
| 157 | MOUSE_SUPPORT = $(lispsource)select.elc $(lispsource)scroll-bar.elc $(lispsource)mouse.elc | 157 | MOUSE_SUPPORT = $(lispsource)select.elc $(lispsource)scroll-bar.elc $(lispsource)mouse.elc $(lispsource)tooltip.elc |
| 158 | WINNT_SUPPORT = $(lispsource)ls-lisp.elc $(lispsource)disp-table.elc $(lispsource)w32-fns.elc $(lispsource)dos-w32.elc $(lispsource)w32-vars.elc | 158 | WINNT_SUPPORT = $(lispsource)ls-lisp.elc $(lispsource)disp-table.elc $(lispsource)w32-fns.elc $(lispsource)dos-w32.elc $(lispsource)w32-vars.elc |
| 159 | 159 | ||
| 160 | # lisp files that are loaded up on other platforms | 160 | # lisp files that are loaded up on other platforms |
| @@ -166,33 +166,35 @@ lisp1= \ | |||
| 166 | $(lispsource)buff-menu.elc \ | 166 | $(lispsource)buff-menu.elc \ |
| 167 | $(lispsource)button.elc \ | 167 | $(lispsource)button.elc \ |
| 168 | $(lispsource)emacs-lisp/byte-run.elc \ | 168 | $(lispsource)emacs-lisp/byte-run.elc \ |
| 169 | $(lispsource)cus-face.elc \ | ||
| 169 | $(lispsource)cus-start.elc \ | 170 | $(lispsource)cus-start.elc \ |
| 170 | $(lispsource)custom.elc \ | 171 | $(lispsource)custom.elc \ |
| 171 | $(lispsource)emacs-lisp/backquote.elc \ | 172 | $(lispsource)emacs-lisp/backquote.elc \ |
| 172 | $(lispsource)emacs-lisp/lisp-mode.elc \ | 173 | $(lispsource)emacs-lisp/lisp-mode.elc \ |
| 173 | $(lispsource)emacs-lisp/lisp.elc \ | 174 | $(lispsource)emacs-lisp/lisp.elc \ |
| 174 | $(lispsource)env.elc \ | ||
| 175 | $(lispsource)faces.elc \ | ||
| 176 | $(lispsource)files.elc \ | ||
| 177 | $(lispsource)format.elc \ | ||
| 178 | $(lispsource)facemenu.elc \ | 175 | $(lispsource)facemenu.elc \ |
| 179 | $(MOUSE_SUPPORT) \ | 176 | $(MOUSE_SUPPORT) \ |
| 177 | $(lispsource)faces.elc \ | ||
| 178 | $(lispsource)files.elc \ | ||
| 180 | $(lispsource)emacs-lisp/float-sup.elc \ | 179 | $(lispsource)emacs-lisp/float-sup.elc \ |
| 180 | $(lispsource)format.elc \ | ||
| 181 | $(lispsource)frame.elc \ | 181 | $(lispsource)frame.elc \ |
| 182 | $(lispsource)help.elc \ | 182 | $(lispsource)help.elc \ |
| 183 | $(lispsource)indent.elc \ | 183 | $(lispsource)indent.elc \ |
| 184 | $(lispsource)isearch.elc \ | 184 | $(lispsource)isearch.elc \ |
| 185 | $(lispsource)rfn-eshadow.elc \ | ||
| 185 | $(lispsource)loadup.el \ | 186 | $(lispsource)loadup.el \ |
| 186 | $(lispsource)loaddefs.el \ | 187 | $(lispsource)loaddefs.el \ |
| 187 | $(lispsource)bindings.elc \ | 188 | $(lispsource)bindings.elc \ |
| 188 | $(lispsource)emacs-lisp/map-ynp.elc \ | 189 | $(lispsource)emacs-lisp/map-ynp.elc \ |
| 189 | $(lispsource)menu-bar.elc \ | 190 | $(lispsource)env.elc \ |
| 190 | $(lispsource)international/mule.elc \ | 191 | $(lispsource)international/mule.elc \ |
| 191 | $(lispsource)international/mule-conf.el \ | 192 | $(lispsource)international/mule-conf.el \ |
| 192 | $(lispsource)international/mule-cmds.elc \ | 193 | $(lispsource)international/mule-cmds.elc \ |
| 193 | $(lispsource)international/characters.elc \ | 194 | $(lispsource)international/characters.elc \ |
| 194 | $(lispsource)international/ucs-tables.elc \ | 195 | $(lispsource)international/ucs-tables.elc \ |
| 195 | $(lispsource)international/utf-8.elc \ | 196 | $(lispsource)international/utf-8.elc \ |
| 197 | $(lispsource)international/utf-16.elc \ | ||
| 196 | $(lispsource)international/latin-1.el \ | 198 | $(lispsource)international/latin-1.el \ |
| 197 | $(lispsource)international/latin-2.el \ | 199 | $(lispsource)international/latin-2.el \ |
| 198 | $(lispsource)international/latin-3.el \ | 200 | $(lispsource)international/latin-3.el \ |
| @@ -200,6 +202,11 @@ lisp1= \ | |||
| 200 | $(lispsource)international/latin-5.el \ | 202 | $(lispsource)international/latin-5.el \ |
| 201 | $(lispsource)international/latin-8.el \ | 203 | $(lispsource)international/latin-8.el \ |
| 202 | $(lispsource)international/latin-9.el \ | 204 | $(lispsource)international/latin-9.el \ |
| 205 | $(lispsource)image.elc \ | ||
| 206 | $(lispsource)international/fontset.elc \ | ||
| 207 | $(lispsource)dnd.elc \ | ||
| 208 | $(lispsource)mwheel.elc \ | ||
| 209 | $(lispsource)tool-bar.elc \ | ||
| 203 | $(lispsource)case-table.elc | 210 | $(lispsource)case-table.elc |
| 204 | 211 | ||
| 205 | lisp2 = \ | 212 | lisp2 = \ |
| @@ -207,6 +214,7 @@ lisp2 = \ | |||
| 207 | $(lispsource)language/cyrillic.elc \ | 214 | $(lispsource)language/cyrillic.elc \ |
| 208 | $(lispsource)language/indian.elc \ | 215 | $(lispsource)language/indian.elc \ |
| 209 | $(lispsource)language/devanagari.el \ | 216 | $(lispsource)language/devanagari.el \ |
| 217 | $(lispsource)language/kannada.el \ | ||
| 210 | $(lispsource)language/malayalam.el \ | 218 | $(lispsource)language/malayalam.el \ |
| 211 | $(lispsource)language/tamil.el \ | 219 | $(lispsource)language/tamil.el \ |
| 212 | $(lispsource)language/english.el \ | 220 | $(lispsource)language/english.el \ |
| @@ -226,6 +234,7 @@ lisp2 = \ | |||
| 226 | $(lispsource)language/misc-lang.el \ | 234 | $(lispsource)language/misc-lang.el \ |
| 227 | $(lispsource)language/utf-8-lang.el \ | 235 | $(lispsource)language/utf-8-lang.el \ |
| 228 | $(lispsource)language/georgian.el \ | 236 | $(lispsource)language/georgian.el \ |
| 237 | $(lispsource)menu-bar.elc \ | ||
| 229 | $(lispsource)paths.el \ | 238 | $(lispsource)paths.el \ |
| 230 | $(lispsource)register.elc \ | 239 | $(lispsource)register.elc \ |
| 231 | $(lispsource)replace.elc \ | 240 | $(lispsource)replace.elc \ |
| @@ -234,11 +243,16 @@ lisp2 = \ | |||
| 234 | $(lispsource)subr.elc \ | 243 | $(lispsource)subr.elc \ |
| 235 | $(lispsource)term/tty-colors.elc \ | 244 | $(lispsource)term/tty-colors.elc \ |
| 236 | $(lispsource)font-core.elc \ | 245 | $(lispsource)font-core.elc \ |
| 246 | $(lispsource)emacs-lisp/syntax.elc \ | ||
| 247 | $(lispsource)font-lock.elc \ | ||
| 248 | $(lispsource)jit-lock.elc \ | ||
| 237 | $(lispsource)textmodes/fill.elc \ | 249 | $(lispsource)textmodes/fill.elc \ |
| 238 | $(lispsource)textmodes/page.elc \ | 250 | $(lispsource)textmodes/page.elc \ |
| 239 | $(lispsource)textmodes/paragraphs.elc \ | 251 | $(lispsource)textmodes/paragraphs.elc \ |
| 240 | $(lispsource)textmodes/text-mode.elc \ | 252 | $(lispsource)textmodes/text-mode.elc \ |
| 253 | $(lispsource)emacs-lisp/timer.elc \ | ||
| 241 | $(lispsource)vc-hooks.elc \ | 254 | $(lispsource)vc-hooks.elc \ |
| 255 | $(lispsource)jka-cmpr-hook.elc \ | ||
| 242 | $(lispsource)ediff-hook.elc \ | 256 | $(lispsource)ediff-hook.elc \ |
| 243 | $(VMS_SUPPORT) \ | 257 | $(VMS_SUPPORT) \ |
| 244 | $(MSDOS_SUPPORT) \ | 258 | $(MSDOS_SUPPORT) \ |