Richard M. Stallman
019f8c1e2e
(goto-address-url-regexp): Don't match `mailto'.
2002-10-29 18:12:33 +00:00
Kim F. Storm
81173429ea
(ido-wide-find-dirs-or-files): Fixed problem that caused
...
incomplete list of matches to be returned.
2002-10-29 14:14:56 +00:00
Kim F. Storm
d0891f9ee7
*** empty log message ***
2002-10-29 14:14:00 +00:00
Juanma Barranquero
85b2f69e1e
Added "(tiny change)" marker.
2002-10-29 09:45:19 +00:00
Juanma Barranquero
a52ce7f823
*** empty log message ***
2002-10-29 07:53:21 +00:00
Juanma Barranquero
2b6a2afe1d
(texinfo-format-ifplaintext): New function.
...
(ifplaintext, ifnotplaintext)
(afourpaper, afivepaper, afourlatex, afourwide)
(documentlanguage, documentencoding): New aliases.
2002-10-29 07:53:08 +00:00
Juanma Barranquero
e1a68e89f4
(texinfo-environments): Add environment; copying, documentdescription,
...
ifplaintext, ifnotplaintext, and verbatim.
2002-10-29 07:52:32 +00:00
Juanma Barranquero
6bb8143894
Add "(tiny change)" where required.
2002-10-29 07:40:45 +00:00
Jonathan Yavner
9cc1eb89d1
+++/--- bugfix
2002-10-29 05:26:18 +00:00
John Paul Wallington
b71b4e1c1c
*** empty log message ***
2002-10-29 04:28:59 +00:00
John Paul Wallington
a1793b2dd2
(ibuffer-mouse-popup-menu): Set point before popping
...
up filter groups menu. Preserve point unless a menu command has
moved it from point clicked.
2002-10-29 04:21:03 +00:00
Kenichi Handa
e53f3118cd
*** empty log message ***
2002-10-29 01:39:26 +00:00
David Kastrup
11bfbbd26e
(calc-any-evaltos): Initialize to nil, since
...
calc-refresh-evaltos appears to need this.
2002-10-29 00:30:21 +00:00
Kim F. Storm
4e5cdb4f42
Document enhanced signal-process functionality.
...
Minor reorganizations.
2002-10-28 23:38:07 +00:00
Kim F. Storm
cdd5ea86db
(Fsignal_process): Allow PROCESS to be specified by
...
name in addition to pid (as integer or string).
2002-10-28 23:18:50 +00:00
Kim F. Storm
e8a3259964
*** empty log message ***
2002-10-28 23:18:35 +00:00
Dave Love
bfe77626aa
(non-iso-charset-alist): Move to
...
avoid compilation warning.
(mule-diag): Provide.
2002-10-28 18:44:55 +00:00
Dave Love
fe8d896ad7
(cp-make-coding-system): Use
...
utf-translation-table-for-decode, not
utf-8-translation-table-for-decode.
(mule-diag): Require.
2002-10-28 18:43:41 +00:00
Dave Love
2d8a4bbe9c
(quail-keyboard-layout): Move after
...
quail-keyboard-layout-alist.
2002-10-28 18:29:36 +00:00
Juanma Barranquero
ce20e03e00
Don't redefine _heap_init and _heap_term on MSVC 7 build environments. Patch
...
from Jay Finger <jay_finger@hotmail.com> and Harald.Maier.BW@t-online.de .
2002-10-28 17:50:21 +00:00
Dave Love
02e740dc03
(Resources): Mention .Xresources.
...
(Table of Resources): Uncomment privateColormap. Fix
SelectionFont. Add selectionTimeout.
2002-10-28 15:04:57 +00:00
Dave Love
a3fac65a78
(thai-composition-function): Don't use prog1.
2002-10-28 14:43:51 +00:00
Dave Love
e10fd9a8c8
(lao-composition-function): Don't use prog1.
2002-10-28 14:42:53 +00:00
Dave Love
34b5d116a3
(diacritic-composition-function): Modify
...
confused prog1 form.
2002-10-28 14:40:18 +00:00
Dave Love
d14a2a1f36
(quail-keyboard-layout-alist): Fix
...
pc105-uk.
(quail-keyboard-layout): Customize.
2002-10-28 14:38:00 +00:00
Miles Bader
5cc2d13754
(makefile-warn-continuations): Don't barf when there _aren't_ any
...
suspicious continuations.
2002-10-28 08:17:27 +00:00
Juanma Barranquero
dc2feacf15
(grep-find-use-xargs): Fix docstring. Patch from Matt Swift
...
<swift@alum.mit.edu>.
2002-10-28 07:30:33 +00:00
Michael Kifer
6de0156c56
2002-10-27 Michael Kifer <kifer@cs.stonybrook.edu>
...
* ediff-wind.el (ediff-control-frame-parameters): added scrollbar-height.
2002-10-28 02:08:02 +00:00
Andreas Schwab
6f37d17b45
(sh-mode-syntax-table): Don't make ^L
...
end-of-comment syntax.
2002-10-27 23:01:57 +00:00
Kim F. Storm
13b563f53c
Fixed typo in docstring.
2002-10-27 21:58:18 +00:00
Kim F. Storm
d1a0acacb3
(ido-cannot-complete-command): New defcustom, default to
...
ido-completion-help (similar to iswitchb-cannot-complete-hook).
(ido-complete): Call value of ido-cannot-complete-command rather
than ido-completion-help when no common completion.
2002-10-27 21:31:19 +00:00
Kim F. Storm
14781a94b2
*** empty log message ***
2002-10-27 21:30:52 +00:00
Jonathan Yavner
a5297ce35c
Fixed first-line problem for function documentation strings.
2002-10-27 16:35:06 +00:00
Jonathan Yavner
d2d70cb6a3
Added ses-mode, unsafep, testcover
2002-10-27 16:26:04 +00:00
Kim F. Storm
0d6239f133
(IT_note_mouse_highlight): Don't use mouse-face if hidden.
2002-10-26 23:53:30 +00:00
Kim F. Storm
1b7334a40e
(note_mouse_highlight): Don't use mouse-face if hidden.
2002-10-26 23:53:07 +00:00
Kim F. Storm
ee7ddec4ec
*** empty log message ***
2002-10-26 23:52:10 +00:00
Dave Love
aaa7d7ea64
(iso-8859-11): New.
2002-10-26 23:31:04 +00:00
Richard M. Stallman
5ab0ceed9b
*** empty log message ***
2002-10-26 22:52:42 +00:00
Richard M. Stallman
f98176d214
(Fformat): Detect invalid format letters for floats.
2002-10-26 22:52:36 +00:00
Richard M. Stallman
5a6f4c958f
Add index entries.
2002-10-26 22:49:46 +00:00
Richard M. Stallman
a11e28000a
(makefile-cleanup-continuations): Default for variable is nil.
...
(makefile-warn-continuations): New function.
(makefile-mode): Put it on write-file-functions.
2002-10-26 22:49:12 +00:00
Richard M. Stallman
90a29c8337
(select-safe-coding-system): Delete debugging setq.
2002-10-26 22:43:02 +00:00
Richard M. Stallman
4df542027f
(shell): Look for .emacs_SHELL under ~/.emacs.d after looking in ~.
2002-10-26 22:42:12 +00:00
Richard M. Stallman
a04d59830e
(command-line): Look for .emacs under ~/.emacs.d after looking in ~.
2002-10-26 22:41:33 +00:00
John Paul Wallington
15693bc3ac
* textmodes/picture.el (picture-mouse-set-point): New command.
...
(picture-mode-map): Bind it.
(picture-motion-reverse): Doc fix.
2002-10-26 22:40:40 +00:00
Richard M. Stallman
4f01718584
(toggle-truncate-lines): When turning off truncation,
...
clear out the hscroll value in this buffer's windows.
(display-message-or-buffer): Don't display empty output in the echo area.
2002-10-26 22:40:31 +00:00
Richard M. Stallman
146afb5f31
(Man-default-man-entry): Don't look for all word chars,
...
look only for characters that are normally part of a shell command.
2002-10-26 22:37:54 +00:00
Richard M. Stallman
3def0d2493
(gdb): Pass default-directory to GDB via -cd option.
2002-10-26 22:37:04 +00:00
Richard M. Stallman
fa9a2537ae
(c++-font-lock-keywords...): Add `restrict' keyword.
2002-10-26 22:36:09 +00:00