Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (byte-compile-from-buffer): | Richard M. Stallman | 1998-05-13 | 1 | -37/+63 |
| | | | | | | | Insert the output file header after compiling all the input. (byte-compile-output-file-form): Major cleanup. If output file contains multibyte chars, insist on Emacs 20 when loading. | ||||
* | (ispell-dictionary-alist-1): Doc fix. | Richard M. Stallman | 1998-05-12 | 1 | -2/+2 |
| | | | | (ispell-dictionary-alist-2): Doc fix. | ||||
* | (rmail-decode-babyl-format): | Richard M. Stallman | 1998-05-12 | 1 | -29/+79 |
| | | | | | | | | | | | | | | | Set save-buffer-coding-system instead of buffer-file-coding-system. Decode the whole Babyl text at once, not message by message. Don't alter global value of rmail-file-coding-system. (rmail-show-message): Set buffer-file-coding-system from X-Coding-System header field. (rmail-convert-to-babyl-format): Record X-Coding-System header for each message that was converted. (rmail-variables): Make local binding for save-buffer-coding-system, and set it from buffer-file-coding-system if not already non-nil. (rmail-ignored-headers): Ignore X-Coding-System header. Ignore Return-Path, Errors-To, X-Attribution, X-Disclaimer. | ||||
* | (install-arch-indep): Put `-' on commands to create | Richard M. Stallman | 1998-05-12 | 1 | -2/+2 |
| | | | | subdirs.el in site-lisp dirs. | ||||
* | (get_doc_string): New arg UNIBYTE | Richard M. Stallman | 1998-05-12 | 1 | -10/+17 |
| | | | | | Maybe use make_unibyte_string. All callers changed. (read_doc_string): Specify 1 for UNIBYTE. | ||||
* | (Finsert_file_contents): Don't use the fast replace code | Richard M. Stallman | 1998-05-12 | 1 | -5/+8 |
| | | | | | | if coding needs eol conversion. (Finsert_file_contents) [DOS_NT]: When setting buffer_file_type, if code conversion is needed, file is not binary. | ||||
* | (after-insert-file-set-buffer-file-coding-system): | Richard M. Stallman | 1998-05-12 | 1 | -4/+6 |
| | | | | Don't make buffer unibyte unless we seem to be visiting a file. | ||||
* | (parse_menu_item): Argument inmenubar < 0 now means | Richard M. Stallman | 1998-05-12 | 1 | -8/+31 |
| | | | | | | parsing a keyboard menu item. (read_char_minibuf_menu_prompt): Use `parse_menu_item' to understand new menu item format. | ||||
* | (stat, get_long_basename): Fail if filename contains any | Richard M. Stallman | 1998-05-12 | 1 | -2/+6 |
| | | | | characters that are illegal in file names. | ||||
* | (Fall_completions, Ftry_completion): Compare char sizes, not STRING_BYTES. | Richard M. Stallman | 1998-05-12 | 1 | -2/+2 |
| | |||||
* | (smtpmail-via-smtp): Speciy process coding system. | Richard M. Stallman | 1998-05-12 | 1 | -0/+1 |
| | |||||
* | Add separators to Holidays menu. | Edward M. Reingold | 1998-05-12 | 1 | -1/+4 |
| | |||||
* | (calendar-mode-map): Rename `holidays' menu to `Holidays'. | Richard M. Stallman | 1998-05-12 | 1 | -7/+7 |
| | | | | | (cal-menu-update): Similar renamings; change the arg to easy-menu-change also. Change some item names. | ||||
* | (assoc_for_completion): Use Fcompare_strings. | Richard M. Stallman | 1998-05-12 | 1 | -14/+27 |
| | | | | | | | (test_completion): In obarray, try both unibyte and multibyte strings. (read_minibuf): Convert unibyte prompt to multi if minibuffer is multi. (Fdisplay_completion_list): Convert unibyte to strings to multibyte to conform to the buffer. | ||||
* | (easy-menu-change): Add autoload cookie. | Richard M. Stallman | 1998-05-11 | 1 | -0/+1 |
| | |||||
* | (tar-subfile-mode): Call auto-save-mode with -1. | Dave Love | 1998-05-11 | 1 | -1/+1 |
| | |||||
* | Minor fix to earlier changes today. | Edward M. Reingold | 1998-05-11 | 1 | -1/+12 |
| | |||||
* | (redisplay_window): Handle scroll_step along with | Richard M. Stallman | 1998-05-11 | 1 | -9/+22 |
| | | | | scroll_conservatively. Fix 1-off error checking the limit for them. | ||||
* | (unlock_file): Encode the file name. | Richard M. Stallman | 1998-05-11 | 1 | -0/+1 |
| | |||||
* | On exiting, don't signal error when user changes mind. | Edward M. Reingold | 1998-05-11 | 1 | -5/+4 |
| | |||||
* | Made holiday button on menu bar related to current calendar display. | Edward M. Reingold | 1998-05-11 | 2 | -15/+48 |
| | |||||
* | (save-buffer-coding-system): New variable. | Richard M. Stallman | 1998-05-11 | 1 | -2/+15 |
| | | | | | | (basic-save-buffer-1): Obey it. (basic-save-buffer): Set save-buffer-coding-system instead of buffer-file-coding-system, if save-buffer-coding-system is already non-nil. | ||||
* | (last-coding-system-specified): New var. | Richard M. Stallman | 1998-05-11 | 1 | -1/+8 |
| | | | | (select-safe-coding-system): Set var if user specifies a coding system. | ||||
* | (normal-top-level-add-subdirs-to-load-path): | Richard M. Stallman | 1998-05-11 | 1 | -6/+11 |
| | | | | | Ignore subdirectories whose names start with nonalphanumeric or that have a file called .nosearch. | ||||
* | (Fset_buffer_multibyte): Error if marker is put | Richard M. Stallman | 1998-05-11 | 1 | -0/+6 |
| | | | | on buffer's marker-chain while we have temporarily put nil there. | ||||
* | (unchain_marker): Abort if the marker is not in its buffer's chain. | Richard M. Stallman | 1998-05-11 | 1 | -7/+17 |
| | | | | | | (buf_bytepos_to_charpos): Fix assignment of `record' when scanning from below. Don't create a marker if buffer's marker chain is empty. | ||||
* | Comment change. | Richard M. Stallman | 1998-05-11 | 1 | -0/+4 |
| | |||||
* | (code_convert_region1): Set Vlast_coding_system_used. | Richard M. Stallman | 1998-05-10 | 1 | -6/+20 |
| | | | | | | (code_convert_string1): Likewise. (Fdecode_coding_region, Fencode_coding_region): Doc fixes. (Fdecode_coding_string, Fencode_coding_string): Doc fixes. | ||||
* | (Fstart_process): Remove the special case for | Richard M. Stallman | 1998-05-10 | 1 | -120/+114 |
| | | | | | | | unibyte, for initializing the process coding systems. Instead, use the normal multibyte code, but check BUFFER's value and the default value of enable-multibyte-characters. (Fopen_network_stream): Likewise. | ||||
* | Fix previous change. | Richard M. Stallman | 1998-05-10 | 1 | -1/+1 |
| | |||||
* | (TAGS): Specify directory when running etags. | Richard M. Stallman | 1998-05-10 | 1 | -1/+2 |
| | |||||
* | (add-log-current-defun): Fix previous change--skip | Richard M. Stallman | 1998-05-10 | 1 | -1/+1 |
| | | | | tab and newline also. | ||||
* | (byte-compile-output-docform): Use position-bytes. | Richard M. Stallman | 1998-05-10 | 1 | -1/+3 |
| | |||||
* | (elisp.dvi): Add missing backslash. | Richard M. Stallman | 1998-05-10 | 1 | -1/+1 |
| | |||||
* | (Fbyte_code): Don't use Bmark. | Richard M. Stallman | 1998-05-10 | 1 | -3/+0 |
| | |||||
* | (xstring): Handle unibyte strings. | Richard M. Stallman | 1998-05-10 | 1 | -43/+65 |
| | | | | (xchartable, xboolvector): New commands. | ||||
* | (redisplay_window): Don't use last_point_x and last_point_y | Richard M. Stallman | 1998-05-10 | 1 | -1/+5 |
| | | | | if cursor_in_echo_area. | ||||
* | (Qbuffer_name_history): New variable. | Richard M. Stallman | 1998-05-09 | 1 | -2/+6 |
| | | | | | (syms_of_minibuf): Initialize it. (Fread_buffer): Use that history list. | ||||
* | (detect_coding_mask): Check also coding-category-binary. | Richard M. Stallman | 1998-05-09 | 1 | -6/+9 |
| | |||||
* | (standard-display-european): Doc fix. | Richard M. Stallman | 1998-05-09 | 1 | -0/+4 |
| | |||||
* | (find-function-noselect): Autoload it. | Richard M. Stallman | 1998-05-09 | 1 | -0/+1 |
| | |||||
* | (scan_lists, scan_sexps_forward): Move complex expressions | Richard M. Stallman | 1998-05-09 | 1 | -4/+17 |
| | | | | outside of the switch statement. | ||||
* | (mail-signature): Allow expression as value. | Richard M. Stallman | 1998-05-09 | 1 | -4/+15 |
| | | | | | Improve prompts in custom type. Add risky-local-variable property. (mail-setup): Implement that feature. | ||||
* | (widgets: sexp, variable, list, vector): Doc fixes. | Richard M. Stallman | 1998-05-09 | 1 | -4/+4 |
| | |||||
* | (generate-file-autoloads): Handle progn forms generated by | Richard M. Stallman | 1998-05-09 | 1 | -2/+11 |
| | | | | make-autoload: print just the first subform with print-escape-newlines. | ||||
* | (mail-strip-quoted-names): | Richard M. Stallman | 1998-05-09 | 1 | -6/+7 |
| | | | | Delete comments, then delete leading/trailing whitespace. | ||||
* | (customize-group-other-window): Handle groups not | Richard M. Stallman | 1998-05-09 | 1 | -15/+26 |
| | | | | | yet loaded. If buffer exists, use it unchanged. Rename parameter and update doc string. | ||||
* | Fix previous change. | Kenichi Handa | 1998-05-09 | 1 | -1/+2 |
| | |||||
* | (ps-alist-position): Renamed from ps-position. | Richard M. Stallman | 1998-05-08 | 1 | -7/+7 |
| | | | | | | Look for ITEM as the car of an element. (ps-font-number): Use ps-alist-position. (ps-font-alist): Renamed from ps-font-list. | ||||
* | (reporter-bug-hook): Use rfc822-goto-eoh. | Richard M. Stallman | 1998-05-08 | 1 | -2/+1 |
| |