bpt/emacs.git
18 years ago*** empty log message ***
Juanma Barranquero [Thu, 28 Jul 2005 08:29:54 +0000 (08:29 +0000)]
*** empty log message ***

18 years agoAdd `icons' (for in-place installs).
Juanma Barranquero [Thu, 28 Jul 2005 08:29:30 +0000 (08:29 +0000)]
Add `icons' (for in-place installs).

18 years agoAdd `data' and `site-lisp' (for in-place installs).
Juanma Barranquero [Thu, 28 Jul 2005 08:26:01 +0000 (08:26 +0000)]
Add `data' and `site-lisp' (for in-place installs).

18 years agoAdd `makefile' and `config.log'.
Juanma Barranquero [Thu, 28 Jul 2005 08:07:47 +0000 (08:07 +0000)]
Add `makefile' and `config.log'.

18 years agoDon't ignore fns-* and fns.el, which are no longer generated. Ignore also
Juanma Barranquero [Thu, 28 Jul 2005 07:59:33 +0000 (07:59 +0000)]
Don't ignore fns-* and fns.el, which are no longer generated.  Ignore also
ctags.c and getopt.h.

18 years ago(clean): Delete getopt.h.
Juanma Barranquero [Thu, 28 Jul 2005 07:58:52 +0000 (07:58 +0000)]
(clean): Delete getopt.h.
(getopt.h): New rule.

18 years agoSmarten comments.
Nick Roberts [Thu, 28 Jul 2005 02:38:59 +0000 (02:38 +0000)]
Smarten comments.
(gdb-info-breakpoints-custom): Use nowarn when finding file.

18 years ago*** empty log message ***
Nick Roberts [Thu, 28 Jul 2005 02:37:13 +0000 (02:37 +0000)]
*** empty log message ***

18 years agoRevision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-501
Miles Bader [Wed, 27 Jul 2005 22:20:46 +0000 (22:20 +0000)]
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-501

Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 97)

   - Update from CVS

2005-07-27  Reiner Steib  <Reiner.Steib@gmx.de>

   * man/gnus.texi (Startup Files): Fix name of gnus-site-init-file.
   Mention that gnus-init-file is not read when Emacs is invoked with
   --no-init-file or -q.

18 years ago* term/apollo.el (terminal-init-apollo): New function containing
Dan Nicolaescu [Wed, 27 Jul 2005 18:02:08 +0000 (18:02 +0000)]
* term/apollo.el (terminal-init-apollo): New function containing
all former top level forms in the file.
* term/bobcat.el (terminal-init-bobcat):
* term/cygwin.el (terminal-init-cygwin):
* term/iris-ansi.el (terminal-init-iris-ansi):
* term/linux.el (terminal-init-linux):
* term/news.el (terminal-init-news):
* term/rxvt.el (terminal-init-rxvt):
* term/sun.el (terminal-init-sun):
* term/tvi970.el (terminal-init-tvi970):
* term/vt100.el (terminal-init-vt100):
* term/vt102.el (terminal-init-vt102):
* term/vt125.el (terminal-init-vt125):
* term/vt200.el (terminal-init-vt200):
* term/vt201.el (terminal-init-vt201):
* term/vt220.el (terminal-init-vt220):
* term/vt240.el (terminal-init-vt240):
* term/vt300.el (terminal-init-vt300):
* term/vt320.el (terminal-init-vt320):
* term/vt400.el (terminal-init-vt400):
* term/vt420.el (terminal-init-vt420):
* term/wyse50.el (terminal-init-wyse50):
* term/xterm.el (terminal-init-xterm): Likewise.

* term/README: Describe the terminal-init-* functionality.

* startup.el (command-line): After loading the terminal
initialization file call the corresponding terminal initialization
function.

18 years ago(Defining Minor Modes): The keyword for the initial value is
Luc Teirlinck [Wed, 27 Jul 2005 15:30:42 +0000 (15:30 +0000)]
(Defining Minor Modes): The keyword for the initial value is
:init-value, not :initial-value.

18 years ago*** empty log message ***
Luc Teirlinck [Wed, 27 Jul 2005 15:26:36 +0000 (15:26 +0000)]
*** empty log message ***

