bpt/emacs.git
21 years ago(find_field): Make an exception for nil fields.
Stefan Monnier [Fri, 1 Nov 2002 19:06:06 +0000 (19:06 +0000)]
(find_field): Make an exception for nil fields.

21 years ago(sgml-skip-tag-backward, sgml-skip-tag-forward):
Stefan Monnier [Fri, 1 Nov 2002 17:41:41 +0000 (17:41 +0000)]
(sgml-skip-tag-backward, sgml-skip-tag-forward):
Deal with xml-style <foo/> empty tags.

21 years ago(ido-read-file-name): Removed leftover debug message "gotit".
Kim F. Storm [Fri, 1 Nov 2002 09:18:40 +0000 (09:18 +0000)]
(ido-read-file-name): Removed leftover debug message "gotit".

21 years ago(Info-hide-note-references): New defcustom.
Kim F. Storm [Fri, 1 Nov 2002 08:53:50 +0000 (08:53 +0000)]
(Info-hide-note-references): New defcustom.
(Info-fontify-node): Use it.

21 years ago*** empty log message ***
Kim F. Storm [Fri, 1 Nov 2002 08:53:18 +0000 (08:53 +0000)]
*** empty log message ***

21 years ago(explicit-bash-args): Bash 1.x doesn't grook
Kim F. Storm [Thu, 31 Oct 2002 23:37:15 +0000 (23:37 +0000)]
(explicit-bash-args): Bash 1.x doesn't grook
--noediting option; added run-time check to exclude it.

21 years ago*** empty log message ***
Kim F. Storm [Thu, 31 Oct 2002 23:36:56 +0000 (23:36 +0000)]
*** empty log message ***

21 years ago(Info-follow-reference, Info-next-reference)
Kim F. Storm [Thu, 31 Oct 2002 22:08:03 +0000 (22:08 +0000)]
(Info-follow-reference, Info-next-reference)
(Info-prev-reference, Info-try-follow-nearest-node): Bind
inhibit-point-motion-hooks to t while parsing reference.
(Info-fontify-node): When font-lock-mode is enabled, display
"*note" and "* menu" references in a more user friendly format.

