Commit graph

30181 commits

Author SHA1 Message Date
Dave Love
232ccf275f Prototype readevalloop, load_unwind,
load_descriptor_unwind.
(unreadpure): Give it an arg.
2000-08-17 14:11:00 +00:00
Dave Love
3fb21e7ab8 Prototype fatal_unexec, mark_x, update_dynamic_symbols. Declare
unexec as void.
2000-08-17 14:07:15 +00:00
Dave Love
87dc6c9eca [HAVE_TERMCAP_H]: Include <termcap.h>.
[!HAVE_TERMCAP_H]: Prototype tputs, tgoto.
2000-08-17 14:04:16 +00:00
Dave Love
b3303f7468 (lisp_malloc): Declare with POINTER_TYPE.
[SYSTEM_MALLOC]: Make decls in malloc.h conditional on
DOUG_LEA_MALLOC.
2000-08-17 14:01:09 +00:00
Dave Love
29f4bda5cf Use #error.
[POINTER_TYPE]: Use it.
2000-08-17 13:57:01 +00:00
Dave Love
77d2026234 (Fdefvar): Doc fix. 2000-08-17 13:54:16 +00:00
Dave Love
a9800ae8a9 (Fget_buffer_create, Fmake_indirect_buffer): Avoid
INITIALIZE_INTERVAL.
2000-08-17 13:51:37 +00:00
Dave Love
bb4fee022a Avoid DECLARE_INTERVALS. 2000-08-17 13:48:48 +00:00
Dave Love
9d8cf732e6 Add size_t. 2000-08-17 13:45:46 +00:00
Andreas Schwab
d2473540a7 (insert-directory): Don't lose original file name,
undoing an undocumented change.
2000-08-17 12:08:26 +00:00
Gerd Moellmann
c0bbaf57af (sql-magic-go): Use comint-bol.
(sql-copy-column): Use comint-line-beginning-position.
(comint-line-beginning-position): Define a replacement for
comint-line-beginning-position if it is not fboundp.

(sql-mode-map): TAB is no longer defined in sql-mode-map;
it didn't have any effect anyway.

