1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-02 08:22:22 +00:00
Commit Graph

28142 Commits

Author SHA1 Message Date
Gerd Moellmann
34f3f342d1 *** empty log message *** 2000-04-10 11:45:52 +00:00
Gerd Moellmann
e45001163e (compute_motion): Set immediate_quit. 2000-04-10 11:44:37 +00:00
Kenichi Handa
a4aee4cf1c (viet-vscii-decode-table): Fix a bug. 2000-04-10 11:18:57 +00:00
Kenichi Handa
223f3c9152 *** empty log message *** 2000-04-10 11:17:38 +00:00
Gerd Moellmann
25fbf2c48a (with-buffer-unmodified): Fix bug introduced by `)'
at the wrong place.
2000-04-10 10:52:46 +00:00
Kenichi Handa
857e88e23d New files. 2000-04-10 01:52:28 +00:00
Gerd Moellmann
c45be9accf *** empty log message *** 2000-04-09 20:32:42 +00:00
Gerd Moellmann
a4a76b61f9 (tty_suppress_bold_inverse_default_colors_p): New
variable.
(realize_tty_face): Suppress boldness if colors are the inverse of
the default colors, and tty_suppress_bold_inverse_default_colors_p
is set.
(Ftty_suppress_bold_inverse_default_colors): New function.
(syms_of_xfaces): Defsubr it.
2000-04-09 20:30:25 +00:00
Gerd Moellmann
706239c766 (finder-commentary): Add autoload cookie. 2000-04-09 20:24:49 +00:00
Gerd Moellmann
d36fadcebc (ebrowse-find-file-hook-fn): Moved
to ebrowse-ffh.el.
(ebrowse-load): Add autoload.
2000-04-09 20:23:27 +00:00
Dave Love
9a98ef18f5 (Backup): backup-enable-predicate.
(Backup Names): make-backup-file-name-function, backup-directory-alist.
(File Conveniences): New (needs work).
2000-04-09 17:28:38 +00:00
Dave Love
176256a10c backup-directory-alist, make-backup-file-name-function. 2000-04-09 17:23:40 +00:00
Dave Love
86724078ea (backup-enable-predicate): Use temporary-file-directory,
small-temporary-file-directory.
(make-backup-file-name-function, backup-directory-alist): New
variables.
(make-backup-file-name-1): New function.
(make-backup-file-name): Use it.
(find-backup-file-name): Likewise.  Use format for clarity, not concat.
(file-newest-backup): Use make-backup-file-name.
2000-04-09 17:18:48 +00:00
Gerd Moellmann
be0dbdab00 *** empty log message *** 2000-04-09 11:15:57 +00:00
Gerd Moellmann
25112054fe (easy-menu-create-menu): Process menu
item help string.
(easy-menu-do-add-item): Ditto.
(easy-menu-define): Extend doc string.
2000-04-09 10:59:46 +00:00
Gerd Moellmann
9f1a8fb4af (with-buffer-unmodified): Use
restore-buffer-modified-p.
(with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
(jit-lock-function, jit-lock-stealth-fontify): Don't use
with-buffer-unmodified.
2000-04-09 10:58:27 +00:00
Gerd Moellmann
4bcb5a9e5d Correct author's email address. 2000-04-09 10:57:15 +00:00
Gerd Moellmann
adb0a8d333 (INSTALLABLES): Add ebrowse.
(ebrowse): New target.
2000-04-09 10:53:05 +00:00
Gerd Moellmann
a8c21b482f (Frestore_buffer_modified_p): New function.
(syms_of_buffer): Defsubr it.
2000-04-09 10:47:46 +00:00
Dave Love
3f923efebf Fix specs for dolist, dotimes, push, pop, unless, when. 2000-04-08 23:42:11 +00:00
Ken Raeburn
87f673176c * charset.c (Fmake_char_internal): CHAR_COMPONENTS_VALID_P takes a
charset id (int) argument, not a charset (Lisp_Object).
2000-04-08 19:39:03 +00:00
Ken Raeburn
e8413c3b81 fixing more int/lisp confusion, in coding.* and fontset.c 2000-04-08 19:36:24 +00:00
Ken Raeburn
a3f4e3d921 (CHARSET_TABLE_ENTRY): Fix comment -- argument is a C int, not a lisp integer. 2000-04-08 19:35:24 +00:00
Ken Raeburn
8000e212ef * coding.h (code_convert_string): Declare.
* coding.c (code_convert_string_norecord): Pass an int, not a lisp object, as
the fourth argument to code_convert_string.
2000-04-08 19:34:29 +00:00
Ken Raeburn
f32318377b (make_fontset_for_ascii_face): Use XINT on return value.
(Fset_fontset_font): Use EQ to compare lisp objects.
2000-04-08 19:33:36 +00:00
Michael Kifer
d35bee0ea6 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
* viper-util.el (viper-put-on-search-overlay): New subroutine.
	(viper-flash-search-pattern): No operation when using Emacs
	doesn't support face.
	Use `viper-put-on-search-overlay'.
