1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-12 16:23:57 +00:00
Commit Graph

12880 Commits

Author SHA1 Message Date
Gerd Moellmann
c1ea301b75 (iswitchb-exhibit): Use buffer-string instead
of buffer-substring because buffer-string doesn't copy the
prompt.
1999-09-12 20:21:47 +00:00
Gerd Moellmann
eabac8252e Change ghostscript' to postscript' in comment. 1999-09-12 20:21:46 +00:00
Gerd Moellmann
3759f14b25 (mode-line): Replaces `modeline'.
(toplevel): Make `modeline' an alias for `mode-line'.
1999-09-12 20:21:44 +00:00
Richard M. Stallman
6719bba65e (tpu-version): New version.
(tpu-search-overlay, tpu-replace-overlay): New variables.
(tpu-search-highlight, tpu-toggle-direction): New functions.
(tpu-lm-replace): Set tpu-replace-overlay.
(tpu-edt-on, tpu-edt-off): Add/remove tpu-search-highlight post command hook.
1999-09-12 19:03:10 +00:00
Richard M. Stallman
e952bf4445 (isearch-mode-map): Undo previous change. 1999-09-12 03:40:44 +00:00
Richard M. Stallman
19b014e465 (eval-last-sexp): If after ?\LETTER, use all of that as the sexp. 1999-09-12 02:17:20 +00:00
Richard M. Stallman
4adcd90506 (find-file-noselect): Catch errors in file-expand-wildcards,
and use the initial argument as file name directly.
Likewise if nothing matches.
1999-09-11 21:29:11 +00:00
Richard M. Stallman
ff287a27b6 Major changes. Avoid changing point and mark.
Save configurations after they change, not before.
1999-09-11 20:40:09 +00:00
Richard M. Stallman
3606c1c576 (byte-compile-output-docform): Bind print-gensym-alist for compatibility,
and bind print-gensym in the old way for compatibility.
1999-09-11 04:46:31 +00:00
Richard M. Stallman
42e0601d4a (byte-compile-output-docform): Bind print-continuous-numbering and
print-number-table.
1999-09-11 04:44:23 +00:00
Richard M. Stallman
cdd9f64394 (make-temp-file): New function. 1999-09-11 01:08:15 +00:00
Dave Love
e596094db5 (lisp-imenu-generic-expression): Recognize define-widget.
(emacs-lisp-mode-hook, lisp-mode-hook, lisp-interaction-mode-hook):
Customize.
1999-09-10 18:08:06 +00:00
Dave Love
065ca374ab (debug-ignored-errors): Restore BBDB stuff. 1999-09-10 17:54:30 +00:00
Richard M. Stallman
24b72a45b7 Finish making it fit Emacs conventions. Add autoloads. 1999-09-10 02:42:59 +00:00
Richard M. Stallman
774b98f30d (bat-generic-mode): "::"-style comments don't
need to begin with "-".  Fix the font-lock definitions of ON/OFF
after BREAK/VERIFY.  Remove built-in commands like CALL and ECHO
from the list of keywords.  Add DO to the list of keywords.
1999-09-09 21:03:07 +00:00
Dave Love
04f12e5765 Comment. 1999-09-09 20:16:02 +00:00
Dave Love
4f451c3f19 Comment on finder-known-keywords. 1999-09-09 20:06:35 +00:00
Dave Love
f34bba6922 (byte-optimize-backward-char, byte-optimize-backward-word): New
optimizations.
(side-effect-free-fns, side-effect-and-error-free-fns): Extra entries.
1999-09-09 20:04:17 +00:00
Gerd Moellmann
b0d22e20c3 (mouse-drag-mode-line-1): Extension of former
mouse-drag-mode-line that also drags the header line.
(mouse-drag-mode-line): Call it.
(mouse-drag-header-line): New.
(toplevel): Bind down-mouse-1 on header lines to
mouse-drage-header-line.
1999-09-09 14:54:25 +00:00
Gerd Moellmann
1571b5ff4d (put-image): Remove optional buffer parameter. 1999-09-09 14:54:25 +00:00
Gerd Moellmann
a48f602010 (face-italic-p): Return t only for values `italic'
and `oblique'.
1999-09-09 14:54:23 +00:00
Gerd Moellmann
4ac44b4c71 (mode-line-unbury-buffer): Use aref instead of sref.
(make-mode-line-mouse-sensitive): Replace `top-line' by
`header-line'.
1999-09-08 22:07:02 +00:00
Richard M. Stallman
ea9ae18a55 (fill-region-as-paragraph, canonically-space-region):
Respect colon-double-space at end of line.
1999-09-08 07:50:19 +00:00
Richard M. Stallman
b89d72a18a (describe-function-1): Don't return empty string for keymaps. 1999-09-08 07:41:52 +00:00
Richard M. Stallman
2cb28a6046 (backup-by-copying-when-privileged-mismatch): New variable.
(backup-buffer): Use it.
1999-09-08 07:37:56 +00:00
Richard M. Stallman
bb53e1ee9a (generic-define-unix-modes): Added new modes:
inetd-conf-generic-mode, etc-services-generic-mode,
etc-passwd-generic-mode.  These are all defined for Unix by default.
(apache-generic-mode): Use an imenu-generic-expression to list
Configuration keywords.
(samba-generic-mode): Use both ; and # as comment characters.
(samba-generic-mode): Font-lock expressions now highlight name value pairs.
(bat-generic-mode): Keywords are now case-insensitive through
font-lock-defaults setting.
(java-properties-generic-mode): Supports both ! and # as comment characters.
(java-properties-generic-mode): Added an imenu-generic-expression
(java-properties-generic-mode): Reworked to support the various
different ways to separate name and value (viz, '=', ':' and whitespace).
(show-tabs-generic-mode): Added this new generic-mode.
1999-09-08 07:32:49 +00:00
Richard M. Stallman
d710de4114 (tar-header-block-tokenize):
Use `when' instead of `and'.  Fix some clobbered text.
1999-09-08 05:33:47 +00:00
Richard M. Stallman
8261aae6ec (gud-make-debug-menu): Make a child for the
local menu, for its menu bar, and the debug menu.

