1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00
Commit graph

16337 commits

Author SHA1 Message Date
Richard M. Stallman
b6b4c8bdd2 (eval-after-load): Add lisp-indent-function for it. 1996-10-03 21:51:39 +00:00
Erik Naggum
e0119683e4 (with-temp-buffer): Add indentation property. 1996-10-03 02:16:38 +00:00
Erik Naggum
a2fdb55cd3 (with-current-buffer): Minor cleanup.
(with-temp-file): Support for arguments nil and t removed.
(with-temp-buffer): Use this new macro instead.
(with-output-to-string): Rewrite.
1996-10-03 02:13:52 +00:00
Richard M. Stallman
fd402b2a64 Fetch LD_SWITCH_SYSTEM and LD_SWITCH_MACHINE
from config.h and use them in $ac_link.
1996-10-02 21:44:00 +00:00
Richard M. Stallman
f74e8587dc (ospeed): New #undef to counteract that definition. 1996-10-02 21:43:28 +00:00
Richard M. Stallman
55ac4e9332 (ospeed): New definition. 1996-10-02 21:43:16 +00:00
Richard M. Stallman
52fb15fae2 Delete several \n\'s.
(profile-fix-fun): Delete an if whose test is never true.
Handle doc strings that are also the function value.
1996-10-02 21:42:42 +00:00
Richard M. Stallman
8fd2940861 (save-selected-window, save-current-buffer)
(save-match-data, with-output-to-string, with-current-buffer)
(with-temp-file, with-temp-buffer): Add def-edebug-spec calls.
1996-10-02 21:41:56 +00:00
Francesco Potortì
b6b4884680 * etags.c (print_version): Print copyright info.
* etags.c (print_help): Print the bug reporting address.
	(main): Use return as the last instruction, instead of exit.
	* etags.c (main): Don't open the tags file in cxref mode.
