| Commit message (Expand) | Author | Age | Files | Lines |
* | Delete most calls to garbage-collect. | Richard M. Stallman | 1997-08-15 | 1 | -63/+3 |
* | (loaddefs.el): Load that much later. | Richard M. Stallman | 1997-08-15 | 1 | -2/+2 |
* | [windows-nt, ms-dos]: Undo loading | Geoff Voelker | 1997-07-20 | 1 | -4/+0 |
* | [windows-nt, ms-dos]: Load international/mule-utils. | Richard M. Stallman | 1997-07-18 | 1 | -0/+4 |
* | Some files are in different directories. | Richard M. Stallman | 1997-07-04 | 1 | -15/+15 |
* | Load latin-5.el. | Richard M. Stallman | 1997-06-10 | 1 | -1/+2 |
* | Always load faces.el. | Richard M. Stallman | 1997-05-31 | 1 | -2/+2 |
* | Add comment for the code loading | Kenichi Handa | 1997-05-28 | 1 | -1/+1 |
* | Always load case-table, latin-1, latin-2, latin-3, latin-4. | Richard M. Stallman | 1997-05-26 | 1 | -0/+7 |
* | Move bindings.el after mule-conf.el. | Richard M. Stallman | 1997-05-12 | 1 | -7/+7 |
* | Load cus-start. | Richard M. Stallman | 1997-04-12 | 1 | -1/+2 |
* | Load widget and custom packages. | Richard M. Stallman | 1997-04-11 | 1 | -0/+4 |
* | Load language/english and language/tibetan. | Kenichi Handa | 1997-04-05 | 1 | -0/+4 |
* | Load "language/lao". | Kenichi Handa | 1997-02-26 | 1 | -0/+2 |
* | Load mule specific files. | Karl Heuer | 1997-02-20 | 1 | -0/+38 |
* | Use new names for w32 files | Geoff Voelker | 1996-11-19 | 1 | -3/+3 |
* | Load frame.elc unconditionally. | Richard M. Stallman | 1996-09-12 | 1 | -4/+2 |
* | Load bindings.el. | Richard M. Stallman | 1996-09-11 | 1 | -1/+3 |
* | [windows-nt, ms-dos]: Load dos-nt. | Richard M. Stallman | 1996-09-01 | 1 | -0/+4 |
* | On MSDOS, don't assume that `make-frame' is only bound under an X | Richard M. Stallman | 1996-06-10 | 1 | -1/+1 |
* | Hold previous change until after the release. | Karl Heuer | 1996-05-18 | 1 | -4/+0 |
* | [windows-nt, ms-dos]: Load dos-win32. | Karl Heuer | 1996-05-17 | 1 | -0/+4 |
* | [windows-nt]: Load disp-table. | Richard M. Stallman | 1996-04-26 | 1 | -0/+2 |
* | Update FSF's address. | Erik Naggum | 1996-01-14 | 1 | -2/+3 |
* | Always load menu-bar. | Richard M. Stallman | 1995-10-31 | 1 | -1/+1 |
* | Fix previous change. | Richard M. Stallman | 1995-10-31 | 1 | -1/+1 |
* | (finding existing executable versions): Add a period to the end of BASE. | Richard M. Stallman | 1995-10-30 | 1 | -1/+1 |
* | Don't load c-mode. | Richard M. Stallman | 1995-10-28 | 1 | -3/+1 |
* | Added (load "ediff-hook") after loading vc-hook. | Michael Kifer | 1995-10-06 | 1 | -0/+1 |
* | Put isearch before menu-bar. | Richard M. Stallman | 1995-06-29 | 1 | -2/+2 |
* | Call precompute-menubar-bindings. | Richard M. Stallman | 1995-06-17 | 1 | -0/+6 |
* | [WINDOWSNT]: Find doc strings | Karl Heuer | 1995-04-12 | 1 | -1/+1 |
* | Don't load mouse and face files in system-specific | Karl Heuer | 1995-03-23 | 1 | -12/+2 |
* | Load format.el. | Boris Goldowsky | 1995-03-17 | 1 | -0/+2 |
* | Use appropriate `fboundp' tests to decide what to load. | Karl Heuer | 1995-03-16 | 1 | -4/+9 |
* | Load version.el early on. | Richard M. Stallman | 1995-02-23 | 1 | -3/+4 |
* | For windows-nt, load mouse. | Richard M. Stallman | 1994-11-14 | 1 | -1/+7 |
* | On windows-nt, load ls-lisp and winnt. | Richard M. Stallman | 1994-11-01 | 1 | -1/+6 |
* | Load facemenu if have X. | Richard M. Stallman | 1994-10-30 | 1 | -0/+2 |
* | *** empty log message *** | Morten Welinder | 1994-10-17 | 1 | -4/+9 |
* | Delete code to write subdirs.el. | Richard M. Stallman | 1994-10-16 | 1 | -20/+0 |
* | (Evaluating top-level): Don't load loadup.el again. | Richard M. Stallman | 1994-10-13 | 1 | -3/+6 |
* | Move the subdirs.el up to near first thing. | Richard M. Stallman | 1994-10-13 | 1 | -21/+20 |
* | Write the subdirs.el file. | Richard M. Stallman | 1994-10-11 | 1 | -0/+22 |
* | (current-load-list): Set it to nil. | Richard M. Stallman | 1994-07-09 | 1 | -0/+3 |
* | Don't precompute keybinding cache for menubar. Now done in startup.el instead. | Karl Heuer | 1994-05-07 | 1 | -11/+0 |
* | Update copyright. | Karl Heuer | 1994-05-03 | 1 | -1/+1 |
* | Comment change. | Richard M. Stallman | 1994-04-18 | 1 | -1/+1 |
* | Don't test for presence of dump-emacs. | Richard M. Stallman | 1994-03-26 | 1 | -4/+7 |
* | Preload menu-bar. | Richard M. Stallman | 1994-03-13 | 1 | -0/+12 |