summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* typos.libc-980128libc-980127libc-980126libc-980125libc-980124libc-980123libc-980122libc-980121libc-980120libc-980119libc-980118libc-980117libc-980116libc-980115libc-980114libc-980112libc-980111libc-980110libc-980109libc-980108libc-980107libc-980106libc-980105libc-980104libc-980103libc-971231libc-971230libc-971229libc-971228libc-971227libc-971226libc-971225libc-971224libc-971223libc-971222libc-971221libc-971220libc-971219libc-971218libc-971217libc-971214libc-971213libc-971212libc-971211libc-971210libc-971209libc-971208libc-971207libc-971206libc-971205libc-971204libc-971203libc-971201libc-971130libc-971129libc-971128libc-971127libc-971126libc-971125libc-971124libc-971123libc-971122libc-971121libc-971120libc-971118libc-971117libc-971116libc-971115libc-971114libc-971113libc-971112libc-971111libc-971110libc-971109libc-971108libc-971107libc-971106libc-971105libc-971104libc-971103libc-971102libc-971101libc-971031libc-971030libc-971029libc-971028libc-971027libc-971026libc-971025libc-971024libc-971023libc-971022libc-971021libc-971020libc-971019libc-971018libc-971001libc-970930libc-970929libc-970928libc-970927libc-970926libc-970925libc-970924libc-970923libc-970922libc-970921libc-970920libc-970919libc-970918libc-970917libc-970916libc-970915libc-970914libc-970913libc-970912libc-970911Jeff Law1997-09-101-2/+2
|
* * config.sub: Use "amigaos" instread of "amigados". StillJeff Law1997-09-101-4/+5
| | | | recognize "amigados" for backward compatability.
* (setup-ethiopic-environment): Don't bindKenichi Handa1997-09-101-32/+180
| | | | | | | | | | | | | | | | | | | keys in global-map, don't add a hook to rmail-mode-hook and mail-mode-hook. (ethio-mode): New buffer local variable. (ethio-mode-map): New variable. (ethio-mode): New function. (ethio-sera-to-fidel-mail-or-marker): New function. (ethio-fidel-to-sera-mail-or-marker): New function. (ethio-find-file): Do nothing if not in ethio-mode. (ethio-write-file): Likewise. (ethio-prefer-ascii-space): Moved from leim/quail/ethiopic.el. (ethio-toggle-space): Likewise. (ethio-insert-space): Likewise. (ethio-insert-ethio-space): Likewise. (ethio-prefer-ascii-punctuation): Likewise. (ethio-toggle-punctuation): Likewise. (ethio-gemination): Likewise.
* (sendmail-send-it): The priority of codingKenichi Handa1997-09-101-2/+5
| | | | | | system for encoding outgoing mails is (1) local value of buffer-file-coding-system, (2) sendmail-coding-syste, (3) default-buffer-file-coding-system.
* Don't bind keys in quail-mode-map. TheKenichi Handa1997-09-101-111/+21
| | | | | | | | | | | | | | | function added to quail-mode-hook turn ethio-mode on only when input method "ethiopic" is begin used. (ethio-prefer-ascii-space): Moved to lisp/language/ethio-util.el. (ethio-toggle-space): Likewise. (ethio-insert-space): Likewise. (ethio-insert-ethio-space): Likewise. (ethio-prefer-ascii-punctuation): Likewise. (ethio-toggle-punctuation): Likewise. (ethio-gemination): Likewise. ("ethiopic"): Doc-string of this Quail package modified. Bind function keys for TRANSLATION-KEYMAP to quail-execute-non-quail-command.
* Add coding system specification for severalKenichi Handa1997-09-101-0/+3
| | | | news groups.
* (setup-japanese-environment): GiveKenichi Handa1997-09-101-2/+2
| | | | | | iso-2022-jp to set-default-coding-system if not running on DOS. (read-hiragana-string): Use input method "japanese-hiragana".
* (BROKEN_MKTIME): Define.Richard M. Stallman1997-09-101-0/+5
|
* Recognize ARC cpu.Doug Evans1997-09-091-2/+2
|
* (lisp-imenu-generic-expression): Recognize`defcustom' and `defgroup".Richard M. Stallman1997-09-091-2/+2
|
* (standard-display-european): Doc fix.Richard M. Stallman1997-09-091-1/+4
|
* (quail-simple): New function.Kenichi Handa1997-09-091-8/+14
| | | | | | | (quail-require-guidance-buf): New function. (quail-show-guidance-buf): Do not show guidance buffer if simple input method is used in the minibuffer. (quail-update-guidance): Likewise.
* (input-method-verbose-flag):Kenichi Handa1997-09-091-2/+6
| | | | Doc-string fied.
* (alpha): Replace CPU-determining program with one that's more preciseRichard Kenner1997-09-091-14/+42
| | | | and also supports pca56 and ev6. Handle those in returned name.
* Try to comment where font-lock-keyword order is important.Simon Marshall1997-09-091-42/+46
|
* (standard-display-european): If AUTO is non-nil, intern it.Richard M. Stallman1997-09-091-2/+2
| | | | Don't call set-terminal-coding-system if noninteractive.
* (quail-translation-keymap)Richard M. Stallman1997-09-091-3/+6
| | | | | (quail-simple-translation-keymap, quail-conversion-keymap): Don't define escape.
* (ps-face-bold-p): Use face-bold-p.Richard M. Stallman1997-09-091-4/+3
| | | | (ps-face-italic-p): Use face-italic-p.
* (comint-file-name-chars): Doc fix.Richard M. Stallman1997-09-091-3/+7
| | | | (comint-word): Treat all non-ASCII chars as "[art of word".
* (view-end-message): Don't mention q if it really do anything.Richard M. Stallman1997-09-091-4/+6
|
* Use uniquify-file-name-nondirectory throughout; documentation tweaks.Richard M. Stallman1997-09-091-21/+19
|
* (dired-get-filename): Don't call encode-coding-stringRichard M. Stallman1997-09-091-0/+1
| | | | if file-name-coding-system is non-nil.
* (Fcall_process): Encode the new current dir.Richard M. Stallman1997-09-091-0/+6
|
* (create_process): Encode the new current dir.Richard M. Stallman1997-09-091-0/+5
|
* (diff group): Remove autoload cookie.Richard M. Stallman1997-09-091-1/+0
|
* (browse-url group): Remove autoload cookie.Richard M. Stallman1997-09-091-1/+0
|
* (icon-tab-always-indent): Fix customize type.Richard M. Stallman1997-09-091-1/+1
|
* (hs-minor-mode-hook): Fix customize type.Richard M. Stallman1997-09-091-1/+1
|
* (f90-break-before-delimiters): Fix customize type.Richard M. Stallman1997-09-091-1/+1
|
* (defun-prompt-regexp): Fix customize type.Richard M. Stallman1997-09-091-1/+2
|
* (executable-chmod): Fix customize type.Richard M. Stallman1997-09-091-1/+2
|
* (shell-chdrive-regexp): Likewise.Richard M. Stallman1997-09-091-1/+2
|
* (ispell-personal-dictionary): Fix customize type.Richard M. Stallman1997-09-091-1/+2
|
* (dabbrev-case-fold-search): Remove extra quote in customize constant.Richard M. Stallman1997-09-091-2/+2
| | | | (dabbrev-case-replace): Likewise.
* (UPDATE_SYNTAX_TABLE_FORWARD): Add missing fourthRichard M. Stallman1997-09-091-4/+4
| | | | | | argument of update_syntax_table. (UPDATE_SYNTAX_TABLE_BACKWARD): Likewise. (UPDATE_SYNTAX_TABLE): Likewise.
* (x_screen_planes): Fix type of argument.Richard M. Stallman1997-09-091-3/+3
|
* (encode_designation_at_bol): Fix type of local vars C1, C2.Richard M. Stallman1997-09-091-1/+2
|
* (custom-variable-save): Fixed doc string.Richard M. Stallman1997-09-091-2/+2
| | | | | (custom-variable-menu): Make it clear that `Lisp mode' edit the initial lisp expression.
* *** empty log message ***Per Abrahamsen1997-09-081-12/+7
|
* (info-insert-file-contents): BindRichard M. Stallman1997-09-081-0/+1
| | | | coding-system-for-write to no-conversion.
* Recompile everything after updating various Lisp files.Richard M. Stallman1997-09-081-9/+12
| | | | | Recompile in leim as well as lisp. Check in leim as well as lisp for mismatched files and too-long names.
* (alpha:OSF1:*:*): For V4.0, get the letter suffix.Richard Kenner1997-09-081-1/+4
|
* (mail-mode): Allow dash in citation prefixesRichard M. Stallman1997-09-081-2/+2
| | | | in adaptive-fill-regexp and adaptive-fill-first-line-regexp.
* (telnet-initial-filter): Temporarily go to proper buffer.Richard M. Stallman1997-09-081-13/+15
|
* (ENCODE_FILE): New macro.Richard M. Stallman1997-09-081-17/+67
| | | | | | | (Ffile_attributes): Encode the file names to operate on. (file_name_completion): Do completion on encoded name, then decode. (Fdirectory_files): Encode the argument. Decode all result file names using Vfile_name_coding_system.
* (Fencode_coding_string, Fdecode_coding_string): Doc fixes.Richard M. Stallman1997-09-081-4/+4
|
* (standard-display-european): Arg AUTORichard M. Stallman1997-09-081-2/+11
| | | | specifies coding system for terminal output (if needed).
* (command-line): Pass charset to standard-display-european.Richard M. Stallman1997-09-081-5/+2
|
* (insert-directory): Encode the file name.Richard M. Stallman1997-09-081-5/+9
|
* (quail-translation-keymap): Bind C-spaceKenichi Handa1997-09-081-0/+1
| | | | to quail-select-current.