1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-07 04:10:27 -08:00
Commit graph

52240 commits

Author SHA1 Message Date
Miles Bader
c3bc41c2d8 Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-599
Merge from gnus--rel--5.10

Patches applied:

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-42
   Update from CVS

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-43
   Merge from emacs--cvs-trunk--0
2004-10-06 15:51:45 +00:00
Eli Zaretskii
b0b6ad00ce (LC_ALL=C): Fix src/Makefile breakage caused by
recent (2004-09-24) changes in src/Makefile.in.
2004-10-06 15:46:19 +00:00
Steven Tamm
bf06c82f4b macfns.c (mac_get_window_bounds): Add extern.
(x_real_positions): Use mac_get_window_bounds.

macmenu.c (update_submenu_strings): Apply 2004-09-07 change for
xmenu.c (YAILOM).

macterm.c [!MAC_OSX]: Include Windows.h.
(front_emacs_window): Rename from mac_front_window.  All uses
changed.  Return the frontmost non-tooltip emacs window.
(mac_get_window_bounds): New function.
(x_calc_absolute_position): Use the difference of width and height
between the inner and outer window.
(x_set_offset): Specify window position by the coordinae of the
outer window.  Adjust the position if the title bar is completely
outside the screen.
(app_is_suspended, app_sleep_time): Remove unused variables.
(do_app_resume, do_app_suspend): Remove their contents because
window-activate/deactivate events will do the job.
(do_zoom_window): Remove unused variables.  Make compliant to the
standard way of zooming.  Set f->left_pos and f->top_pos.
(XTread_socket): Don't use argument `expected'.  Don't use
FrontWindow to determine the clicked window.  Exclude unprocessed
mouseUp cases in the early stage.  Add parentheses to fix operator
precedence.
(XTread_socket) [TARGET_API_MAC_CARBON]: Don't specify drag area.
2004-10-06 15:38:53 +00:00
Kim F. Storm
811120105c New display properties added to manuals. 2004-10-06 13:27:03 +00:00
Jan Djärv
05cf15c600 configure.in (HAVE_RANDOM_HEAPSTART): Move output of warning message to end
of configure run.
2004-10-06 12:28:31 +00:00
Jan Djärv
96fcad045a Fix my name and address 2004-10-06 07:29:55 +00:00
Jan Djärv
4cbbf6b725 * configure.in (HAVE_RANDOM_HEAPSTART): Change AC_MSG_ERROR to
AC_MSG_WARN.
2004-10-06 07:26:14 +00:00
Nick Roberts
3ef8233466 (gdb-ann3): (Re-)initialise gdb-input-queue. 2004-10-06 07:20:53 +00:00
Nick Roberts
fb1adf175d *** empty log message *** 2004-10-06 07:20:15 +00:00
Nick Roberts
444ee6d730 (Starting GUD): Note that multiple debugging
sessions requires `gdb --fullname'.
2004-10-06 07:19:04 +00:00
John Paul Wallington
07f7e9aede (xml-parse-dtd): Fix `error' call. 2004-10-06 06:04:41 +00:00
Miles Bader
a13bc06478 Changes from arch/CVS synchronization 2004-10-06 03:45:06 +00:00
Mark A. Hershberger
a3110b5ddc fix to for xml-substitute-special to produce a single string instead
of several if a substitution is made.
2004-10-06 00:58:29 +00:00
Mark A. Hershberger
fcb21188ec Changelog for xml.el 2004-10-06 00:48:08 +00:00
Karl Berry
399bf6b36b typos etc. 2004-10-06 00:06:14 +00:00
Luc Teirlinck
9e9245cebd *** empty log message *** 2004-10-05 23:39:42 +00:00
Luc Teirlinck
304c317325 Various small changes in addition to the following.
(Text): Replace xref for autotype with inforef.
(Sentences): Explain nil value for `sentence-end'.
(Paragraphs): Update default values for `paragraph-start' and
`paragraph-separate'.
(Text Mode): Correct description of Text mode's effect on the
syntax table.
(Outline Visibility): `hide-other' does not hide top level headings.
`selective-display-ellipses' no longer has an effect on Outline mode.
(TeX Misc): Add missing @cindex.
Replace xref for RefTeX with inforef.
(Requesting Formatted Text): the variable
`enriched-fill-after-visiting' no longer exists.
(Editing Format Info): Update names of menu items and commands.
(Format Faces): Mention special effect of specifying the default face.
Describe inheritance of text properties.
Correct description of `fixed' face.
(Format Indentation): Correct description of effect of setting
margins.  Mention `set-left-margin' and `set-right-margin'.
(Format Justification): Update names of menu items.
`set-justification-full' is now bound to `M-j b'.
Mention that `default-justification' is a per buffer variable.
(Format Properties): Update name of menu item.
(Forcing Enriched Mode): `format-decode-buffer' automatically
turns on Enriched mode if the buffer is in text/enriched format.
2004-10-05 23:28:59 +00:00
Glenn Morris
1698fb36fb *** empty log message *** 2004-10-05 22:37:14 +00:00
Glenn Morris
47daea4c26 From Ulf Jasper <ulf.jasper@web.de>:
(iCalendar): New section for new package.
2004-10-05 22:31:35 +00:00
Glenn Morris
707c20a84a New file, from Ulf Jasper <ulf.jasper@web.de>. 2004-10-05 22:29:16 +00:00
Jan Djärv
d8b43276ce * config.in: Regenerate.
* Makefile.in (RUN_TEMACS): Check HAVE_RANDOM_HEAPSTART instead of
HAVE_EXECSHIELD.
2004-10-05 20:26:00 +00:00
Jan Djärv
4494a266b4 * configure.in (HAVE_RANDOM_HEAPSTART): Renamed HAVE_EXECSHIELD.
Run test to see if heap start address is random.
2004-10-05 20:24:19 +00:00
Robert J. Chassell
0c8b5b65f1 Add minor footnotes saying ' is an abbreviation for quote. 2004-10-05 16:47:54 +00:00
Jan Djärv
b90ee8b5fe * xterm.c (x_find_modifier_meanings): Ignore any Super or Hyper for
a row if Alt or Meta has been found for that row.  Also stop scanning
for Keysyms for that row.
2004-10-05 10:52:53 +00:00
Kim F. Storm
35ab48578a *** empty log message *** 2004-10-05 08:57:14 +00:00
Kim F. Storm
cf6d43aeca (Fringe Bitmaps): Update fringe-bitmaps-at-pos. 2004-10-05 08:55:12 +00:00
Juri Linkov
ea99d5c800 (Info-history, Info-toc): Fix Info headers.
(Info-toc): Narrow buffer before Info-fontify-node.
(Info-build-toc): Don't check for special Info file names.
Set main-file to nil if Info-find-file returns a symbol.
2004-10-05 04:23:55 +00:00
Juri Linkov
071fdd6692 (isearch-done): Set mark after running hook.
Suggested by Drew Adams <drew.adams@oracle.com>.
2004-10-05 04:22:41 +00:00
Glenn Morris
80a47b51e7 *** empty log message *** 2004-10-04 23:49:32 +00:00
Glenn Morris
fb60b3e130 From Emilio C. Lopes <eclig@gmx.net>:
(calendar-goto-iso-week): Add autoload.
(calendar-mode-map): Add binding for `calendar-goto-iso-week'.
2004-10-04 23:46:42 +00:00
Glenn Morris
6b8927e31c Update copyright and maintainer.
From  Emilio C. Lopes  <eclig@gmx.net>:
(calendar-mode-map): Add binding for `calendar-goto-iso-week'.
2004-10-04 23:45:06 +00:00
Glenn Morris
b76a84cd86 Update copyright and maintainer.
(calendar-iso-read-args): New function, for old interactive spec from
calendar-goto-iso-date.
(calendar-goto-iso-date): Use it.
(calendar-goto-iso-week): New function.  Suggested by Emilio C. Lopes
<eclig@gmx.net>.
2004-10-04 23:42:37 +00:00
Glenn Morris
554b59cd74 Add entry from Emilio Lopes <eclig@gmx.net>. 2004-10-04 23:34:39 +00:00
Glenn Morris
6e7d9eaedd From Emilio C. Lopes <eclig@gmx.net>:
(From Other Calendar): Add calendar-goto-iso-week.
2004-10-04 23:32:25 +00:00
Juri Linkov
7c3bb5a5db * gnus-group.el (gnus-update-group-mark-positions):
* gnus-sum.el (gnus-update-summary-mark-positions):
* message.el (message-check-news-body-syntax):
* gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
8-bit unibyte values to a multibyte string for search functions.
2004-10-04 23:18:11 +00:00
Luc Teirlinck
5086e75d2a *** empty log message *** 2004-10-04 23:00:13 +00:00
Luc Teirlinck
0c4f5f23b3 Update for new bindings of set-left-margin' and set-right-margin'. 2004-10-04 22:38:22 +00:00
Luc Teirlinck
98fdd1744a (enriched-mode-map): Give set-left-margin' and set-right-margin'
bindings that follow the minor mode conventions.
2004-10-04 22:32:59 +00:00
Kim F. Storm
0207b8ad25 *** empty log message *** 2004-10-04 14:13:38 +00:00
Kim F. Storm
d3848fe90d (Ffringe_bitmaps_at_pos): Change return value from cons
to list.  Include overlay arrow bitmap in return value.
2004-10-04 14:13:18 +00:00
Kim F. Storm
13fcb8896e (XTset_vertical_scroll_bar): Improve handling of scroll
bars with fractional column width.  If scroll bar separates two
windows, move it towards the window it belongs to.  Only update
the padding area below the scroll bar widget when necessary,
i.e. when scroll bar widget is created, moved, or resized.
2004-10-04 14:07:06 +00:00
Kim F. Storm
25f7220cc9 *** empty log message *** 2004-10-04 14:06:28 +00:00
Kim F. Storm
b55d59bad9 (x_draw_vertical_border): Do not draw line if frame has scroll bars. 2004-10-04 13:57:31 +00:00
Kim F. Storm
562020fe6f (define_frame_cursor1): Do not change frame cursor
while tracking/dragging mouse.
2004-10-04 13:57:13 +00:00
Kim F. Storm
cb639b8f7c (coordinates_in_window): Relax check for cursor
on vertial border between mode lines.
(Fset_window_fringes): Do not allow negative widths.
(Fset_window_scroll_bars): Likewise.
2004-10-04 13:46:19 +00:00
Kim F. Storm
37e34af710 *** empty log message *** 2004-10-04 13:46:04 +00:00
Kim F. Storm
1ce9f40ad4 Mention pp and ff commands. 2004-10-04 13:37:01 +00:00
Kim F. Storm
6c5d0c5224 (pp): Shorthand for p ARG + pr.
(ff): New command: flush frame updates (X only).
2004-10-04 13:34:59 +00:00
Kim F. Storm
904db1a29f *** empty log message *** 2004-10-04 13:34:31 +00:00
Stefan Monnier
dd166d5fa1 (tex-dvi-view-command): Use `yap' on w32.
(tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
(latex-block-args-alist): Add minipage and picture.
(latex-block-body-alist): Use reftex-label if enabled.
(latex-insert-block): Don't insert a \n if not necessary.
(tex-compile-commands): Make sure dvips doesn't send to printer.
(tex-compile-default): Handle the case where no executable is found.
(latex-noindent-environments): New var.
(latex-find-indent): Use it.  Take an empty line as an arg-breaker.
If tex-indent-allhanging is non-nil, make sure we only align for macros
at beginning of line.
2004-10-03 19:53:23 +00:00