Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (getf): Don't call get*. | Karl Heuer | 1999-06-12 | 1 | -1/+7 |
| | |||||
* | (shell-command): Avoid printing "mark set" message. | Karl Heuer | 1999-06-10 | 1 | -1/+1 |
| | |||||
* | (compilation-error-regexp-alist): Allow | Dave Love | 1999-06-09 | 1 | -1/+1 |
| | | | | digits in program name in first pattern. | ||||
* | (vc-dired-mode): Don't match anything before the date in | André Spiegel | 1999-06-09 | 1 | -2/+2 |
| | | | | dired-move-to-filename-regexp. | ||||
* | (quail-define-rules): Fix typo in docstring. | Kenichi Handa | 1999-06-07 | 1 | -1/+1 |
| | |||||
* | Add iswitchb-minibuffer-setup to minibuffer-setup-hook in | Stephen Eglen | 1999-06-05 | 1 | -4/+3 |
| | | | | iswitchb-default-keybindings. | ||||
* | (command-line): Don't set user-init-file directly; | Karl Heuer | 1999-06-05 | 1 | -4/+6 |
| | | | | tell `load' to set it. | ||||
* | (ange-ftp-shell-command): Handle error-buffer arg. | Karl Heuer | 1999-06-05 | 1 | -3/+3 |
| | |||||
* | (help-xref-interned): Fix insertion of fdoc and revamp. | Karl Heuer | 1999-06-04 | 1 | -6/+6 |
| | |||||
* | (next-history-element): | Karl Heuer | 1999-06-04 | 1 | -2/+4 |
| | | | | Handle minibuffer-text-before-history properly when reading sexps. | ||||
* | (standard-display-european): | Karl Heuer | 1999-06-04 | 1 | -19/+29 |
| | | | | | | For an interactive call by the user, don't set enable-multibyte-characters, and don't set the terminal coding system. | ||||
* | Don't change hooks on loading. | Karl Heuer | 1999-06-04 | 1 | -22/+22 |
| | | | | | (auto-show-mode): Autoload. Default to nil. Add :set &c. (auto-show-mode): Add to hooks here. | ||||
* | Don't print any messages or display | Karl Heuer | 1999-06-04 | 1 | -18/+4 |
| | | | | | | | | a buffer when loading the library. (r2b-help): Doc fix. (r2b-help-message): Update the documentation. (r2b-load-quietly): Variable deleted. (r2b-convert-buffer): Doc fix. | ||||
* | (regexp-opt-group): Avoid infinite | Karl Heuer | 1999-06-04 | 1 | -1/+3 |
| | | | | recursion on bogus input. | ||||
* | (speedbar-hack-buffer-menu): Fixed so if the user | Karl Heuer | 1999-06-04 | 1 | -4/+5 |
| | | | | | does not select a buffer from the buffers menu, then the attached frame is not switched to anything. | ||||
* | (ccl-encode-vscii): Typo fixed | Kenichi Handa | 1999-06-03 | 1 | -1/+1 |
| | | | | (viet-viscii-...->viet-vscii...). | ||||
* | (iso-2022-7bit-lock-ss2): Typo fixed. | Kenichi Handa | 1999-06-03 | 1 | -1/+1 |
| | |||||
* | Add commentary. | Karl Heuer | 1999-06-01 | 1 | -0/+6 |
| | |||||
* | Add :link to defgroup. | Dave Love | 1999-06-01 | 1 | -21/+24 |
| | | | | | | (fortran-blink-matching-if): Match ELSE statements too. (fortran-fill-statement, fortran-fill): Bind auto-fill-function so that filling is always done. | ||||
* | (append-next-kill): Use an arg to distinguish | Karl Heuer | 1999-05-31 | 1 | -4/+6 |
| | | | | interactive calls from Lisp calls, rather than (interactive-p). | ||||
* | (iso-transl-language-alist): Interchange n and N. | Karl Heuer | 1999-05-31 | 1 | -2/+2 |
| | |||||
* | Add to minor-mode-map-alist. Remove hook installation | Dave Love | 1999-05-31 | 1 | -39/+53 |
| | | | | | | | | | and keymap munging on load. (msb-mode): New option. (msb-files-by-directory, msb-sort-by-name, msb-sort-by-directory): Doc fix. (msb-mode-map): New variable. (msb-mode): New command. | ||||
* | (ispell-alternate-dictionary): Fix custom type. | Dave Love | 1999-05-31 | 1 | -2/+2 |
| | | | | (ispell-complete-word-dict): Likewise. | ||||
* | forms-save-buffer): Call set-buffer-modified-p to | Eli Zaretskii | 1999-05-31 | 1 | -5/+18 |
| | | | | | | force the data buffer to be saved, even if the data didn't change, in case the write filter was modified. Restore the current record after read-file-filter finishes. | ||||
* | (texinfo-format-direntry): Avoid blank line. | Karl Heuer | 1999-05-29 | 1 | -1/+1 |
| | |||||
* | (font-lock-apply-syntactic-highlight): Don't die if | Karl Heuer | 1999-05-29 | 1 | -1/+1 |
| | | | | VALUE is a syntax table. | ||||
* | (custom-print-functions): Add autoload cookie. | Karl Heuer | 1999-05-29 | 1 | -0/+1 |
| | |||||
* | (zap-to-char): Doc fix. | Karl Heuer | 1999-05-29 | 1 | -0/+1 |
| | |||||
* | (isearch-quote-char): Don't assume character codes | Kenichi Handa | 1999-05-28 | 1 | -5/+5 |
| | | | | | 0200 - 0237 stand for characters in some single-byte character charset. | ||||
* | (iso-8859-n-locale-regexp): Don't match 8859-15 &c. | Dave Love | 1999-05-27 | 1 | -2/+2 |
| | |||||
* | (dired-insert-subdir-doinsert): Check that the | Andreas Schwab | 1999-05-27 | 1 | -1/+2 |
| | | | | headerline does not exist already. | ||||
* | (cc-imenu-java-generic-expression): Avoid nested null-loops. | Richard M. Stallman | 1999-05-26 | 1 | -1/+1 |
| | |||||
* | Typo fixed; prefered->preferred. | Kenichi Handa | 1999-05-26 | 1 | -2/+2 |
| | |||||
* | (find-coding-systems-for-charsets): | Kenichi Handa | 1999-05-26 | 1 | -4/+4 |
| | | | | Typo fixed; prefered->preferred. | ||||
* | (charset-info): Fix previous change. | Kenichi Handa | 1999-05-26 | 1 | -2/+2 |
| | |||||
* | (map-y-or-n-p): Don't inherit the current input | Kenichi Handa | 1999-05-26 | 1 | -1/+1 |
| | | | | method in read-event. | ||||
* | (charset-info): Doc-string for DIRECTION fixed. | Kenichi Handa | 1999-05-26 | 1 | -2/+2 |
| | |||||
* | (smtpmail-send-it): Bind | Kenichi Handa | 1999-05-25 | 1 | -3/+9 |
| | | | | | | smtpmail-code-conv-from properly. (smtpmail-send-data-1): If DATA is a multibyte string, encode it by smtpmail-code-conv-from. | ||||
* | (crisp-submit-bug-report): Function deleted. Binding deleted also. | Richard M. Stallman | 1999-05-24 | 1 | -23/+1 |
| | |||||
* | (crisp-mode-map): Don't inherit global-map. | Richard M. Stallman | 1999-05-24 | 1 | -28/+36 |
| | | | | | | | | | Enter it on minor-mode-map-alist. (crisp-mode): Re-named from `crsip-mode-enabled'. Users changed. Autoload. Add custom setter. (crisp-mark-line): Doc fix. (crisp-mode): Autoload. Re-write not to frob keymaps directly. (crisp-mode-hook): Define. | ||||
* | Comment change. | Richard M. Stallman | 1999-05-24 | 1 | -0/+1 |
| | |||||
* | (comint-bol-or-process-mark): Doc fix. | Karl Heuer | 1999-05-24 | 1 | -1/+1 |
| | |||||
* | (recover-file): Recover buffer-file-coding-system. | Kenichi Handa | 1999-05-24 | 1 | -1/+4 |
| | |||||
* | Delete some XEmacs compatibility code. | Richard M. Stallman | 1999-05-23 | 1 | -12/+5 |
| | | | | (bookmark-jump-noselect): Check vc-backend. | ||||
* | Fix header comments. | Dave Love | 1999-05-23 | 1 | -2/+2 |
| | |||||
* | (vc-dired-mode): Make the dired-move-to-filename-regexp | Richard M. Stallman | 1999-05-23 | 1 | -3/+3 |
| | | | | | regexp match the date, to avoid treating date as file size. Add YYYY S option to WESTERN/ | ||||
* | (diary-mail-entries): Use fancy-diary-buffer. | Richard M. Stallman | 1999-05-22 | 1 | -1/+1 |
| | |||||
* | (describe-function-1): Extra arg, interactive-p. | Richard M. Stallman | 1999-05-22 | 1 | -4/+4 |
| | | | | (describe-key, describe-function): Use it. | ||||
* | (all): Delete selective-display. Add scroll-margin, | Richard M. Stallman | 1999-05-22 | 1 | -6/+3 |
| | | | | scroll-preserve-screen-position, scroll-conservatively. | ||||
* | (add-to-list): Doc fix. | Richard M. Stallman | 1999-05-22 | 1 | -0/+2 |
| |