18 years ago(ps-mule-composition-prologue): Fix for the case that
Kenichi Handa [Wed, 27 Jul 2005 12:35:51 +0000 (12:35 +0000)]
(ps-mule-composition-prologue): Fix for the case that
RelativeCompose is false.

18 years ago(bdf-read-font-info): Ignore glyphs whose ENCODING is
Kenichi Handa [Wed, 27 Jul 2005 08:00:52 +0000 (08:00 +0000)]
(bdf-read-font-info): Ignore glyphs whose ENCODING is
negative.

18 years ago(ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
Kenichi Handa [Wed, 27 Jul 2005 07:59:17 +0000 (07:59 +0000)]
(ps-mule-bitmap-prologue): Fix arguments to setcharwidth.

18 years agoRevision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-498
Miles Bader [Wed, 27 Jul 2005 01:46:58 +0000 (01:46 +0000)]
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-498

Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 96)

   - Update from CVS

2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
   fewer lines than that of scroll-margin.
   (gnus-article-prev-page): Narrow the range to bind scroll-in-place.

18 years agoAdd arch tagline
Miles Bader [Wed, 27 Jul 2005 01:31:21 +0000 (01:31 +0000)]
Add arch tagline

18 years agoMerge gnulib getopt implementation into Emacs.
Paul Eggert [Tue, 26 Jul 2005 21:46:50 +0000 (21:46 +0000)]
Merge gnulib getopt implementation into Emacs.

18 years agoRegenerate.
Paul Eggert [Tue, 26 Jul 2005 21:44:41 +0000 (21:44 +0000)]
Regenerate.

18 years agoMerge gnulib getopt implementation into Emacs.
Paul Eggert [Tue, 26 Jul 2005 21:43:13 +0000 (21:43 +0000)]
Merge gnulib getopt implementation into Emacs.

* Makefile.in (AUTOCONF_INPUTS): New macro.
($(srcdir)/configure, $(srcdir)/src/stamp-h.in): Depend on it,
so that these files also depend on m4/getopt.m4.
* configure.in: Configure getopt by including m4/getopt.m4,
and configuring a getopt replacement if necessary.
* make-dist: Add m4 subdirectory.  Unlink lib-src/getopt.h.
* m4/getopt.m4: New file.

* lib-src/Makefile.in (mostlyclean): Remove getopt.h, getopt.h-t.
(GETOPT_H): New macro, from gnulib.
(getopt.h): New rule, from gnulib.
(GETOPTOBJS): Now autoconfigured.
(GETOPTDEPS): getopt.h is now autoconfigured.
(getopt.o, getopt1.o): Depend on $(GETOPT_H), not ${srcdir}/getopt.h.
(getopt.o): Depend on ${srcdir}/gettext.h.
(movemail.o): Depend on $(GETOPT_H).
* lib-src/getopt.c, lib-src/getopt1.c: Sync from gnulib.
* lib-src/getopt_.h, lib-src/getopt_int.h, lib-src/gettext.h:
New files, from gnulib.
* lib-src/getopt.h: Removed (now is getopt_.h).

* nt/inc/gettext.h: Remove; no longer needed now that
lib-src/gettext.h exists.

* src/s/cygwin.h (C_SWITCH_SYSTEM): Remove, since gettext.h is
now part of lib-src.

18 years ago(Fdefvar): Allow (defvar enable-multibyte-characters).
Stefan Monnier [Tue, 26 Jul 2005 16:28:44 +0000 (16:28 +0000)]
(Fdefvar): Allow (defvar enable-multibyte-characters).

18 years ago(smerge-ediff): Use insert-buffer-substring.
Stefan Monnier [Tue, 26 Jul 2005 16:07:55 +0000 (16:07 +0000)]
(smerge-ediff): Use insert-buffer-substring.

18 years ago(describe-char): Handle the case where the list of
Stefan Monnier [Tue, 26 Jul 2005 16:02:09 +0000 (16:02 +0000)]
(describe-char): Handle the case where the list of
chars is displayed in a separate frame.
Be a bit more discriminating when looking for the char.

