aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* (mh-compose-letter-function): Fix :type.Dave Love2001-02-081-2/+2
|
* (eshell-skip-prompt-function): Fix :type.Dave Love2001-02-071-1/+1
|
* (eshell-cannot-leave-input-list): RemoveDave Love2001-02-071-1/+0
| | | | `backward-line'.
* (ex-unix-type-shell-options): Fix :type.Dave Love2001-02-071-1/+1
|
* (recentf-menu-filter): Fix :type.Dave Love2001-02-071-16/+31
|
* (ps-print-region-function): Fix :type.Dave Love2001-02-071-1/+1
|
* (print-region-function): Fix :type.Dave Love2001-02-071-1/+1
|
* (forms-mode-hooks): Fix :type.Dave Love2001-02-071-4/+4
|
* (dirtrack-directory-change-hook): Fix :type.Dave Love2001-02-071-1/+1
|
* (temp-buffer-show-function, display-buffer-function): Fix :type.Dave Love2001-02-071-2/+2
|
* (spell-filter): Fix :type.Dave Love2001-02-071-1/+1
|
* (sentence-end): Doc fix.Dave Love2001-02-071-1/+2
|
* (adaptive-fill-function): Fix :typeDave Love2001-02-071-2/+2
|
* (bibtex-autokey-before-presentation-function): Fix :type.Dave Love2001-02-071-1/+1
|
* (find-tag-default-function): Fix :type.Dave Love2001-02-071-1/+1
|
* (dcl-calc-command-indent-function): Fix :type.Dave Love2001-02-071-1/+1
|
* (ada-popup-key): Fix :type.Dave Love2001-02-071-2/+2
|
* Remove cus-load.el.Dave Love2001-02-071-1/+0
|
* 2001-02-07 ShengHuo ZHU <[email protected]>ShengHuo ZHU2001-02-075-20/+57
| | | | | | | | | | | | | | * message.el (message-make-forward-subject): Argument decoded. (message-forward): Use it when digest. * gnus-uu.el (gnus-uu-grab-articles): Shoot down original article buffer. * gnus-sum.el (gnus-summary-make-menu-bar): Don't share menu bar in Emacs. * gnus-art.el (gnus-article-make-menu-bar): Make gnus-article-post-menu.
* (viper-fast-keyseq-timeout, viper-translate-all-ESC-keysequences): Doc fix.Eli Zaretskii2001-02-072-2/+6
| | | | From Jim Meyering <[email protected]>.
* Document what does mouse-3 do on the mode line if there's only one window.Eli Zaretskii2001-02-072-2/+6
|
* Revert last change.Eli Zaretskii2001-02-072-1/+5
|
* Fix the @direntry format (it lacked the file name).Eli Zaretskii2001-02-071-1/+1
|
* (parse_str_to_multibyte): New function.Kenichi Handa2001-02-071-0/+17
|
* (parse_str_to_multibyte): Extern it.Kenichi Handa2001-02-071-0/+1
|
* (print_string): If we are going to print a unibyteKenichi Handa2001-02-071-2/+17
| | | | | string into a multibyte buffer, convert the string to multibyte by str_to_multibyte.
* *** empty log message ***Kenichi Handa2001-02-071-0/+10
|
* (transform-make-coding-system-args): MakeKenichi Handa2001-02-061-6/+60
| | | | it work also for coding systems not using CCL.
* *** empty log message ***Kenichi Handa2001-02-061-0/+5
|
* (select_palette): Do nothing if palette hasn't yetAndrew Innes2001-02-062-1/+7
| | | | | been created. It seems we can get sent window messages such as WM_ERASEBKGND before we properly update a frame.
* Use @set and @value to avoid changing the edition and the Emacs versionEli Zaretskii2001-02-061-8/+11
| | | | number in several places.
* (previous-matching-history-element, next-matching-history-element): Doc fix.Eli Zaretskii2001-02-062-2/+9
|
* *** empty log message ***Eli Zaretskii2001-02-062-0/+9
|
* Load ccl before utf-8; don't load ccl in the ms-dosEli Zaretskii2001-02-061-1/+1
| | | | specific case.
* *** empty log message ***Dave Love2001-02-063-11/+28
|
* (add-log-current-defun-function)Dave Love2001-02-061-4/+4
| | | | | | (add-log-buffer-file-name-function, add-log-file-name-function): Fix :type. (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
* (info-initialize): Remove the test for system-type whenEli Zaretskii2001-02-062-2/+4
| | | | invocation-directory is non-nil.
* (makefile-mode): Set SYNTAX-BEGIN memberEli Zaretskii2001-02-062-1/+10
| | | | of `font-lock-defaults' to `backward-paragraph' rather than nil.
* (quoted-printable-encode-region): Remove redundant codeDave Love2001-02-061-33/+24
| | | | from last change.
* Convert back to Unix line endings.Andrew Innes2001-02-061-175/+175
|
* (EMACS): Use $(THISDIR) to make emacs.exe pathAndrew Innes2001-02-062-1/+6
| | | | absolute.
* *** empty log message ***Gerd Moellmann2001-02-062-3/+33
|
* (hi-lock-mode): Toggling hi-lock-mode now affects allGerd Moellmann2001-02-061-46/+82
| | | | | | | | | | | | | | | | | | | | | | | | | | | | buffers. When hi-lock turned on rather than only checking current buffer for regexps, all buffers are checked. Moved activation of font-lock to hi-lock-refontify. When font-lock turned off rather than removing added highlighting just in current buffer, remove it in all buffers. Changed edit menu text from "Automatic Highlighting" to "Regexp Highlighting" Documentation for highlighting phrases, minor documentation changes. (hi-lock-set-file-patterns): Execute only if there are new or existing file patterns. (hi-lock-refontify): Assume font-lock-fontify-buffer will first unfontify and, if a support mode is active, will not refontify the whole buffer. If necessary, turn on font lock. (Removed font-lock-unfontify and font-lock support-mode-specific calls, such as lazy-lock-fontify-window.) (hi-lock-find-patterns): Do not turn on hi-lock-mode even if patterns are found. Not useful now since find-file-hook is removed if hi-lock is off, but may be needed for per-buffer hi-lock activation. (hi-lock-face-phrase-buffer): New function. Also added related menu item and keybinding. (highlight-phrase): New alias, to hi-lock-face-phrase-buffer. (hi-lock-process-phrase): New function. (hi-lock-line-face-buffer): Doc fixes. (hi-lock-face-buffer): Doc fixes. (hi-lock-unface-buffer): Doc fixes.
* (update_frame_line): Rename parameter FRAME to F.Gerd Moellmann2001-02-062-20/+39
| | | | Avoid some unnecessary cursor positioning.
* *** empty log message ***Gerd Moellmann2001-02-064-11/+16
|
* *** empty log message ***Gerd Moellmann2001-02-061-2/+2
|
* (dabbrev-ignored-buffer-regexps): Renamed fromGerd Moellmann2001-02-061-3/+3
| | | | dabbrev-ignored-regexps.
* *** empty log message ***Dave Love2001-02-061-1/+2
|
* (Backup Names): Fix markup of backup-directory-alist.Eli Zaretskii2001-02-061-1/+1
|
* (Killing): Document that kill commands in a read-only buffer doEli Zaretskii2001-02-061-0/+5
| | | | put text into the kill ring, even if they don't kill it.