summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* (byte-compile-from-buffer):Richard M. Stallman1998-05-131-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. Stallman1998-05-121-2/+2
| | | | (ispell-dictionary-alist-2): Doc fix.
* (rmail-decode-babyl-format):Richard M. Stallman1998-05-121-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 createRichard M. Stallman1998-05-121-2/+2
| | | | subdirs.el in site-lisp dirs.
* (get_doc_string): New arg UNIBYTERichard M. Stallman1998-05-121-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 codeRichard M. Stallman1998-05-121-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. Stallman1998-05-121-4/+6
| | | | Don't make buffer unibyte unless we seem to be visiting a file.
* (parse_menu_item): Argument inmenubar < 0 now meansRichard M. Stallman1998-05-121-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 anyRichard M. Stallman1998-05-121-2/+6
| | | | characters that are illegal in file names.
* (Fall_completions, Ftry_completion): Compare char sizes, not STRING_BYTES.Richard M. Stallman1998-05-121-2/+2
|
* (smtpmail-via-smtp): Speciy process coding system.Richard M. Stallman1998-05-121-0/+1
|
* Add separators to Holidays menu.Edward M. Reingold1998-05-121-1/+4
|
* (calendar-mode-map): Rename `holidays' menu to `Holidays'.Richard M. Stallman1998-05-121-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. Stallman1998-05-121-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. Stallman1998-05-111-0/+1
|
* (tar-subfile-mode): Call auto-save-mode with -1.Dave Love1998-05-111-1/+1
|
* Minor fix to earlier changes today.Edward M. Reingold1998-05-111-1/+12
|
* (redisplay_window): Handle scroll_step along withRichard M. Stallman1998-05-111-9/+22
| | | | scroll_conservatively. Fix 1-off error checking the limit for them.
* (unlock_file): Encode the file name.Richard M. Stallman1998-05-111-0/+1
|
* On exiting, don't signal error when user changes mind.Edward M. Reingold1998-05-111-5/+4
|
* Made holiday button on menu bar related to current calendar display.Edward M. Reingold1998-05-112-15/+48
|
* (save-buffer-coding-system): New variable.Richard M. Stallman1998-05-111-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. Stallman1998-05-111-1/+8
| | | | (select-safe-coding-system): Set var if user specifies a coding system.
* (normal-top-level-add-subdirs-to-load-path):Richard M. Stallman1998-05-111-6/+11
| | | | | Ignore subdirectories whose names start with nonalphanumeric or that have a file called .nosearch.
* (Fset_buffer_multibyte): Error if marker is putRichard M. Stallman1998-05-111-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. Stallman1998-05-111-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. Stallman1998-05-111-0/+4
|
* (code_convert_region1): Set Vlast_coding_system_used.Richard M. Stallman1998-05-101-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 forRichard M. Stallman1998-05-101-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. Stallman1998-05-101-1/+1
|
* (TAGS): Specify directory when running etags.Richard M. Stallman1998-05-101-1/+2
|
* (add-log-current-defun): Fix previous change--skipRichard M. Stallman1998-05-101-1/+1
| | | | tab and newline also.
* (byte-compile-output-docform): Use position-bytes.Richard M. Stallman1998-05-101-1/+3
|
* (elisp.dvi): Add missing backslash.Richard M. Stallman1998-05-101-1/+1
|
* (Fbyte_code): Don't use Bmark.Richard M. Stallman1998-05-101-3/+0
|
* (xstring): Handle unibyte strings.Richard M. Stallman1998-05-101-43/+65
| | | | (xchartable, xboolvector): New commands.
* (redisplay_window): Don't use last_point_x and last_point_yRichard M. Stallman1998-05-101-1/+5
| | | | if cursor_in_echo_area.
* (Qbuffer_name_history): New variable.Richard M. Stallman1998-05-091-2/+6
| | | | | (syms_of_minibuf): Initialize it. (Fread_buffer): Use that history list.
* (detect_coding_mask): Check also coding-category-binary.Richard M. Stallman1998-05-091-6/+9
|
* (standard-display-european): Doc fix.Richard M. Stallman1998-05-091-0/+4
|
* (find-function-noselect): Autoload it.Richard M. Stallman1998-05-091-0/+1
|
* (scan_lists, scan_sexps_forward): Move complex expressionsRichard M. Stallman1998-05-091-4/+17
| | | | outside of the switch statement.
* (mail-signature): Allow expression as value.Richard M. Stallman1998-05-091-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. Stallman1998-05-091-4/+4
|
* (generate-file-autoloads): Handle progn forms generated byRichard M. Stallman1998-05-091-2/+11
| | | | make-autoload: print just the first subform with print-escape-newlines.
* (mail-strip-quoted-names):Richard M. Stallman1998-05-091-6/+7
| | | | Delete comments, then delete leading/trailing whitespace.
* (customize-group-other-window): Handle groups notRichard M. Stallman1998-05-091-15/+26
| | | | | yet loaded. If buffer exists, use it unchanged. Rename parameter and update doc string.
* Fix previous change.Kenichi Handa1998-05-091-1/+2
|
* (ps-alist-position): Renamed from ps-position.Richard M. Stallman1998-05-081-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. Stallman1998-05-081-2/+1
|