1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-26 07:11:34 -08:00
Commit graph

52264 commits

Author SHA1 Message Date
Eli Zaretskii
4f124fb528 (etags-tags-completion-table): Use progress reporter.
(etags-tags-apropos): Likewise.
2004-10-08 17:34:01 +00:00
Eli Zaretskii
d0e2accefa (tar-summarize-buffer): Use progress reporter. 2004-10-08 17:31:51 +00:00
Eli Zaretskii
b4329caaf8 (make-progress-reporter, progress-reporter-update)
(progress-reporter-force-update, progress-reporter-do-update)
(progress-reporter-done): New functions.
2004-10-08 17:23:40 +00:00
Eli Zaretskii
e42d647407 Mention the changes in C-y behavior when at end of line. 2004-10-08 17:14:15 +00:00
Eli Zaretskii
0b4fe585ef Update the documentation of C-y in the case that point is already at the
end of a line.
2004-10-08 17:04:58 +00:00
Eli Zaretskii
a1883913f8 (isearch-yank-line): C-y yanks to next EOL, not end of current line. 2004-10-08 17:02:16 +00:00
Masatake YAMATO
9afed9b1fa (server-process-filter): Wrap `process-send-region'
by `condition-case' to guard the case when the pipe to PROC is
closed.
2004-10-08 15:50:59 +00:00
Robert J. Chassell
7ff2aa3963 Fix typo: `the' to `the''. 2004-10-08 13:07:25 +00:00
Glenn Morris
7d80643917 (iCalendar): Style changes. 2004-10-08 11:45:20 +00:00
Glenn Morris
8bc687ff19 *** empty log message *** 2004-10-08 11:41:56 +00:00
Luc Teirlinck
28fe88fc12 (Regexps): The regexp described in the example is no longer stored in
the variable `sentence-end'.
2004-10-07 22:16:43 +00:00
Kim F. Storm
f94a2622a0 (x_update_window_end): Fix flicker on vertical line between
windows.  Update vertical line after drawing window fringes, but
only if actually drawing any bitmaps--or there is no fringe.
2004-10-07 21:59:39 +00:00
Kim F. Storm
0a1527d6b5 (redisplay_window): Fix flicker on vertical line between
windows.  Update vertical line after drawing window fringes, but
only if actually drawing any bitmaps--or there is no fringe.
2004-10-07 21:58:16 +00:00
Kim F. Storm
11491cbb2a (draw_window_fringes): Return value now indicates if
any fringe bitmaps were redrawn (or there are no fringes).
2004-10-07 21:57:53 +00:00
Kim F. Storm
98c95e4e0d (draw_window_fringes): Update prototype. 2004-10-07 21:57:40 +00:00
Kim F. Storm
3c7d999a7d *** empty log message *** 2004-10-07 21:57:15 +00:00
Jason Rumney
696c94e915 Fix spelling errors. 2004-10-07 21:51:50 +00:00
Mark A. Hershberger
f0d494374f 2004-10-07 Mark A. Hershberger <mah@everybody.org>
* xml.el (xml-substitute-special): Limit handling of external
	entities.
2004-10-07 18:13:43 +00:00
Karl Berry
8b0d8589d5 rms says omit reference 2004-10-07 18:07:53 +00:00
Mark A. Hershberger
f6caa5dbbf xml-substitute-special 2004-10-07 18:00:17 +00:00
Robert J. Chassell
626f61ac6f Add missing backquote. 2004-10-07 12:06:59 +00:00
Miles Bader
eb6a2b6140 Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-603
Merge from gnus--rel--5.10

Patches applied:

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-44
   Update from CVS
2004-10-07 05:53:41 +00:00
Karl Berry
1b3d1d14a0 consistent -- use 2004-10-06 21:30:45 +00:00
Stefan Monnier
ccd59305b4 (url-insert-file-contents): Use the URL to decide the
encoding, not the buffer-file-name (which might not even exist).
2004-10-06 15:56:41 +00:00
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