| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix syntax for find. | Andreas Schwab | 2002-12-10 | 2 | -1/+5 |
| | | |||||
| * | INSTALL: Describe make-package | Steven Tamm | 2002-12-08 | 1 | -0/+9 |
| | | | | | make-package: --self-contained works | ||||
| * | Now correctly creates a self-contained application | Steven Tamm | 2002-12-08 | 1 | -8/+19 |
| | | |||||
| * | Added description of make-package | Steven Tamm | 2002-12-08 | 1 | -1/+42 |
| | | |||||
| * | 2002-12-02 Andrew Choi <akochoi@shaw.ca> | Andrew Choi | 2002-12-02 | 4 | -221/+6 |
| | | | | | | | * make-bin-dist, osx-install: Remove. * INSTALL: Remove description of make-bin-dist and osx-install. | ||||
| * | Switched copying of .el files to be on by default. | Steven Tamm | 2002-12-02 | 2 | -5/+10 |
| | | |||||
| * | Removing unnecessary symlink from emacs -> emacs-version | Steven Tamm | 2002-11-30 | 1 | -7/+0 |
| | | |||||
| * | Added a lot of options to reduce disk size of both the installer and the final | Steven Tamm | 2002-11-30 | 2 | -23/+119 |
| | | | | | | | application. Added option to make installer generate self-contained Emacs.app. Now nolonger creates a "full-dist" by default, by omitting .el files that have already been compiled. | ||||
| * | Removed comment about mouse-2 & -3 not working (they do) | Steven Tamm | 2002-11-30 | 1 | -2/+0 |
| | | |||||
| * | Ignore MacOS. | Andreas Schwab | 2002-10-19 | 1 | -0/+1 |
| | | |||||
| * | . | Andreas Schwab | 2002-10-14 | 1 | -0/+4 |
| | | |||||
| * | Fix syntax for find. | Andreas Schwab | 2002-10-14 | 1 | -1/+1 |
| | | |||||
| * | * make-package: Added ability to pass command line options | Steven Tamm | 2002-10-09 | 2 | -12/+47 |
| | | | | | | | | through to make and configure (-m, & -c,). Added option to not copy Application into installer, the default for X11 builds. Does not copy CVS directories into installer. Clarified some of the usage notes. | ||||
| * | make-package: Now calls make bootstrap if .elc files are missing | Steven Tamm | 2002-10-07 | 2 | -2/+18 |
| | | |||||
| * | 2002-08-27 Andrew Choi <akochoi@shaw.ca> | Andrew Choi | 2002-08-28 | 2 | -3/+13 |
| | | | | | | * INSTALL: Add information on starting Emacs as a GUI application from the terminal. | ||||
| * | 2002-08-15 Andrew Choi <akochoi@shaw.ca> | Andrew Choi | 2002-08-16 | 2 | -0/+9 |
| | | | | | | * INSTALL: Add instructions for building Carbon version on Macs with X Window installed. | ||||
| * | 2002-07-31 Andrew Choi <akochoi@shaw.ca> | Andrew Choi | 2002-08-01 | 3 | -2/+5 |
| | | | | | | * Emacs.app/Contents/PkgInfo, Emacs.app/Contents/Info.plist: change creator code from ???? to EMAx. | ||||
| * | In src: | Andrew Choi | 2002-08-01 | 2 | -3/+15 |
| | | | | | | | | | | | | | | 2002-07-31 Andrew Choi <akochoi@shaw.ca> * s/darwin.h: Define MAC_OS, SYMS_SYSTEM, and OTHER_FILES only if HAVE_CARBON is defined. In mac: 2002-07-31 Andrew Choi <akochoi@shaw.ca> * INSTALL: Add instructions for building X Window version. | ||||
| * | 2002-07-11 Andrew Choi <akochoi@shaw.ca> | Andrew Choi | 2002-07-11 | 2 | -1/+5 |
| | | | | | * make-package: Change -a option to -R for cp command. | ||||
| * | 2002-07-05 Andrew Choi <akochoi@shaw.ca> | Andrew Choi | 2002-07-05 | 2 | -5/+57 |
| | | | | | | * make-package: Add ability to handle options --help, --prefix, --no-conf, and --with-x. | ||||
| * | 2002-07-04 Andrew Choi <akochoi@shaw.ca> | Andrew Choi | 2002-07-04 | 2 | -0/+223 |
| | | | | | * make-package: New file. | ||||
| * | In mac: | Andrew Choi | 2002-07-01 | 3 | -5/+33 |
| | | | | | | | | | | | | | | | | | | | | | 2002-07-01 Andrew Choi <akochoi@shaw.ca> * Emacs.app/Contents/Resources/Emacs.icns: New file. * Emacs.app/Contents/Info.plist: Add CFBundleDocumentTypes and CFBundleIconFile entries. In src: 2002-07-01 Andrew Choi <akochoi@shaw.ca> * macterm.c (do_ae_open_documents) [MAC_OSX]: Call FSpMakeFSRef and FSRefMakePath to convert FSSpec returned with Apple Event to Posix pathname. (mac_initialize) [TARGET_API_MAC_CARBON]: Call init_required_apple_events and disable the `Quit' menu item provided automatically by the Carbon Toolbox. | ||||
| * | Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog, | Andrew Choi | 2002-04-26 | 39 | -30674/+684 |
| | | | | | lisp/ChangeLog, and src/ChangeLog for list of changes. | ||||
| * | Don't way where to find a non-free compiler. | Richard M. Stallman | 2002-04-22 | 1 | -4/+1 |
| | | |||||
| * | (x_erase_phys_cursor): Don't erase cursor if cursor row | Kim F. Storm | 2002-01-28 | 1 | -0/+6 |
| | | | | | | is invisible. This can happen if cursor is on top line of a window, and we switch to a buffer with a header line. | ||||
| * | *** empty log message *** | Kim F. Storm | 2002-01-28 | 1 | -0/+6 |
| | | |||||
| * | Fix typo. | Pavel Janík | 2002-01-12 | 1 | -4/+4 |
| | | |||||
| * | *** empty log message *** | Pavel Janík | 2001-12-22 | 1 | -4/+8 |
| | | |||||
| * | Remove mocklisp files. | Pavel Janík | 2001-12-22 | 3 | -45/+1 |
| | | |||||
| * | *** empty log message *** | Pavel Janík | 2001-12-22 | 1 | -0/+4 |
| | | |||||
| * | *** empty log message *** | Eli Zaretskii | 2001-12-13 | 1 | -0/+5 |
| | | |||||
| * | (x_report_frame_params): Makes the scroll-bar-width frame | Eli Zaretskii | 2001-12-13 | 1 | -0/+4 |
| | | | | | parameter have a numeric value all the time. | ||||
| * | *** empty log message *** | Pavel Janík | 2001-12-08 | 1 | -0/+4 |
| | | |||||
| * | New file. | Pavel Janík | 2001-12-08 | 1 | -0/+340 |
| | | |||||
| * | *** empty log message *** | Kim F. Storm | 2001-12-05 | 1 | -0/+4 |
| | | |||||
| * | (x_report_frame_params): Return actual fringe widths. | Kim F. Storm | 2001-12-05 | 1 | -0/+4 |
| | | |||||
| * | Merged fringe width related changes. | Kim F. Storm | 2001-12-01 | 1 | -0/+10 |
| | | |||||
| * | Merged fringe width related changes from xterm.h. | Kim F. Storm | 2001-12-01 | 1 | -23/+7 |
| | | |||||
| * | Merged fringe width related changes from xterm.c. | Kim F. Storm | 2001-12-01 | 1 | -156/+217 |
| | | |||||
| * | Merged fringe width related changes from xfns.c. | Kim F. Storm | 2001-12-01 | 1 | -5/+25 |
| | | |||||
| * | *** empty log message *** | Pavel Janík | 2001-11-18 | 1 | -1/+1 |
| | | |||||
| * | *** empty log message *** | Pavel Janík | 2001-11-16 | 1 | -0/+4 |
| | | |||||
| * | (waiting_for_input): Remove unnecessary prototype. | Pavel Janík | 2001-11-16 | 1 | -2/+0 |
| | | |||||
| * | Fringe cleanup. | Kim F. Storm | 2001-11-16 | 1 | -0/+22 |
| | | |||||
| * | Fringe cleanup. | Kim F. Storm | 2001-11-16 | 1 | -66/+66 |
| | | | | | | | | | Comment fixes. Use renamed symbols. (fringe_bitmap_type): Renamed from bitmap_type. (NO_FRINGE_BITMAP): Renamed from NO_BITMAP. (x_draw_fringe_bitmap): Renamed from x_draw_bitmap. (x_draw_row_fringe_bitmaps): Renamed from x_draw_row_bitmaps. | ||||
| * | Fringe cleanup. | Kim F. Storm | 2001-11-16 | 1 | -18/+18 |
| | | | | | | | | | | | | | Comment fixes. Use renamed symbols. (fringes_extra): Renamed from flags_areas_extra. (FRAME_FRINGE_BITMAP_WIDTH): Renamed from FRAME_FLAGS_BITMAP_WIDTH. (FRAME_FRINGE_BITMAP_HEIGHT): Renamed from FRAME_FLAGS_BITMAP_HEIGHT. (FRAME_X_FRINGE_COLS): Renamed from FRAME_X_FLAGS_AREA_COLS. (FRAME_X_FRINGE_WIDTH): Renamed from FRAME_X_FLAGS_AREA_WIDTH. (FRAME_X_LEFT_FRINGE_WIDTH): Renamed from FRAME_X_LEFT_FLAGS_AREA_WIDTH. (FRAME_X_RIGHT_FRINGE_WIDTH): Renamed from FRAME_X_RIGHT_FLAGS_AREA_WIDTH. | ||||
| * | Fringe cleanup. | Kim F. Storm | 2001-11-16 | 1 | -2/+2 |
| | | | | | Use renamed symbols. | ||||
| * | *** empty log message *** | Gerd Moellmann | 2001-10-21 | 1 | -1/+1 |
| | | |||||
| * | *** empty log message *** | Gerd Moellmann | 2001-10-21 | 1 | -0/+4 |
| | | |||||
| * | Update calls to openp. | Stefan Monnier | 2001-10-12 | 3 | -4/+9 |
| | | |||||