1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-13 09:32:47 +00:00
Commit Graph

28865 Commits

Author SHA1 Message Date
Stefan Monnier
f7c4478f99 (mh-send-sub): Check mh-etc is bound before using it.
(mh-letter-mode): Derive from text-mode.
This implicitly means that it now calls kill-all-local-variables.
Also remove the Emacs-18 compatibility code.
2000-06-05 07:15:58 +00:00
Stefan Monnier
44bd81eacc (make-autoload): Other typo. I'm getting tired. 2000-06-05 06:37:11 +00:00
Stefan Monnier
e971339e72 (make-autoload): let* typo. 2000-06-05 06:33:44 +00:00
Stefan Monnier
a8add29deb (make-autoload): Simplify docstring.
Make use of symbol-property doc-string-elt.
Use memq rather than a sequence of eq.
(doc-string-elt): Fix the wrong or missing previously unused values.
(autoload-print-form): New function extracted from
generate-file-autoloads to allow recursion when handling progn
so that defvar's and defun's docstrings are properly printed.
(generate-file-autoloads): Use it.
2000-06-05 06:30:48 +00:00
Stefan Monnier
d5b037c5bf (easy-mmode-define-global-mode): Autoload.
Use find-file-hooks in the minor-mode function.
Be careful not to loop indefinitely in the post-command-hook function.
2000-06-05 06:06:30 +00:00
Stefan Monnier
02b420eb35 (jit-lock-saved-fontify-buffer-function): New var.
(jit-lock-fontify-buffer): New function for JIT refontification.
(jit-lock-mode): Fix docstring.
Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
Remove jit-lock-after-change from the _local_ hook.
(jit-lock-function-1): Fix docstring.
2000-06-05 03:08:50 +00:00
Michael Kifer
560ef11a16 2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
* ediff-init.el (ediff-has-face-support-p): make it paint faces on
	tty's.
	* ediff-diff.el (ediff-exec-process): use --binary for fine
	differences whenever apropriate.
	* viper-cmd.el (viper-smart-suffix-list): rearranged list members.
	* viper.el (find-file,find-file-other-window): get viper to do
	wildcards.
