summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* Don't profile syntax-ppss any more.Stefan Monnier2001-11-251-1/+7
| | | | (syntax-after): New fun.
* (describe-syntax): New fun.Stefan Monnier2001-11-251-0/+16
|
* (font-lock-cache-state, font-lock-cache-position)Stefan Monnier2001-11-251-52/+10
| | | | | | | | | (font-lock-ppss-stats, font-lock-ppss): Remove. (font-lock-fontify-syntactically-region): Remove tuning code. (font-lock-compile-keywords): Fix off-by-one bug. (font-lock-set-defaults): Don't set removed vars. (c-keywords): Add `inline'. (c-type-names): Add `_Complex', `_Imaginary' and `_Bool'.
* (lisp-mode-variables): Set syntax-begin-function.Stefan Monnier2001-11-251-19/+12
| | | | | | | | (lisp-interaction-mode-abbrev-table): Defvar to its correct value. (lisp-interaction-mode): Don't set local-abbrev-table any more. (lisp-mode-auto-fill): Use syntax-ppss and obey comment-auto-fill-only-comments. (lisp-fill-paragraph): Use syntax-ppss.
* 2001-11-25 ShengHuo ZHU <zsh@cs.rochester.edu>ShengHuo ZHU2001-11-254-66/+112
| | | | | | | | | | | | | | | | | | | * mail/rmail.el (rmail-enable-mime-composing): New. A lightweight version of rmail-enable-mime. (rmail-forward): Use it. * message.el (message-forward-rmail-make-body): save-window-excursion. (message-encode-message-body): no error. (message-setup-1): compose-mail send-actions are different from message-send-actions. * message.el (message-forward-subject-author-subject): Don't use message-news-p, which widens the buffer. (message-forward-make-body): New function. (message-forward): Use it. (message-insinuate-rmail): New. (message-forward-rmail-make-body): New.
* (lisp-indent-function): Add doc string.Richard M. Stallman2001-11-252-0/+22
|
* Fix previous change.Richard M. Stallman2001-11-251-1/+1
|
* (quail-keyboard-layout-button): Define button type.Richard M. Stallman2001-11-252-11/+32
| | | | | | (quail-keyboard-customize-button): Likewise. (quail-help): Use those button types. Require `help-mode'. Avoid altering the argument `package'.
* (help-function, help-variable, help-face)Richard M. Stallman2001-11-251-7/+33
| | | | | (help-coding-system, help-input-method, help-character-set): Define each button type with its own explicit define-button-type.
* Modify a commented-out non-nil value of jit-lock-defer-time, toEli Zaretskii2001-11-251-1/+1
| | | | make it consistent with the lazy-lock-defer-time's default value.
* Simplify previous change.Richard M. Stallman2001-11-252-6/+10
|
* (command-line-1): Don't do startup screen if a subprocess is running.Richard M. Stallman2001-11-251-3/+10
| | | | | Call the startup screen buffer "GNU Emacs". Make a special mode-line-format for it.
* 2001-11-25 ShengHuo ZHU <zsh@cs.rochester.edu>ShengHuo ZHU2001-11-256-62/+183
| | | | | | | | | | | | | | | * gnus-util.el (gnus-directory-sep-char-regexp): New. * gnus-score.el (gnus-score-find-bnews): Sync with Gnus CVS. * mm-util.el: Sync. * gnus-sum.el (gnus-summary-limit-to-subject): An exclusion version. (gnus-summary-limit-to-author): Ditto. (gnus-summary-limit-to-extra): Ditto. (gnus-summary-find-matching): Support not-matching argument. * message.el (message-wash-subject): Use `insert' rather than `insert-string', which is deprecated. From Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
* (smtpmail-deduce-address-list): Don't use insert-string.Pavel Janík2001-11-252-3/+8
|
* *** empty log message ***Pavel Janík2001-11-251-0/+10
|
* (tetris-mode): Remove make-local-hook.Pavel Janík2001-11-251-1/+0
|
* (snake-mode): Remove make-local-hook.Pavel Janík2001-11-251-1/+0
|
* (decipher-mode): Remove make-local-hook.Pavel Janík2001-11-251-1/+0
|
* (tmm-add-prompt): Remove make-local-hook.Pavel Janík2001-11-251-1/+0
|
* Comment out parts of the file which apparently are garbled.Richard M. Stallman2001-11-251-377/+377
|
* (menu-bar-apropos-menu): Moved all `apropos' bindings here.Sam Steingold2001-11-252-12/+40
| | | | (menu-bar-help-menu): Added `menu-bar-apropos-menu'.
* doc tweakSam Steingold2001-11-251-1/+1
|
* *** empty log message ***Richard M. Stallman2001-11-251-0/+22
|
* New file.Richard M. Stallman2001-11-251-0/+997
|
* Completely re-written.Richard M. Stallman2001-11-253-2008/+703
|
* Change indian-1-column charset to indian-glyph charset.Richard M. Stallman2001-11-251-4/+7
|
* Delete the setting for indian-1-columnRichard M. Stallman2001-11-251-1/+27
| | | | and add the setting for indian-glyph in the default fontset.
* Adjusted for the change of indian-1-column -> indian-glyph.Richard M. Stallman2001-11-251-2/+2
|
* Add pagination.Richard M. Stallman2001-11-252-10/+27
| | | | (ruler-mode-toggle-show-tab-stops): No need to test `ruler-mode' variable.
* (browse-url-galeon-new-window-is-tab): New var.Richard M. Stallman2001-11-251-1/+11
| | | | (browse-url-galeon): Use that variable.
* (sc-toggle-var): Don't use set-variable or eval-expression.Richard M. Stallman2001-11-251-1/+1
| | | | Eval and set the variable simply.
* (temporary-file-directory): Use defcustom.Richard M. Stallman2001-11-241-21/+25
| | | | | | (small-temporary-file-directory): Likewise. (normal-backup-enable-predicate): Move down in file after definition of temporary-file-directory.
* (last-buffer, unbury-buffer): Doc fixes.Richard M. Stallman2001-11-241-3/+3
|
* (Commentary): Cleanup, and add logistic curve fitting suggestion fromColin Walters2001-11-242-146/+177
| | | | Robert J. Chassell <bob@rattlesnake.com>.
* (calc-init-extensions): Update the rest of the autoload names to matchColin Walters2001-11-242-4/+9
| | | | files renamed on initial calc import.
* *** empty log message ***Pavel Janík2001-11-242-3/+3
|
* Install entry from 2001-11-20 that had unnoticed conflicts.Jason Rumney2001-11-241-0/+7
|
* *** empty log message ***Gerd Moellmann2001-11-241-1/+2
|
* *** empty log message ***Colin Walters2001-11-241-0/+2
|
* Add header comment.Colin Walters2001-11-241-1/+1
|
* (finder_setwins, setwins): Include Calc again.Colin Walters2001-11-241-0/+4
|
* (finder_setwins, setwins): Include Calc again.Colin Walters2001-11-231-2/+8
|
* #André Spiegel2001-11-231-0/+7
|
* (with-vc-properties): Don't bind `filename' locally.André Spiegel2001-11-231-21/+26
| | | | | (with-vc-file, edit-vc-file): Use `make-symbol' for local bindings to avoid name clashes. Fix `lisp-indent-function' property for both.
* (mailrc-generic-mode): Highlight the `source' keyword.Francesco Potortì2001-11-232-4/+11
|
* Delete empty lines at the end of file.Pavel Janík2001-11-233-6/+0
|
* Delete empty line at the end of file.Pavel Janík2001-11-232-2/+0
|
* "This file is part of GNU Emacs." added.Pavel Janík2001-11-231-0/+2
|
* Remove.Colin Walters2001-11-223-599/+6
|
* (report-calc-bug): Use `reporter-prompt-for-summary-p'.Colin Walters2001-11-221-6/+7
|