summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (copyright-regexp): Allow "Copyright" and the copyright symbol together.Richard M. Stallman1997-03-221-1/+3
|
* (vc-next-action-on-file): With implicit checkout, makeRichard M. Stallman1997-03-211-2/+6
| | | | sure not to lose unsaved changes.
* (help-map): Use apropos-command, not command-apropos.Richard M. Stallman1997-03-211-1/+1
|
* Allow a dired-no-confirm of tSimon Marshall1997-03-201-1/+2
|
* Doc dired-no-confirm and allow t value.Simon Marshall1997-03-201-7/+6
|
* (rmail-retry-failure): Special handling for mime.Richard M. Stallman1997-03-201-14/+30
| | | | (mail-mime-unsent-header): New variable.
* (cal-tex-preamble): Set \lineskip to 0pt.Karl Heuer1997-03-191-3/+1
|
* (x-complement-fontset-spec): SetupKenichi Handa1997-03-191-13/+28
| | | | alternative-fontname-alist while complementing fontnames.
* (x-charset-registries): Change entry for Ethiopic.Kenichi Handa1997-03-181-7/+20
| | | | | | | | | Typo in comments fixed. (fontset-plain-name): Set correct size information. (x-reduce-font-name): New function. (x-compose-font-name): New optional argument REDUCE. (x-complement-fontset-spec): Call x-compose-font-name with t for the above argument.
* Change short and long names for Ethipic character set.Kenichi Handa1997-03-181-3/+3
| | | | (alternate-charset-table): Change each entry from list to dot pair.
* (make-char): Documented.Kenichi Handa1997-03-181-1/+7
| | | | | (charset-plist): Return quoted list even if CHARSET is supplied by symbol.
* (quail-translation-keymap): Add entry for escape key.Kenichi Handa1997-03-181-8/+16
| | | | | | | | | | (quail-conversion-keymap): Likewise. (quail-keyboard-layout-standard): Add two lines for keyboard layout. (quail-keyboard-layout): Docstring changed to reflect the above change. (quail-keyboard-layout-len): Increased for the above change. (quail-keyboard-layout-alist): Modified for the above change.
* (set-face-font): Allow specifing fontset for the arg FONT.Kenichi Handa1997-03-181-1/+3
|
* (thai-post-read-conversion): Return the correct length.Kenichi Handa1997-03-181-2/+1
|
* (viet-decode-viqr-region): Supply correctKenichi Handa1997-03-181-2/+21
| | | | | | argumnents to rassoc. (viqr-post-read-conversion, viqr-pre-write-conversion): New functions.
* Set functions viqr-post-read-conversion and viqr-pre-write-conversionKenichi Handa1997-03-181-2/+2
| | | | to the coding system viqr.
* Conditionalize the fontset code onRichard M. Stallman1997-03-181-33/+36
| | | | whether new-fontset is bound.
* (apropos): Print all property symbols.Karl Heuer1997-03-171-15/+15
|
* Tweak font-lock-keywordsSimon Marshall1997-03-152-11/+17
|
* defvar before- and after- make frame vars; use properly in make-frame.Simon Marshall1997-03-151-22/+26
|
* clean code.Simon Marshall1997-03-151-9/+5
|
* Allow arbitrary regexps in *-font-lock-extra-types.Simon Marshall1997-03-151-189/+246
|
* When testing FACE's non-nil face-font with the default face font, use the ↵Simon Marshall1997-03-151-2/+5
| | | | frame's font parameter if the default face's face-font is nil.
* minor bug fixes/enhancements to comint-delchar-or-maybe-eof, send-invisible, ↵Simon Marshall1997-03-151-10/+17
| | | | comint-exec-1.
* (when, unless): Symbol props moved from cl.el.Karl Heuer1997-03-141-2/+6
| | | | (add-to-invisibility-spec): Add to beginning, not end.
* (when, unless): Symbol props moved to subr.el.Karl Heuer1997-03-141-1/+0
|
* (indent-line-to): Fix off-by-one bug when decidingKarl Heuer1997-03-141-1/+1
| | | | whether to delete the existing spaces.
* Re-fix copyright dates.Karl Heuer1997-03-121-1/+2
|
* Fixed copyright datesJoel Ray Holveck1997-03-121-1/+1
|
* Fix typo in previous change.Karl Heuer1997-03-121-1/+1
|
* (octave-abbrev-table): Add abbrevs for switch,Karl Heuer1997-03-121-8/+26
| | | | | | | | | | | case, otherwise, and endswitch. (octave-begin-keywords): Add switch. (octave-else-keywords): Add case and otherwise. (octave-end-keywords): Add endswitch. (octave-block-match-alist): Add an entry for switch syntax. (calculate-octave-indent): Add support for switch syntax. (octave-block-end-offset): New function. (octave-comment-indent): Fix typo.
* Provide octave-inf.Karl Heuer1997-03-121-0/+4
|
* Provide octave-hlp.Karl Heuer1997-03-121-0/+4
|
* (inferior-emacs-lisp-mode): Set comint-completion-addsuffix.Karl Heuer1997-03-121-1/+4
|
* (term-completion-addsuffix): Doc fix.Karl Heuer1997-03-121-4/+11
| | | | | | (term-dynamic-complete-as-filename): Support the case where term-completion-addsuffix is a (DIRSUFFIX . FILESUFFIX) cons pair.
* (combine-after-change-calls): Doc fix.Karl Heuer1997-03-111-2/+17
| | | | | (add-to-invisibility-spec, remove-from-invisibility-spec): New functions.
* (uniquify-buffer-file-name): Don't callKarl Heuer1997-03-111-6/+27
| | | | | expand-file-name on nil. Check whether list-buffers-directory is bound. Ignore non-file non-dired buffers.
* (lisp-imenu-generic-expression): Accept `*', `|',Karl Heuer1997-03-111-3/+3
| | | | and `:' in symbol names.
* (ispell-command-loop): Disable message logging.Karl Heuer1997-03-111-4/+6
| | | | (ispell-region): Ditto.
* (makefile-dependency-regex): Disallow "=" in name,Karl Heuer1997-03-111-2/+2
| | | | | | so that "flags=-o:1" is treated as an assignment, not a dependency. (makefile-dependency-regex, makefile-macroassign-regex): Disallow spaces in symbol name.
* (Info-read-node-name): Caused completing-read to forceKarl Heuer1997-03-081-2/+2
| | | | the input read to match a valid entry
* (isearch-yank): Handle case when CHUNK is `x-sel'.Karl Heuer1997-03-081-1/+3
|
* (vc-backend-diff): Handle RCS and SCCS separately.André Spiegel1997-03-041-30/+29
|
* (eval-expression): No longer disabled, since M-: isn'tKarl Heuer1997-03-021-4/+2
| | | | | | as likely to be typed by mistake as the old ESC ESC binding was. Arg `expression' renamed to `eval-expression-arg' to avoid potential collision if its value mentions `expression'.
* (man-mode-syntax-table): New variable.Karl Heuer1997-03-021-21/+21
| | | | | | (Man-mode): Use it. (man-follow): New command and keystroke. (Man-default-man-entry): Ignore trailing dots and underscores.
* (man-follow): New function.Karl Heuer1997-03-011-0/+9
| | | | (Man-mode-map): Bind it.
* (vc-log-mode): New optional arg FILE. Set vc-log-file here.Karl Heuer1997-02-271-4/+4
| | | | | (vc-start-entry): Not here. (vc-finish-logentry): Run vc-finish-logentry-hook.
* (menu-bar-tools-menu): Fix typo in Send Mail item.Karl Heuer1997-02-271-1/+1
|
* Remove prefix "coding-system-" from coding system symbol names.Kenichi Handa1997-02-269-70/+65
|
* (sendmail-coding-system): Add autoload cookie.Kenichi Handa1997-02-261-1/+2
| | | | Default value is nil.