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

28850 commits

Author SHA1 Message Date
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
Kenichi Handa
e6f023725d Fix syntax/category setting of Tibetan characters. 2000-06-01 10:59:27 +00:00
Kenichi Handa
1513ad08f1 (lao-composition-function): Fix args to compose-string. 2000-06-01 07:03:07 +00:00
Kenichi Handa
6e33873327 (thai-composition-function): Fix args to compose-string. 2000-06-01 07:02:41 +00:00
Kenichi Handa
eadef5e6e3 *** empty log message *** 2000-06-01 07:02:10 +00:00
Kenichi Handa
a5cc922e6a (isearch-update): Set disable-point-adjustment to t
to prevent the point moving to the end of a composition when a
part of a composition is searched.
(isearch-other-meta-char): If the key invoking this command can be
mapped by function-key-map to a printing char, call
isearch-process-search-char directly.
2000-06-01 06:22:31 +00:00
Kenichi Handa
6389e4ab7b *** empty log message *** 2000-06-01 06:21:43 +00:00
Kenichi Handa
6e5dfc3178 *** empty log message *** 2000-06-01 06:14:32 +00:00
Stefan Monnier
2598a293ae Update calls to make-obsolete with a WHEN argument. 2000-06-01 05:07:32 +00:00
Stefan Monnier
342a1e7b20 Add a version to the obsoletions.
(mouse-show-mark): Don't quote lambda.
2000-06-01 05:04:28 +00:00
Stefan Monnier
20482b7061 * byte-run.el (make-obsolete, make-obsolete-variable):
Add an optional WHEN argument and change the format of the
symbol-property information.
* emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
(byte-compile-obsolete, byte-compile-variable-ref): Understand the
new obsolete-symbol-property format and print WHEN if it is provided.
(make-obsolete): Update the calls to use the third argument.
2000-06-01 04:58:08 +00:00
Stefan Monnier
6684834d92 (INFO_TARGETS, DVI_TARGETS: Add pcl-cvs.
(../info/pcl-cvs, pcl-cvs.dvi): New targets.
2000-06-01 03:35:31 +00:00
Stefan Monnier
e9f75053e7 New file. 2000-06-01 03:34:57 +00:00
Stefan Monnier
13abb687de (*.tmp): New entry. Seems to be used for @macro. 2000-06-01 03:34:34 +00:00
Dave Love
28d8dff137 (loadhist-hook-functions): Remove before-change-function,
after-change-function.
(unload-feature): Deal with symbols which are both bound and fbound.
2000-05-31 23:02:45 +00:00
Dave Love
7b0c573e6a (newline): Don't bind before-change-function, after-change-function. 2000-05-31 22:50:41 +00:00