summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***EMACS_PRETEST_21_0_97Gerd Moellmann2001-01-305-25/+56
|
* (lpr-windows-system, lpr-lp-system): Add autoload cookies.Gerd Moellmann2001-01-301-1/+3
|
* *** empty log message ***Andrew Innes2001-01-301-0/+5
|
* (assert) [__MINGW32__]: Redefine assert to work around a Andrew Innes2001-01-301-0/+6
| | | | bug in the Mingw32 assert.h header file.
* Comment updates to etags.cFrancesco Potortì2001-01-302-19/+38
| | | | | C macros changes to etags.c for the sake of standalone building and Xemacs building. Does not affect building under Emacs.
* *** empty log message ***Gerd Moellmann2001-01-302-0/+15
|
* (frame-notice-user-settings): Do the tool-barGerd Moellmann2001-01-301-94/+95
| | | | stuff only for graphical displays. Fix a braino.
* *** empty log message ***Gerd Moellmann2001-01-301-0/+9
|
* (command-line): Remove manipulation of frameGerd Moellmann2001-01-301-19/+3
| | | | height for tool bars.
* (frame-initialize): Create initial frame visible.Gerd Moellmann2001-01-301-145/+176
| | | | | (frame-notice-user-settings): When tool-bar has been switched off, correct the frame size and sync too-bar-mode.
* (build_desired_tool_bar_string, syms_of_xdisp): UseGerd Moellmann2001-01-301-3/+5
| | | | DEFAULT_TOOL_BAR_BUTTON_MARGIN and DEFAULT_TOOL_BAR_BUTTON_RELIEF.
* (Fx_create_frame): Add the tool bar height to the frameGerd Moellmann2001-01-301-8/+30
| | | | height.
* (Vtool_bar_button_margin:): Declare extern.Gerd Moellmann2001-01-301-2/+10
| | | | | (DEFAULT_TOOL_BAR_BUTTON_MARGIN, DEFAULT_TOOL_BAR_BUTTON_RELIEF) (DEFAULT_TOOL_BAR_IMAGE_HEIGHT): New defines.
* Document non-support of images in the MS-Windows port of v21.1.Eli Zaretskii2001-01-301-1/+4
|
* Document non-support of tool bar and tooltips on MS-Windows.Eli Zaretskii2001-01-301-5/+10
|
* Document problems with the MS-Windows port of v21.1 and withEli Zaretskii2001-01-301-0/+63
| | | | the Cygwin port of Bash when run under Emacs.
* *** empty log message ***Eli Zaretskii2001-01-301-0/+11
|
* Don't copy lisp/Makefile, it doesn't exist; copyEli Zaretskii2001-01-301-4/+4
| | | | | | lisp/Makefile.in instead. Use "rm -f" where more than one file needs to be deleted, since command.com in Windows 9X doesn't grok more than one argument.
* Copy the table of tested combinations of developmentEli Zaretskii2001-01-301-0/+32
| | | | | tools from confuigure.bat. Add suggestion to install Bash on Windows 9X.
* *** empty log message ***Eli Zaretskii2001-01-301-0/+11
|
* XEmacs compatibility and doc fixes from Vinicius Jose LatorreEli Zaretskii2001-01-301-54/+105
| | | | | | | | | | | <vinicius@cpqd.com.br>: (lpr-windows-system, lpr-lp-system): New vars. (lpr-printer-switch): New defcustom. (printer-name, lpr-command): Customization fix. (print-region-1): Code fix. (print-region-new-buffer, printify-region): Indentation fix. (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1): New funcsions.
* Fix a typo.Eli Zaretskii2001-01-301-1/+1
|
* *** empty log message ***Dave Love2001-01-301-0/+5
|
* (Fbyte_code) <Bgeq>: Add BEFORE_POTENTIAL_GC andDave Love2001-01-301-0/+2
| | | | AFTER_POTENTIAL_GC.
* Clarify the instructions for debugging LessTif.Eli Zaretskii2001-01-301-1/+4
|
* *** empty log message ***Dave Love2001-01-291-0/+4
|
* (eshell-ls-exclude-regexp): Fix :type.Dave Love2001-01-291-1/+1
|
* (eshell-windows-shell-file): Fix :type.Dave Love2001-01-291-1/+1
|
* *** empty log message ***Gerd Moellmann2001-01-293-0/+13
|
* Update copyright.Gerd Moellmann2001-01-291-1/+2
|
* (toplevel): Fix the eval-after-load.Gerd Moellmann2001-01-291-1/+1
|
* *** empty log message ***Gerd Moellmann2001-01-291-0/+9
|
* (outline, dabbrev, add-log): Require whenGerd Moellmann2001-01-291-17/+22
| | | | | | | | compiling. (tcl-using-emacs-19-23): Consider Emacs 21+. (tcl-help-directory-list, tcl-command-switches): Fix :type. (tcl-add-emacs-menu): Supply menu name. (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
* (Fbyte_code) <Bcurrent_column>: AddGerd Moellmann2001-01-291-0/+2
| | | | BEFORE_POTENTIAL_GC and AFTER_POTENTIAL_GC.
* *** empty log message ***Gerd Moellmann2001-01-291-0/+4
|
* (delete-trailing-whitespace): Don't delete formfeeds.Gerd Moellmann2001-01-291-0/+3
|
* *** empty log message ***Stefan Monnier2001-01-291-0/+7
|
* (cvs-mark-fis-dead): New function.Stefan Monnier2001-01-291-3/+8
| | | | | | (cvs-mode-add): Use it. (cvs-mode-add-change-log-entry-other-window): Rebind change-log-default-name to itself rather than to nil.
* Undo last change.Gerd Moellmann2001-01-291-53/+4
|
* (Checklist): Add index entry for logging keystrokes.Eli Zaretskii2001-01-291-0/+1
|
* (mouse_key_p): New function.Gerd Moellmann2001-01-291-4/+53
| | | | (where_is_internal, Fwhere_is_internal): Use it.
* *** empty log message ***Dave Love2001-01-291-0/+2
|
* replaced require with autoloadsSam Steingold2001-01-292-3/+16
|
* (elide-head): Make overlay evaporate.Dave Love2001-01-291-0/+1
|
* *** empty log message ***Eli Zaretskii2001-01-292-0/+6
|
* (confirm-kill-emacs): Doc fix.Eli Zaretskii2001-01-291-1/+3
|
* *** empty log message ***Eli Zaretskii2001-01-291-0/+2
|
* (frame-initialize): Doc fix.Eli Zaretskii2001-01-291-1/+1
|
* *** empty log message ***Eli Zaretskii2001-01-291-0/+2
|
* (time-stamp-string): Doc fix.Eli Zaretskii2001-01-291-1/+2
|