summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (terminal-emulator): Fix args to `concat'. Now concat doesn't acceptKenichi Handa2000-08-251-2/+3
| | | | interger.
* *** empty log message ***Kenichi Handa2000-08-251-0/+3
|
* *** empty log message ***Kenichi Handa2000-08-253-774/+19
|
* Remove SKK from Keywords. Require ja-dic-utl instead of skkdic-utl.Kenichi Handa2000-08-251-3/+3
|
* Renamed from skkdic-cnv.el.Kenichi Handa2000-08-251-0/+565
| | | | | | | | | | | Provide ja-dic-cnv instead of skkdic-cnv. (ja-dic-filename): Renamed from skkdic-filename. Referers changed (iso-2022-7bit-short): Add safe-charsets property. (skkdic-convert-postfix): Search Japanese chou-on character in addition to Hiragana character. (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise. (skkdic-convert): Change file names from skkdic.el to ja-dic.el (batch-skkdic-convert): Likewise.
* Renamed from skkdic-utl.el.Kenichi Handa2000-08-251-0/+216
| | | | | Provide ja-dic-utl instead of skkdic-utl. (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
* (standard-display-default): Make the test of `l'Dave Love2000-08-242-3/+5
| | | | useful.
* *** empty log message ***Dave Love2000-08-241-0/+10
|
* ("Latin-8", "Latin-9"): Add input methods,Dave Love2000-08-241-8/+9
| | | | mod sample text.
* Make pilcrow convenient stringDave Love2000-08-241-2/+6
| | | | | | consistent with section. (iso-ascii-display): Set up multibyte characters as well as unibyte.
* (reset-language-environment): Set default-process-coding-system toKenichi Handa2000-08-241-0/+3
| | | | | '(undecided . iso-latin-1), which makes process I/O almost consistent with file I/O. Call this function when mule-cmds.el[c] is loaded.
* *** empty log message ***Kenichi Handa2000-08-241-0/+7
|
* *** empty log message ***Andrew Innes2000-08-231-0/+66
|
* *** empty log message ***Andrew Innes2000-08-221-1/+5
|
* (comint-output-filter):Miles Bader2000-08-222-1/+14
| | | | | | Compare end of comint-last-output-overlay with the start of the newly inserted text, not the end, when deciding whether to extend it. Set saved-point's insertion type to advance after insertion.
* (shell-font-lock-keywords): Remove prompt highlighting, since this isMiles Bader2000-08-221-2/+1
| | | | now done independently of font-lock mode.
* *** empty log message ***Stefan Monnier2000-08-211-0/+2
|
* *** empty log message ***Gerd Moellmann2000-08-211-0/+10
|
* (server-kill-new-buffers): New user option.Gerd Moellmann2000-08-211-17/+44
| | | | | | | | | (server-existing-buffer): New buffer-local variable. (server-visit-files): When using an existing buffer, set server-existing-buffer to t. (server-buffer-done): If server-kill-new-buffers is t, kill the buffer, unless it was already present before visiting it with Emacs server.
* (Man-init-defvars): Don't reset Man-fontify-manpage-flag,Eli Zaretskii2000-08-212-5/+6
| | | | | even if the display doesn't support colors: some displays will support bold/underline faces.
* *** empty log message ***Gerd Moellmann2000-08-211-0/+2
|
* (cl-macroexpand): Doc fix.Gerd Moellmann2000-08-211-1/+1
|
* *** empty log message ***Gerd Moellmann2000-08-211-0/+5
|
* (command-line): If user's init file had an error,Gerd Moellmann2000-08-211-6/+22
| | | | add explanatory text to *Messages*.
* (Man-getpage-in-background): Decode the process output by the systemKenichi Handa2000-08-211-0/+3
| | | | locale coding system.
* *** empty log message ***Kenichi Handa2000-08-212-7/+15
|
* *** empty log message ***Kenichi Handa2000-08-211-1/+5
|
* *** empty log message ***Dave Love2000-08-201-0/+37
|
* (widget-choose, widget-choice-mouse-down-action):Dave Love2000-08-201-246/+251
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Don't test x-popup-menu. (function) <complete-function>: Complete only fbound symbols. <validate, value>: New. (variable) <complete-function>: Complete only bound symbols. (coding-system): Add :base-only, :complete-function, :validate, :value, :prompt-match. (widget-coding-system-prompt-value): Use read-coding-system and act on :base-only. (editable-field): Add :help-echo. (widget-push-button-gui, widget-push-button-cache) (widget-gui-action, widget-editable-list-gui): COmment out, along with uses. (widget-at): Make arg optional. (widget-echo-help): Adjust for current help-echo calling sequence. (widget-specify-field, widget-specify-button) (widget-specify-insert, widget-get-sibling, widget-image-find) (widget-convert, widget-insert, widget-leave-text) (widget-beginning-of-line, widget-end-of-line, widget-kill-line) (widget-setup, widget-field-find, widget-before-change) (widget-after-change, widget-default-complete) (widget-default-create, widget-default-delete) (widget-push-button-value-create, editable-field) (widget-field-prompt-value, widget-field-validate) (widget-choice-value-create, widget-choice-action) (widget-choice-validate, widget-checklist-add-item) (widget-radio-add-item, widget-radio-chosen) (widget-radio-value-inline, widget-editable-list-value-create) (widget-editable-list-entry-create) (widget-documentation-link-add) (widget-documentation-string-value-create) (widget-regexp-validate, widget-file-complete) (widget-sexp-validate, widget-plist-convert-widget) (widget-plist-convert-widget, widget-alist-convert-widget) (widget-alist-convert-widget, widget-color-complete): Simplify, particularly to avoid bindings which aren't optimized out.
* (defun-prompt-regexp, parens-require-spaces): Doc fix.Dave Love2000-08-202-29/+44
| | | | | | (down-list, backward-up-list, up-list, kill-sexp) (backward-kill-sexp, mark-sexp)): Make arg optional. (lisp-complete-symbol): Add optional arg PREDICATE.
* Add display-buffer-reuse-frames,Dave Love2000-08-201-0/+14
| | | | file-coding-system-alist.
* *** empty log message ***Gerd Moellmann2000-08-201-0/+5
|
* (command-line): Clear realized faces afterGerd Moellmann2000-08-201-1/+4
| | | | modifying TTY color mappings.
* (face-attr-match-p):Miles Bader2000-08-202-5/+11
| | | | Don't return true if ATTRS are merely a subset of FACE's attributes.
* *** empty log message ***Miles Bader2000-08-191-0/+8
|
* (set-buffer-process-coding-system): Make interactive prompt less confusing.Miles Bader2000-08-191-1/+1
|
* (comint-output-filter):Miles Bader2000-08-191-1/+1
| | | | Save the point with a marker, not just a buffer position.
* *** empty log message ***Gerd Moellmann2000-08-191-0/+5
|
* General cleanup of doc strings, comments andGerd Moellmann2000-08-191-177/+106
| | | | code formatting.
* (gud-basic-call): Temporarily widen gud comint buffer while checking forMiles Bader2000-08-192-18/+42
| | | | | prompt to delete. Use `forward-line 0' instead of beginning-of-line. (gud-filter): Temporarily widen gud comint buffer while examining output.
* (comint-output-filter): Remove ad-hoc saving of restriction, and justMiles Bader2000-08-191-75/+62
| | | | | | | use save-restriction, now that it works correctly. Don't adjust comint-last-input-start to account for our insertion; it shouldn't have moved because we don't use insert-before-markers anymore. Comment out call to `force-mode-line-update'; why is it here?
* (byte-compile-beginning-of-line):Miles Bader2000-08-191-15/+1
| | | | | Compiler macro removed; beginning-of-line is no longer always equivalent to forward-line, in the presence of fields.
* Big bag of typos.Stefan Monnier2000-08-181-103/+101
|
* (ispell-menu-map-needed): Put back the boundpStefan Monnier2000-08-182-1/+7
| | | | check since ispell-process is not bound when ispell is not yet loaded.
* (find-image): Copy `spec' before using plist-put.Dave Love2000-08-182-1/+6
|
* *** empty log message ***Gerd Moellmann2000-08-181-0/+34
|
* (icon-indent-line)Gerd Moellmann2000-08-181-2/+2
| | | | (icon-is-continuation-line): Handle comments specially.
* (esc-map): Bind `C-delete' and `C-backspace' toGerd Moellmann2000-08-181-0/+2
| | | | backward-kill-sexp, analogous to kill-sexp.
* (ispell-dictionary-alist-6): Add `portugues'.Gerd Moellmann2000-08-181-3/+5
|
* Set to standard author/maintainer/keyword fields.Gerd Moellmann2000-08-171-85/+109
| | | | | | | | | | | | | | | | | | | | | | Fine tuning to menu map appearance and operation, and added help. Remove `start' and `end' error messages when compiling. (ispell-choices-win-default-height): Fixed comment string. (ispell-dictionary-alist-1): Fixed regexp in castellano and castellano8 dictionaries. (ispell-dictionary-alist-3): Fixed regexp in francais dictionary. (ispell-dictionary-alist-4): Fixed regexp in francais-tex dictionary, added italiano dictionary. (ispell-skip-region-alist): Removed regexp thrashing when `-' is a word character (ispell-tex-skip-alists): Added psfig support. (ispell-skip-html): Renamed from ispell-skip-sgml. (ispell-begin-skip-region-regexp, ispell-skip-region) (ispell-minor-check): Improved html skipping support to skip across code, and recognize `&' commands without propper `;' syntax; (ispell-process-line): Fix alignment error when manually correcting spelling. (ispell): Fix comment string. (ispell-add-per-file-word-list): Always put word list on new line.