summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Use the same colors as exit.xpm.Gerd Moellmann2001-01-112-37/+33
|
* (x_free_colors, x_free_dpy_colors): Do theGerd Moellmann2001-01-111-3/+3
| | | | unregister_colors before calling XFreeColors.
* (find-tag-interactive): If last-tag is nil,Eli Zaretskii2001-01-112-4/+11
| | | | | | behave as if there were no prefix argument. (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P argument were nil.
* (isearch-lazy-highlight-update):Richard M. Stallman2001-01-111-16/+20
| | | | | | Don't look for more potential matches once maximum is exceeded. Use overlays-in to check correctly for overlap with current match. Ignore empty matches.
* *** empty log message ***Richard M. Stallman2001-01-111-0/+7
|
* Fix a typo: end -> and.Eli Zaretskii2001-01-111-1/+1
|
* (ispell-adjusted-window-height): New function.Miles Bader2001-01-112-16/+30
| | | | | (ispell-overlay-window, ispell-help, ispell-show-choices) (ispell-command-loop): Use it instead of `window-height'.
* *** empty log message ***Gerd Moellmann2001-01-102-0/+7
|
* *** empty log message ***Richard M. Stallman2001-01-101-5/+0
|
* (confirm-kill-emacs): New user-option.Gerd Moellmann2001-01-101-0/+10
| | | | | (save-buffers-kill-emacs): Ask for final confirmation before killing Emacs.
* *** empty log message ***Richard M. Stallman2001-01-101-0/+5
|
* *** empty log message ***Dave Love2001-01-101-0/+9
|
* (hi-lock-exclude-modes): Fix :type.Dave Love2001-01-101-1/+1
|
* (calculator-number-digits): Fix :type.Dave Love2001-01-101-1/+1
|
* (isearch-done): Set isearch-lazy-highlight-startGerd Moellmann2001-01-102-0/+7
| | | | to nil.
* *** empty log message ***Dave Love2001-01-101-0/+6
|
* (eshell-ange-ls-uids): Fix :type.Gerd Moellmann2001-01-102-6/+7
|
* (ansi-colors) <defgroup>: Fix :version.Gerd Moellmann2001-01-102-1/+5
|
* *** empty log message ***Gerd Moellmann2001-01-106-289/+355
|
* (${etc}DOC): Depend on ${shortlisp} andGerd Moellmann2001-01-101-2/+3
| | | | ${SOME_MACHINE_LISP}, not ${lisp}.
* Don't reset LIBS at end of -lXmu test. Test forGerd Moellmann2001-01-101-28/+17
| | | | | | | | | -lXext. (HAVE_XKBGETKEYBOARD): Fix reporting of result. (HAVE_LIBXP): Remove -lXt from AC_CHECK_LIB. (HAVE_XAW3D, HAVE_XPM, HAVE_JPEG, HAVE_PNG, HAVE_TIFF, HAVE_GIF): Don't frob CFLAGS. Remove extra X libs from AC_CHECK_LIB (now in $LIBS).
* (set-variable): Force a thorough redisplay for theGerd Moellmann2001-01-101-1/+5
| | | | | case that the variable has an effect on the display, like `tab-width' has.
* #André Spiegel2001-01-101-0/+4
|
* (display_line): On ttys, produce more than oneGerd Moellmann2001-01-102-2/+15
| | | | | truncation glyph for multibyte characters that don't fit on the line.
* Added documentation for backend interface.André Spiegel2001-01-101-94/+256
|
* Fix the file name in the 2001-01-06 entry for ediff-vers.el.Eli Zaretskii2001-01-101-1/+1
|
* Set version to 21.0.96.Gerd Moellmann2001-01-103-8/+8
|
* *** empty log message ***emacs-pretest-21.0.95Gerd Moellmann2001-01-105-1456/+1968
|
* (c-font-lock-extra-types): Add "Lisp_Object".Kenichi Handa2001-01-101-1/+1
|
* *** empty log message ***Kenichi Handa2001-01-101-0/+2
|
* (x_reply_selection_request): Add a comment.Gerd Moellmann2001-01-101-0/+6
|
* (Fx_backspace_delete_keys_p): Use XkbGetMap andGerd Moellmann2001-01-102-15/+31
| | | | XkbGetNames instead of XkbGetKeyboard.
* (random): Revert the declaration.Dave Love2001-01-102-1/+10
|
* Don't say "X Windows". From Colin Walters <walters@cis.ohio-state.edu>.Eli Zaretskii2001-01-1011-60/+62
|
* (latin-extra-code-table): Set to t for \223 and \224.Kenichi Handa2001-01-091-0/+2
|
* *** empty log message ***Kenichi Handa2001-01-091-0/+5
|
* (STRING_BYTES) [GC_CHECK_STRING_BYTES]: CallGerd Moellmann2001-01-092-0/+31
| | | | | function string_bytes. (GC_CHECK_STRING_BYTES): Moved here from alloc.c.
* (CHECK_STRING_BYTES) [GC_CHECK_STRING_BYTES]: New macro.Gerd Moellmann2001-01-091-50/+88
| | | | | | | | | | | (check_sblock, string_bytes) [GC_CHECK_STRING_BYTES]: New functions. (check_string_bytes) [GC_CHECK_STRING_BYTES]: Add parameter ALL_P. (allocate_string) [GC_CHECK_STRING_BYTES]: Always check strings in the current sblock. (mark_object) [GC_CHECK_STRING_BYTES]: Use CHECK_STRING_BYTES. (gc_sweep) [GC_CHECK_STRING_BYTES]: Call check_string_bytes after sweeping strings, and at the end. (GC_CHECK_STRING_BYTES): Moved to lisp.h.
* (ada-popup-key): Fix :type.Dave Love2001-01-091-2/+2
|
* (tags-apropos-additional-actions): Fix :type.Dave Love2001-01-091-1/+3
|
* (sh-imenu-generic-expression): Fix doc,Dave Love2001-01-091-4/+8
| | | | :type.
* (vc-sccs-header): Fix :type.Dave Love2001-01-091-2/+2
|
* (vc-rcs-header): Fix :type.Dave Love2001-01-091-2/+2
|
* (vc-cvs-header): Fix :type.Dave Love2001-01-091-2/+2
|
* (do_auto_save_unwind): Do the pop_message hereGerd Moellmann2001-01-092-2/+18
| | | | | instead of in Fdo_auto_save. (Fdo_auto_save): Don't call pop_message.
* (push_message_unwind): New function.Gerd Moellmann2001-01-091-1/+12
|
* (push_message_unwind): Add prototype.Gerd Moellmann2001-01-091-1/+2
|
* Fixed typoKim F. Storm2001-01-091-1/+1
|
* (Fexecute_extended_command): Use aGerd Moellmann2001-01-091-1/+5
| | | | record_unwind_protect to ensure that pop_message is called.
* (Fgarbage_collect): Use a record_unwind_protect toGerd Moellmann2001-01-091-2/+4
| | | | ensure that pop_message is called.