2000-04-07 16:10:04 +00:00
Ken Raeburn
c0333abccb * intervals.h (SET_INTERVAL_PARENT): Use INT_LISPLIKE to test for a pointer
that looks like a lisp object.
(SET_INTERVAL_OBJECT): Don't explicitly compare the object with zero, instead
see whether it's an integer object, since they can't have intervals.
(GET_INTERVAL_OBJECT): Simply assign to the destination.
2000-04-05 18:53:39 +00:00
Ken Raeburn
74e49b38a8 * lisp.h (make_number) [!NO_UNION_TYPE && __GNUC__ >= 2 && __OPTIMIZE__]:
Provide a GNU C macro version that handles lisp-object unions.
(XSET) [!NO_UNION_TYPE]: Set the value field first, then the type field, to
better cope with ENABLE_CHECKING and calls that modify a Lisp_Object using its
old value.
2000-04-05 18:47:29 +00:00
Ken Raeburn
7c752c8099 make_number/XINT/XUINT conversions; EQ/== fixes; ==Qnil -> NILP 2000-04-05 17:29:31 +00:00
Gerd Moellmann
c407c57000 *** empty log message *** 2000-04-04 21:15:08 +00:00
Gerd Moellmann
4d3edcb4c7 (compare_window_configurations): Signal an error
if parameters C1 or C2 aren't window configurations.
2000-04-04 21:07:45 +00:00
Gerd Moellmann
1ea1fb7e14 (isearch-mode-map): Define M-C-s like C-s and M-C-r
like C-r.
2000-04-04 21:04:34 +00:00
Gerd Moellmann
9ffb4859b8 Some doc fixes.
(makefile-mode-abbrev-table): New variable.
(makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
(makefile-font-lock-keywords): Fontify includes and conditionals.
(toplevel): Require `dabbrev' and `add-log' when compiling.
2000-04-04 21:03:15 +00:00
Gerd Moellmann
8f3ff96be4 (perform-replace): Don't move forward one char
when MATCH-AGAIN is nil, and REGEXP-FLAG is t.  We don't want
to do that because it leaves point 1 position after the last
replacement, after everything has been replaced.
2000-04-04 21:01:53 +00:00
Gerd Moellmann
60bffb784f (with-buffer-unmodified): New macro.
(with-buffer-prepared-for-font-lock): Don't preserve buffer's
modified state.
(jit-lock-function-1): Extracted from jit-lock-function; not
preserving buffer's modified state.
(jit-lock-function, jit-lock-stealth-fontify): Call
jit-lock-function-1.
2000-04-04 21:00:36 +00:00
Gerd Moellmann
852c283098 Remove supernumerary copyright line. 2000-04-04 20:59:17 +00:00
Gerd Moellmann
685e5ed20f *** empty log message *** 2000-04-04 15:03:37 +00:00
Gerd Moellmann
170c1b2668 Provide facilities for inserting space before left
parentheses and uncapitalization of identifiers.
(glasses-mode): Try to remove old overlays in all cases.
2000-04-04 15:01:53 +00:00
Gerd Moellmann
bf1de43e9e (Fbyte_code): Add a bunch of BEFORE_POTENTIAL_GC/
AFTER_POTENTIAL_GC calls around calls to functions that can
signal an error and thus invoke the debugger.
2000-04-04 14:54:29 +00:00
Gerd Moellmann
62f20204b7 *** empty log message *** 2000-04-03 21:21:42 +00:00
Gerd Moellmann
92d8844ebe (compile-internal): Display the compilation
buffer in a different frame, if it's already displayed there.
2000-04-03 21:20:05 +00:00
Gerd Moellmann
6460c4009c *** empty log message *** 2000-04-03 20:54:40 +00:00
Gerd Moellmann
3d6c79c5fa (Fbase64_decode_region, Fbase64_decode_string): Signal
an error if decoding fails.
2000-04-03 20:48:22 +00:00
Gerd Moellmann
c0510d2712 *** empty log message *** 2000-04-03 19:34:41 +00:00
Gerd Moellmann
0740c73886 (sendmail-user-agent-compose): Recognize a `body'
header and insert its value as mail body.
2000-04-03 19:31:33 +00:00
Gerd Moellmann
cbbc320513 (member-ignore-case): New function. 2000-04-03 19:29:56 +00:00
Gerd Moellmann
3b99a4f882 (fill-individual-paragraphs): If a no-prefix
line is followed by one that matches CITATION-REGEXP, end the
paragraph.
2000-04-03 19:28:16 +00:00
Gerd Moellmann
18f183760f (insert-directory): List the total free space
along with the used space.
2000-04-03 19:26:43 +00:00
Gerd Moellmann
36c5e6177b (rmail-user-mail-address-regexp): New option.
(rmail-make-basic-summary-line): Use that option.
2000-04-03 19:25:08 +00:00
Gerd Moellmann
7e65cba265 (dabbrev-ignored-regexps): New user-option.
(dabbrev--find-expansion): Ignore buffers matching a regexp
from dabbrev-ignored-regexps.
2000-04-03 19:23:35 +00:00