1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00
Commit graph

28116 commits

Author SHA1 Message Date
Dave Love
be0dd6570e (edebug-keywordp): Remove. Change callers
to use keywordp.
(edebug-spec): Enable keywordp.
2000-04-13 19:04:33 +00:00
Dave Love
88d9af06cb (keywordp): Remove. 2000-04-13 19:04:00 +00:00
Dave Love
cf6bc7c3a5 Don't quote keywords.
(cl-old-mapc): New variable.
(mapc): Use it.
(cl-map-intervals): Use with-current-buffer.  Don't check for
next-property-change.
(cl-map-overlays): Use with-current-buffer.
(cl-expt): Remove.
(copy-tree, remprop): Define unconditionally.
2000-04-13 19:03:34 +00:00
Eli Zaretskii
8eba343c5b (ispell-menu-map): Menu items rearranged and
converted to the new menu-item format, names silightly changed,
help strings added.

Support for spelling without async subprocesses:

(ispell-cmd-args, ispell-output-buffer)
(ispell-session-buffer): New variables.
(ispell-start-process, ispell-process-status,
ispell-accept-output, ispell-send-string): New functions, for
Ispell invocation when async subprocesses aren't supported.
(ispell-word, ispell-pdict-save, ispell-command-loop,
ispell-process-line, ispell-buffer-local-parsing): Replace calls
to process-send-string with calls to ispell-send-string, and
accept-process-output with ispell-accept-output.
(ispell-init-process): Call ispell-process-status instead of
process-status with.
(ispell-init-process): Call ispell-start-process.  Call
ispell-accept-output and ispell-send-string.  Don't call
process-kill-without-query and kill-process if they are unbound.
(ispell-async-processp): New function.
2000-04-13 14:02:23 +00:00
Eli Zaretskii
055a28c977 (a_write): Remove redundant semi-colons.
(e_write): Return -1 if failed to write all the data.
This fixes the changes made at 1999-12-15.
2000-04-13 10:17:16 +00:00
Dave Love
3d30065dc2 Copyright up-date. 2000-04-12 18:30:39 +00:00
Dave Love
48e5b4711d Add debug-ignored-errors.
(Info-mode-menu): Add some items.
(Info-directory): Add autoload cookie.
2000-04-12 18:28:40 +00:00
Dave Love
506c6d61a6 (menu-bar-options-menu): Make `mule' always visible.
Modify `truncate-lines'.  Make `describe-language-environment'
always visible and add help.  Modify `describe-key' help.  Invoke
Info-directory from `info'.  New entry `emacs-manual'.
2000-04-12 18:26:04 +00:00
Dave Love
3c30cb6e7e mapc 2000-04-12 17:20:46 +00:00
Dave Love
f5c750339f (mapcar1): Test for null vals to support mapc.
(Fmapc): New function.
2000-04-12 17:20:24 +00:00
Eli Zaretskii
0c3cfc5194 (NUM_MOUSE_BUTTONS): Define.
(IT_frame_up_to_date): Support the buffer local value of
cursor-type, if defined.
2000-04-12 15:46:49 +00:00
Dave Love
133f8c7149 iso-acc 2000-04-11 09:31:34 +00:00
Dave Love
88968b1145 No resize-minibuffer.
(Window Convenience): New.
2000-04-11 09:29:06 +00:00
Dave Love
d94888e3f8 *** empty log message *** 2000-04-11 09:19:51 +00:00
Gerd Moellmann
8b2affc591 (ebrowse-tree-mode): Use
propertized-buffer-identification.
(ebrowse-update-member-buffer-mode-line): Likewise.
(ebrowse--mode-strings): Removed.
(ebrowse--mode-line-props): Removed.
2000-04-10 19:56:52 +00:00
Dave Love
33465a3117 *** empty log message *** 2000-04-10 19:45:57 +00:00
Ken Raeburn
6ed565689e * Makefile.in (temacs): Revert 2000-03-12 change. 2000-04-10 19:11:45 +00:00
Dave Love
df3b0cc64e (preceding-char, following-char): Doc fix. 2000-04-10 17:42:19 +00:00
Jason Rumney
192cb6cfa2 (realize_face): Change FRAME_X_P to FRAME_WINDOW_P. 2000-04-10 14:32:11 +00:00
Jason Rumney
7cf80d4efb *** empty log message *** 2000-04-10 14:29:12 +00:00
Gerd Moellmann
1a1b189504 *** empty log message *** 2000-04-10 13:43:06 +00:00
Gerd Moellmann
86b5834669 (ebrowse-read): Skip forward over white
space before testing for end of buffer.
(ebrowse-load): Removed.
(ebrowse-revert-tree-buffer-from-file): Rewritten.
(ebrowse-create-tree-buffer): Rewritten.
(ebrowse-tree-mode): Read tree from buffer.
2000-04-10 13:35:34 +00:00
Gerd Moellmann
01fae1df89 (auto-mode-alist): Add `EBROWSE'. 2000-04-10 13:32:07 +00:00
Gerd Moellmann
fa77249f50 (setup_echo_area_for_printing): Choose an echo
area buffer, if it's not set up yet.
2000-04-10 13:14:24 +00:00
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