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
Dave Love
8faa97078b
(mouse-save-then-kill-delete-region): Don't bind
...
before-change-function, after-change-function.
2000-05-31 22:48:20 +00:00
Dave Love
bf9e8804fc
Revert last change -- duplicated.
2000-05-31 21:17:57 +00:00
Dave Love
17da7e4c5d
*** empty log message ***
2000-05-31 20:00:24 +00:00
Dave Love
5bd46f080a
Change @sp1 to @sp 1.
2000-05-31 19:54:28 +00:00
Dave Love
969ac764c1
Fix xref
2000-05-31 19:52:25 +00:00
Gerd Moellmann
3694b4abbb
(eassert) [!ENABLE_CHECKING]: Define as `(void) 0'.
2000-05-31 19:19:50 +00:00
Gerd Moellmann
9af3e74293
(find_glyph_row_slice, swap_glyphs_in_rows): Put in #if 0.
2000-05-31 19:16:25 +00:00
Jason Rumney
9dddb23f46
(Fre_search_forward, Fre_search_backward)
...
(Fposix_search_backward, Fposix_search_forward): Fix newlines in doc.
2000-05-31 18:51:08 +00:00
Jason Rumney
8119aab87f
*** empty log message ***
2000-05-31 18:48:13 +00:00
Rajesh Vaidheeswarran
7f565d8708
Update whitespace.el with a more tolerable timer scan time.
...
Update e-mail address.
2000-05-31 18:39:14 +00:00