1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-19 20:40:41 -07:00
Commit graph

53235 commits

Author SHA1 Message Date
Eli Zaretskii
3c14598ca1 Move #include "systime.h" before <sys/resource.h>.
Don't include <sys/time.h> explicitly.
Include <stdio.h> unconditionally, not just on MacOS.
2004-11-08 12:04:07 +00:00
Jay Belanger
3c29dab149 *** empty log message *** 2004-11-08 02:37:02 +00:00
Jay Belanger
f1e0e03c67 (math-do-integral-methods): Try linear, then non-linear, substitutions. 2004-11-08 02:21:11 +00:00
Kenichi Handa
a653f81218 (fontset_pattern_regexp): Cancel my previous change;
don't pay attention to '\' before '*'.
(fontset_pattern_regexp): Change the meaning of the second arg.
(Fnew_fontset): Call fs_query_fontset, not Fquery_fontset.
(check_fontset_name): Try NAME as literal at first, and if it
failes, try NAME as pattern.
2004-11-08 00:38:48 +00:00
Jay Belanger
bd6bda79c3 *** empty log message *** 2004-11-08 00:27:05 +00:00
Jay Belanger
4710da05cb (math-linear-subst-tried): New variable.
(math-do-integral):  Set `math-linear-subst-tried' to nil.

(math-do-integral-methods):  Use `math-linear-subst-tried' to
determine what type of substitution to try.

(math-integ-try-linear-substituion):  Set `math-linear-subst-tried' to
t.
2004-11-07 23:33:29 +00:00
Kim F. Storm
3fc61fde57 (bootstrap, bootstrap-clean-before): Remove .elc
files before building.
(bootfast, bootstrap-clean-before-fast): New targets, like
bootstrap but don't remove .elc files.
2004-11-07 23:27:18 +00:00
Kim F. Storm
85c385423e *** empty log message *** 2004-11-07 23:27:02 +00:00
Kim F. Storm
0571ccec40 (bootstrap-clean): New target for 'make bootstrap'. 2004-11-07 23:23:57 +00:00
Richard M. Stallman
551373ea98 *** empty log message *** 2004-11-07 22:51:22 +00:00
Jan Djärv
c37caf9d6b * emacs.c (Fdump_emacs): Only output warning on GNU/Linux. 2004-11-07 21:59:19 +00:00
Juri Linkov
947faf4fe7 (info-lookup): Allow reusing in the current buffer
not only *info* buffer, but all (even renamed) Info buffers
by checking for major-mode instead of *info* buffer name.
(c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
(octave-mode, maxima-mode) <doc-spec>:
Allow long dashes generated by Texinfo 4.7 before definitions.
(texinfo-mode) <doc-spec>: Add space to suffix to find command
definitions with argument separated by space.
2004-11-07 20:52:51 +00:00
Juri Linkov
91337c1f28 *** empty log message *** 2004-11-07 20:52:25 +00:00
Andreas Schwab
b72915a740 Don't declare Fmsdos_downcase_filename. 2004-11-07 11:08:45 +00:00
Andreas Schwab
b7f3499735 Declare Fmsdos_downcase_filename. 2004-11-07 11:06:32 +00:00
Jan Djärv
238a44a865 * dosfns.c (Fdos_memget, Fdos_memput): Use integer variable offs in
comparisons with integers instead of Lisp_Object address.
(Fmsdos_set_keyboard): Declare argument allkeys.

* msdos.c (IT_set_frame_parameters): Use EQ, not ==, for Lisp_Object:s.

* dired.c: extern declare Fmsdos_downcase_filename on MSDOS to avoid
int/Lisp_Object mixup.

* fileio.c: Ditto.
2004-11-07 09:13:26 +00:00
Steven Tamm
21acf12465 editfns.c: Adding in better patch 2004-11-07 05:57:58 +00:00
Steven Tamm
31141c132b editfns.c: Need to include sys/time.h before resource.h on darwin. 2004-11-07 05:57:08 +00:00
Richard M. Stallman
e710efbbb3 (syntax-after): Return the syntax letter, not the raw code. 2004-11-07 04:10:38 +00:00
Richard M. Stallman
da355cba85 (elp-results): Delete wasteful beginning-of-buffer. 2004-11-07 04:09:31 +00:00
Richard M. Stallman
202a3a716b (iso-cvt-define-menu): menu-bar-files-menu renamed to menu-bar-file-menu. 2004-11-07 04:08:15 +00:00
Richard M. Stallman
db32470656 (browse-url-gnome-moz-program)
(browse-url-gnome-moz-arguments): Move up before first use.
2004-11-07 04:00:18 +00:00
Richard M. Stallman
589d30dd8b (tramp group): Add :version. 2004-11-07 03:59:21 +00:00
Richard M. Stallman
254746ffd9 (ada-gdb-application): Use goto-char instead of beginning-of-buffer. 2004-11-07 03:58:37 +00:00
Richard M. Stallman
fc49c9c623 (cperl-info-on-command): Use goto-char instead of beginning-of-buffer. 2004-11-07 03:57:24 +00:00
Richard M. Stallman
af866d845e (idlwave-shell-examine-map): Move up before first use.
(idlwave-shell-temp-pro-file): Likewise.
(idlwave-shell-temp-rinfo-save-file): Likewise.
(idlwave-shell-temp-file): Minor doc fix.
2004-11-07 03:56:09 +00:00
Richard M. Stallman
f8cb5ed621 (flyspell-external-point-words): Use goto-char instead of beginning-of-buffer. 2004-11-07 03:52:04 +00:00
Richard M. Stallman
f28c1bd9cd (command_loop_1): Change Vtransient_mark_mode
before deciding whether to inctivate mark.
2004-11-07 03:50:11 +00:00
Richard M. Stallman
c9aa6a4184 (Fcall_interactively): Avoid reusing EVENT for other data. 2004-11-07 03:48:56 +00:00
Richard M. Stallman
e1e419ecc6 (merge_named_face): GCPRO the face_name in the
named_merge_point struct that we make.
(merge_face_heights): Eliminate GCPRO arg.  All callers changed.
2004-11-07 03:47:09 +00:00
Andreas Schwab
3b6536b101 Whitespace fixup. 2004-11-07 01:57:27 +00:00
Kai Großjohann
c37ee7cb84 (tramp-uudecode): Mention `uudecode -o /dev/stdout'. 2004-11-06 20:32:24 +00:00
Kai Großjohann
e7b52b6db2 (tramp-coding-commands): Additionally try "uudecode -o /dev/stdout"
before trying "uudecode -o -".  Suggested by Han Boetes.
2004-11-06 20:27:16 +00:00
David Ponce
50ed4c9619 (recentf-menu-path): Use menu item name. 2004-11-06 18:27:56 +00:00
David Ponce
59341ff0e3 *** empty log message *** 2004-11-06 18:27:36 +00:00
Karoly Lorentey
050ddd28da Fix bootstrap problem with --without-x.
* lisp/progmodes/gdb-ui.el: Protect define-fringe-bitmap with fboundp.


