ShengHuo ZHU
8f688cb015
Typos.
2002-11-29 15:57:52 +00:00
Richard M. Stallman
e70d557978
Comment change.
2002-11-29 15:13:50 +00:00
Richard M. Stallman
b56f98ab9a
Explain about ordering of alternatives in `choice'.
2002-11-29 15:12:50 +00:00
Richard M. Stallman
a4e19cc2cb
(rmail-convert-to-babyl-format):
...
Make search for message delimiter case-sensitive.
2002-11-29 15:11:13 +00:00
Richard M. Stallman
120de5bda3
(yank-window-start): New variable.
...
(yank): Record yank-window-start
(yank-pop): Use yank-window-start.
2002-11-29 15:09:37 +00:00
Richard M. Stallman
e9b1d99656
(Info-additional-directory-list): Doc fix.
2002-11-29 15:07:49 +00:00
Richard M. Stallman
1a2f8b7353
(indent-according-to-mode, indent-region): Doc fix.
2002-11-29 15:06:59 +00:00
Richard M. Stallman
2d583bad41
(tooltip-gud-tips-p): Doc fix.
2002-11-29 15:06:01 +00:00
Richard M. Stallman
d3f92b4b60
Require esh-util.
2002-11-29 09:44:04 +00:00
Richard M. Stallman
05c4042483
Require eshell.
2002-11-29 09:43:35 +00:00
Miles Bader
44f75c4ff1
Regenerated
2002-11-29 06:25:05 +00:00
Dave Love
44129dcbc7
*** empty log message ***
2002-11-28 23:38:38 +00:00
Kim F. Storm
cc563ece2d
mwheel.el change.
2002-11-28 23:10:30 +00:00
Kim F. Storm
d09696f73f
Avoid accidental yanking of text while scrolling with
...
the mouse wheel. This adds a short period after each mouse wheel
scroll event where a click on the mouse wheel button is ignored.
(mouse-wheel-click-event, mouse-wheel-inhibit-click-time): New customs.
(mouse-wheel-click-button, mwheel-inhibit-click-event-timer): New vars.
(mwheel-inhibit-click-timeout,mwheel-filter-click-events): New defuns.
(mwheel-scroll): Add mwheel-filter-click-events as pre-command-hook.
Start mwheel-inhibit-click-event-timer with timeout handler
mwheel-inhibit-click-timeout.
2002-11-28 23:03:30 +00:00
Kim F. Storm
30590488e0
*** empty log message ***
2002-11-28 23:02:45 +00:00
Nick Roberts
dea8773332
(tooltip-gud-tips-setup): Remove.
...
(tooltip-gud-debugger): Remove.
(tooltip-gud-print-command): Use gud-minor mode instead of
tooltip-gud-tips-setup and tooltip-gud-debugger.
2002-11-28 21:26:25 +00:00
Nick Roberts
1a21c37000
(gdb-running): New variable.
...
(gud-menu-map): Use gdb-running to grey out toolbar buttons
with gdba in gdb-ui.el.
(gud-tool-bar-map): Move to avoid byte compiler warning.
2002-11-28 21:25:38 +00:00
Nick Roberts
e6e1f54fa5
(gdb-starting): Set gdb-running to t.
...
(gdb-stopped): Set gdb-running to nil.
(gdb-quit): Reset some variables including tool-bar-map.
2002-11-28 21:24:19 +00:00
Nick Roberts
6424c3d5c1
*** empty log message ***
2002-11-28 21:23:11 +00:00
Robert J. Chassell
124ff501ef
Fix typos.
2002-11-28 14:12:31 +00:00
Steven Tamm
f707342d13
fns.c (Frequire): Change nesting allowance from 2 to 3 to cause more
...
descriptive error output from lread.c:Fload upon most require cycles during
bootstrapping
2002-11-28 07:47:34 +00:00
Miles Bader
cd958eb3df
Regenerate
2002-11-28 01:08:07 +00:00
Jason Rumney
1637fd2c57
*** empty log message ***
2002-11-27 23:57:28 +00:00
Jason Rumney
06dd5ef70b
(file-truename): Canonicalize non-existent names on w32.
2002-11-27 23:53:44 +00:00
Jason Rumney
4bc1267240
(Ffile_attributes): Don't return negative file sizes for
...
files bigger than 2Gb when off_t is 32 bit.
2002-11-27 23:51:02 +00:00
Jason Rumney
11d300dba0
(Finsert_file_contents): Give a more appropriate error
...
for files bigger than 2Gb when off_t is 32 bit.
2002-11-27 23:50:54 +00:00
Jason Rumney
670773af77
Doc fix
2002-11-27 23:48:33 +00:00
Kim F. Storm
1518d6e35b
(ido-xemacs): Remove defvar. All uses changed to
...
check (featurep 'xemacs) instead.
(ido-visit-buffer): Use select-frame-set-input-focus
unconditionally.
2002-11-27 23:13:27 +00:00
Dave Love
6b2fd6ea80
*** empty log message ***
2002-11-27 23:01:32 +00:00
Dave Love
bf025ef431
(WAIT_USE_INT, SYS_SIGLIST_DECLARED, sys_siglist):
...
Don't define.
(GC_SETJMP_WORKS, GC_MARK_STACK): Define.
2002-11-27 22:59:22 +00:00
Dave Love
f7ff70e8a1
Don't conditionally define GETPGRP_NO_ARG. Test
...
GETPGRP_VOID instead.
[BSD_TERMIOS]: Remove definitions (never used).
2002-11-27 22:55:26 +00:00
Dave Love
71cc40d5d4
Use AC_CHECK_DECLS, not AC_DECL_SYS_SIGLIST.
...
Check for __sys_siglist too. Check for memset. Use
AC_FUNC_GETPGRP. Add mipsel-*-linux-gnu* target.
2002-11-27 22:53:51 +00:00
Dave Love
454b4dd09f
Updated from /gd/gnuorg.
2002-11-27 21:34:23 +00:00
Dave Love
540c2788cf
(WORDS_BIG_ENDIAN): Define conditionally.
2002-11-27 20:47:18 +00:00
Dave Love
b7b95a1e50
Move `predicates for analyzing Lisp
...
forms' block to top (before uses).
(help-fns): Don't require at top level. (Recursively.)
(cl-transform-lambda): Require help-fns.
2002-11-27 12:25:11 +00:00
Dave Love
5ba511bddf
(cp-make-coding-system): Deal with
...
unencodable characters.
2002-11-26 18:17:33 +00:00
Dave Love
149c2e7985
(ccl-encode-koi8, ccl-encode-koi8-u)
...
(ccl-encode-alternativnyj): Deal with unencodable characters.
2002-11-26 18:16:58 +00:00
Dave Love
438d2df3db
(encode-mac-roman): Deal with unencodable
...
characters.
2002-11-26 18:16:28 +00:00
Jason Rumney
30a32e0ea1
(sys_write): Avoid non-blocking mode, which is not fully
...
supported.
2002-11-25 23:30:19 +00:00
Jason Rumney
8cc0371672
*** empty log message ***
2002-11-25 23:29:35 +00:00
Dave Love
4042a81aa7
(update_dynamic_symbols): Cast arg of fatal_unexec.
2002-11-25 19:21:33 +00:00
Dave Love
afb44cc2a5
(TEMACS_LDFLAGS): Update last change.
2002-11-25 19:08:14 +00:00
Dave Love
656c33dc70
Comment.
2002-11-25 19:06:07 +00:00
Dave Love
8fc9df9e92
Comment fix.
2002-11-25 19:05:57 +00:00
Andrew Choi
f1c231c456
Mention problem with Emacs executable crashing after system updates
...
solved.
2002-11-25 16:24:23 +00:00
Andreas Schwab
be4ee72ff0
Restore `#ifndef NOT_C_CODE' deleted by last change.
2002-11-25 14:53:26 +00:00
Steven Tamm
8212225458
Use malloc_default_zone to determine the size of pointers alloced in unexec
...
space instead of using possibly invalid emacs_zone pointers. This fixes
the binary incompatibility problems caused by updates to libSystem.B
2002-11-24 22:56:59 +00:00
Richard M. Stallman
877db12e02
indicate-empty-lines => indicate-unused-lines, etc.
2002-11-24 19:08:21 +00:00
Richard M. Stallman
46b1e9bb80
(Unconditional Replace): Explain how to replace two strings
...
each with the other.
2002-11-24 19:07:46 +00:00
Richard M. Stallman
3ae23222ce
For C-x =, explain how to use CTRL key.
2002-11-24 19:06:57 +00:00