summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* (rmail-message-regexp-p): Handle messagesKarl Heuer1998-04-081-93/+119
| | | | | | | | | | | | | | | | | whose headers have not been reformatted. (rmail-message-recipients-p): Likewise. (rmail-movemail-program): Customized. (rmail-message-filter): Customized. (rmail-display-summary): Customized. (rmail-inbox-list, rmail-keywords, rmail-current-message) (rmail-total-messages, rmail-message-vector, rmail-deleted-vector) (rmail-msgref-vector, rmail-overlay-list, rmail-view-buffer) (rmail-last-label, rmail-last-regexp): Now permanent locals. (rmail-perm-variables): Set up all permanent locals here. (rmail-variables): Not here. (rmail-variables): Set enable-local-variables here. (rmail-mode-2): Not here.
* (keyword_symbols_constant_flag): New variable.Karl Heuer1998-04-081-2/+15
| | | | | | (syms_of_data): Set up Lisp variable. (set_internal): Obey it and give error for :-symbols. (Fmakunbound): Likewise.
* (Man-getpage-in-background): Bind inhibit-eol-conversionKarl Heuer1998-04-081-0/+1
| | | | to t before calling start-process or call-process.
* (fortran-fill-paragraph): This is the oneDave Love1998-04-081-3/+3
| | | | | which must return t, not: (fortran-fill-statement):
* Move inclusion of unistd.h to top, else fails onDave Love1998-04-081-3/+3
| | | | Irix6, at least.
* (init_dosfns): Fix bug in passing segment address of the transfer buffer.Eli Zaretskii1998-04-081-1/+1
|
* (fix_submap_inheritance): Fix parens.Karl Heuer1998-04-081-2/+2
|
* (default, widget-default-default-get): Define it.Richard M. Stallman1998-04-081-4/+25
| | | | | | | | (group, widget-group-default-get): Define it. (menu-choice, widget-choice-default-get): Define it. (widget-default-get): New function. (widget-choice-action): Call it. (widget-editable-list-entry-create): Call it.
* (scroll-bar-drag): Set point-before-scrollRichard M. Stallman1998-04-081-45/+54
| | | | | in the right buffer, from point in the right window. (scroll-bar-scroll-down, scroll-bar-scroll-up): Likewise.
* (mouse-save-then-kill): Get point-before-scrollRichard M. Stallman1998-04-081-1/+3
| | | | from the right buffer.
* (make_frame_without_minibuffer): Conditionalize on HAVE_WINDOW_SYSTEM.Richard M. Stallman1998-04-081-0/+2
| | | | (make_minibuffer_frame): Likewise.
* (redisplay_window): If updating mode line,Richard M. Stallman1998-04-081-7/+30
| | | | temporarily change selected_frame
* (Fmake_temp_name): Detect error return from mktemp.Karl Heuer1998-04-081-1/+5
|
* Correct starting commentary.Karl Heuer1998-04-082-3/+33
|
* Add coding-priority. Use iso-8859-2 insteadKarl Heuer1998-04-081-2/+18
| | | | of iso-latin-2. Correct starting commentary.
* Add coding-priority. Improve sample text.Karl Heuer1998-04-081-3/+18
| | | | Correct starting commentary.
* (string_to_non_ascii_char, multibyte_form_length)Karl Heuer1998-04-082-9/+10
| | | | | (split_non_ascii_string, str_cmpchar_id): Make the STR argument const unsigned char *.
* (abort): Don't redefine on MSDOS.Karl Heuer1998-04-081-1/+4
|
* (Fwin16_set_clipboard_data): Call message2 with 3Karl Heuer1998-04-081-1/+1
| | | | arguments.
* (CHAR_STRING): Cast to unsigned char ** explicitly.Karl Heuer1998-04-081-1/+1
|
* (request_sigio, unrequest_sigio): Make consistent withKarl Heuer1998-04-081-2/+2
| | | | prototypes in lisp.h.
* (kill_buffer_processes): Make consistent withKarl Heuer1998-04-081-0/+1
| | | | prototype on lisp.h.
* Include <utmp.h> only if CLASH_DETECTION isKarl Heuer1998-04-081-1/+2
| | | | defined.
* (describe_command): Use quotes around symbol name.Karl Heuer1998-04-081-1/+2
|
* Old changes finally checked into RCSKarl Heuer1998-04-081-18/+21
|
* Use regexp-opt and eval-and-compile toDave Love1998-04-071-334/+403
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | build font-lock patterns. (fortran-mode): Define indent-region-function, indent-line-function. (fortran-tab-mode-string): Make buffer-local. (fortran-comment-indent-style): Custom tweak. (fortran-comment-region, fortran-electric-line-number, fortran-analyze-depth, fortran-break-before-delimiters, fortran-mode): Doc fix. (fortran-startup-message, bug-fortran-mode): Variables deleted. (fortran-font-lock-keywords-1): Add "select", "case"; allow double-quoted strings. (fortran-mode-map): Add fill-paragraph menu item. Don't define \t. (fortran-mode): Make `fill-column' buffer-local; set `fill-paragraph-function', `indent-region-function', `indent-line-function'. (calculate-fortran-indent): Renamed to: (fortran-calculate-indent): (fortran-split-line): Simplify. (fortran-remove-continuation): New function. (fortran-join-line): Use it. (fortran-end-prog-re1, fortran-end-prog-re): New variables. (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Use them. (fortran-blink-matching-if, fortran-blink-matching-do, fortran-indent-new-line): Bind case-fold-search. (fortran-end-do, fortran-beginning-do, fortran-end-if, fortran-beginning-if): Bind case-fold-search. Allow labelled blocks. Use fortran-end-prog-re. (fortran-if-start-re): New variable. (fortran-calculate-indent): Allow labelled blocks. Simplify the conds. Make select case indentation work. (fortran-is-in-string-p): Ignore Emacs 18 bug kluge. (fortran-fill): Allow double quotes in check for string. (fortran-fill-paragraph): New function. (fortran-fill-statement): New function.
* (add-to-list): Always return updated value of LIST-VAR.Karl Heuer1998-04-071-2/+3
|
* (find-file-visit-truename): Don't setq this.Karl Heuer1998-04-071-2/+0
|
* next-screen-context-lines is an integer, not boolean.Stephen Eglen1998-04-071-1/+1
|
* (main): Obey environment variable EMACS_UNIBYTE asDave Love1998-04-071-2/+3
| | | | alternative to --unibyte.
* Doc fix in rmail-mode.Stephen Eglen1998-04-071-0/+1
|
* (re_match_2) <anychar>: In unibyte case, set buf_ch as unsigned.Karl Heuer1998-04-071-1/+1
|
* Add --with-gssapi to specify GSS-APIKarl Heuer1998-04-071-1/+13
| | | | authentication support for movemail.
* (GSSAPI, HAVE_LIBGSSAPI_KRB5, HAVE_LIBGSSAPI, HAVE_GSSAPI_H):Karl Heuer1998-04-071-0/+7
| | | | Add undefs for GSS-API support in movemail.
* (re_match_2_internal): Declare buf_ch unsigned int.Richard M. Stallman1998-04-071-2/+2
|
* Don't include <string.h> when configuring.Richard M. Stallman1998-04-071-0/+3
|
* (install-arch-indep): Fix previous change.Richard M. Stallman1998-04-071-2/+4
|
* Fix previous change.Karl Heuer1998-04-061-3/+3
|
* Integrate support for GSS-APIKarl Heuer1998-04-063-24/+1016
| | | | authentication, implemented by Kevin L. Mitchel <klmitch@mit.edu>.
* [MAIL_USE_POP]: Add support for "-g" and "-k"Karl Heuer1998-04-061-8/+37
| | | | | command-line flags to tell movemail to use GSS-API or Kerberos authentication if they are supported.
* (rmail-movemail-flags): New customizable variableKarl Heuer1998-04-061-0/+8
| | | | | to specify additional flags to pass to movemail. (rmail-insert-inbox-text): Use rmail-movemail-flags.
* (command-line-1): Fix punctuation in startup screen.Karl Heuer1998-04-061-1/+1
|
* (Fdirectory_files): Use make_uninit_multibyte_string.Karl Heuer1998-04-061-3/+4
| | | | Use STRING_BYTES on encoded_directory.
* (ENVADD): Enviroment vars to pass to texi2dvi. UseAndreas Schwab1998-04-061-17/+18
| | | | | it in dvi targets. (../etc/GNU): Change to $(srcdir) first.
* Always declare xmalloc.Andreas Schwab1998-04-061-1/+4
| | | | | [USE_XAW]: Include <X11/Xaw/Paned.h>. (lwlib_memset, lwlib_bcopy): Explicitly declare return type.
* Move cancelations up. Include <stdlib.h> ifAndreas Schwab1998-04-061-6/+10
| | | | available.
* (_XOPEN_SOURCE): Define for declaration of cuserid.Andreas Schwab1998-04-061-0/+4
| | | | (parse_header): Explicitly declare return type.
* Include <unistd.h> if available.Andreas Schwab1998-04-061-0/+12
| | | | | (main, handle_signals, perror_1, fatal_error): Explicitly declare return types. Add forward declarations.
* Include <stdlib.h> and <unistd.h> if available.Andreas Schwab1998-04-061-1/+9
| | | | | | Don't declare geteuid. (print_help_and_exit): Change return type to void. Forward declare it.
* Include <stdlib.h> if available.Andreas Schwab1998-04-061-0/+5
| | | | (main): Explicitly declare return type.