summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* Most of setup-LANGUAGE-environment functions areKenichi Handa1997-05-2821-309/+406
| | | | | | moved form LANGUAGE.el to LANG-util.el. These functions now at first call setup-english-environment to reset various values to the defaults.
* Set default value of coding-category-iso-else toKenichi Handa1997-05-281-3/+3
| | | | iso-2022-lock. Set priority of coding-category-emacs-mule higher.
* Delete defining "i" in mule-keymap.Kenichi Handa1997-05-281-168/+243
| | | | | | | | | | | | | | | | (mule-menu-keymap): New variable. All menu items related to mule are defined in this keymap. (set-language-info): Change format of INFO for KEY documentation and setup-function. (setup-specified-language-environment): New function. (setup-language-environment): Call the above function. (describe-specified-language-support): New function. (describe-language-support): Call the above function. (universal-coding-system-argument): New function. (read-language-and-input-method-name): Doc-string fixed. If default-input-method is nil, use previous-input-method as the default value. (set-default-input-method): Deleted.
* Add comment for the code loadingKenichi Handa1997-05-281-1/+1
| | | | "language/devanagari".
* (x-complement-fontset-spec): Add font names which areKenichi Handa1997-05-281-11/+21
| | | | ignoring sizes in alternative-fontname-alist.
* (dired-find-file): Likewise.Kenichi Handa1997-05-281-3/+3
|
* (find-file): Delete the facility of handling a prefixKenichi Handa1997-05-281-79/+38
| | | | | | | | | argument. (find-file-other-window, find-file-read-only): Likewise. (find-file-read-only-other-window): Likewise. (find-file-read-only-other-frame): Likewise. (find-alternate-file-other-window, find-alternate-file): Likewise. (write-file, insert-file, append-to-file): Likewise.
* (describe-buffer-case-table): Use aref instead ofKenichi Handa1997-05-281-2/+2
| | | | set-char-table-range.
* (encoded-kbd-mode): Fix typo in doc-string.Kenichi Handa1997-05-281-15/+1
| | | | (encoded-kbd-set-coding-system): Deleted.
* (set-terminal-coding-system): New function.Kenichi Handa1997-05-281-5/+25
| | | | | | (set-keyboard-coding-system): New function. (set-buffer-process-coding-system): Name changed from set-current-process-coding-system.
* (mouse-undouble-last-event): Return nil if the eventRichard M. Stallman1997-05-271-7/+23
| | | | | is not double or triple to start with. (mouse-show-mark): Handle scroll-bar events here.
* Updated address.Per Abrahamsen1997-05-272-2/+2
|
* Update address.Per Abrahamsen1997-05-271-1/+1
|
* Comment change.Richard M. Stallman1997-05-271-0/+1
|
* (vi-join-lines): Locally bind count.Richard M. Stallman1997-05-271-32/+50
| | | | | | | | | (vi-search-forward, vi-search-backward): Use isearch-update-ring. (vi-repeat-last-search, vi-reverse-last-search): Get string from the ring. (vi-mode-old-major-mode, vi-mode-old-mode-name): New defvars. (vi-mode-old-local-map, vi-mode-old-case-fold): Likewise. (vi-tilde-map): Move the defvar and bindings to the front.
* (ielm-input): New defvar.Richard M. Stallman1997-05-271-1/+3
|
* Comment change.Richard M. Stallman1997-05-2710-8/+13
|
* Comment change.Richard M. Stallman1997-05-2712-5/+13
|
* (browse-url-netscape, browse-url-netscape-sentinel)Richard M. Stallman1997-05-271-3/+3
| | | | | (browse-url-netscape-send): Use browse-url-netscape-program, renamed from browse-url-netscape-command.
* (indent-icon-exp): Bind last-depth.Richard M. Stallman1997-05-271-4/+4
| | | | Consistently use inner-loop-done, not innerloop-done.
* (webjump-adult-p): Function deleted.Richard M. Stallman1997-05-271-3/+0
|
* (set-case-syntax-set-multibyte): New variable.Richard M. Stallman1997-05-271-0/+2
|
* If set-case-syntax-set-multibyte is non-nil, define syntaxRichard M. Stallman1997-05-273-7/+18
| | | | for multibyte characters, and don't do `provide'.
* Comment change.Richard M. Stallman1997-05-2710-5/+12
|
* (icon-mode): Adapt to new hideshow and improve regexps.Richard M. Stallman1997-05-271-4/+6
| | | | | (icon-forward-sexp-function): Use beginning-of-icon-defun and end-of-icon-defun.
* (Info-exit): Use bury-buffer simply.Richard M. Stallman1997-05-271-2/+1
|
* Change copyright years.Richard M. Stallman1997-05-261-1/+1
|
* Use insert to preserve marker positions (pmark) and delete last.Simon Marshall1997-05-261-3/+4
|
* frame-override-unsplittable/inhibit-frame-unsplittable name change.Simon Marshall1997-05-261-1/+1
|
* Always load case-table, latin-1, latin-2, latin-3, latin-4.Richard M. Stallman1997-05-261-0/+7
|
* (x-create-frame-with-faces): Don't call frame-set-background-modeRichard M. Stallman1997-05-261-1/+2
| | | | until after handling the reverse-video parameter.
* (defface): Doc fix.Richard M. Stallman1997-05-251-9/+12
|
* Move face setup to faces.el.Richard M. Stallman1997-05-251-19/+0
|
* Unconditionally create the standard faces at load time.Richard M. Stallman1997-05-251-25/+44
| | | | Move face setup here from cus-start.el, and add attribute info.
* (custom-face-attributes): Add :inverse-video.Richard M. Stallman1997-05-251-0/+5
|
* (modify-face): Don't call make-face-unboldRichard M. Stallman1997-05-251-44/+46
| | | | | | | | | | | | | | | | if face has no font; likewise for make-face-unitalic. (x-create-frame-with-faces): Use nil for SET-ANYWAY when calling make-face-x-resource-internal. (face-initialize): Don't initialize any face attributes here. (face-fill-in): Don't call set-face-underline-p if underlining off. (face-inverse-video-p): New function. (set-face-inverse-video-p): New function. (internal-set-face-1): Handle the inverse-video attribute. (face-spec-set): Handle :inverse-video. (make-face, x-create-frame-with-faces): Make vectors length 9. (internal-facep): Expect length 9. (face-try-color-list): Use set-face-inverse-video-p.
* Use defgroup and defcustom.Richard M. Stallman1997-05-252-56/+129
|
* (substitute-key-definition): Fix previous change.Richard M. Stallman1997-05-251-3/+2
|
* (dontcompilefiles): Add latin-1.el ... latin-4.el;Richard M. Stallman1997-05-251-1/+2
| | | | remove iso-syntax.el and i3-syntax.el.
* (Info-suffix-list): Accept -info as suffix;Richard M. Stallman1997-05-241-10/+20
| | | | also accept a subdir with a file called `index'.
* (texinfo-version): New function and variable.Richard M. Stallman1997-05-241-80/+190
| | | | | | | | | (texinfo-update-node): New autoload call. (texinfo-every-node-update): Likewise. (texinfo-sequential-node-update): Likewise. (texinfo-mode-map): New binding for C-c ]. (texinfo-environment-regexp): Use concat, for clarity. (texinfo-insert-@end): Fix paren error.
* (texinfo-extra-inter-column-width):Richard M. Stallman1997-05-241-15/+16
| | | | | | | | | Renamed from extra-inter-column-width. Doc fix. (texinfo-multitable-buffer-name): Variable renamed from multitable-temp-buffer-name. (texinfo-multitable-rectangle-name): Variable renamed from multitable-temp-rectangle-name. (texinfo-format-key): Don't insert angle-brackets.
* [This finishes the change log for the changes in the previous version.]Richard M. Stallman1997-05-241-1/+0
| | | | | | | | | | | | | | | | | | | | | Add properties for new commands. Move all the no-op commands to the end, and add some. Add many commands for ligatures and for letters with diacritics and other non-English special characters. (texinfo-multitable): New Texinfo cmd. (texinfo-end-multitable): New function. (texinfo-multitable-widths): New function. (texinfo-multitable-extract-row): New function. (texinfo-multitable-item): New function. (texinfo-format-timestamp): New Texinfo cmd. (texinfo-format-kbd-regexp): New variable. (texinfo-format-kbd-end-regexp): New variable. (texinfo-format-kbd): New function for @kbd. (texinfo-format-ifeq): New Texinfo cmd. (texinfo-format-pounds): Likewise. (texinfo-format-refill): Handle *'s specially at line start.
* (texinfmt-version): New function and variable.Richard M. Stallman1997-05-241-218/+1173
| | | | | | | | | | | | | | | | | (texi2info): New function. (texinfo-accent-commands): New variable. (texinfo-no-refill-regexp): Use concat to make it clearer. Add some more elements. (texinfo-part-of-para-regexp): Likewise. (texinfo-append-refill): Extend criterion 3 for when not to refill. (texinfo-raisesections-alist): Add @centerchap. (texinfo-lowersections-alist): Add @centerchap. (texinfo-format-scan): Handle many more @-char commands. (detailmenu): Add texinfo-format and texinfo-end properties, (centerchap): Add texinfo-format property, (texinfo-format-buffer): Doc fix. (texinfo-parse-line-arg): Add doc string. (texinfo-parse-arg-discard): Likewise.
* (libc-highlight-overlay): New variable.Richard M. Stallman1997-05-241-4/+13
| | | | (libc-search-index): Use an overlay for highlighting.
* Initial revisionRichard M. Stallman1997-05-241-0/+245
|
* (set-case-syntax-1): New function.Richard M. Stallman1997-05-231-5/+11
| | | | | (set-case-syntax-delims): Use set-case-syntax-1. (set-case-syntax-pair, set-case-syntax): Likewise.
* (perform-replace): Restore match data after read-event.Richard M. Stallman1997-05-231-0/+3
|
* Comment change.Richard M. Stallman1997-05-231-6/+1
|
* Comment change.Richard M. Stallman1997-05-231-1/+1
|