18 years ago(bookmark-automatically-show-annotations, bookmark-read-annotation-text-func): Doc...
Juanma Barranquero [Tue, 26 Jul 2005 13:56:01 +0000 (13:56 +0000)]
(bookmark-automatically-show-annotations, bookmark-read-annotation-text-func): Doc fixes.
(bookmark-save): Improve argument/docstring consistency.
(bookmark-get-bookmark, bookmark-get-bookmark-record,
bookmark-alist-from-buffer, bookmark-upgrade-file-format-from-0,
bookmark-grok-file-format-version, bookmark-maybe-upgrade-file-format,
bookmark-kill-line, bookmark-read-annotation-mode,
bookmark-insert-current-bookmark, bookmark-jump, bookmark-exit-hook):
Fix typos in docstrings.
(bookmark-exit-hooks): Define as obsolete alias.
(bookmark-exit-hook-internal): Run `bookmark-exit-hook',
not `bookmark-exit-hooks'.  Fix docstring.
(bookmark-bmenu-select): "?\ " -> "?\s".

18 years ago(w32_menu_display_help): Suppress tooltip when navigating menus with
Jason Rumney [Mon, 25 Jul 2005 22:17:02 +0000 (22:17 +0000)]
(w32_menu_display_help): Suppress tooltip when navigating menus with
the keyboard.

18 years agoRevision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-495
Miles Bader [Mon, 25 Jul 2005 21:35:55 +0000 (21:35 +0000)]
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-495

Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 95)

   - Update from CVS

2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/gnus-art.el (gnus-article-next-page): Revert.
   (gnus-article-beginning-of-window): New macro.
   (gnus-article-next-page-1): Use it.
   (gnus-article-prev-page): Ditto.
   (gnus-mime-save-part-and-strip): Use insert-buffer-substring
   instead of insert-buffer.
   (gnus-mime-delete-part): Ditto.
   (gnus-article-edit-exit): Ditto.

   * lisp/gnus/gnus-util.el (gnus-beginning-of-window): Remove.
   (gnus-end-of-window): Remove.

   * lisp/gnus/lpath.el: Don't bind scroll-margin.

2005-07-25  Simon Josefsson  <jas@extundo.com>

   * lisp/gnus/pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
   to have the url package without w3.  Reported by Daiki Ueno
   <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.

18 years ago(command-line): Fix typo. (From Ari Roponen.)
Luc Teirlinck [Mon, 25 Jul 2005 14:21:04 +0000 (14:21 +0000)]
(command-line): Fix typo.  (From Ari Roponen.)

18 years ago*** empty log message ***
Luc Teirlinck [Mon, 25 Jul 2005 14:17:16 +0000 (14:17 +0000)]
*** empty log message ***

18 years agoAdd arch tagline
Miles Bader [Mon, 25 Jul 2005 05:12:19 +0000 (05:12 +0000)]
Add arch tagline

18 years ago(tooltip-mode): Test emacs-basic-display, not emacs-quick-startup.
Richard M. Stallman [Mon, 25 Jul 2005 03:21:36 +0000 (03:21 +0000)]
(tooltip-mode): Test emacs-basic-display, not emacs-quick-startup.

18 years ago*** empty log message ***
Juanma Barranquero [Sun, 24 Jul 2005 02:44:15 +0000 (02:44 +0000)]
*** empty log message ***

18 years ago(reb-with-current-window): Delete.
Juanma Barranquero [Sun, 24 Jul 2005 02:29:14 +0000 (02:29 +0000)]
(reb-with-current-window): Delete.
(reb-next-match, reb-show-subexp): Use `with-selected-window' instead of
`reb-with-current-window'.
(reb-prev-match): Likewise.  Also, don't move left if the search was
unsuccessful.
(reb-initialize-buffer): New function.
(re-builder, reb-change-syntax): Use it.

18 years ago*** empty log message ***
Juanma Barranquero [Sun, 24 Jul 2005 01:18:23 +0000 (01:18 +0000)]
*** empty log message ***

18 years ago(Man-goto-page): Make second argument NOERROR optional.
Juanma Barranquero [Sun, 24 Jul 2005 01:03:25 +0000 (01:03 +0000)]
(Man-goto-page): Make second argument NOERROR optional.

18 years ago(Man-bgproc-sentinel): Check here for failure to find
Richard M. Stallman [Sat, 23 Jul 2005 22:51:58 +0000 (22:51 +0000)]
(Man-bgproc-sentinel): Check here for failure to find
any man page in the output, and report the error here.
(Man-arguments): Make it permanent local.
(Man-goto-page): New arg NOERROR.  Never kill the current buffer.
(Man-mode): Pass t for NOERROR.

