Dave Love
562e00daec
(fortran-mode-map): Modify Customization
...
entry for custom-menu-create change.
(fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
don't cons it in the search loop.
2001-01-11 19:13:43 +00:00
Dave Love
117be359bf
(imenu--truncate-items): Revert last change.
2001-01-11 19:04:29 +00:00
Eli Zaretskii
3280fbe885
Tell them to use before-change-functions and after-change-functions
...
instead of the obsolete before-change-function and after-change-function.
2001-01-11 16:44:28 +00:00
Eli Zaretskii
6e961dcde2
(Info-setup-header-line): If the node header includes
...
either Next: or Prev: links, don't show the File: and Node: parts
in the header line.
2001-01-11 16:41:38 +00:00
Richard M. Stallman
d527b615a2
Ask for locale info in bug reports.
2001-01-11 16:10:23 +00:00
Gerd Moellmann
a7ee2d2e77
*** empty log message ***
2001-01-11 16:09:32 +00:00
Gerd Moellmann
ca29f2b87b
(selection_request_dpyinfo): New variable.
...
(x_handle_selection_request): Set it.
(x_selection_request_lisp_error): Don't call
x_decline_selection_request if selection request's display has
been closed.
2001-01-11 16:08:55 +00:00
Gerd Moellmann
bec04ade3a
(comint-goto-process-mark): Don't print a message
...
when running in batch mode.
2001-01-11 15:39:27 +00:00
Gerd Moellmann
c5348233d2
(isearch-search): In the condition-case handler for
...
`error', set isearch-invalid-regexp to the whole error message.
2001-01-11 15:31:12 +00:00
Gerd Moellmann
50ca4be0b9
(load-symbol-file-load-history): New function extracted
...
from function symbol-file.
(symbol-file): Use it.
2001-01-11 14:24:22 +00:00
Gerd Moellmann
422717d17b
(eval-after-load): Call load-symbol-file-load-history to
...
ensure that eval-after-load works for files dumped with Emacs.
2001-01-11 14:24:02 +00:00
Gerd Moellmann
2c2ff7f288
*** empty log message ***
2001-01-11 13:37:34 +00:00
Gerd Moellmann
1e2f58742e
Use the same colors as exit.xpm.
2001-01-11 13:37:03 +00:00
Gerd Moellmann
513c58069e
(x_free_colors, x_free_dpy_colors): Do the
...
unregister_colors before calling XFreeColors.
2001-01-11 12:49:00 +00:00
Eli Zaretskii
926861fbc1
(find-tag-interactive): If last-tag is nil,
...
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.
2001-01-11 10:18:42 +00:00
Richard M. Stallman
7742ee1924
(isearch-lazy-highlight-update):
...
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.
2001-01-11 08:08:51 +00:00
Richard M. Stallman
afa1f52c13
*** empty log message ***
2001-01-11 08:08:26 +00:00
Eli Zaretskii
a23e6d3cd4
Fix a typo: end -> and.
2001-01-11 07:54:40 +00:00
Miles Bader
47a9f362d8
(ispell-adjusted-window-height): New function.
...
(ispell-overlay-window, ispell-help, ispell-show-choices)
(ispell-command-loop): Use it instead of `window-height'.
2001-01-11 07:54:17 +00:00
Gerd Moellmann
cf523f0e1d
*** empty log message ***
2001-01-10 20:23:03 +00:00
Richard M. Stallman
da32a953fc
*** empty log message ***
2001-01-10 20:19:30 +00:00
Gerd Moellmann
11f1530569
(confirm-kill-emacs): New user-option.
...
(save-buffers-kill-emacs): Ask for final confirmation before
killing Emacs.
2001-01-10 20:19:16 +00:00
Richard M. Stallman
0236679211
*** empty log message ***
2001-01-10 20:18:38 +00:00
Dave Love
1f8be15d9c
*** empty log message ***
2001-01-10 19:24:46 +00:00
Dave Love
f5bd8092f2
(hi-lock-exclude-modes): Fix :type.
2001-01-10 17:29:33 +00:00
Dave Love
2826ac81f7
(calculator-number-digits): Fix :type.
2001-01-10 17:28:35 +00:00
Gerd Moellmann
d196f58d91
(isearch-done): Set isearch-lazy-highlight-start
...
to nil.
2001-01-10 17:20:35 +00:00
Dave Love
0d5184de65
*** empty log message ***
2001-01-10 17:17:29 +00:00
Gerd Moellmann
8c9f73a21f
(eshell-ange-ls-uids): Fix :type.
2001-01-10 17:01:22 +00:00
Gerd Moellmann
7c6c3d8ebe
(ansi-colors) <defgroup>: Fix :version.
2001-01-10 16:58:11 +00:00
Gerd Moellmann
457b792c1e
*** empty log message ***
2001-01-10 15:24:55 +00:00
Gerd Moellmann
bffc71d670
(${etc}DOC): Depend on ${shortlisp} and
...
${SOME_MACHINE_LISP}, not ${lisp}.
2001-01-10 15:24:21 +00:00
Gerd Moellmann
ad4ac636ee
Don't reset LIBS at end of -lXmu test. Test for
...
-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).
2001-01-10 15:18:48 +00:00
Gerd Moellmann
a2aef08028
(set-variable): Force a thorough redisplay for the
...
case that the variable has an effect on the display, like
`tab-width' has.
2001-01-10 15:10:01 +00:00
André Spiegel
d2622d08b6
#
2001-01-10 14:45:48 +00:00
Gerd Moellmann
a98b5ed9fd
(display_line): On ttys, produce more than one
...
truncation glyph for multibyte characters that don't fit on the
line.
2001-01-10 14:43:30 +00:00
André Spiegel
fcb500ea43
Added documentation for backend interface.
2001-01-10 14:42:53 +00:00
Eli Zaretskii
8726e79b75
Fix the file name in the 2001-01-06 entry for ediff-vers.el.
2001-01-10 14:00:05 +00:00
Gerd Moellmann
62a0a40b59
Set version to 21.0.96.
2001-01-10 13:09:37 +00:00
Gerd Moellmann
ac95a62196
*** empty log message ***
2001-01-10 12:50:09 +00:00
Kenichi Handa
31b482ee84
(c-font-lock-extra-types): Add "Lisp_Object".
2001-01-10 12:28:06 +00:00
Kenichi Handa
e084471751
*** empty log message ***
2001-01-10 12:27:48 +00:00
Gerd Moellmann
47a6ac17a1
(x_reply_selection_request): Add a comment.
2001-01-10 12:23:46 +00:00
Gerd Moellmann
c1efd26046
(Fx_backspace_delete_keys_p): Use XkbGetMap and
...
XkbGetNames instead of XkbGetKeyboard.
2001-01-10 12:19:28 +00:00
Dave Love
1bfb134516
(random): Revert the declaration.
2001-01-10 11:54:41 +00:00
Eli Zaretskii
97878c08e0
Don't say "X Windows". From Colin Walters <walters@cis.ohio-state.edu>.
2001-01-10 08:15:32 +00:00
Kenichi Handa
402324527e
(latin-extra-code-table): Set to t for \223 and \224.
2001-01-09 23:49:44 +00:00
Kenichi Handa
ae4b5f4f02
*** empty log message ***
2001-01-09 23:49:28 +00:00
Gerd Moellmann
35f464a758
(STRING_BYTES) [GC_CHECK_STRING_BYTES]: Call
...
function string_bytes.
(GC_CHECK_STRING_BYTES): Moved here from alloc.c.
2001-01-09 20:11:40 +00:00
Gerd Moellmann
676a72518a
(CHECK_STRING_BYTES) [GC_CHECK_STRING_BYTES]: New macro.
...
(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.
2001-01-09 20:10:50 +00:00