Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (copyright-regexp): Allow "Copyright" and the copyright symbol together. | Richard M. Stallman | 1997-03-22 | 1 | -1/+3 |
| | |||||
* | (vc-next-action-on-file): With implicit checkout, make | Richard M. Stallman | 1997-03-21 | 1 | -2/+6 |
| | | | | sure not to lose unsaved changes. | ||||
* | (help-map): Use apropos-command, not command-apropos. | Richard M. Stallman | 1997-03-21 | 1 | -1/+1 |
| | |||||
* | Allow a dired-no-confirm of t | Simon Marshall | 1997-03-20 | 1 | -1/+2 |
| | |||||
* | Doc dired-no-confirm and allow t value. | Simon Marshall | 1997-03-20 | 1 | -7/+6 |
| | |||||
* | (rmail-retry-failure): Special handling for mime. | Richard M. Stallman | 1997-03-20 | 1 | -14/+30 |
| | | | | (mail-mime-unsent-header): New variable. | ||||
* | (cal-tex-preamble): Set \lineskip to 0pt. | Karl Heuer | 1997-03-19 | 1 | -3/+1 |
| | |||||
* | (x-complement-fontset-spec): Setup | Kenichi Handa | 1997-03-19 | 1 | -13/+28 |
| | | | | alternative-fontname-alist while complementing fontnames. | ||||
* | (x-charset-registries): Change entry for Ethiopic. | Kenichi Handa | 1997-03-18 | 1 | -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 Handa | 1997-03-18 | 1 | -3/+3 |
| | | | | (alternate-charset-table): Change each entry from list to dot pair. | ||||
* | (make-char): Documented. | Kenichi Handa | 1997-03-18 | 1 | -1/+7 |
| | | | | | (charset-plist): Return quoted list even if CHARSET is supplied by symbol. | ||||
* | (quail-translation-keymap): Add entry for escape key. | Kenichi Handa | 1997-03-18 | 1 | -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 Handa | 1997-03-18 | 1 | -1/+3 |
| | |||||
* | (thai-post-read-conversion): Return the correct length. | Kenichi Handa | 1997-03-18 | 1 | -2/+1 |
| | |||||
* | (viet-decode-viqr-region): Supply correct | Kenichi Handa | 1997-03-18 | 1 | -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-conversion | Kenichi Handa | 1997-03-18 | 1 | -2/+2 |
| | | | | to the coding system viqr. | ||||
* | Conditionalize the fontset code on | Richard M. Stallman | 1997-03-18 | 1 | -33/+36 |
| | | | | whether new-fontset is bound. | ||||
* | (apropos): Print all property symbols. | Karl Heuer | 1997-03-17 | 1 | -15/+15 |
| | |||||
* | Tweak font-lock-keywords | Simon Marshall | 1997-03-15 | 2 | -11/+17 |
| | |||||
* | defvar before- and after- make frame vars; use properly in make-frame. | Simon Marshall | 1997-03-15 | 1 | -22/+26 |
| | |||||
* | clean code. | Simon Marshall | 1997-03-15 | 1 | -9/+5 |
| | |||||
* | Allow arbitrary regexps in *-font-lock-extra-types. | Simon Marshall | 1997-03-15 | 1 | -189/+246 |
| | |||||
* | When testing FACE's non-nil face-font with the default face font, use the ↵ | Simon Marshall | 1997-03-15 | 1 | -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 Marshall | 1997-03-15 | 1 | -10/+17 |
| | | | | comint-exec-1. | ||||
* | (when, unless): Symbol props moved from cl.el. | Karl Heuer | 1997-03-14 | 1 | -2/+6 |
| | | | | (add-to-invisibility-spec): Add to beginning, not end. | ||||
* | (when, unless): Symbol props moved to subr.el. | Karl Heuer | 1997-03-14 | 1 | -1/+0 |
| | |||||
* | (indent-line-to): Fix off-by-one bug when deciding | Karl Heuer | 1997-03-14 | 1 | -1/+1 |
| | | | | whether to delete the existing spaces. | ||||
* | Re-fix copyright dates. | Karl Heuer | 1997-03-12 | 1 | -1/+2 |
| | |||||
* | Fixed copyright dates | Joel Ray Holveck | 1997-03-12 | 1 | -1/+1 |
| | |||||
* | Fix typo in previous change. | Karl Heuer | 1997-03-12 | 1 | -1/+1 |
| | |||||
* | (octave-abbrev-table): Add abbrevs for switch, | Karl Heuer | 1997-03-12 | 1 | -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 Heuer | 1997-03-12 | 1 | -0/+4 |
| | |||||
* | Provide octave-hlp. | Karl Heuer | 1997-03-12 | 1 | -0/+4 |
| | |||||
* | (inferior-emacs-lisp-mode): Set comint-completion-addsuffix. | Karl Heuer | 1997-03-12 | 1 | -1/+4 |
| | |||||
* | (term-completion-addsuffix): Doc fix. | Karl Heuer | 1997-03-12 | 1 | -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 Heuer | 1997-03-11 | 1 | -2/+17 |
| | | | | | (add-to-invisibility-spec, remove-from-invisibility-spec): New functions. | ||||
* | (uniquify-buffer-file-name): Don't call | Karl Heuer | 1997-03-11 | 1 | -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 Heuer | 1997-03-11 | 1 | -3/+3 |
| | | | | and `:' in symbol names. | ||||
* | (ispell-command-loop): Disable message logging. | Karl Heuer | 1997-03-11 | 1 | -4/+6 |
| | | | | (ispell-region): Ditto. | ||||
* | (makefile-dependency-regex): Disallow "=" in name, | Karl Heuer | 1997-03-11 | 1 | -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 force | Karl Heuer | 1997-03-08 | 1 | -2/+2 |
| | | | | the input read to match a valid entry | ||||
* | (isearch-yank): Handle case when CHUNK is `x-sel'. | Karl Heuer | 1997-03-08 | 1 | -1/+3 |
| | |||||
* | (vc-backend-diff): Handle RCS and SCCS separately. | André Spiegel | 1997-03-04 | 1 | -30/+29 |
| | |||||
* | (eval-expression): No longer disabled, since M-: isn't | Karl Heuer | 1997-03-02 | 1 | -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 Heuer | 1997-03-02 | 1 | -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 Heuer | 1997-03-01 | 1 | -0/+9 |
| | | | | (Man-mode-map): Bind it. | ||||
* | (vc-log-mode): New optional arg FILE. Set vc-log-file here. | Karl Heuer | 1997-02-27 | 1 | -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 Heuer | 1997-02-27 | 1 | -1/+1 |
| | |||||
* | Remove prefix "coding-system-" from coding system symbol names. | Kenichi Handa | 1997-02-26 | 9 | -70/+65 |
| | |||||
* | (sendmail-coding-system): Add autoload cookie. | Kenichi Handa | 1997-02-26 | 1 | -1/+2 |
| | | | | Default value is nil. |