18 years ago(grep-error-face): Use font-lock-keyword-face
Richard M. Stallman [Sat, 23 Jul 2005 22:13:54 +0000 (22:13 +0000)]
(grep-error-face): Use font-lock-keyword-face
(grep-mode-font-lock-keywords):
Don't use compilation-...-face for messages that are not file names.

18 years ago(compilation-mode-font-lock-keywords):
Richard M. Stallman [Sat, 23 Jul 2005 22:11:30 +0000 (22:11 +0000)]
(compilation-mode-font-lock-keywords):
Don't use compilation-...-face for messages that are not file names.

18 years ago(syms_of_insdel): staticpro combine_after_change_buffer.
Richard M. Stallman [Sat, 23 Jul 2005 19:15:47 +0000 (19:15 +0000)]
(syms_of_insdel): staticpro combine_after_change_buffer.

18 years ago(MAYBE_GC): Test gc_cons_threshold and gc_relative_threshold, one by one.
Richard M. Stallman [Sat, 23 Jul 2005 19:14:59 +0000 (19:14 +0000)]
(MAYBE_GC): Test gc_cons_threshold and gc_relative_threshold, one by one.

18 years ago(read_char): Test gc_cons_threshold.
Richard M. Stallman [Sat, 23 Jul 2005 19:09:50 +0000 (19:09 +0000)]
(read_char): Test gc_cons_threshold.
(syms_of_keyboard): staticpro Qecho_area_clear_hook.

18 years ago(Feval, Ffuncall): Test gc_cons_threshold and
Richard M. Stallman [Sat, 23 Jul 2005 19:09:09 +0000 (19:09 +0000)]
(Feval, Ffuncall): Test gc_cons_threshold and
gc_relative_threshold, one by one.

18 years ago(gc_cons_threshold, gc_relative_threshold): Declared.
Richard M. Stallman [Sat, 23 Jul 2005 19:08:32 +0000 (19:08 +0000)]
(gc_cons_threshold, gc_relative_threshold): Declared.
(gc_cons_combined_threshold): Declaration deleted.

18 years ago(gc_cons_threshold): Not static.
Richard M. Stallman [Sat, 23 Jul 2005 19:08:06 +0000 (19:08 +0000)]
(gc_cons_threshold): Not static.
(gc_cons_combined_threshold): Var deleted.
(gc_relative_threshold): New variable.
(Fgarbage_collect, init_alloc_once): Compute gc_relative_threshold
instead of gc_cons_combined_threshold.

18 years ago(Autoload): Make the `doctor' example be consistent
Eli Zaretskii [Sat, 23 Jul 2005 10:22:44 +0000 (10:22 +0000)]
(Autoload): Make the `doctor' example be consistent
with what's in current loaddefs.el.  Describe the "fn" magic in
the usage portion of the doc string.

18 years ago(Fx_own_selection_internal): Follow error conventions.
YAMAMOTO Mitsuharu [Sat, 23 Jul 2005 07:50:27 +0000 (07:50 +0000)]
(Fx_own_selection_internal): Follow error conventions.
(Fx_get_selection_internal, Fx_selection_owner_p)
(Fx_selection_exists_p): Doc fixes.  (syms_of_macselect)
<selection-converter-alist>: Likewise.

18 years ago(Fx_popup_menu, Fx_popup_menu): Doc fixes.
YAMAMOTO Mitsuharu [Sat, 23 Jul 2005 07:48:26 +0000 (07:48 +0000)]
(Fx_popup_menu, Fx_popup_menu): Doc fixes.

18 years agoDon't include stdlib.h or string.h. Include atimer.h.
YAMAMOTO Mitsuharu [Sat, 23 Jul 2005 07:48:10 +0000 (07:48 +0000)]
Don't include stdlib.h or string.h.  Include atimer.h.
(gray_width, gray_height): Remove defines.
(gray_bits, gray_bitmap_width, gray_bitmap_height)
(gray_bitmap_bits): Remove variables.
(lispy_function_keys): Remove extern.
(free_frame_menubar): Add extern.
(x_window_to_frame): Remove function.
(unwind_create_tip_frame): Add declaration.
(x_set_name_internal): New function.
(x_set_name, x_set_title): Use it.
(Fx_create_frame, Fx_display_grayscale_p, Fx_display_pixel_width)
(Fx_display_pixel_height, Fx_display_planes)
(Fx_display_color_cells, Fx_server_max_request_size)
(Fx_server_vendor, Fx_server_version, Fx_display_screens)
(Fx_display_mm_height, Fx_display_mm_width)
(Fx_display_backing_store, Fx_display_visual_class)
(Fx_display_save_under, Fx_synchronize, Fx_show_tip): Doc fixes.