git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-265
2004-11-06 17:57:15 +00:00
Karoly Lorentey
65ea794923 Merged in changes from CVS trunk.
Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-653
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-654
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-655
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-656
   Update from CVS: lisp/man.el (Man-xref-normal-file): Fix help-echo.

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-657
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-658
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-659
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-660
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-661
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-662
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-663
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-664
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-665
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-666
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-667
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-668
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-669
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-670
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-671
   Update from CVS

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

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

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

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

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

git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-264
2004-11-06 17:52:02 +00:00
Eli Zaretskii
66fcf39cc0 Document get-internal-run-time. 2004-11-06 17:05:42 +00:00
Eli Zaretskii
6159c232a6 *** empty log message *** 2004-11-06 17:04:23 +00:00
Eli Zaretskii
2f6037a53f (Processor Run Time): New section documenting get-internal-run-time. 2004-11-06 17:03:18 +00:00
Eli Zaretskii
32bfb2d565 (sxhash): As far as possible, merge calculation of
hash code for symbols and strings.
2004-11-06 17:01:27 +00:00
Eli Zaretskii
4211ee7d6c (Fget_internal_run_time): New function.
(syms_of_data): Defsubr it.
2004-11-06 17:00:37 +00:00
Eli Zaretskii
59dede2226 *** empty log message *** 2004-11-06 16:54:06 +00:00
Eli Zaretskii
ea92fc9ff2 Regenerate. 2004-11-06 16:53:38 +00:00
Eli Zaretskii
aec04d3666 Add check for getrusage. 2004-11-06 16:29:08 +00:00
Eli Zaretskii
bc214b060b (install, maintainer-clean): Don't use "elisp-*" as it nukes elisp-cover.texi.
(dist): Change elisp-[0-9] to elisp-[1-9], as there could be no elisp-0 etc.
2004-11-06 16:17:45 +00:00
Eli Zaretskii
9788e74ead Don't call define-fringe-bitmap if the display doesn't support images. 2004-11-06 16:07:10 +00:00
Andreas Schwab
803a05c2fa (tempo-match-finder): Doc fix. 2004-11-06 14:49:45 +00:00
Andreas Schwab
cffe562a9f (easy-menu-get-map): Fix last change. 2004-11-06 14:43:43 +00:00
Andreas Schwab
98961e08e5 Change log entry reconstructed from commit message. 2004-11-06 14:41:21 +00:00