(sql-postgres): Jason Beegan's patch uses the parameters
--pset and pager=off instead of sending \\o|cat at the beginning
of the session.
2000-08-17 11:20:50 +00:00
Werner LEMBERG
e23a63a536 * .cvsignore: New file. 2000-08-17 11:14:01 +00:00
Miles Bader
9d245da59e Add compatibility definition of comint-line-beginning-position. 2000-08-17 06:25:11 +00:00
Eli Zaretskii
aae41d97a4 (set_clipboard_data): If there's not enough memory
to put text into clipboard, return 1, as Fw16_set_clipboard_data
expects.  In case of other failures, return 3.
(system_error_msg): New error message.
(Fw16_set_clipboard_data): If set_clipboard_data returns 3, print
system_error_msg.
2000-08-17 06:11:09 +00:00
Kenichi Handa
357438ebe0 (normal-top-level): Look in each dir in load-path for a leim-list.el
file too.  This assures of loading leim-list.el that is created at
Emacs installation time even if a user have his own leim-list.el.
2000-08-17 01:08:11 +00:00
Kenichi Handa
abfdbd2eb6 *** empty log message *** 2000-08-17 01:07:41 +00:00
Miles Bader
a0b8c9399c (hi-yellow, hi-pink, hi-green, hi-blue): Force the foreground color to
black if the default background is dark.
2000-08-17 00:51:39 +00:00
Dave Love
0309803d6a replace-rectangle 2000-08-16 22:46:16 +00:00
Dave Love
2b5198bb1a *** empty log message *** 2000-08-16 21:56:59 +00:00
Dave Love
a5b09d5a75 (bs-mode-font-lock-keywords): Avoid testing for XEmacs. 2000-08-16 21:42:10 +00:00
Dave Love
b705725947 (windmove) <defgroup>: Add :version. 2000-08-16 21:31:32 +00:00
Dave Love
f79538c951 Don't require browse-url. Require thingatpt.
(goto-address-fontify-p, goto-address-highlight-p)
(goto-address-url-face, goto-address-url-mouse-face)
(goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
(goto-address-url-regexp): Use thing-at-point-url-regexp.
(goto-address-fontify, goto-address-at-mouse): Simplify,
(goto-address-at-point): browse-url-url-at-point,
goto-address-find-address-at-point can return nil.
(goto-address-find-address-at-point): Return nil on failure.
2000-08-16 21:28:35 +00:00
Dave Love
165b3a9212 (align) <defgroup>: Add :version. 2000-08-16 21:26:01 +00:00
Dave Love
7def2f92b2 (calculator): Add :version.
(calculator): Use two lines for calculator window if `modeline'
face is boxed.
2000-08-16 21:24:00 +00:00
Stefan Monnier
c0df1972b2 Don't quote lambda. 2000-08-16 21:05:37 +00:00
Stefan Monnier
7382bcae29 *** empty log message *** 2000-08-16 21:03:36 +00:00
Stefan Monnier
7a3ec18a3c (Edit-options-{set,toggle,t,nil}): Don't quote lambda. 2000-08-16 20:54:44 +00:00
Stefan Monnier
057ab2946f (unload-feature): Typo. 2000-08-16 20:51:48 +00:00
Stefan Monnier
a313af117c (custom-make-dependencies): Quote open-paren in string. 2000-08-16 20:50:19 +00:00
Stefan Monnier
6a7ceddcab Add local-variable settings to the generated file. 2000-08-16 20:49:45 +00:00
Stefan Monnier
1e495fc764 (mh-make-local-vars):
Replace make-variable-buffer-local with make-local-variable.
2000-08-16 20:38:40 +00:00
Stefan Monnier
7e86942c8a (outline-minor-mode): Don't quote lambda. 2000-08-16 20:34:25 +00:00
Stefan Monnier
399ede1371 (bg-mouse-report): screen-height -> frame-height. 2000-08-16 20:29:14 +00:00
Stefan Monnier
44946a4c9e * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
(ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
Allow going past the last element.
* pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
(cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
(cvs-mouse-toggle-mark): Don't move point.
(cvs-revert-if-needed): Avoid re-eval of local variables and modes.
2000-08-16 20:27:39 +00:00
Stefan Monnier
ffb4b7a11d (grep): Provide a default set of files.
(next-error): Docstring fix.
(compilation-find-file): Avoid find-file (fails in a dedicated window).
2000-08-16 20:20:43 +00:00
Stefan Monnier
4d3a92281f Typo. 2000-08-16 20:17:39 +00:00
Stefan Monnier
cb5da1a31e (define-minor-mode): Use `symbol-value' to keep the byte-compiler quiet. 2000-08-16 20:16:33 +00:00
Dave Love
d683704ce5 mainly indexing 2000-08-16 19:57:31 +00:00
Dave Love
de73598846 dired-x tweaks 2000-08-16 19:56:30 +00:00
Stefan Monnier
027ac3f8db (diff-mode-map): Bind diff-apply-hunk.
(diff-find-source-location): New fun, extracted from diff-goto-source.
(diff-goto-source): Use it.
(diff-next-complex-hunk, diff-filter-lines): New function.
(diff-apply-hunk): New command.
2000-08-16 19:56:10 +00:00
Dave Love
239e21e224 C-Mouse-3.
msb-mode
indexing.
2000-08-16 19:55:48 +00:00
Gerd Moellmann
d7b38c0550 *** empty log message *** 2000-08-16 19:55:18 +00:00
Dave Love
4f00b8c106 *** empty log message *** 2000-08-16 19:53:17 +00:00
Dave Love
b54346bc49 (Buffer Convenience): New. 2000-08-16 19:52:35 +00:00
Stefan Monnier
394bd1cae1 (smerge-mode-menu): Doc fix. 2000-08-16 19:51:55 +00:00
Dave Love
ef94046937 iso-cvt, tildify, bibtex-mode 2000-08-16 19:50:21 +00:00
Dave Love
ad4a78d640 (Mode Line): xref Mode Line Mouse 2000-08-16 19:48:56 +00:00
Dave Love
dd5c1ea9b7 delete-selection-mode 2000-08-16 19:45:30 +00:00
Stefan Monnier
3bdb5fb8e0 (msb-mode): Define it in terms of define-minor-mode. 2000-08-16 19:40:41 +00:00
Gerd Moellmann
1c2eababcb *** empty log message *** 2000-08-16 19:37:26 +00:00