aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* (delete-selection-mode): Add custom-loads property.Richard M. Stallman1997-07-171-11/+5
|
* new versionMichael Kifer1997-07-1715-494/+981
|
* (dired-omit-files): Add ".#foo" lock files to omissions.Richard M. Stallman1997-07-171-3/+3
|
* (show-paren-match-face): Use gray on all non-color screens.Richard M. Stallman1997-07-171-2/+1
|
* (HAVE_LOGB, HAVE_FREXP, HAVE_FMOD, HAVE_RINT):Richard M. Stallman1997-07-171-0/+7
| | | | (HAVE_CBRT, HAVE_FPATHCONF, HAVE_SETRLIMIT): Defined.
* (xcar, xcdr): Print with /x.Richard M. Stallman1997-07-171-2/+2
|
* (decode_mode_spec_coding): Fix typo; use `val' instead of `coding-system'.Richard M. Stallman1997-07-171-1/+1
|
* (lrt-vowel-table): Change "ow" -> "ao", "am" -> "arm".Kenichi Handa1997-07-171-8/+16
| | | | | | (lrt-handle-maa-sakod): Correctly handle the case that quail-current-data is nil. (lrt-handle-tone-mark): Fix bug of handling key sequence "hhai" + tone.
* Modified to avoid *.el files being regardedKenichi Handa1997-07-171-123/+142
| | | | as intermidiate files and deleted by GNU make.
* (batch-titdic-convert): Add optional arg FORCE.Kenichi Handa1997-07-171-6/+6
|
* (replace_range): New function.Richard M. Stallman1997-07-171-0/+116
|
* (display_text_line): Handle the case of point being inRichard M. Stallman1997-07-171-0/+10
| | | | the invisible part of the line beyond the left margin.
* (read-quoted-char): Handle non-character events.Richard M. Stallman1997-07-171-6/+19
|
* Update copyright year.Richard M. Stallman1997-07-171-1/+1
|
* Improve text of messages.Richard M. Stallman1997-07-171-13/+14
|
* (quoted-insert): Doc fix.Richard M. Stallman1997-07-171-1/+3
|
* (dired-find-file): Better error messageRichard M. Stallman1997-07-161-1/+3
| | | | for symlink to nonexistent target.
* Convert arm32:NetBSD to normal arm canonicalization.Erich Stefan Boleyn1997-07-161-0/+3
|
* (quoted-insert): Doc fix.Richard M. Stallman1997-07-161-3/+7
|
* (read-quoted-char): Read any number of octal digits,Richard M. Stallman1997-07-161-13/+23
| | | | and ignore a space if that terminates the octal digits.
* (yank, yank-pop): Clear out read-only prop.Richard M. Stallman1997-07-161-5/+11
|
* (set-auto-mode): If -*- line specifies a mode,Richard M. Stallman1997-07-161-6/+10
| | | | | | | | then even if we don't use it because of just-from-file-name, still let it prevent taking the mode from a file name. (basic-save-buffer-1): Clarify error message. (cd-absolute): Likewise.
* (texinfo-format-buffer-1): Insert, here,Richard M. Stallman1997-07-161-23/+28
| | | | | | the info about what file this is and what it was made from, just before returning. (texinfo-format-setfilename): Generate no output.
* Arrange for the leim tar file to unpack in emacs-M.N/leim.Richard M. Stallman1997-07-161-2/+5
|
* (mail-extr-voodoo): Get rid of comments at an early stage.Richard M. Stallman1997-07-161-11/+29
|
* (apropos-print): Use customize-group-other-window, not customize-other-window.Richard M. Stallman1997-07-151-1/+1
|
* (mail-mode-auto-fill): Use insert-before-markers.Richard M. Stallman1997-07-151-1/+3
|
* (internal_self_insert): When overwriting, use replace_range.Richard M. Stallman1997-07-151-10/+29
|
* (custom-unlispify-remove-prefixes): New variable.Richard M. Stallman1997-07-151-89/+50
| | | | | | | | | | | | (custom-unlispify-menu-entry): Obey custom-unlispify-remove-prefixes. (customize-browse): Don't take an argument. (customize-browse): Improve start-of-buffer message. (custom-help-menu): Variable deleted. (custom-menu-reset): Function deleted. (Custom-menu-update): Likewise.
* (c-copy-tree): Fix bugs.Richard M. Stallman1997-07-151-11/+11
|
* (tmm-prompt): Use save-excursion around completing-read code.Richard M. Stallman1997-07-151-24/+21
| | | | | (tmm-add-prompt): Clean up using save-selected-window and with-current-buffer.
* (SETUP_SYNTAX_TABLE_FOR_OBJECT): Fix previous change.Richard M. Stallman1997-07-151-1/+1
|
* Fix previous change.Richard M. Stallman1997-07-153-7/+4
|
* (global-map): Turn off the S-SPC binding.Richard M. Stallman1997-07-151-2/+4
|
* Add comment describing HAVE_PSTAT_GETDYNAMIC.Jim Meyering1997-07-151-0/+8
|
* change maintainer.Simon Marshall1997-07-152-4/+6
|
* Doc-string of Quail package japanese modified.Kenichi Handa1997-07-151-1/+1
|
* Initial revisionKenichi Handa1997-07-152-0/+93
|
* Rules re-written to avoid tricky code.Kenichi Handa1997-07-151-87/+112
| | | | | (CHINEGE-GB): Include quail/py-punct.elc. (CHINEGE-BIG5): Include quail/py-punct-b5.elc.
* (mule-keymap): Bind l to set-language-environment.Kenichi Handa1997-07-151-19/+26
| | | | | | | | (set-language-environment): Remove autoload cookie. Accept null input for resetting to default. (select-input-method): Signal error if enable-multibyte-characters is nil. (toggle-input-method): Likewise.
* (coding-category-emacs-mule): Replace coding-category-iso-else withKenichi Handa1997-07-151-9/+11
| | | | coding-category-iso-7-else and coding-category-iso-8-else.
* (describe-current-coding-system): Use coding-category-iso-7-elseKenichi Handa1997-07-151-2/+2
| | | | instead of coding-category-iso-else.
* (make-coding-system): Distinguish coding-category-iso-7-else andKenichi Handa1997-07-151-3/+4
| | | | coding-category-iso-8-else.
* (quail-translate-key): Fix previous change.Kenichi Handa1997-07-151-1/+3
|
* (tit-process-body): Ignore vacant entries.Kenichi Handa1997-07-151-17/+27
|
* (report-emacs-bug-run-tersely): New variableKenichi Handa1997-07-151-1/+58
| | | | | | | (report-emacs-bug): Insert warnings for novice usres in *mail* buffer. Set enable-multibyte-characters to nil. (report-emacs-bug-hook): Check non-English letters. Confirm about sending a report to FSF.
* (mail-setup): Kill the local binding of enable-multibyte-characters.Kenichi Handa1997-07-151-0/+3
| | | | Turn off an input method.
* (setup-chinese-gb-environment): Adjusted for the change of codingKenichi Handa1997-07-151-12/+15
| | | | | | | category names. Set default-input-method to chinese-py-punct. (setup-chinese-big5-environment): Set default-input-method to chinese-py-punct-b5. (setup-chinese-cns-environment): Set default-input-method correctly.
* (setup-english-environment): Adjusted for the change of codingKenichi Handa1997-07-151-3/+6
| | | | category names.
* (setup-ethiopic-environment): Set default-input-method correctly.Kenichi Handa1997-07-151-1/+1
|