bpt/emacs.git
18 years ago(QCascii_compatible_p): New variable.
Kenichi Handa [Fri, 29 Jul 2005 06:20:30 +0000 (06:20 +0000)]
(QCascii_compatible_p): New variable.
(syms_of_coding): Initialize it.
(ONE_MORE_BYTE): Decrement `src' before calling string_char.
(ONE_MORE_BYTE_NO_CHECK): Likewise.
(record_conversion_result): Add `default:' case.
(coding_charset_list): Delete unused variable `coding_type'.
(Fdefine_coding_system_internal): Add `ascii-compatible-p'
property in the plist of the coding system.
(Fcoding_system_put): Check QCascii_compatible_p.

18 years ago*** empty log message ***
Kenichi Handa [Fri, 29 Jul 2005 06:18:00 +0000 (06:18 +0000)]
*** empty log message ***

18 years ago(coding-system-get): Check
Kenichi Handa [Fri, 29 Jul 2005 06:17:39 +0000 (06:17 +0000)]
(coding-system-get): Check
`ascii-incompatible' for backward compatiblity.
(set-file-name-coding-system): Signal an error for a coding system
not suitable for file name.
(set-keyboard-coding-system): Signal an error for a coding system
not suitable for keyboard.

18 years ago(iso-2022-cn, iso-2022-cn-ext): Set
Kenichi Handa [Fri, 29 Jul 2005 06:15:24 +0000 (06:15 +0000)]
(iso-2022-cn, iso-2022-cn-ext): Set
:suitable-for-keyboard property to 1.

18 years ago(iso-2022-jp, iso-2022-jp-2)
Kenichi Handa [Fri, 29 Jul 2005 06:14:45 +0000 (06:14 +0000)]
(iso-2022-jp, iso-2022-jp-2)
(iso-2022-jp-2004): Set :suitable-for-keyboard property to 1.

18 years ago(vietnamese-viscii, vietnamese-vscii)
Kenichi Handa [Fri, 29 Jul 2005 06:14:00 +0000 (06:14 +0000)]
(vietnamese-viscii, vietnamese-vscii)
(vietnamese-tcvn): Set :suitable-for-file-name property to t.

18 years agoRevision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-74
Miles Bader [Fri, 29 Jul 2005 01:54:54 +0000 (01:54 +0000)]
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-74

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 493-503)

   - Update from CVS
   - Update from CVS: lisp/startup.el (command-line): Fix typo.
   - Merge from gnus--rel--5.10

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

   - Update from CVS

18 years agoRevision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-503
Miles Bader [Fri, 29 Jul 2005 01:44:40 +0000 (01:44 +0000)]
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-503

Merge from gnus--rel--5.10

Patches applied:

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

   - Update from CVS

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

   * lisp/gnus/rfc2231.el (rfc2231-parse-string): Take care that not only a
   segmented parameter but also other parameters might be there.

18 years agoDon't create lisp/Makefile.unix.
Juanma Barranquero [Thu, 28 Jul 2005 22:41:44 +0000 (22:41 +0000)]
Don't create lisp/Makefile.unix.

18 years agoFixed ange-ftp problem with IPv6 failure.
Stefan Monnier [Thu, 28 Jul 2005 16:00:12 +0000 (16:00 +0000)]
Fixed ange-ftp problem with IPv6 failure.

18 years ago(ange-ftp-gateway-fatal-msgs, ange-ftp-pending-error-line): New vars.
Stefan Monnier [Thu, 28 Jul 2005 15:28:44 +0000 (15:28 +0000)]
(ange-ftp-gateway-fatal-msgs, ange-ftp-pending-error-line): New vars.
(ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
to handle the non-fatal no-route-to-host messages.
(internal-ange-ftp-mode): Make the no-match regexp more efficient.

18 years ago(isearch-mode-map, isearch-other-meta-char, isearch-quote-char,
Juanma Barranquero [Thu, 28 Jul 2005 14:00:03 +0000 (14:00 +0000)]
(isearch-mode-map, isearch-other-meta-char, isearch-quote-char,
isearch-printing-char, isearch-text-char-description): "?\ " -> "?\s".
(isearch-lazy-highlight-cleanup, isearch-lazy-highlight-initial-delay,
isearch-lazy-highlight-interval, isearch-lazy-highlight-max-at-a-time,
isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup): Declare with
define-obsolete-*-alias macros.
(isearch-forward): Fix typo in docstring.
(search-invisible, search-ring-yank-pointer, regexp-search-ring-yank-pointer):
Doc fixes.

18 years ago(recentf-menu-append-commands-p): Declare with `define-obsolete-variable-alias'.
Juanma Barranquero [Thu, 28 Jul 2005 13:00:18 +0000 (13:00 +0000)]
(recentf-menu-append-commands-p): Declare with `define-obsolete-variable-alias'.
(recentf-max-saved-items, recentf-menu-filter,
recentf-arrange-by-rule-subfilter): Doc fixes.
(recentf-menu-append-commands-flag, recentf-initialize-file-name-history,
recentf-expand-file-name, recentf-clear-data): Fix typos in docstrings.

18 years ago(my_set_window_pos, my_show_window): Don't declare.
Juanma Barranquero [Thu, 28 Jul 2005 09:48:25 +0000 (09:48 +0000)]
(my_set_window_pos, my_show_window): Don't declare.
(my_create_window, my_create_tip_window): Make static.

18 years ago(my_show_window, my_set_window_pos, my_set_focus, my_set_foreground_window,
Juanma Barranquero [Thu, 28 Jul 2005 09:45:10 +0000 (09:45 +0000)]
(my_show_window, my_set_window_pos, my_set_focus, my_set_foreground_window,
my_destroy_window): Make static.

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*** empty log message ***
Kenichi Handa [Tue, 26 Jul 2005 12:03:19 +0000 (12:03 +0000)]
*** empty log message ***

18 years ago(robin-define-package): Delete redundant
Kenichi Handa [Tue, 26 Jul 2005 12:03:05 +0000 (12:03 +0000)]
(robin-define-package): Delete redundant
code.
(robin-add-rule): Allow N-1 reverse conversion.

18 years ago*** empty log message ***
Kenichi Handa [Tue, 26 Jul 2005 05:40:19 +0000 (05:40 +0000)]
*** empty log message ***

18 years ago(robin-define-package): Make the expaneded form shorter.
Kenichi Handa [Tue, 26 Jul 2005 05:40:05 +0000 (05:40 +0000)]
(robin-define-package): Make the expaneded form shorter.

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--unicode--0--patch-71
Miles Bader [Fri, 22 Jul 2005 08:27:27 +0000 (08:27 +0000)]
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-71

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 485-492)

   - Update from CVS
   - Merge from gnus--rel--5.10

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

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

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.