summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix previous change.libc-970622libc-970621libc-970620libc-970619libc-970618libc-970617libc-970616libc-970615libc-970614libc-970613libc-970612libc-970611libc-970610hurd-release-0-2gnumach-release-1-1-3gnumach-release-1-1-2Richard M. Stallman1997-06-101-1/+1
|
* Added the string "emacs-lock" to all functionRichard M. Stallman1997-06-101-16/+54
| | | | | | | | | | | | and variable names, to make them unique to emacs-lock. (check-was-buffer-locked): New function, on shell-mode-hook and telnet-mode-hook. (save-buffer-lock-setting): New permanent local variable. (check-buffer-lock): New function, on kill-buffer-hook. (set-shell-sentinel): New function, on shell-mode-hook and telnet-mode-hook.
* Use i?86, not i.86.Richard M. Stallman1997-06-101-14/+21
| | | | | | | Don't test /usr/lib/ldscripts; instead, test whether ld_help_string does not contain "supported emulations". Use a case statement to distinguish systems when there IS "supported emulations".
* Delete syntax stuff for Latin-1 and Latin-2.Richard M. Stallman1997-06-101-23/+3
|
* (mail-parse-comma-list): Use buffer-substring-no-properties.Richard M. Stallman1997-06-101-1/+1
|
* Adjusted for coding system name change.Kenichi Handa1997-06-1019-124/+165
|
* Coding system name changed fromKenichi Handa1997-06-102-2/+2
| | | | iso-2022-7 to iso-2022-7bit.
* (quail-prefix-arg): New variable.Kenichi Handa1997-06-101-22/+23
| | | | | (quail-start-translation): Make it handle a prefix argument. (quail-terminate-translation): Like wise.
* (set-coding-system-alist): Deleted.Kenichi Handa1997-06-101-61/+125
| | | | | | | | | (string-to-sequence): Doc string modified. (coding-system-list): Add optional arg BASE-ONLY. (coding-system-base): New function. (coding-system-plist): New function. (coding-system-equal): New function. (coding-system-unification-table): New function.
* (describe-coding-system): Change format of output.Kenichi Handa1997-06-101-140/+189
| | | | | | | | (describe-current-coding-system-briefly): Likewise. (describe-current-coding-system): Likewise. (print-coding-system-briefly): Likewise. (print-coding-system): Likewise. (list-coding-systems): Likewise. Make it interactive.
* (kkc-save-init-file): Coding system name changed fromKenichi Handa1997-06-101-1/+1
| | | | iso-2022-7 to iso-2022-7bit.
* Comment changed (iso-2022-7 -> iso-2022-7bit).Kenichi Handa1997-06-101-1/+1
|
* Coding system names changed.Kenichi Handa1997-06-101-38/+36
|
* Delete declaration for buffer-file-coding-system. ItKenichi Handa1997-06-101-124/+93
| | | | | | | | | | | | | | | | | | | | | | | | | is done in buffer.c now. In the comment, change coding-system to coding system. The name coding-vector is changed to coding-spec. (coding-vector-type, coding-vector-mnemonic, coding-vector-docstring, coding-vector-flags): Deleted. (coding-system-spec-ref): New function. (coding-system-type, coding-system-mnemonic, coding-system-flags): Use coding-system-spec-ref. (coding-system-doc-string): Renamed from coding-system-docstring. (coding-system-eol-type): Renamed from coding-system-eoltype. (coding-system-eol-type-mnemonic): Moved to mule-util.el. (coding-system-post-read-conversion): Likewise. (coding-system-pre-write-conversion): Likewise. (default-process-coding-system): Deleted. Now declared in buffer.c. (make-subsidiary-coding-system): New function. (make-coding-system): Check arguments more strictly. Do not make -unix, -dos, -mac variants for TYPE 4. (define-coding-system-alias): Call make-subsidiary-coding-system. (set-buffer-file-coding-system): Adjusted for the function name changes. (find-new-buffer-file-coding-system): Likewise. (default-process-coding-system): Deleted. Now defined in coding.c.
* (Finsert_char): Check QUIT.Richard M. Stallman1997-06-091-0/+1
|
* (fast_c_string_match_ignore_case):Richard M. Stallman1997-06-091-1/+2
| | | | Renamed from fast_string_match_ignore_case. Set re_match_object.
* (list_fontsets, fs_load_font): fast_c_string_match_ignore_case renamed.Richard M. Stallman1997-06-091-5/+5
|
* (x_list_fonts): fast_c_string_match_ignore_case renamed.Richard M. Stallman1997-06-091-2/+2
|
* (debug): Set overriding-terminal-local-map to nil,Richard M. Stallman1997-06-091-1/+3
| | | | don't bind it, so it won't be restored on `q'.
* (do-auto-fill): Type in the previous change fixed.Kenichi Handa1997-06-091-2/+2
|
* (dumpglyph): Shift baseline for such a font that isKenichi Handa1997-06-091-14/+32
| | | | | | shorter but ascent or descent exceed the line height. For a larger font, draw a small hook at right-bottom edge instead of a rectangle.
* (selection_data_to_lisp_data): Change coding systemKenichi Handa1997-06-091-2/+2
| | | | | name to iso-latin-1. (lisp_data_to_selection_data): Likewise.
* (Faset): Inherit default value correctly while creatingKenichi Handa1997-06-091-2/+5
| | | | sub char table.
* (Fwrite_region): Cancel the 7th argument CODING_SYSTEMKenichi Handa1997-06-091-16/+6
| | | | | added by the previous change. (auto_save_1): Adjusted for the above change.
* (decode_mode_spec): Access the value ofKenichi Handa1997-06-091-3/+2
| | | | buffer-file-coding-system by b->buffer_file_coding_system.
* (Fstart_process):Pay attention toKenichi Handa1997-06-091-2/+12
| | | | | Vdefault_process_coding_system. (Fopen_network_stream): Likewise.
* (Fcall_process): Pay attention toKenichi Handa1997-06-091-4/+13
| | | | | Vdefault_process_coding_system. (Fcall_process_region): Likewise.
* (Vdefault_process_coding_system): Extern it.Kenichi Handa1997-06-091-1/+2
|
* (Vcoding_system_alist): Deleted.Kenichi Handa1997-06-091-38/+88
| | | | | | | | | | (Qcoding_system_spec): Renamed from Qcoding_system_vector. (Vdefault_process_coding_system, Vfile_coding_system_alist, Vprocess_coding_system_alist, Vnetwork_coding_system_alist): New variables. (Ffind_coding_system): Adjusted for the above change. (syms_of_coding): Declare them as lisp variables. (Fcheck_coding_system): Pass list as DATA argument to Fsignal.
* (struct buffer): New member buffer_file_coding_system.Kenichi Handa1997-06-091-0/+4
|
* (init_buffer_once): Inititialize the memberKenichi Handa1997-06-091-1/+20
| | | | | | buffer_file_coding_system. (syms_of_buffer): Declare Lisp variables default-buffer-file-coding-system and buffer-file-coding-system.
* (do-auto-fill): Bug fix for kinsoku processing.Kenichi Handa1997-06-091-5/+5
|
* Define mouse-set-font in mule-menu-keymap.Kenichi Handa1997-06-091-1/+1
| | | | | | | | | | Disable menu set-buffer-process-coding-system if there is no process for the current buffer. (command-execute-with-coding-system): New function. (universal-coding-system-argument): Make it handle universal-arguement correctly. (describe-language-support): Call coding-system-doc-string instead of coding-system-docstring.
* Normalized character names.Erik Naggum1997-06-094-188/+295
|
* (diff-switches): defvar deleted.Richard M. Stallman1997-06-091-1/+220
| | | | (vc-annotate-*): New functions and variables.
* Use i?86, not i.86.libc-970609Richard M. Stallman1997-06-091-1/+1
|
* new versionMichael Kifer1997-06-098-228/+244
|
* (time-stamp-string-preprocess, time-stamp-do-number):Richard M. Stallman1997-06-081-10/+11
| | | | | Avoid compiler warnings: pass all arguments to time-stamp-do-number explicitly, not dynamically.
* (time-stamp-format): Doc fix. Use %;y.Richard M. Stallman1997-06-081-40/+249
| | | | | | | | (time-stamp-string-preprocess): Don't just call format-time-string; handle compatibility for some old constructs. Handle padding the historical way, while giving a warning if people actually depend on it. (time-stamp-conv-warn, time-stamp-conversion-warn) (time-stamp-do-number): New functions.
* (webjump-sample-sites): Change the hot list.Richard M. Stallman1997-06-081-94/+100
| | | | (webjump): Doc change.
* (mail-directory-parser): Fix previous change.Richard M. Stallman1997-06-081-1/+1
|
* (icon-font-lock-keywords-2): Use regexp-opt for the regexps.Richard M. Stallman1997-06-081-24/+57
|
* (debug, debugger-eval-expression):Richard M. Stallman1997-06-081-0/+10
| | | | | Treat overriding-terminal-local-map like overriding-local-map. (debugger-outer-overriding-terminal-local-map): New variable.
* Add Highest Priority section.Richard M. Stallman1997-06-081-22/+70
| | | | | | | | CC mode is documented. Clarify Kermit replacement, Biomorphs. Add MS-WORD conversion, Qt replacement, Eiffel.
* (file-name-non-special): HandleRichard M. Stallman1997-06-081-0/+2
| | | | file-name-completion and file-name-all-completions.
* (*:Linux:*:*): Always use ${VENDOR}.libc-970608Richard M. Stallman1997-06-081-1/+1
|
* (command-line): Don't call face-initialize.Richard M. Stallman1997-06-071-12/+7
| | | | | | (command-line): If environment specifies ISO 8859, always set up for both singe-byte and multibyte operation. But set-language-environment does most of the job now.
* Customize. Doc fixes.Richard M. Stallman1997-06-071-43/+75
| | | | Mark some risky local variables.
* (dired-unmark-all-marks):Richard M. Stallman1997-06-071-3/+3
| | | | Renamed from dired-unmark-all-files-no-query.
* (setup-8-bit-environment):Richard M. Stallman1997-06-071-1/+1
| | | | Load the file with load, not require, so that we reload it if nec.