1996-10-02 14:01:24 +00:00
Richard M. Stallman
363a5030a6 (recover-session): Error if session files turned off. 1996-10-02 10:26:51 +00:00
Karl Heuer
7af7ef389a (store_frame_param): Allow setting a frame's minibuffer
to the value that it already has.
1996-10-02 01:03:22 +00:00
Richard M. Stallman
b77087c572 (syms_of_buffer): Doc fix. 1996-10-01 22:49:15 +00:00
Richard M. Stallman
7e563e040c (imenu--make-index-alist): Add doc string. 1996-09-30 23:38:43 +00:00
Paul Eggert
aa7c3349af (date): Make default format acceptable to CVS post v1.8
as well as earlier CVSs and RCS.
1996-09-30 22:15:13 +00:00
Richard M. Stallman
5e0b756022 (etags-file-of-tag): Fix looking-at regexp. 1996-09-29 22:58:23 +00:00
Richard M. Stallman
2502581572 (main): If the lock call fails with EBUSY or
EAGAIN, retry a few times.
1996-09-29 22:45:55 +00:00
Richard M. Stallman
2729a2b5d8 (show_mouse_face): Undo 1996-08-30 change. 1996-09-29 01:29:41 +00:00
Erik Naggum
16890e3564 Create a subdir named `lisp'. 1996-09-28 21:20:54 +00:00
Richard M. Stallman
c631c234c0 (Fcall_interactively): Bind cursor-in-echo-area to t for k' and K'. 1996-09-28 20:38:18 +00:00
Richard M. Stallman
5dd9db3bbd (perldb): Supply visited file name, or -e 0, as default args. 1996-09-28 20:37:44 +00:00
Richard M. Stallman
bcc0d45798 (ps-print-prologue-1): Fix bug in postscript comment lines.
(ps-nb-pages): Call ps-setup _before_ switching to the other
buffer, because of buffer variables.

Major rewrite.
(ps-page-dimensions-database, ps-paper-type): Replace the
following global variables:
(ps-a4-page-height, ps-a4-page-width, ps-legal-page-height,
ps-legal-page-width, ps-letter-page-height, ps-letter-page-width,
ps-pages-alist, ps-page-dimensions): Variables deleted.
(ps-page-height-i, ps-page-width-i): Variables deleted.
(ps-print-prologue): Variable deleted.
(ps-print-prologue-1, ps-print-prologue-2): New variables.
Major rewrite of the postscript code to handle landscape mode,
multiple columns and new font management.
(ps-landscape-mode, ps-number-of-columns, ps-inter-column): New
variables.
Add landscape mode and multiple columns with interspacing.
(ps-font-info-database, ps-font-family, ps-font-size,
ps-header-font-family, ps-header-font-size, ps-header-title-font,
ps-header-title-font-size): New variables.
New font management interface.
(ps-header-line-pad, ps-header-offset): New variables.
(ps-header-font, ps-landscape-page-height): New internal variables.
(ps-top-margin): Change its semantics.  It is now really the top
margin, not anymore twice the top margin.
(/ReportAllFontInfo):  New postscript function to get all the font
families of the printer.
(ps-setup): New function.
(ps-line-lengths, ps-nb-pages-buffer, ps-nb-pages-region): New
utility functions.
(ps-page-dimensions-get-width, ps-page-dimensions-get-height): New macros.
(/HeaderOffset): Fix bug with /PrintStartY.
(/SetHeaderLines): Fix bug.
1996-09-28 04:34:34 +00:00
Richard M. Stallman
08adb0997f (with-temp-file): Add lisp-indent-function property. 1996-09-28 04:21:22 +00:00
Richard M. Stallman
a7ed4c2a6e (with-temp-file): New macro. 1996-09-28 04:16:00 +00:00
Richard M. Stallman
86175613ea Add `provide' call. 1996-09-28 03:17:21 +00:00
Richard M. Stallman
6aa4b3ee28 (x_set_scroll_bar_width): Move cursor to the
left margin, past a scroll bar, if any.
1996-09-27 23:44:49 +00:00
Richard M. Stallman
ebe15e27ee (tex-main-file): Add missing initial value.
(tex-file): Set tex-print-file to source-file always.
1996-09-27 20:42:12 +00:00
Richard M. Stallman
61ede770df (Vdebug_force): New variable.
(syms_of_eval): Set up Lisp var.
(find_handler_clause): If Vdebug_force, call debugger
even if there are handlers.
1996-09-27 20:39:38 +00:00
Richard M. Stallman
38f16fe199 (save-current-buffer, with-current-buffer)
(with-output-to-string): Specify how to indent.
1996-09-27 20:38:03 +00:00
Richard M. Stallman
31f4ca2398 (ange-ftp-skip-msgs): Recognize `passive'. 1996-09-27 19:28:43 +00:00
Richard M. Stallman
e84e14c381 (XTflash): Don't flash in the internal borders.
or between a scroll bar and the edge.

(XTflash): Flash just top and bottom screen line.

(XTread_socket): Finish previous change.
1996-09-27 07:46:54 +00:00
Richard M. Stallman
2a8a07d41b (x_set_internal_border_width, Fx_create_frame):
Call widget_store_internal_border.
(Fx_create_frame): Don't use a superclass when
checking for an internalBorder resource.
1996-09-27 06:53:49 +00:00
Richard M. Stallman
d793b10560 (widget_store_internal_border): New function.
(EmacsFrameSetValues): Undo previous change.
1996-09-27 06:52:45 +00:00
Richard M. Stallman
e1df51ae10 Delete all the autoload calls. 1996-09-27 00:34:05 +00:00
Richard M. Stallman
372a91d780 Add many autoload cookies. 1996-09-27 00:33:39 +00:00
Richard M. Stallman
523abd28e7 (rmail-edit-current-message): Add autoload. 1996-09-27 00:31:16 +00:00
Richard M. Stallman
19ee6bfc61 (set-rmail-inbox-list): Add autoload cookie. 1996-09-27 00:30:40 +00:00
Richard M. Stallman
3457b06a54 (rmail-read-label, rmail-add-label, rmail-kill-label)
(rmail-previous-labeled-message, rmail-next-labeled-message):
Add autoloads.
1996-09-27 00:29:24 +00:00
Richard M. Stallman
d2288651c2 (rmail-summary-by-senders, rmail-summary): Add autoload.
(rmail-summary-by-topic, rmail-summary-by-regexp): Likewise.
(rmail-summary-by-recipients, rmail-summary-by-labels): Likewise.
1996-09-27 00:25:55 +00:00
Richard M. Stallman
c889a41aa6 (rmail-fields-not-to-output): Add autoload cookie.
(rmail-output-to-rmail-file, rmail-output): Likewise.
1996-09-27 00:22:02 +00:00
Richard M. Stallman
a35f88bfca (isfloat_string): Accept E like e. 1996-09-26 21:20:05 +00:00
Richard M. Stallman
5fc9cabd15 (KERNEL_FILE): Redefine it here. 1996-09-26 08:44:42 +00:00
Richard M. Stallman
6b4268b0b1 (exec-to-string): New alias. 1996-09-26 07:48:03 +00:00
Richard M. Stallman
2a631db1ae (Fset_text_properties, Fadd_text_properties)
(Fremove_text_properties): Call modify_region and signal_after_change
only for buffers, not for strings.
1996-09-26 03:48:10 +00:00
Richard M. Stallman
524580a4ac (syms_of_window): Doc fixes. 1996-09-26 03:43:31 +00:00
Richard M. Stallman
99487ce4c1 (sigsetmask, _longjmp, _setjmp): #undef them.
(_BSD_SIGNALS): Definition deleted.
1996-09-26 03:36:38 +00:00
Richard M. Stallman
163b385a68 (struct frame): New field window_width.
(FRAME_WINDOW_WIDTH): Refer to window_width field.
(SET_FRAME_WIDTH): Set window_width field as well as width field.
1996-09-25 22:41:09 +00:00
Richard M. Stallman
459f404248 (init_dosfns): When setting `__opendir_flags' value,
override the bits recorded when dumping.
1996-09-25 22:39:43 +00:00
Richard M. Stallman
6e6f5d9e7b (auto-mode-alist): Add lower-case varieties of
ChangeLog filenames, for case-insensitive MSDOS and MS-Windows.

(insert-file-contents-literally): Doc fix.
1996-09-25 22:37:27 +00:00
Richard M. Stallman
7eb47123cb (split-string): Fix minor bug. 1996-09-25 22:35:17 +00:00
Paul Eggert
f41c4842c0 (rlog_options): Use $rlog, not rlog, when deciding whether to append -zLT. 1996-09-25 09:53:56 +00:00