18 years agoDon't include stdlib.h or string.h.
YAMAMOTO Mitsuharu [Sat, 23 Jul 2005 07:47:51 +0000 (07:47 +0000)]
Don't include stdlib.h or string.h.
(Fdo_applescript, Fmac_file_name_to_posix)
(Fmac_file_name_to_posix): Doc fixes.
[TARGET_API_MAC_CARBON] (Fmac_get_preference)
(Fmac_code_convert_string): Likewise.
[MAC_OSX] (init_mac_osx_environment): Fall back on terminal mode
if the executable is not contained in a bundle.

18 years ago(Garbage Collection): Clarify previous change.
Richard M. Stallman [Fri, 22 Jul 2005 22:58:30 +0000 (22:58 +0000)]
(Garbage Collection): Clarify previous change.

18 years ago*** empty log message ***
Juri Linkov [Fri, 22 Jul 2005 18:53:02 +0000 (18:53 +0000)]
*** empty log message ***

18 years ago(tempo-insert-template): Fix 2005-07-16 change.
Juri Linkov [Fri, 22 Jul 2005 18:44:45 +0000 (18:44 +0000)]
(tempo-insert-template): Fix 2005-07-16 change.

18 years ago(normal-splash-screen): Update menu name.
Juri Linkov [Fri, 22 Jul 2005 18:44:04 +0000 (18:44 +0000)]
(normal-splash-screen): Update menu name.

18 years ago(line-move-1): Fix comments.
Juri Linkov [Fri, 22 Jul 2005 18:43:24 +0000 (18:43 +0000)]
(line-move-1): Fix comments.

18 years agoLoad term/rxvt if the terminal is actually an
Dan Nicolaescu [Fri, 22 Jul 2005 18:40:15 +0000 (18:40 +0000)]
Load term/rxvt if the terminal is actually an
rxvt terminal.
(xterm-rxvt-set-background-mode): Remove, not used anymore.

18 years ago* term/rxvt.el (function-key-map): Use substitute-key-definition
Dan Nicolaescu [Fri, 22 Jul 2005 17:11:04 +0000 (17:11 +0000)]
* term/rxvt.el (function-key-map): Use substitute-key-definition
to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.

* term/cygwin.el: New file.

18 years agotypo
Sam Steingold [Fri, 22 Jul 2005 14:22:02 +0000 (14:22 +0000)]
typo

18 years ago(insert-image-file, image-file-yank-handler): Fix
Kim F. Storm [Fri, 22 Jul 2005 13:11:34 +0000 (13:11 +0000)]
(insert-image-file, image-file-yank-handler): Fix
last change to maintain a (unique) yank-handler on yanked images.

