1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-18 18:05:07 +00:00
Commit Graph

58864 Commits

Author SHA1 Message Date
Juanma Barranquero
c638055f54 *** empty log message *** 2005-07-28 08:29:54 +00:00
Juanma Barranquero
483e28ad99 Add `icons' (for in-place installs). 2005-07-28 08:29:30 +00:00
Juanma Barranquero
2323af312b Add data' and site-lisp' (for in-place installs). 2005-07-28 08:26:01 +00:00
Juanma Barranquero
1c264a7397 Add makefile' and config.log'. 2005-07-28 08:07:47 +00:00
Juanma Barranquero
9927b6c84c Don't ignore fns-* and fns.el, which are no longer generated. Ignore also
ctags.c and getopt.h.
2005-07-28 07:59:33 +00:00
Juanma Barranquero
d238808abd (clean): Delete getopt.h.
(getopt.h): New rule.
2005-07-28 07:58:52 +00:00
Nick Roberts
0fc895004b Smarten comments.
(gdb-info-breakpoints-custom): Use nowarn when finding file.
2005-07-28 02:38:59 +00:00
Nick Roberts
8aa9ad9fbd *** empty log message *** 2005-07-28 02:37:13 +00:00
Miles Bader
753f8b0f93 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.
2005-07-27 22:20:46 +00:00
Dan Nicolaescu
4f0c9ba732 * 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.
2005-07-27 18:02:08 +00:00
Luc Teirlinck
e890842c41 (Defining Minor Modes): The keyword for the initial value is
:init-value, not :initial-value.
2005-07-27 15:30:42 +00:00
Luc Teirlinck
653aea227f *** empty log message *** 2005-07-27 15:26:36 +00:00
Kenichi Handa
2f3a9d50b8 (ps-mule-composition-prologue): Fix for the case that
RelativeCompose is false.
2005-07-27 12:35:51 +00:00
Kenichi Handa
3509543ca9 (bdf-read-font-info): Ignore glyphs whose ENCODING is
negative.
2005-07-27 08:00:52 +00:00
Kenichi Handa
e06fd46505 (ps-mule-bitmap-prologue): Fix arguments to setcharwidth. 2005-07-27 07:59:17 +00:00
Miles Bader
c03ac7281c 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.
2005-07-27 01:46:58 +00:00
Miles Bader
d7b7f3c485 Add arch tagline 2005-07-27 01:31:21 +00:00
Paul Eggert
0488749139 Merge gnulib getopt implementation into Emacs. 2005-07-26 21:46:50 +00:00
Paul Eggert
52dbaac8ba Regenerate. 2005-07-26 21:44:41 +00:00
Paul Eggert
9eff9fe3e8 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.
2005-07-26 21:43:13 +00:00
Stefan Monnier
1c9916a1f9 (Fdefvar): Allow (defvar enable-multibyte-characters). 2005-07-26 16:28:44 +00:00
Stefan Monnier
a34ed813d1 (smerge-ediff): Use insert-buffer-substring. 2005-07-26 16:07:55 +00:00
Stefan Monnier
cbfde7a079 (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.
2005-07-26 16:02:09 +00:00
Juanma Barranquero
d32ff76aa2 (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".
2005-07-26 13:56:01 +00:00
Jason Rumney
94c7f25790 (w32_menu_display_help): Suppress tooltip when navigating menus with
the keyboard.
2005-07-25 22:17:02 +00:00
Miles Bader
d8a885817d 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>.
2005-07-25 21:35:55 +00:00
Luc Teirlinck
51db08ebe0 (command-line): Fix typo. (From Ari Roponen.) 2005-07-25 14:21:04 +00:00
Luc Teirlinck
5e4c97446b *** empty log message *** 2005-07-25 14:17:16 +00:00
Miles Bader
40154d1aee Add arch tagline 2005-07-25 05:12:19 +00:00
Richard M. Stallman
5eca5ecd54 (tooltip-mode): Test emacs-basic-display, not emacs-quick-startup. 2005-07-25 03:21:36 +00:00
Juanma Barranquero
48ce962eaf *** empty log message *** 2005-07-24 02:44:15 +00:00
Juanma Barranquero
78690f09b1 (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.
2005-07-24 02:29:14 +00:00
Juanma Barranquero
ac0385c8f1 *** empty log message *** 2005-07-24 01:18:23 +00:00
Juanma Barranquero
3ac3aabd2c (Man-goto-page): Make second argument NOERROR optional. 2005-07-24 01:03:25 +00:00
Richard M. Stallman
55fb4ff7a7 (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.
2005-07-23 22:51:58 +00:00
Richard M. Stallman
69517e25dc (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.
2005-07-23 22:13:54 +00:00
Richard M. Stallman
3bec7ffe70 (compilation-mode-font-lock-keywords):
Don't use compilation-...-face for messages that are not file names.
2005-07-23 22:11:30 +00:00
Richard M. Stallman
bf0bf758f6 (syms_of_insdel): staticpro combine_after_change_buffer. 2005-07-23 19:15:47 +00:00
Richard M. Stallman
3414f2d82b (MAYBE_GC): Test gc_cons_threshold and gc_relative_threshold, one by one. 2005-07-23 19:14:59 +00:00
Richard M. Stallman
c8e16a028e (read_char): Test gc_cons_threshold.
(syms_of_keyboard): staticpro Qecho_area_clear_hook.
2005-07-23 19:09:50 +00:00
Richard M. Stallman
8f6bda75fb (Feval, Ffuncall): Test gc_cons_threshold and
gc_relative_threshold, one by one.
2005-07-23 19:09:09 +00:00
Richard M. Stallman
9bd32d8c95 (gc_cons_threshold, gc_relative_threshold): Declared.
(gc_cons_combined_threshold): Declaration deleted.
2005-07-23 19:08:32 +00:00
Richard M. Stallman
974aae61bb (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.
2005-07-23 19:08:06 +00:00
Eli Zaretskii
ba6ebbd500 (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.
2005-07-23 10:22:44 +00:00
YAMAMOTO Mitsuharu
99f963e4ea (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.
2005-07-23 07:50:27 +00:00
YAMAMOTO Mitsuharu
50971a123a (Fx_popup_menu, Fx_popup_menu): Doc fixes. 2005-07-23 07:48:26 +00:00
YAMAMOTO Mitsuharu
b8ab86c320 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.
2005-07-23 07:48:10 +00:00
YAMAMOTO Mitsuharu
fc3216cb11 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.
2005-07-23 07:47:51 +00:00
Richard M. Stallman
6696f2a495 (Garbage Collection): Clarify previous change. 2005-07-22 22:58:30 +00:00
Juri Linkov
1050234a98 *** empty log message *** 2005-07-22 18:53:02 +00:00