bpt/emacs.git
20 years ago(rmail-convert-to-babyl-format): Fix the last change.
Eli Zaretskii [Thu, 16 Oct 2003 16:54:48 +0000 (16:54 +0000)]
(rmail-convert-to-babyl-format): Fix the last change.

20 years ago*** empty log message ***
Eli Zaretskii [Thu, 16 Oct 2003 16:49:59 +0000 (16:49 +0000)]
*** empty log message ***

20 years ago(rmail-convert-to-babyl-format): Display a message while converting to Babyl.
Eli Zaretskii [Thu, 16 Oct 2003 16:49:27 +0000 (16:49 +0000)]
(rmail-convert-to-babyl-format): Display a message while converting to Babyl.

20 years ago(Integer Basics): Add index entries for reading
Eli Zaretskii [Thu, 16 Oct 2003 16:35:14 +0000 (16:35 +0000)]
(Integer Basics): Add index entries for reading
numbers in hex, octal, and binary.

20 years ago(allout-mode): Doc fix.
Eli Zaretskii [Thu, 16 Oct 2003 16:29:14 +0000 (16:29 +0000)]
(allout-mode): Doc fix.

20 years ago*** empty log message ***
Lute Kamstra [Thu, 16 Oct 2003 13:15:34 +0000 (13:15 +0000)]
*** empty log message ***

20 years ago(Mode Line Format): Mention force-mode-line-update's argument.
Lute Kamstra [Thu, 16 Oct 2003 13:15:09 +0000 (13:15 +0000)]
(Mode Line Format): Mention force-mode-line-update's argument.

20 years ago(force-mode-line-update): Fix docstring.
Lute Kamstra [Thu, 16 Oct 2003 13:13:29 +0000 (13:13 +0000)]
(force-mode-line-update): Fix docstring.

20 years ago(find-multibyte-characters): Doc fix.
Dave Love [Tue, 14 Oct 2003 22:29:05 +0000 (22:29 +0000)]
(find-multibyte-characters): Doc fix.
(default-input-method): Add :link, improve :type.
(locale-charset-language-names): Fix utf-8 pattern.
(locale-charset-match-p, locale-charset-alist)
(locale-charset-to-coding-system): New.
(set-locale-environment): Deal with codeset part of locale specs.

20 years ago*** empty log message ***
Lute Kamstra [Tue, 14 Oct 2003 11:30:11 +0000 (11:30 +0000)]
*** empty log message ***

20 years ago(fringe-mode): Use active voice in docstring.
Lute Kamstra [Tue, 14 Oct 2003 11:29:50 +0000 (11:29 +0000)]
(fringe-mode): Use active voice in docstring.
(set-fringe-style): Ditto.

20 years ago(Fset_window_fringes): Clarify docstring.
Lute Kamstra [Tue, 14 Oct 2003 11:26:43 +0000 (11:26 +0000)]
(Fset_window_fringes): Clarify docstring.

20 years ago(Fset_window_margins): Simplify arg checking.
Kim F. Storm [Tue, 14 Oct 2003 09:33:09 +0000 (09:33 +0000)]
(Fset_window_margins): Simplify arg checking.

20 years ago*** empty log message ***
Kim F. Storm [Tue, 14 Oct 2003 09:32:52 +0000 (09:32 +0000)]
*** empty log message ***

20 years agoFix typo.
Luc Teirlinck [Mon, 13 Oct 2003 23:05:09 +0000 (23:05 +0000)]
Fix typo.

20 years agoComment change.
Richard M. Stallman [Mon, 13 Oct 2003 19:41:26 +0000 (19:41 +0000)]
Comment change.

20 years ago*** empty log message ***
Richard M. Stallman [Mon, 13 Oct 2003 19:40:41 +0000 (19:40 +0000)]
*** empty log message ***