18 years ago*** empty log message ***
Kim F. Storm [Fri, 22 Jul 2005 13:02:19 +0000 (13:02 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
Eli Zaretskii [Fri, 22 Jul 2005 10:00:09 +0000 (10:00 +0000)]
*** empty log message ***

18 years ago(Quoted File Names): Add index entry.
Eli Zaretskii [Fri, 22 Jul 2005 09:59:41 +0000 (09:59 +0000)]
(Quoted File Names): Add index entry.

18 years ago(dired-move-to-filename-regexp): Recognize the B suffix
Eli Zaretskii [Fri, 22 Jul 2005 09:54:45 +0000 (09:54 +0000)]
(dired-move-to-filename-regexp): Recognize the B suffix
of the file size (as in "177B" for 177 bytes).  This happens with
"ls -lh" on FreeBSD.

18 years agoRevision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-492
Miles Bader [Fri, 22 Jul 2005 08:22:41 +0000 (08:22 +0000)]
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-492

Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 92-94)

   - Merge from emacs--cvs-trunk--0
   - Update from CVS

2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
   (gnus-article-next-page-1): Use gnus-beginning-of-window.
   (gnus-article-prev-page): Ditto.

   * lisp/gnus/gnus-util.el (gnus-beginning-of-window): New function.
   (gnus-end-of-window): New function.

18 years ago*** empty log message ***
Juanma Barranquero [Fri, 22 Jul 2005 02:27:10 +0000 (02:27 +0000)]
*** empty log message ***

18 years ago(highlight-changes-global-initial-state, highlight-compare-buffers,
Juanma Barranquero [Fri, 22 Jul 2005 02:20:29 +0000 (02:20 +0000)]
(highlight-changes-global-initial-state, highlight-compare-buffers,
hilit-chg-turn-on-maybe, hilit-chg-fixup, highlight-changes-mode):
Fix typos in docstrings.
(highlight-changes-global-modes, highlight-changes-rotate-faces): Doc fixes.

18 years ago(define-minor-mode): Never call the mode function using `eval-after-load'.
Luc Teirlinck [Fri, 22 Jul 2005 01:26:03 +0000 (01:26 +0000)]
(define-minor-mode): Never call the mode function using `eval-after-load'.

18 years ago*** empty log message ***
Luc Teirlinck [Fri, 22 Jul 2005 01:22:49 +0000 (01:22 +0000)]
*** empty log message ***

18 years ago(mm-uu-copy-to-buffer): Use with-current-buffer.
Stefan Monnier [Thu, 21 Jul 2005 19:08:48 +0000 (19:08 +0000)]
(mm-uu-copy-to-buffer): Use with-current-buffer.

18 years ago(mml-minibuffer-read-disposition): Don't use inline by default
Stefan Monnier [Thu, 21 Jul 2005 19:08:30 +0000 (19:08 +0000)]
(mml-minibuffer-read-disposition): Don't use inline by default
for text/rtf.  Display default in prompt.  Pass default for M-n.

18 years agoAdd gc-cons-percentage.
Stefan Monnier [Thu, 21 Jul 2005 19:03:30 +0000 (19:03 +0000)]
Add gc-cons-percentage.

18 years ago(Garbage Collection): Add gc-cons-percentage.
Stefan Monnier [Thu, 21 Jul 2005 19:03:13 +0000 (19:03 +0000)]
(Garbage Collection): Add gc-cons-percentage.

18 years ago(Finternal_lisp_face_p): Doc fix.
Juanma Barranquero [Thu, 21 Jul 2005 16:38:17 +0000 (16:38 +0000)]
(Finternal_lisp_face_p): Doc fix.

18 years ago(Fset_window_margins, Fset_window_fringes):
Juanma Barranquero [Thu, 21 Jul 2005 16:34:51 +0000 (16:34 +0000)]
(Fset_window_margins, Fset_window_fringes):
Improve argument/docstring consistency.

18 years ago(Fnext_char_property_change, Fprevious_char_property_change): Doc fixes.
Juanma Barranquero [Thu, 21 Jul 2005 16:32:33 +0000 (16:32 +0000)]
(Fnext_char_property_change, Fprevious_char_property_change): Doc fixes.

18 years ago(Fminibuffer_prompt_end, Feval_minibuffer): Fix typos in docstrings.
Juanma Barranquero [Thu, 21 Jul 2005 16:30:50 +0000 (16:30 +0000)]
(Fminibuffer_prompt_end, Feval_minibuffer): Fix typos in docstrings.

18 years ago(Fcompose_region_internal, Fcompose_string_internal):
Juanma Barranquero [Thu, 21 Jul 2005 16:28:00 +0000 (16:28 +0000)]
(Fcompose_region_internal, Fcompose_string_internal):
Improve argument/docstring consistency.

18 years ago(Fregister_ccl_program): Fix typos in docstring.
Juanma Barranquero [Thu, 21 Jul 2005 16:25:59 +0000 (16:25 +0000)]
(Fregister_ccl_program): Fix typos in docstring.
(Fccl_execute_on_string): Likewise; add usage info.

18 years ago(syms_of_buffer) <cursor-type>: Doc fix.
Juanma Barranquero [Thu, 21 Jul 2005 16:06:33 +0000 (16:06 +0000)]
(syms_of_buffer) <cursor-type>: Doc fix.

18 years ago(comint-use-prompt-regexp, comint-send-input, comint-source-default,
Juanma Barranquero [Thu, 21 Jul 2005 15:13:47 +0000 (15:13 +0000)]
(comint-use-prompt-regexp, comint-send-input, comint-source-default,
comint-extract-string, comint-get-source, comint-word, comint-completion,
comint-source, comint-prompt-read-only, comint-update-fence):
Fix typos in docstrings.
(comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
Declare with define-obsolete-*-alias macros.
(comint-previous-matching-input-from-input,
comint-next-matching-input-from-input, comint-previous-matching-input,
comint-next-matching-input, comint-forward-matching-input):
Improve argument/docstring consistency.

18 years ago(restore_stack_limits): Return a value.
Andreas Schwab [Thu, 21 Jul 2005 15:03:51 +0000 (15:03 +0000)]
(restore_stack_limits): Return a value.

18 years ago(desktop-clear-preserve-buffers-regexp): Also preserve the *server* buffer.
Juanma Barranquero [Thu, 21 Jul 2005 11:50:38 +0000 (11:50 +0000)]
(desktop-clear-preserve-buffers-regexp): Also preserve the *server* buffer.

18 years ago(widget-default-create, widget-after-change, widget-default-format-handler,
Juanma Barranquero [Thu, 21 Jul 2005 11:41:54 +0000 (11:41 +0000)]
(widget-default-create, widget-after-change, widget-default-format-handler,
widget-checklist-add-item, widget-radio-add-item, widget-choose,
widget-specify-secret, widget-field-value-create, widget-field-value-get,
widget-editable-list-format-handler, widget-editable-list-entry-create,
widget-group-value-create, widget-documentation-link-add,
widget-documentation-string-value-create): "?\ " -> "?\s".
(widget-convert-text): Doc fix.
(widget-narrow-to-field, widget-field-find, widget-url-link-action,
widget-emacs-library-link-action, widget-color-notify): Fix typos in docstrings.

18 years ago(vcursor-other-window, vcursor-bind-keys, vcursor-key-bindings,
Juanma Barranquero [Thu, 21 Jul 2005 11:09:11 +0000 (11:09 +0000)]
(vcursor-other-window, vcursor-bind-keys, vcursor-key-bindings,
vcursor-use-vcursor-map, vcursor-find-window, vcursor-scroll-down,
vcursor-disable, vcursor-beginning-of-buffer, vcursor-end-of-buffer):
Fix typos in docstrings.
(vcursor-relative-move, vcursor-get-char-count): Improve argument/docstring
consistency.

18 years ago(w32-shell-name): Use `bound-and-true-p'.
Juanma Barranquero [Thu, 21 Jul 2005 10:51:10 +0000 (10:51 +0000)]
(w32-shell-name): Use `bound-and-true-p'.
(x-select-text, set-w32-system-coding-system, w32-add-charset-info):
Fix typos in docstrings.

18 years ago"?\ " -> "?\s".
Juanma Barranquero [Thu, 21 Jul 2005 10:38:01 +0000 (10:38 +0000)]
"?\ " -> "?\s".

18 years ago(tempo-insert-prompt, tempo-interactive, tempo-show-completion-buffer,
Juanma Barranquero [Thu, 21 Jul 2005 10:33:36 +0000 (10:33 +0000)]
(tempo-insert-prompt, tempo-interactive, tempo-show-completion-buffer,
tempo-tags, tempo-match-finder, tempo-insert-string-functions, tempo-local-tags,
tempo-define-template, tempo-insert-template, tempo-insert-prompt-compat,
tempo-is-user-element, tempo-insert-mark, tempo-find-match-string,
tempo-complete-tag): Fix typos in docstrings.

18 years ago(eshell-ls-decorated-name): Doc fix.
Juanma Barranquero [Thu, 21 Jul 2005 10:03:50 +0000 (10:03 +0000)]
(eshell-ls-decorated-name): Doc fix.
(eshell-ls-missing, eshell-ls-dired-initial-args, eshell-ls-use-in-dired):
Fix typos in docstrings.

18 years ago(tramp-handle-load): Fix typo in error message.
Juanma Barranquero [Thu, 21 Jul 2005 09:49:07 +0000 (09:49 +0000)]
(tramp-handle-load): Fix typo in error message.

18 years ago(cua-mode, cua-enable-register-prefix, cua-enable-cua-keys, cua-use-hyper-key,
Juanma Barranquero [Thu, 21 Jul 2005 09:38:13 +0000 (09:38 +0000)]
(cua-mode, cua-enable-register-prefix, cua-enable-cua-keys, cua-use-hyper-key,
cua-virtual-rectangle-edges): Fix typos in docstrings.
(cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".

18 years ago(regexp-builder): Use `defalias' instead of faking it.
Juanma Barranquero [Thu, 21 Jul 2005 09:10:49 +0000 (09:10 +0000)]
(regexp-builder): Use `defalias' instead of faking it.

18 years ago(insert-image-file): Add yank-handler.
Kim F. Storm [Thu, 21 Jul 2005 08:56:23 +0000 (08:56 +0000)]
(insert-image-file): Add yank-handler.
(image-file-yank-handler): Yank handler to make unique copies of
images when they are yanked into a buffer next to each other.

18 years ago(report-emacs-bug): Request that backtraces are
Kim F. Storm [Thu, 21 Jul 2005 08:56:04 +0000 (08:56 +0000)]
(report-emacs-bug): Request that backtraces are
included when reporting an emacs crash, and tell about the DEBUG file.

18 years ago*** empty log message ***
Kim F. Storm [Thu, 21 Jul 2005 08:55:14 +0000 (08:55 +0000)]
*** empty log message ***

18 years ago(Fmac_code_convert_string): Add comment about Fstring_as_unibyte.
Stefan Monnier [Thu, 21 Jul 2005 05:36:04 +0000 (05:36 +0000)]
(Fmac_code_convert_string): Add comment about Fstring_as_unibyte.

18 years ago(strokes-load-hook): Doc fix.
Juanma Barranquero [Wed, 20 Jul 2005 23:09:56 +0000 (23:09 +0000)]
(strokes-load-hook): Doc fix.
(strokes-grid-resolution, strokes-get-grid-position,
strokes-renormalize-to-grid, strokes-read-stroke, strokes-read-complex-stroke,
strokes-file, strokes-last-stroke, strokes-global-map): Fix typos in docstrings.
(strokes-help): Doc fix.  Fix help message and pass it through
`substitute-command-keys'.

18 years ago(skeleton-proxy-new): Doc fix.
Juanma Barranquero [Wed, 20 Jul 2005 22:37:49 +0000 (22:37 +0000)]
(skeleton-proxy-new): Doc fix.

18 years ago(clone-indirect-buffer): Doc fix.
Juanma Barranquero [Wed, 20 Jul 2005 22:29:53 +0000 (22:29 +0000)]
(clone-indirect-buffer): Doc fix.
(fixup-whitespace, just-one-space, backward-delete-char-untabify, lambda):
"?\ " -> "?\s".
(next-error, next-error-highlight, next-error-highlight-no-select,
next-error-last-buffer, next-error-buffer-p, next-error-find-buffer, next-error,
previous-error, next-error-no-select, previous-error-no-select, open-line,
split-line, minibuffer-prompt-width, kill-new, binary-overwrite-mode):
Fix typos in docstrings.
(set-fill-column): Fix typo in message.

18 years ago(s-region-bind): Doc fix.
Juanma Barranquero [Wed, 20 Jul 2005 21:48:43 +0000 (21:48 +0000)]
(s-region-bind): Doc fix.
(s-region-move-p1, s-region-move-p2): Fix typos in docstrings.

18 years ago(ps-extend-face-list, ps-extend-face, ps-print-background-image): Fix typos in
Juanma Barranquero [Wed, 20 Jul 2005 21:33:29 +0000 (21:33 +0000)]
(ps-extend-face-list, ps-extend-face, ps-print-background-image): Fix typos in
docstrings.
(ps-default-fg, ps-default-bg): Doc fixes.

18 years ago(cvs-flags-query, cvs-strings->string, cvs-prefix-get): Fix typos in docstrings.
Juanma Barranquero [Wed, 20 Jul 2005 20:51:27 +0000 (20:51 +0000)]
(cvs-flags-query, cvs-strings->string, cvs-prefix-get): Fix typos in docstrings.

18 years ago(prune-directory-list): Fix typos in docstring.
Juanma Barranquero [Wed, 20 Jul 2005 20:41:53 +0000 (20:41 +0000)]
(prune-directory-list): Fix typos in docstring.