summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* (eval-after-load): Add lisp-indent-function for it.Richard M. Stallman1996-10-031-0/+1
|
* (with-temp-buffer): Add indentation property.Erik Naggum1996-10-031-0/+1
|
* (with-current-buffer): Minor cleanup.Erik Naggum1996-10-031-56/+38
| | | | | | (with-temp-file): Support for arguments nil and t removed. (with-temp-buffer): Use this new macro instead. (with-output-to-string): Rewrite.
* Fetch LD_SWITCH_SYSTEM and LD_SWITCH_MACHINERichard M. Stallman1996-10-021-0/+13
| | | | from config.h and use them in $ac_link.
* (ospeed): New #undef to counteract that definition.Richard M. Stallman1996-10-021-0/+3
|
* (ospeed): New definition.Richard M. Stallman1996-10-021-0/+4
|
* Delete several \n\'s.Richard M. Stallman1996-10-021-28/+38
| | | | | (profile-fix-fun): Delete an if whose test is never true. Handle doc strings that are also the function value.
* (save-selected-window, save-current-buffer)Richard M. Stallman1996-10-021-2/+10
| | | | | (save-match-data, with-output-to-string, with-current-buffer) (with-temp-file, with-temp-buffer): Add def-edebug-spec calls.
* * etags.c (print_version): Print copyright info.Francesco Potortì1996-10-021-11/+13
| | | | | | * 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.
* (recover-session): Error if session files turned off.Richard M. Stallman1996-10-021-0/+2
|
* (store_frame_param): Allow setting a frame's minibufferKarl Heuer1996-10-021-2/+3
| | | | to the value that it already has.
* (syms_of_buffer): Doc fix.Richard M. Stallman1996-10-011-1/+1
|
* (imenu--make-index-alist): Add doc string.Richard M. Stallman1996-09-301-8/+11
|
* (date): Make default format acceptable to CVS post v1.8Paul Eggert1996-09-302-4/+4
| | | | as well as earlier CVSs and RCS.
* (etags-file-of-tag): Fix looking-at regexp.Richard M. Stallman1996-09-291-3/+1
|
* (main): If the lock call fails with EBUSY orRichard M. Stallman1996-09-291-4/+38
| | | | EAGAIN, retry a few times.
* (show_mouse_face): Undo 1996-08-30 change.Richard M. Stallman1996-09-291-2/+12
|
* Create a subdir named `lisp'.Erik Naggum1996-09-281-1/+1
|
* (Fcall_interactively): Bind cursor-in-echo-area to t for `k' and `K'.Richard M. Stallman1996-09-281-8/+20
|
* (perldb): Supply visited file name, or -e 0, as default args.Richard M. Stallman1996-09-281-1/+5
|
* (ps-print-prologue-1): Fix bug in postscript comment lines.Richard M. Stallman1996-09-281-369/+1230
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (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.
* (with-temp-file): Add lisp-indent-function property.Richard M. Stallman1996-09-281-0/+1
|
* (with-temp-file): New macro.Richard M. Stallman1996-09-281-2/+48
|
* Add `provide' call.Richard M. Stallman1996-09-281-1/+4
|
* (x_set_scroll_bar_width): Move cursor to theRichard M. Stallman1996-09-271-0/+1
| | | | left margin, past a scroll bar, if any.
* (tex-main-file): Add missing initial value.Richard M. Stallman1996-09-271-2/+2
| | | | (tex-file): Set tex-print-file to source-file always.
* (Vdebug_force): New variable.Richard M. Stallman1996-09-271-4/+38
| | | | | | (syms_of_eval): Set up Lisp var. (find_handler_clause): If Vdebug_force, call debugger even if there are handlers.
* (save-current-buffer, with-current-buffer)Richard M. Stallman1996-09-271-0/+3
| | | | (with-output-to-string): Specify how to indent.
* (ange-ftp-skip-msgs): Recognize `passive'.Richard M. Stallman1996-09-271-1/+2
|
* (XTflash): Don't flash in the internal borders.Richard M. Stallman1996-09-271-7/+60
| | | | | | | | or between a scroll bar and the edge. (XTflash): Flash just top and bottom screen line. (XTread_socket): Finish previous change.
* (x_set_internal_border_width, Fx_create_frame):Richard M. Stallman1996-09-271-2/+6
| | | | | | Call widget_store_internal_border. (Fx_create_frame): Don't use a superclass when checking for an internalBorder resource.
* (widget_store_internal_border): New function.Richard M. Stallman1996-09-271-11/+10
| | | | (EmacsFrameSetValues): Undo previous change.
* Delete all the autoload calls.Richard M. Stallman1996-09-271-135/+0
|
* Add many autoload cookies.Richard M. Stallman1996-09-272-1/+10
|
* (rmail-edit-current-message): Add autoload.Richard M. Stallman1996-09-271-0/+1
|
* (set-rmail-inbox-list): Add autoload cookie.Richard M. Stallman1996-09-271-0/+1
|
* (rmail-read-label, rmail-add-label, rmail-kill-label)Richard M. Stallman1996-09-271-0/+5
| | | | | (rmail-previous-labeled-message, rmail-next-labeled-message): Add autoloads.
* (rmail-summary-by-senders, rmail-summary): Add autoload.Richard M. Stallman1996-09-271-0/+6
| | | | | (rmail-summary-by-topic, rmail-summary-by-regexp): Likewise. (rmail-summary-by-recipients, rmail-summary-by-labels): Likewise.
* (rmail-fields-not-to-output): Add autoload cookie.Richard M. Stallman1996-09-271-0/+3
| | | | (rmail-output-to-rmail-file, rmail-output): Likewise.
* (isfloat_string): Accept E like e.Richard M. Stallman1996-09-261-1/+1
|
* (KERNEL_FILE): Redefine it here.Richard M. Stallman1996-09-261-0/+4
|
* (exec-to-string): New alias.Richard M. Stallman1996-09-261-0/+2
|
* (Fset_text_properties, Fadd_text_properties)Richard M. Stallman1996-09-261-24/+33
| | | | | (Fremove_text_properties): Call modify_region and signal_after_change only for buffers, not for strings.
* (syms_of_window): Doc fixes.Richard M. Stallman1996-09-261-13/+15
|
* (sigsetmask, _longjmp, _setjmp): #undef them.Richard M. Stallman1996-09-261-2/+3
| | | | (_BSD_SIGNALS): Definition deleted.
* (struct frame): New field window_width.Richard M. Stallman1996-09-251-2/+3
| | | | | (FRAME_WINDOW_WIDTH): Refer to window_width field. (SET_FRAME_WIDTH): Set window_width field as well as width field.
* (init_dosfns): When setting `__opendir_flags' value,Richard M. Stallman1996-09-251-6/+10
| | | | override the bits recorded when dumping.
* (auto-mode-alist): Add lower-case varieties ofRichard M. Stallman1996-09-251-1/+7
| | | | | | ChangeLog filenames, for case-insensitive MSDOS and MS-Windows. (insert-file-contents-literally): Doc fix.
* (split-string): Fix minor bug.Richard M. Stallman1996-09-251-1/+1
|
* (rlog_options): Use $rlog, not rlog, when deciding whether to append -zLT.Paul Eggert1996-09-252-14/+14
|