20 years ago(Basic Windows): A window has fringe settings,
Richard M. Stallman [Mon, 13 Oct 2003 19:39:51 +0000 (19:39 +0000)]
(Basic Windows): A window has fringe settings,
display margins and scroll-bar settings.
(Splitting Windows): Doc split-window return value.
Clean up one-window-p.
(Selecting Windows): Fix typo.
(Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
(Buffers and Windows): In set-window-buffer, explain effect
on fringe settings and scroll bar settings.
(Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
(Choosing Window): Use defopt for pop-up-frame-function.
For special-display-buffer-names, explain same-window and same-frame.
Clarify window-dedicated-p return value.
(Textual Scrolling): scroll-up and scroll-down can get an error.
(Horizontal Scrolling): Clarify auto-hscroll-mode.
Clarify set-window-hscroll.
(Size of Window): Don't mention tool bar in window-height.
(Coordinates and Windows): Explain what coordinates-in-window-p
returns for fringes and display margins.
(Window Configurations): Explain saving fringes, etc.

20 years ago(Library Headers): Clean up Documentation.
Richard M. Stallman [Mon, 13 Oct 2003 19:29:53 +0000 (19:29 +0000)]
(Library Headers): Clean up Documentation.

20 years ago(Parsing Expressions): Clean up forward-comment
Richard M. Stallman [Mon, 13 Oct 2003 19:28:44 +0000 (19:28 +0000)]
(Parsing Expressions): Clean up forward-comment
and parse-sexp-lookup-properties.

20 years ago(Sequence Functions): sequencep accepts bool-vectors.
Richard M. Stallman [Mon, 13 Oct 2003 19:27:50 +0000 (19:27 +0000)]
(Sequence Functions): sequencep accepts bool-vectors.

20 years ago(System Environment): Clean up text for load-average errors.
Richard M. Stallman [Mon, 13 Oct 2003 19:27:15 +0000 (19:27 +0000)]
(System Environment): Clean up text for load-average errors.

20 years ago(Hooks): Don't explain local hook details here.
Richard M. Stallman [Mon, 13 Oct 2003 19:25:50 +0000 (19:25 +0000)]
(Hooks): Don't explain local hook details here.
Clarify run-hooks and run-hook-with-args a little.
Clean up add-hook and remove-hook.

20 years ago(Edebug Execution Modes): Clarify t.
Richard M. Stallman [Mon, 13 Oct 2003 19:23:30 +0000 (19:23 +0000)]
(Edebug Execution Modes): Clarify t.
Document edebug-sit-for-seconds.
(Coverage Testing): Document C-x X = and =.
(Instrumenting Macro Calls): Fix typo.
(Specification List): Don't index the specification keywords.

20 years ago(GTK resources): Clean up previous change.
Richard M. Stallman [Mon, 13 Oct 2003 18:50:35 +0000 (18:50 +0000)]
(GTK resources): Clean up previous change.

20 years ago(MAX_BUF_SIZE): Reduce to 2**15.
Richard M. Stallman [Mon, 13 Oct 2003 18:48:14 +0000 (18:48 +0000)]
(MAX_BUF_SIZE): Reduce to 2**15.
(print_partial_compiled_pattern): Replace assert with a printout.
(skip_noops, mutually_exclusive_p): Change args, values to re_char *.

20 years ago(lisp_align_malloc): If BASE is 0, call memory_full.
Richard M. Stallman [Mon, 13 Oct 2003 18:45:03 +0000 (18:45 +0000)]
(lisp_align_malloc): If BASE is 0, call memory_full.

20 years ago(Fset_window_margins): Allow only integers as args.
Richard M. Stallman [Mon, 13 Oct 2003 18:44:22 +0000 (18:44 +0000)]
(Fset_window_margins): Allow only integers as args.
(syms_of_window) <special-display-buffer-names, special-display-regexps>:
Doc fixes.

20 years agoRemove entry for comments-only change that was later mostly reverted.
Lute Kamstra [Mon, 13 Oct 2003 16:33:04 +0000 (16:33 +0000)]
Remove entry for comments-only change that was later mostly reverted.

20 years agoRevert part of 2003-09-13 change.
Lute Kamstra [Mon, 13 Oct 2003 16:29:53 +0000 (16:29 +0000)]
Revert part of 2003-09-13 change.

20 years ago*** empty log message ***
Lute Kamstra [Mon, 13 Oct 2003 16:19:26 +0000 (16:19 +0000)]
*** empty log message ***

20 years ago(fringe-mode): Fix docstring.
Lute Kamstra [Mon, 13 Oct 2003 16:18:28 +0000 (16:18 +0000)]
(fringe-mode): Fix docstring.
(set-fringe-style): Ditto.

20 years ago(Fset_window_fringes): Elaborate docstring.
Lute Kamstra [Mon, 13 Oct 2003 16:11:27 +0000 (16:11 +0000)]
(Fset_window_fringes): Elaborate docstring.

20 years ago(Network): Fix typo in xref (from Robert J. Chassell).
Kim F. Storm [Mon, 13 Oct 2003 13:49:31 +0000 (13:49 +0000)]
(Network): Fix typo in xref (from Robert J. Chassell).

20 years ago(iso-8859-11): Add autoload cookie.
Kenichi Handa [Mon, 13 Oct 2003 02:27:38 +0000 (02:27 +0000)]
(iso-8859-11): Add autoload cookie.

20 years ago2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
Michael Kifer [Mon, 13 Oct 2003 01:28:49 +0000 (01:28 +0000)]
2003-10-12  Michael Kifer  <kifer@cs.stonybrook.edu>

* ediff-mult.el (ediff-filegroup-action): use
ediff-default-filtering-regexp.

* ediff-util.el (ediff-recenter): don't call
ediff-restore-highlighting twice.
(ediff-select-difference): set current difference.
(ediff-unselect-and-select-difference): added comment.

* ediff.el (ediff-directories,ediff-directory-revisions,
ediff-directories3,ediff-merge-directories,
ediff-merge-directories-with-ancestor,ediff-merge-directory-revisions,
ediff-merge-directory-revisions-with-ancestor): use
ediff-default-filtering-regexp.

20 years ago* macterm.c (XTread_socket): Call DragWindow only for mouseDown events.
Andrew Choi [Mon, 13 Oct 2003 00:07:10 +0000 (00:07 +0000)]
* macterm.c (XTread_socket): Call DragWindow only for mouseDown events.

20 years agos/darwin.h (GC_MARK_STACK): Define.
Andrew Choi [Sun, 12 Oct 2003 23:38:07 +0000 (23:38 +0000)]
s/darwin.h (GC_MARK_STACK): Define.

20 years ago* xresources.texi (GTK resources): Added a note that some themes
Jan Djärv [Sun, 12 Oct 2003 18:22:42 +0000 (18:22 +0000)]
* xresources.texi (GTK resources): Added a note that some themes
disallow customizations.  Added scroll theme example.

20 years ago.
Andreas Schwab [Sun, 12 Oct 2003 17:42:23 +0000 (17:42 +0000)]
.

20 years ago(locale-charset-language-names):
Andreas Schwab [Sun, 12 Oct 2003 17:42:08 +0000 (17:42 +0000)]
(locale-charset-language-names):
Simplify regex by removing unused grouping.

20 years agoAdded x-send-client-message.
Jan Djärv [Sun, 12 Oct 2003 15:30:22 +0000 (15:30 +0000)]
Added x-send-client-message.

20 years ago* window.c (shrink_windows): New function.
Jan Djärv [Sat, 11 Oct 2003 23:03:09 +0000 (23:03 +0000)]
* window.c (shrink_windows): New function.
(size_window): Call shrink_windows to calculate window sizes when
shrinking frame with more than one window.

20 years ago(compute_fringe_widths): Doc fix.
Kim F. Storm [Sat, 11 Oct 2003 22:32:17 +0000 (22:32 +0000)]
(compute_fringe_widths): Doc fix.

20 years ago*** empty log message ***
Kim F. Storm [Sat, 11 Oct 2003 22:31:42 +0000 (22:31 +0000)]
*** empty log message ***

20 years ago(Network): Introduce make-network-process.
Kim F. Storm [Fri, 10 Oct 2003 21:35:51 +0000 (21:35 +0000)]
(Network): Introduce make-network-process.

20 years ago*** empty log message ***
Kim F. Storm [Fri, 10 Oct 2003 21:35:18 +0000 (21:35 +0000)]
*** empty log message ***

20 years agoDon't bind stop.
Dave Love [Fri, 10 Oct 2003 18:09:52 +0000 (18:09 +0000)]
Don't bind stop.

20 years ago(Library Headers): Fix typo.
Luc Teirlinck [Fri, 10 Oct 2003 03:02:39 +0000 (03:02 +0000)]
(Library Headers): Fix typo.

20 years ago*** empty log message ***
Luc Teirlinck [Fri, 10 Oct 2003 03:01:08 +0000 (03:01 +0000)]
*** empty log message ***

20 years agoRemove paragraph for GUD that is no longer true after the change:
Nick Roberts [Wed, 8 Oct 2003 22:02:52 +0000 (22:02 +0000)]
Remove paragraph for GUD that is no longer true after the change:

2003-05-28  Nick Roberts  <nick@nick.uklinux.net>

* gud.el (gud-gdb-goto-stackframe, gud-gdb-get-stackframe):
Add server prefix to the gdb commands used by the speedbar.

20 years ago*** empty log message ***
Nick Roberts [Wed, 8 Oct 2003 22:00:50 +0000 (22:00 +0000)]
*** empty log message ***

20 years agoRevision: miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-79
Miles Bader [Wed, 8 Oct 2003 05:32:09 +0000 (05:32 +0000)]
Revision: miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-79

Use :inverse-video face in gdb-ui.el

* gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
face instead of attempting to emulate it.

20 years agoResolve CVS conflicts
Miles Bader [Wed, 8 Oct 2003 05:10:43 +0000 (05:10 +0000)]
Resolve CVS conflicts

20 years agoFix typo.
Luc Teirlinck [Wed, 8 Oct 2003 03:16:58 +0000 (03:16 +0000)]
Fix typo.

20 years ago(Fcoding_system_p): Return t for auto-loading coding system.
Kenichi Handa [Tue, 7 Oct 2003 23:35:01 +0000 (23:35 +0000)]
(Fcoding_system_p): Return t for auto-loading coding system.

20 years agoSplit to make current ChangeLog smaller.
Nick Roberts [Tue, 7 Oct 2003 21:27:52 +0000 (21:27 +0000)]
Split to make current ChangeLog smaller.

20 years agoSplit to make smaller file.
Nick Roberts [Tue, 7 Oct 2003 21:19:50 +0000 (21:19 +0000)]
Split to make smaller file.

20 years ago(Imenu): Mention imenu-create-index-function's default value.
Lute Kamstra [Tue, 7 Oct 2003 12:44:48 +0000 (12:44 +0000)]
(Imenu): Mention imenu-create-index-function's default value.
Explain submenus better.

20 years ago(Faces for Font Lock): Fix typo.
Lute Kamstra [Tue, 7 Oct 2003 12:11:21 +0000 (12:11 +0000)]
(Faces for Font Lock): Fix typo.
(Hooks): Explain how buffer-local hook variables can refer to
global hook variables.
Various minor clarifications.

20 years ago(autoload-coding-system): Add SYMBOL to coding-system-alist.
Kenichi Handa [Tue, 7 Oct 2003 07:33:22 +0000 (07:33 +0000)]
(autoload-coding-system): Add SYMBOL to coding-system-alist.

20 years ago*** empty log message ***
Kenichi Handa [Tue, 7 Oct 2003 06:46:04 +0000 (06:46 +0000)]
*** empty log message ***

20 years ago(list-coding-systems-1): List coding
Kenichi Handa [Tue, 7 Oct 2003 06:45:46 +0000 (06:45 +0000)]
(list-coding-systems-1): List coding
systems that are loaded automatically.

20 years ago(iso-8859-11): Add autoload cookie.
Kenichi Handa [Tue, 7 Oct 2003 01:29:57 +0000 (01:29 +0000)]
(iso-8859-11): Add autoload cookie.

20 years ago(autoload-coding-system): New function.
Kenichi Handa [Tue, 7 Oct 2003 01:29:35 +0000 (01:29 +0000)]
(autoload-coding-system): New function.

20 years ago(Qcoding_system_define_form): New variable.
Kenichi Handa [Tue, 7 Oct 2003 01:29:12 +0000 (01:29 +0000)]
(Qcoding_system_define_form): New variable.
(syms_of_coding): Intern and staticpro it.
(Fcheck_coding_system): Try to autoload the definition of
CODING-SYSTEM.

20 years agoFormatting fixes.
Andreas Schwab [Mon, 6 Oct 2003 22:56:43 +0000 (22:56 +0000)]
Formatting fixes.

20 years ago.
Andreas Schwab [Mon, 6 Oct 2003 22:53:33 +0000 (22:53 +0000)]
.

20 years ago(log-edit-changelog-entries): Prefer local value of
Andreas Schwab [Mon, 6 Oct 2003 22:52:52 +0000 (22:52 +0000)]
(log-edit-changelog-entries): Prefer local value of
change-log-default-name in the buffer visiting the file.

20 years agoReplace `%' in arch tagline by @ignore.
Luc Teirlinck [Mon, 6 Oct 2003 21:54:09 +0000 (21:54 +0000)]
Replace `%' in arch tagline by @ignore.

20 years ago*** empty log message ***
Luc Teirlinck [Mon, 6 Oct 2003 21:51:27 +0000 (21:51 +0000)]
*** empty log message ***

20 years agoDon't mention preferred-coding-system.
Dave Love [Mon, 6 Oct 2003 16:59:45 +0000 (16:59 +0000)]
Don't mention preferred-coding-system.
make-char zeroes 8th bit of code args.

20 years agoChar-tables are sequences.
Dave Love [Mon, 6 Oct 2003 16:52:24 +0000 (16:52 +0000)]
Char-tables are sequences.
Add string-bytes.

20 years ago(Parsing Expressions): Mention parse-sexp-lookup-properties here.
Dave Love [Mon, 6 Oct 2003 16:50:19 +0000 (16:50 +0000)]
(Parsing Expressions): Mention parse-sexp-lookup-properties here.
forward-comment: return values

20 years agoPackage unloading. Index next-line, previous-line, forward-line.
Dave Love [Mon, 6 Oct 2003 16:46:25 +0000 (16:46 +0000)]
Package unloading.  Index next-line, previous-line, forward-line.

20 years agoIndex lexical scoping
Dave Love [Mon, 6 Oct 2003 16:44:15 +0000 (16:44 +0000)]
Index lexical scoping

20 years agoLoad average can throw error.
Dave Love [Mon, 6 Oct 2003 16:43:20 +0000 (16:43 +0000)]
Load average can throw error.

20 years agoNon-ASCII in menus.
Dave Love [Mon, 6 Oct 2003 16:41:55 +0000 (16:41 +0000)]
Non-ASCII in menus.

20 years agousage: in doc strings. Correct side-effect function remark.
Dave Love [Mon, 6 Oct 2003 16:40:10 +0000 (16:40 +0000)]
usage: in doc strings.  Correct side-effect function remark.

20 years ago*** empty log message ***
Dave Love [Mon, 6 Oct 2003 16:36:56 +0000 (16:36 +0000)]
*** empty log message ***

20 years agoPrevious change was bogus. Something odd in pcl-cvs...
Dave Love [Mon, 6 Oct 2003 16:34:59 +0000 (16:34 +0000)]
Previous change was bogus.  Something odd in pcl-cvs...

20 years agoComment.
Dave Love [Mon, 6 Oct 2003 16:33:13 +0000 (16:33 +0000)]
Comment.

20 years agoChange maintainer.
Dave Love [Mon, 6 Oct 2003 16:31:17 +0000 (16:31 +0000)]
Change maintainer.

20 years ago(find-file-hook): Customize.
Dave Love [Mon, 6 Oct 2003 16:29:50 +0000 (16:29 +0000)]
(find-file-hook): Customize.
(auto-mode-alist): Add .stk, .ss, .sch, .orig.

20 years ago(completion-ignored-extensions): Remove .log.
Dave Love [Mon, 6 Oct 2003 16:25:52 +0000 (16:25 +0000)]
(completion-ignored-extensions): Remove .log.
(global-map): Add again, open, stop keys.

20 years agoComment on mule-ucs.
Dave Love [Mon, 6 Oct 2003 16:17:52 +0000 (16:17 +0000)]
Comment on mule-ucs.

20 years agoSeveral additions.
Dave Love [Mon, 6 Oct 2003 16:13:40 +0000 (16:13 +0000)]
Several additions.

20 years agoRemove extraneous "foo2" at the end.
Eli Zaretskii [Mon, 6 Oct 2003 08:36:36 +0000 (08:36 +0000)]
Remove extraneous "foo2" at the end.

20 years agoUpdate my email address.
Lute Kamstra [Mon, 6 Oct 2003 08:32:09 +0000 (08:32 +0000)]
Update my email address.

20 years ago(Coding Conventions): Mention naming conventions for hooks.
Lute Kamstra [Mon, 6 Oct 2003 08:26:59 +0000 (08:26 +0000)]
(Coding Conventions): Mention naming conventions for hooks.

20 years ago(Info-mode): Revert previous change.
Lute Kamstra [Mon, 6 Oct 2003 07:14:53 +0000 (07:14 +0000)]
(Info-mode): Revert previous change.
(Info-escape-percent): New function.
(Info-fontify-node): Use it.

20 years ago(Frequire): Doc fix.
Luc Teirlinck [Sun, 5 Oct 2003 23:38:15 +0000 (23:38 +0000)]
(Frequire): Doc fix.

20 years ago*** empty log message ***
Luc Teirlinck [Sun, 5 Oct 2003 23:35:16 +0000 (23:35 +0000)]
*** empty log message ***

20 years ago(Library Search): Correct default value of load-suffixes.
Luc Teirlinck [Sun, 5 Oct 2003 23:21:48 +0000 (23:21 +0000)]
(Library Search): Correct default value of load-suffixes.
(Named Features): Fix typo.

20 years ago* xfns.c (Fx_send_client_event): Remove unused variable s.
Jan Djärv [Sun, 5 Oct 2003 17:23:05 +0000 (17:23 +0000)]
* xfns.c (Fx_send_client_event): Remove unused variable s.

20 years ago* xfns.c (Fx_send_client_event): New function as a base for
Jan Djärv [Sun, 5 Oct 2003 16:58:02 +0000 (16:58 +0000)]
* xfns.c (Fx_send_client_event): New function as a base for
  manipulating extended window manager hints.

20 years ago*** empty log message ***
Richard M. Stallman [Sun, 5 Oct 2003 13:57:01 +0000 (13:57 +0000)]
*** empty log message ***

20 years ago(Named Features): In `provide', say how to test for subfeatures.
Richard M. Stallman [Sun, 5 Oct 2003 13:56:53 +0000 (13:56 +0000)]
(Named Features): In `provide', say how to test for subfeatures.
(Unloading): In unload-feature, use new var name
unload-feature-special-hooks.

20 years agoFix typo.
Richard M. Stallman [Sun, 5 Oct 2003 13:55:00 +0000 (13:55 +0000)]
Fix typo.

20 years ago(sh-feature): Handle sh-modify like sh-append.
Richard M. Stallman [Sun, 5 Oct 2003 13:53:54 +0000 (13:53 +0000)]
(sh-feature): Handle sh-modify like sh-append.
(sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
Use sh-modify directly.
(sh-select): Use sh-append, not eval.