21 years ago*** empty log message ***
Kim F. Storm [Thu, 31 Oct 2002 22:07:34 +0000 (22:07 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
Kim F. Storm [Thu, 31 Oct 2002 22:02:12 +0000 (22:02 +0000)]
*** empty log message ***

21 years ago(XTread_socket): Fix last change.
Dave Love [Thu, 31 Oct 2002 17:59:30 +0000 (17:59 +0000)]
(XTread_socket): Fix last change.
(xaw_scroll_callback): Cast call_data to long to avoid warning.

21 years ago*** empty log message ***
Dave Love [Thu, 31 Oct 2002 17:58:26 +0000 (17:58 +0000)]
*** empty log message ***

21 years ago(Fformat_network_address): Fix int/Lisp_Object mixup.
Stefan Monnier [Thu, 31 Oct 2002 16:22:07 +0000 (16:22 +0000)]
(Fformat_network_address): Fix int/Lisp_Object mixup.

21 years ago*** empty log message ***
Stefan Monnier [Thu, 31 Oct 2002 00:42:35 +0000 (00:42 +0000)]
*** empty log message ***

21 years ago(fill-move-to-break-point): Skip white space
Stefan Monnier [Thu, 31 Oct 2002 00:30:36 +0000 (00:30 +0000)]
(fill-move-to-break-point): Skip white space
_before_ checking to see if we're hitting the margin.
(fill-region-as-paragraph): Don't fiddle with the undo-list any more:
it's now done by the C primitives.  Don't use narrowing.
Reorganize the line-breaking part of the code to simplify the control
flow and make it work in the absence of narrowing.
(fill-region): Don't use narrowing.

21 years ago(overlays_around, get_pos_property): New funs.
Stefan Monnier [Wed, 30 Oct 2002 23:11:26 +0000 (23:11 +0000)]
(overlays_around, get_pos_property): New funs.
(find_field): Use them.
Also be careful not to modify POS before its last use.
(Fmessage): Don't Fformat if there's nothing to format.

21 years ago*** empty log message ***
Dave Love [Wed, 30 Oct 2002 19:48:51 +0000 (19:48 +0000)]
*** empty log message ***

21 years ago(po-content-type-charset-alist): Delete most
Dave Love [Wed, 30 Oct 2002 19:47:53 +0000 (19:47 +0000)]
(po-content-type-charset-alist): Delete most
entries.
(po-find-charset): Doc fix.  Remove interactive spec.
(po): Provide.
(po-find-file-coding-system-guts): Re-written to use
coding-system-alist, and code-pages, not codepage stuff.

21 years agoRemove some ancient compatibility code. Populate
Dave Love [Wed, 30 Oct 2002 19:26:23 +0000 (19:26 +0000)]
Remove some ancient compatibility code.  Populate
x-keysym-table.

21 years agoComment.
Dave Love [Wed, 30 Oct 2002 19:17:50 +0000 (19:17 +0000)]
Comment.

21 years ago(Fforward_comment): Doc fix.
Dave Love [Wed, 30 Oct 2002 19:17:31 +0000 (19:17 +0000)]
(Fforward_comment): Doc fix.

21 years agoInclude sys/wait.h.
Dave Love [Wed, 30 Oct 2002 19:16:32 +0000 (19:16 +0000)]
Include sys/wait.h.
[HAVE_PTY_H]; Include pty.h.

21 years ago(Fload) <!load_dangerous_libraries>: Close fd.
Dave Love [Wed, 30 Oct 2002 19:15:17 +0000 (19:15 +0000)]
(Fload) <!load_dangerous_libraries>: Close fd.

21 years ago(lispy_accent_codes, lispy_accent_keys): Extended.
Dave Love [Wed, 30 Oct 2002 19:13:10 +0000 (19:13 +0000)]
(lispy_accent_codes, lispy_accent_keys): Extended.
(lispy_kana_keys): Comment out.
(make_lispy_event) [XK_kana_A]: Comment out.
(modify_event_symbol) <sizeof (long) == sizeof (EMACS_INT)>: Fix
sprintf call.

21 years ago(Qeql): Declare.
Dave Love [Wed, 30 Oct 2002 19:12:37 +0000 (19:12 +0000)]
(Qeql): Declare.
(Vx_keysym_table): New.
(syms_of_xterm): Initialize it.
(XTread_socket): Use it.  Deal with ASCII keysyms.
(XSetIMValues) [HAVE_X11R6]: Prototype.

21 years ago(bcopy, bzero): Define conditional on HAVE_BCOPY.
Dave Love [Wed, 30 Oct 2002 18:59:01 +0000 (18:59 +0000)]
(bcopy, bzero): Define conditional on HAVE_BCOPY.
(bcmp): Define conditional on HAVE_BCMP.
(NO_SIOCTL_H): Don't define.
(TIOCSIGSEND): Don't make conditional on IRIX6.

21 years agoDon't include strings.h.
Dave Love [Wed, 30 Oct 2002 18:58:46 +0000 (18:58 +0000)]
Don't include strings.h.
(bcopy, bzero, bcmp) [HAVE_BCOPY]: Don't undef.

21 years ago(IRIX6): Don't define.
Dave Love [Wed, 30 Oct 2002 18:57:59 +0000 (18:57 +0000)]
(IRIX6): Don't define.
(bcopy, bcmp, bzero): Don't undef.

21 years agoDon't include strings.h.
Dave Love [Wed, 30 Oct 2002 18:57:41 +0000 (18:57 +0000)]
Don't include strings.h.
(IRIX6): Don't define.
(bcopy, bcmp, bzero): Don't undef.

21 years agoRequire autoconf 2.53. Test for pty.h,
Dave Love [Wed, 30 Oct 2002 18:52:27 +0000 (18:52 +0000)]
Require autoconf 2.53.  Test for pty.h,
sys/mman.h, sys/param.h, mremap, memmove.
(AH_BOTTOM): Maybe include strings.h.  Add local variables for
mode.
(AC_PROG_YACC): Deleted.
(size_t): Use AC_CHECK_TYPES.
(AH_TOP): Up-date copyright.

21 years ago(C_SWITCH_SYSTEM): Revert last change (fixed by
Dave Love [Wed, 30 Oct 2002 18:50:35 +0000 (18:50 +0000)]
(C_SWITCH_SYSTEM): Revert last change (fixed by
regexp.h change).
(TERMINFO, LIBS_TERMCAP): Define.

21 years ago(replace-regexp-in-string): Doc fix.
Andreas Schwab [Tue, 29 Oct 2002 23:42:00 +0000 (23:42 +0000)]
(replace-regexp-in-string): Doc fix.

21 years ago(selection-coding-system, scalable-fonts-allowed):
Dave Love [Tue, 29 Oct 2002 18:51:52 +0000 (18:51 +0000)]
(selection-coding-system, scalable-fonts-allowed):
Added.

21 years ago(syntax-case): Define
Dave Love [Tue, 29 Oct 2002 18:48:30 +0000 (18:48 +0000)]
(syntax-case): Define
scheme-indent-function.

21 years agoComment.
Dave Love [Tue, 29 Oct 2002 18:37:26 +0000 (18:37 +0000)]
Comment.

21 years ago*** empty log message ***
Richard M. Stallman [Tue, 29 Oct 2002 18:21:10 +0000 (18:21 +0000)]
*** empty log message ***

21 years agoAdd xref to Make manual.
Richard M. Stallman [Tue, 29 Oct 2002 18:18:41 +0000 (18:18 +0000)]
Add xref to Make manual.

21 years agoFix entries to follow ChangeLog style conventions.
Juanma Barranquero [Tue, 29 Oct 2002 18:17:50 +0000 (18:17 +0000)]
Fix entries to follow ChangeLog style conventions.

21 years ago(server-switch-buffer): Say when no server buffers remain.
Richard M. Stallman [Tue, 29 Oct 2002 18:17:46 +0000 (18:17 +0000)]
(server-switch-buffer): Say when no server buffers remain.

21 years ago(goto-address-url-regexp): Don't match `mailto'.
Richard M. Stallman [Tue, 29 Oct 2002 18:12:33 +0000 (18:12 +0000)]
(goto-address-url-regexp): Don't match `mailto'.

21 years ago(ido-wide-find-dirs-or-files): Fixed problem that caused
Kim F. Storm [Tue, 29 Oct 2002 14:14:56 +0000 (14:14 +0000)]
(ido-wide-find-dirs-or-files): Fixed problem that caused
incomplete list of matches to be returned.

21 years ago*** empty log message ***
Kim F. Storm [Tue, 29 Oct 2002 14:14:00 +0000 (14:14 +0000)]
*** empty log message ***

21 years agoAdded "(tiny change)" marker.
Juanma Barranquero [Tue, 29 Oct 2002 09:45:19 +0000 (09:45 +0000)]
Added "(tiny change)" marker.

21 years ago*** empty log message ***
Juanma Barranquero [Tue, 29 Oct 2002 07:53:21 +0000 (07:53 +0000)]
*** empty log message ***

21 years ago(texinfo-format-ifplaintext): New function.
Juanma Barranquero [Tue, 29 Oct 2002 07:53:08 +0000 (07:53 +0000)]
(texinfo-format-ifplaintext): New function.
(ifplaintext, ifnotplaintext)
(afourpaper, afivepaper, afourlatex, afourwide)
(documentlanguage, documentencoding): New aliases.

21 years ago(texinfo-environments): Add environment; copying, documentdescription,
Juanma Barranquero [Tue, 29 Oct 2002 07:52:32 +0000 (07:52 +0000)]
(texinfo-environments): Add environment; copying, documentdescription,
ifplaintext, ifnotplaintext, and verbatim.

21 years agoAdd "(tiny change)" where required.
Juanma Barranquero [Tue, 29 Oct 2002 07:40:45 +0000 (07:40 +0000)]
Add "(tiny change)" where required.

21 years ago+++/--- bugfix
Jonathan Yavner [Tue, 29 Oct 2002 05:26:18 +0000 (05:26 +0000)]
+++/--- bugfix

21 years ago*** empty log message ***
John Paul Wallington [Tue, 29 Oct 2002 04:28:59 +0000 (04:28 +0000)]
*** empty log message ***

21 years ago(ibuffer-mouse-popup-menu): Set point before popping
John Paul Wallington [Tue, 29 Oct 2002 04:21:03 +0000 (04:21 +0000)]
(ibuffer-mouse-popup-menu): Set point before popping
up filter groups menu.  Preserve point unless a menu command has
moved it from point clicked.

21 years ago*** empty log message ***
Kenichi Handa [Tue, 29 Oct 2002 01:39:26 +0000 (01:39 +0000)]
*** empty log message ***

21 years ago(calc-any-evaltos): Initialize to nil, since
David Kastrup [Tue, 29 Oct 2002 00:30:21 +0000 (00:30 +0000)]
(calc-any-evaltos): Initialize to nil, since
calc-refresh-evaltos appears to need this.

21 years agoDocument enhanced signal-process functionality.
Kim F. Storm [Mon, 28 Oct 2002 23:38:07 +0000 (23:38 +0000)]
Document enhanced signal-process functionality.
Minor reorganizations.

21 years ago(Fsignal_process): Allow PROCESS to be specified by
Kim F. Storm [Mon, 28 Oct 2002 23:18:50 +0000 (23:18 +0000)]
(Fsignal_process): Allow PROCESS to be specified by
name in addition to pid (as integer or string).

21 years ago*** empty log message ***
Kim F. Storm [Mon, 28 Oct 2002 23:18:35 +0000 (23:18 +0000)]
*** empty log message ***

21 years ago(non-iso-charset-alist): Move to
Dave Love [Mon, 28 Oct 2002 18:44:55 +0000 (18:44 +0000)]
(non-iso-charset-alist): Move to
avoid compilation warning.
(mule-diag): Provide.

21 years ago(cp-make-coding-system): Use
Dave Love [Mon, 28 Oct 2002 18:43:41 +0000 (18:43 +0000)]
(cp-make-coding-system): Use
utf-translation-table-for-decode, not
utf-8-translation-table-for-decode.
(mule-diag): Require.

21 years ago(quail-keyboard-layout): Move after
Dave Love [Mon, 28 Oct 2002 18:29:36 +0000 (18:29 +0000)]
(quail-keyboard-layout): Move after
quail-keyboard-layout-alist.

21 years agoDon't redefine _heap_init and _heap_term on MSVC 7 build environments. Patch
Juanma Barranquero [Mon, 28 Oct 2002 17:50:21 +0000 (17:50 +0000)]
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.

21 years ago(Resources): Mention .Xresources.
Dave Love [Mon, 28 Oct 2002 15:04:57 +0000 (15:04 +0000)]
(Resources): Mention .Xresources.
(Table of Resources): Uncomment privateColormap.  Fix
SelectionFont.  Add selectionTimeout.

21 years ago(thai-composition-function): Don't use prog1.
Dave Love [Mon, 28 Oct 2002 14:43:51 +0000 (14:43 +0000)]
(thai-composition-function): Don't use prog1.

21 years ago(lao-composition-function): Don't use prog1.
Dave Love [Mon, 28 Oct 2002 14:42:53 +0000 (14:42 +0000)]
(lao-composition-function): Don't use prog1.

21 years ago(diacritic-composition-function): Modify
Dave Love [Mon, 28 Oct 2002 14:40:18 +0000 (14:40 +0000)]
(diacritic-composition-function): Modify
confused prog1 form.

21 years ago(quail-keyboard-layout-alist): Fix
Dave Love [Mon, 28 Oct 2002 14:38:00 +0000 (14:38 +0000)]
(quail-keyboard-layout-alist): Fix
pc105-uk.
(quail-keyboard-layout): Customize.

21 years ago(makefile-warn-continuations): Don't barf when there _aren't_ any
Miles Bader [Mon, 28 Oct 2002 08:17:27 +0000 (08:17 +0000)]
(makefile-warn-continuations): Don't barf when there _aren't_ any
suspicious continuations.

21 years ago(grep-find-use-xargs): Fix docstring. Patch from Matt Swift
Juanma Barranquero [Mon, 28 Oct 2002 07:30:33 +0000 (07:30 +0000)]
(grep-find-use-xargs): Fix docstring. Patch from Matt Swift
<swift@alum.mit.edu>.

21 years ago2002-10-27 Michael Kifer <kifer@cs.stonybrook.edu>
Michael Kifer [Mon, 28 Oct 2002 02:08:02 +0000 (02:08 +0000)]
2002-10-27  Michael Kifer  <kifer@cs.stonybrook.edu>

* ediff-wind.el (ediff-control-frame-parameters): added scrollbar-height.

21 years ago(sh-mode-syntax-table): Don't make ^L
Andreas Schwab [Sun, 27 Oct 2002 23:01:57 +0000 (23:01 +0000)]
(sh-mode-syntax-table): Don't make ^L
end-of-comment syntax.

21 years agoFixed typo in docstring.
Kim F. Storm [Sun, 27 Oct 2002 21:58:18 +0000 (21:58 +0000)]
Fixed typo in docstring.

21 years ago(ido-cannot-complete-command): New defcustom, default to
Kim F. Storm [Sun, 27 Oct 2002 21:31:19 +0000 (21:31 +0000)]
(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.

21 years ago*** empty log message ***
Kim F. Storm [Sun, 27 Oct 2002 21:30:52 +0000 (21:30 +0000)]
*** empty log message ***

21 years agoFixed first-line problem for function documentation strings.
Jonathan Yavner [Sun, 27 Oct 2002 16:35:06 +0000 (16:35 +0000)]
Fixed first-line problem for function documentation strings.

21 years agoAdded ses-mode, unsafep, testcover
Jonathan Yavner [Sun, 27 Oct 2002 16:26:04 +0000 (16:26 +0000)]
Added ses-mode, unsafep, testcover

21 years ago(IT_note_mouse_highlight): Don't use mouse-face if hidden.
Kim F. Storm [Sat, 26 Oct 2002 23:53:30 +0000 (23:53 +0000)]
(IT_note_mouse_highlight): Don't use mouse-face if hidden.

21 years ago(note_mouse_highlight): Don't use mouse-face if hidden.
Kim F. Storm [Sat, 26 Oct 2002 23:53:07 +0000 (23:53 +0000)]
(note_mouse_highlight): Don't use mouse-face if hidden.

21 years ago*** empty log message ***
Kim F. Storm [Sat, 26 Oct 2002 23:52:10 +0000 (23:52 +0000)]
*** empty log message ***

21 years ago(iso-8859-11): New.
Dave Love [Sat, 26 Oct 2002 23:31:04 +0000 (23:31 +0000)]
(iso-8859-11): New.

21 years ago*** empty log message ***
Richard M. Stallman [Sat, 26 Oct 2002 22:52:42 +0000 (22:52 +0000)]
*** empty log message ***

21 years ago(Fformat): Detect invalid format letters for floats.
Richard M. Stallman [Sat, 26 Oct 2002 22:52:36 +0000 (22:52 +0000)]
(Fformat): Detect invalid format letters for floats.

21 years agoAdd index entries.
Richard M. Stallman [Sat, 26 Oct 2002 22:49:46 +0000 (22:49 +0000)]
Add index entries.

21 years ago(makefile-cleanup-continuations): Default for variable is nil.
Richard M. Stallman [Sat, 26 Oct 2002 22:49:12 +0000 (22:49 +0000)]
(makefile-cleanup-continuations): Default for variable is nil.
(makefile-warn-continuations): New function.
(makefile-mode): Put it on write-file-functions.

21 years ago(select-safe-coding-system): Delete debugging setq.
Richard M. Stallman [Sat, 26 Oct 2002 22:43:02 +0000 (22:43 +0000)]
(select-safe-coding-system): Delete debugging setq.

21 years ago(shell): Look for .emacs_SHELL under ~/.emacs.d after looking in ~.
Richard M. Stallman [Sat, 26 Oct 2002 22:42:12 +0000 (22:42 +0000)]
(shell): Look for .emacs_SHELL under ~/.emacs.d after looking in ~.

21 years ago(command-line): Look for .emacs under ~/.emacs.d after looking in ~.
Richard M. Stallman [Sat, 26 Oct 2002 22:41:33 +0000 (22:41 +0000)]
(command-line): Look for .emacs under ~/.emacs.d after looking in ~.

21 years ago* textmodes/picture.el (picture-mouse-set-point): New command.
John Paul Wallington [Sat, 26 Oct 2002 22:40:40 +0000 (22:40 +0000)]
* textmodes/picture.el (picture-mouse-set-point): New command.
(picture-mode-map): Bind it.
(picture-motion-reverse): Doc fix.

21 years ago(toggle-truncate-lines): When turning off truncation,
Richard M. Stallman [Sat, 26 Oct 2002 22:40:31 +0000 (22:40 +0000)]
(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.

21 years ago(Man-default-man-entry): Don't look for all word chars,
Richard M. Stallman [Sat, 26 Oct 2002 22:37:54 +0000 (22:37 +0000)]
(Man-default-man-entry): Don't look for all word chars,
look only for characters that are normally part of a shell command.

21 years ago(gdb): Pass default-directory to GDB via -cd option.
Richard M. Stallman [Sat, 26 Oct 2002 22:37:04 +0000 (22:37 +0000)]
(gdb): Pass default-directory to GDB via -cd option.

21 years ago(c++-font-lock-keywords...): Add `restrict' keyword.
Richard M. Stallman [Sat, 26 Oct 2002 22:36:09 +0000 (22:36 +0000)]
(c++-font-lock-keywords...): Add `restrict' keyword.

21 years ago(ff-find-related-file): Fix autoload cookie.
Richard M. Stallman [Sat, 26 Oct 2002 22:35:16 +0000 (22:35 +0000)]
(ff-find-related-file): Fix autoload cookie.

21 years ago(unsafep-variable): Pass second arg to risky-local-variable-p.
Richard M. Stallman [Sat, 26 Oct 2002 22:34:50 +0000 (22:34 +0000)]
(unsafep-variable): Pass second arg to risky-local-variable-p.

21 years ago(risky-local-variable-p): VAL=nil has special meaning.
Richard M. Stallman [Sat, 26 Oct 2002 22:34:14 +0000 (22:34 +0000)]
(risky-local-variable-p): VAL=nil has special meaning.

21 years agoComment change.
Richard M. Stallman [Sat, 26 Oct 2002 22:32:46 +0000 (22:32 +0000)]
Comment change.

21 years ago(compile-always): Avoid error in old Bash versions.
Richard M. Stallman [Sat, 26 Oct 2002 22:32:08 +0000 (22:32 +0000)]
(compile-always): Avoid error in old Bash versions.

21 years ago(cvs-checkout): Use read-directory-name.
Kim F. Storm [Sat, 26 Oct 2002 22:27:39 +0000 (22:27 +0000)]
(cvs-checkout): Use read-directory-name.
(cvs-query-directory): Likewise.

21 years ago*** empty log message ***
Stefan Monnier [Sat, 26 Oct 2002 00:27:34 +0000 (00:27 +0000)]
*** empty log message ***

21 years ago(outline-next-heading): Make sure the match-data is correct where returning.
Stefan Monnier [Fri, 25 Oct 2002 15:30:20 +0000 (15:30 +0000)]
(outline-next-heading): Make sure the match-data is correct where returning.

21 years ago(x_set_name): Encode by Qcompound_text unconditionally.
Kenichi Handa [Fri, 25 Oct 2002 12:32:18 +0000 (12:32 +0000)]
(x_set_name): Encode by Qcompound_text unconditionally.
(x_set_title): Likewise.

21 years ago*** empty log message ***
Kenichi Handa [Fri, 25 Oct 2002 12:29:21 +0000 (12:29 +0000)]
*** empty log message ***

21 years agoRemove definition of XColor.
Juanma Barranquero [Fri, 25 Oct 2002 06:50:01 +0000 (06:50 +0000)]
Remove definition of XColor.