2000-06-05 00:07:02 +00:00
Stefan Monnier
be22f4cc63 Require CL during compilation.
(easy-mmode-define-global-mode): New macro.
(define-minor-mode): Fix the handling of `group'.
(easy-mmode-define-keymap): Use case.
2000-06-04 23:40:58 +00:00
Stefan Monnier
75296efc8c (Info-on-current-buffer): Initialize info. 2000-06-04 23:07:45 +00:00
Stefan Monnier
fd9f22d8a4 (comment-indent): Ignore comment-indent-hook. 2000-06-04 22:02:11 +00:00
Stefan Monnier
6a4384e6bc (tcl-indent-for-comment): Ignore comment-indent-hook. 2000-06-04 22:01:03 +00:00
Stefan Monnier
b5bbbb7612 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
(easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
and improve to use the lighter to guess the capitalization.
(define-minor-mode): Inline code from easy-mmode-define-toggle.
Add keyword arguments to specify global-ness or the custom group.
Add local-map and help-echo properties to the lighter.
(easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
2000-06-04 20:59:47 +00:00
Dave Love
703af3d57e Fix nested comment. 2000-06-03 22:23:57 +00:00
Dave Love
edcc1067b6 comment 2000-06-03 18:53:11 +00:00
Dave Love
bfa6c26084 byte-compile-dynamic since we typically don't use
all the widgets.  Don't require cl or widget.  Remove
eval-and-compile.  Don't autoload finder-commentary.  Doc fixes.
(widget-read-event): Removed.  Callers changed to use read-event.
(widget-button-release-event-p): Renamed from
button-release-event-p.
(widget-field-add-space, widget-field-use-before-change):
Uncustomize.
(widget-specify-field): Use keymap property, not local-map.
(widget-specify-button): Obey :suppress-face.
(widget-specify-insert): Use modern backquote syntax.
(widget-image-directory): Renamed from widget-glyph-directory.
(widget-image-enable): Renamed from widget-glyph-enable.
(widget-image-find): Replaces widget-glyph-find.
(widget-button-pressed-face): Move defvar.
(widget-image-insert): Replaces widget-glyph-insert.
(widget-convert): Use keywordp.
(widget-leave-text, widget-children-value-delete): Use mapc.
(widget-keymap): Remove XEmacs stuff.
(widget-field-keymap, widget-text-keymap): Define all inside
defvar.
(widget-button-click): Don't set point at the click, but re-centre
if we scroll out of window.  Rewritten for images v. glyphs &c.
(widget-tabable-at): Use POS arg, not point.
(widget-beginning-of-line, widget-end-of-line)
(widget-item-value-create, widget-sublist, widget-princ-to-string)
(widget-sexp-prompt-value, widget-echo-help): Simplify.
(widget-default-create): Use widget-image-insert; some rewriting.
(widget-visibility-value-create)
(widget-push-button-value-create, widget-toggle-value-create): Use
widget-image-insert.
(checkbox): Create on and off images dynamically.
(documentation-link): Change :help-echo.
(widget-documentation-link-echo-help): Remove.
2000-06-03 16:43:02 +00:00
Dave Love
d3cdfc3e94 *** empty log message *** 2000-06-03 13:14:12 +00:00
Stefan Monnier
3837de1250 (easy-mmode-derive-name): New function.
(easy-mmode-define-toggle, define-minor-mode): Use it.
(easy-mmode-define-keymap): Docstring fix.
(define-derived-mode): Default PARENT to fundamental-mode.
Add the derived-mode-parent symbol-property.
(easy-mmode-derived-mode-p): New function.
2000-06-02 23:07:08 +00:00
Stefan Monnier
f905e56a73 (log-edit-done): Thinko in the "same comment" detection. 2000-06-02 23:03:31 +00:00
Dave Love
2082fe81fc *** empty log message *** 2000-06-02 20:07:12 +00:00
Dave Love
51198412ab (install-arch-indep): Add pcl-cvs to list of info files. 2000-06-02 20:06:35 +00:00
Gerd Moellmann
dcf671d286 *** empty log message *** 2000-06-02 19:06:44 +00:00
Gerd Moellmann
e911049b46 (realize_x_face): When copying BASE_FACE bitwise to the
result face, set flags in the face indicating that colors may not
be freed.
2000-06-02 19:03:58 +00:00
Gerd Moellmann
033e3e18df (x_set_mouse_face_gc): If first glyph isn't a character
glyph, use the ASCII NUL character to determine the face.
2000-06-02 19:03:31 +00:00
Dave Love
37193ee632 (convert-standard-filename): Doc fix.
(normal-backup-enable-predicate): New function.
(backup-enable-predicate): Use it to replace the lambda form.
2000-06-02 18:46:19 +00:00
Dave Love
a554b301b0 [This needs more work on the outline stuff.]
Doc fixes.
(todo) <defgroup>: Add :version.
(todo-add-category): Don't use pushnew.
(todo-cmd-raise): Fix typo.
(todo-top-priorities): Change temp buffer name.
(todo-category-alist): Avoid redundant lambda.
(todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
Use outline-next-heading.
2000-06-02 18:37:43 +00:00
Dave Love
dba286b6f0 (_XOPEN_SOURCE, __EXTENSIONS__): Don't define. 2000-06-02 15:50:01 +00:00
Dave Love
d42122a3a2 *** empty log message *** 2000-06-02 15:46:19 +00:00
Dave Love
d3eb3bfac8 Conditionally include stdlib.h, unistd.h.
(VFORK_RETURN_TYPE): Remove.
2000-06-02 15:44:45 +00:00
Dave Love
9821d77abd Add NO_MATHERR. 2000-06-02 15:40:51 +00:00
Dave Love
63c59d1ef8 Don't specify -n32 flag for mips-sgi-irix6.5.
Check for struct exception.  Use AC_SYS_LARGEFILE and move ftello
test.
2000-06-02 15:38:39 +00:00
Dave Love
7101aecff2 (AC_SYS_LARGEFILE_TEST_INCLUDES)
(AC_SYS_LARGEFILE_MACRO_VALUE, AC_SYS_LARGEFILE): New.
2000-06-02 15:37:55 +00:00
Dave Love
90aa4ea820 *** empty log message *** 2000-06-02 13:15:10 +00:00
Dave Love
c33277213f Rewritten to use define-minor-mode.
(autoarg-kp-digits, autoarg-kp-mode-map): New variable.
(autoarg-kp-mode, autoarg-kp-digit-argument): New command.
2000-06-02 13:07:26 +00:00
Dave Love
4bc7a5430d find-image, {before,after}-change-function 2000-06-02 12:49:00 +00:00
Dave Love
98067d54ca (Vbefore_change_function, Vafter_change_function):
Variables and their initializations deleted.
2000-06-02 12:43:31 +00:00
Dave Love
1675d08629 (signal_before_change, signal_after_change): Don't check
Vbefore_change_function, Vafter_change_function.
2000-06-02 12:42:54 +00:00
Dave Love
ad44dffe8e (internal_self_insert): Don't check
Vbefore_change_function, Vafter_change_function.
2000-06-02 12:42:20 +00:00
Kenichi Handa
ed5c183bc9 (isearch-other-meta-char): Fix previous change. 2000-06-02 03:19:24 +00:00
Kenichi Handa
2e54623a6d *** empty log message *** 2000-06-02 03:18:38 +00:00
Stefan Monnier
1be7700237 (log-edit-mode): Make vc-comment-ring-index local.
(log-edit-done): Only add the comment to the ring if it's different
from the last comment entered.
2000-06-02 02:28:39 +00:00
Stefan Monnier
c5def0db86 (isearch-highlight): Turn internal-find-face into facep. 2000-06-02 00:48:43 +00:00
Dave Love
2330c9d456 *** empty log message *** 2000-06-01 19:04:28 +00:00
Dave Love
824b5cfcbb (Fcall_interactively): Doc fix. 2000-06-01 19:02:58 +00:00
Dave Love
d16296bbaa (describe-function-1): Distinguish special form from
builtin function.  Sanity-check presence of arglist for builtins.
2000-06-01 18:27:31 +00:00
Dave Love
3a850efae6 Rewritten using define-minor-mode. 2000-06-01 18:26:34 +00:00
Dave Love
dd432f1663 (ospeed) [HAVE_SPEED_T]: Don't declare extern. 2000-06-01 15:48:57 +00:00
Stefan Monnier
59869d21c4 *** empty log message *** 2000-06-01 12:36:40 +00:00
Kenichi Handa
4dc1225b5b *** empty log message *** 2000-06-01 11:06:38 +00:00
Kenichi Handa
ab3f48908d (tibetan-composable-pattern): More
characters included.
(tibetan-consonant-transcription-alist): Rule for "R" added.
(tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
"+R" added.
(tibetan-base-to-subjoined-alist): Rule for "RA" added.
2000-06-01 11:02:58 +00:00
Kenichi Handa
6b12c74972 (tibetan-add-components): Fixes for new
encoding of Tibetan characters.
(tibetan-decompose-precomposition-alist): New variable.
(tibetan-decompose-region): Convert precomposed characters to
non-precomposed characters.
(tibetan-decompose-string): Likewise.
(tibetan-composition-function): Fix args to
thibetan-compose-string.
2000-06-01 10:59:56 +00:00