(gdb, sdb, dbx, xdb, perldb, pdb, jdb):
Use the history for arg-reading in the simple way.
1999-09-08 05:17:05 +00:00
Kenichi Handa
01ba5cc0c1 (default-korean-keyboard): Initialize it
according to the environment variable HANGUL_KEYBOARD_TYPE.
1999-09-08 01:22:00 +00:00
Richard M. Stallman
fb0e4f8a84 (font-lock-multiline): New text property contains
a boolean to indicate if the char is part of a multiline match.
(font-lock-default-fontify-region): Extend the region appropriately
for multiline keywords.
(font-lock-default-unfontify-region): Also remove the new
font-lock-multiline text property.
(font-lock-fontify-anchored-keywords): Mark multiline anchored matches.
(font-lock-fontify-keywords-region): Mark multiline regexp matches.
1999-09-07 19:21:50 +00:00
Dave Love
e65fc107a7 1999-09-07 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
* diary-lib.el (list-diary-entries): Make sure two-digit years
	have leading zeros.
1999-09-07 16:19:13 +00:00
Gerd Moellmann
f1cae29e01 (face-set-after-frame-default): Initialize some
attributes of some faces from frame parameters.
(scroll-bar, border, cursor, mouse): New faces.
(fringe): Replaces face `margin'.
1999-09-07 14:48:52 +00:00
Eli Zaretskii
ce081ee334 (nnsoup-tmp-directory): Use temporary-file-directory. 1999-09-07 13:06:27 +00:00
Eli Zaretskii
543a15491e (gnus-uu-tmp-dir): Use temporary-file-directory. 1999-09-07 13:04:48 +00:00
Dave Love
acc975b1aa Initial revision 1999-09-07 11:28:47 +00:00
Dave Love
5342b2c767 (tar-header-block-tokenize): Bind linkname. 1999-09-07 11:00:48 +00:00
Richard M. Stallman
fa65505b4d (push): Doc fix. 1999-09-07 06:37:06 +00:00
Richard M. Stallman
162100b507 (timezone-parse-date): Use < 69 not < 70 to distinguish 20YY from 19YY. 1999-09-06 22:15:43 +00:00
Richard M. Stallman
8f0ab35865 (vc-annotate-display): Use < 69 not < 70 to distinguish 20YY from 19YY. 1999-09-06 22:15:10 +00:00
Richard M. Stallman
84f72c5bbd (tar-extract): Don't assume buffer is visiting a file. 1999-09-06 22:03:38 +00:00
Richard M. Stallman
c54055b1c7 (quickurl-list-focused-line): Removed.
(quickurl-list-insert): Now works out the focused line using
`count-lines' instead of using `quickurl-list-focused-line'.
1999-09-06 21:52:01 +00:00
Richard M. Stallman
2b3c5a6879 (rmail-retry-failure): Unconditionally move to beginning of message. 1999-09-06 21:48:43 +00:00
Dave Love
c9961ecaeb (isearch-mode-map): Add mouse-2. 1999-09-06 21:33:27 +00:00
Dave Love
8b9a64c2f8 (rmail-read-password): Deleted.
(rmail-get-pop-password): Use read-password.
1999-09-06 21:24:50 +00:00
Dave Love
32a605b478 Don't conditionally define caddr.
(quickurl-url-comment): Use nth, not caddr in
function and defsetf.
1999-09-06 21:20:57 +00:00
Richard M. Stallman
e22730400f Doc fixes. 1999-09-06 19:49:33 +00:00
Stephen Eglen
48495f0fd6 add --no-line-editing to inferior-octave-startup-args so that TABs in source
files are not interpreted as completion requests.
1999-09-06 19:20:29 +00:00
Gerd Moellmann
317f4819a4 Remove all code, keep interface. 1999-09-06 16:01:22 +00:00
Gerd Moellmann
cace309857 Remove all code, keep interface. 1999-09-06 16:00:47 +00:00
Gerd Moellmann
da2c7b8cd5 (face-bold-p): Don't return t if face has lighter
weight than normal.
1999-09-06 15:57:48 +00:00