1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-24 22:40:51 -08:00
Commit graph

52838 commits

Author SHA1 Message Date
Richard M. Stallman
1efc19ebfa *** empty log message *** 2004-11-08 17:00:42 +00:00
Richard M. Stallman
bbf4169032 (next-error group, face): Move before first use.
(next-error-highlight, next-error-highlight-no-select): Likewise.

(line-move-invisible-p): Renamed from line-move-invisible.
(line-move): New args NOERROR and TO-END.
Return t if if succeed in moving specified number of lines.
(move-end-of-line): New function.

(beginning-of-buffer-other-window, end-of-buffer-other-window):
Use with-no-warnings.
2004-11-08 16:59:43 +00:00
Richard M. Stallman
7e1963161d (syntax-after): Doc fix. 2004-11-08 16:55:56 +00:00
Richard M. Stallman
91c311a94c (Syntax Table Functions): Add syntax-after. 2004-11-08 16:55:07 +00:00
Richard M. Stallman
18819b0f49 *** empty log message *** 2004-11-08 16:46:59 +00:00
Richard M. Stallman
d5d126ea02 (show-paren-function): Change calls to syntax-after
for new way of returning the value.
2004-11-08 16:45:17 +00:00
Richard M. Stallman
b23b6fecf7 (menu-bar-file-menu): Make this the real name
and menu-bar-files-menu the alias.  Use the former.
(global-map): Use `file', not `files', as the symbol.
2004-11-08 16:44:15 +00:00
Richard M. Stallman
cb7de2e759 (Info-revert-find-node): Don't use beginning-of-buffer. 2004-11-08 16:43:00 +00:00
Richard M. Stallman
4331c31e95 (filesets-spawn-external-viewer, filesets-run-cmd):
Don't use beginning-of-buffer.
(filesets-cmd-show-result): Use with-no-warnings.
2004-11-08 16:42:25 +00:00
Richard M. Stallman
51769fccbc Comment changes. 2004-11-08 16:40:33 +00:00
Eli Zaretskii
997a1ae5fb (bootstrap-clean): Copy ldefs-boot.el onto
loaddefs.el, unless the latter exists and is newer.
2004-11-08 14:05:40 +00:00
Eli Zaretskii
406865b8a4 (mostlyclean, distclean, maintainer-clean)
(extraclean, bootfast): New targets.
(top_distclean): New macro, used by distclean, maintainer-clean,
and extraclean.
(.PHONY): Add bootfast.
(bootstrap): Make bootstrap-after in lisp.
(bootstrap-clean-before): Clean in man, lispref, and lispintro as
well.
2004-11-08 13:56:55 +00:00
Eli Zaretskii
3f8ea68c98 *** empty log message *** 2004-11-08 13:02:27 +00:00
Eli Zaretskii
cc9308341d (HAVE_BZERO): Define for GCC v3.x and later. 2004-11-08 13:01:50 +00:00
Juri Linkov
20320c6516 (compile): Don't overwrite last command in minibuffer history
with default command if they are not equal.
2004-11-08 12:19:14 +00:00
Juri Linkov
b056d9cbd7 *** empty log message *** 2004-11-08 12:18:33 +00:00
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