summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (define-button-type): Make sure every user-defined button type has a supertype.Miles Bader2001-11-012-5/+13
|
* *** empty log message ***Jason Rumney2001-10-311-0/+5
|
* (locale-language-names): Add chs andJason Rumney2001-10-311-0/+2
| | | | cht as aliases for Chinese-GB and Chinese-BIG5.
* (mode-line-frame-identification): Add doc string.Richard M. Stallman2001-10-312-12/+35
| | | | | | | (mode-line-position, mode-line-modes): New variables. (mode-line-format): Use mode-line-position for the part that displays the position-in-buffer info. Use mode-line-modes for the part that displays major and minor modes.
* easy source access from the *debugger* bufferSam Steingold2001-10-312-3/+23
|
* (cvs-mode-map): bind C-m, not RETSam Steingold2001-10-311-3/+3
|
* *** empty log message ***Stefan Monnier2001-10-311-0/+2
|
* *** empty log message ***Pavel Janík2001-10-311-0/+5
|
* Document command line option --no-window-system instead of --no-windows.Pavel Janík2001-10-311-1/+1
|
* * mm-util.el, nnultimate.el, nnweb.el, nnslashdot.el: Sync withShengHuo ZHU2001-10-315-419/+715
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the Gnus CVS. * mm-util.el (mm-mime-mule-charset-alist): Move down and call mm-coding-system-p. Don't correct it only in XEmacs. (mm-charset-to-coding-system): Use mm-coding-system-p and mm-get-coding-system-list. (mm-emacs-mule, mm-mule4-p): New. (mm-enable-multibyte, mm-disable-multibyte, mm-enable-multibyte-mule4, mm-disable-multibyte-mule4, mm-with-unibyte-current-buffer, mm-with-unibyte-current-buffer-mule4): Use them. (mm-find-mime-charset-region): Treat iso-2022-jp. From Dave Love <fx@gnu.org>: * mm-util.el (mm-mime-mule-charset-alist): Make it correct by construction. (mm-charset-synonym-alist): Remove windows-125[02]. Make other entries conditional on not having a coding system defined for them. (mm-mule-charset-to-mime-charset): Use find-coding-systems-for-charsets if defined. (mm-charset-to-coding-system): Don't use mm-get-coding-system-list. Look in mm-charset-synonym-alist later. Add last resort search of coding systems. (mm-enable-multibyte-mule4, mm-disable-multibyte-mule4) (mm-with-unibyte-current-buffer-mule4): Just treat Mule 5 like Mule 4. (mm-find-mime-charset-region): Re-write. (mm-with-unibyte-current-buffer): Restore buffer as well as multibyteness.
* *** empty log message ***Stefan Monnier2001-10-311-0/+7
|
* (java-font-lock-syntactic-face-function): New fun.Stefan Monnier2001-10-311-1/+19
| | | | (font-lock-defaults-alist): Use it. From David Ponce <david.ponce@wanadoo.fr>
* (perl-indent-line): Use `eq' to compare output of `char-after'.Stefan Monnier2001-10-311-1/+1
|
* (autoconf-mode): Fix comment-start-skip.Stefan Monnier2001-10-311-2/+2
|
* *** empty log message ***Stefan Monnier2001-10-311-0/+2
|
* (ctl-x-map): Add binding for C-x (, C-x ) and C-x e.Stefan Monnier2001-10-311-0/+3
|
* *** empty log message ***Stefan Monnier2001-10-311-2/+15
|
* (reindent-then-newline-and-indent): Insert the newlineStefan Monnier2001-10-311-113/+113
| | | | | | | | | | | | before indenting the first line. (undo-get-state, undo-revert-to-state): New funs. (shell-command): Don't kill the buffer even if empty. (transpose-subr-start1, transpose-subr-start2, transpose-subr-end1) (transpose-subr-end2): Remove. (transpose-subr): Add `special' arg and simplify. (transpose-subr-1): Rewrite. (do-auto-fill): Use fill-indent-according-to-mode and fill-nobreak-p. (rfc822-goto-eoh): Simplify.
* *** empty log message ***Richard M. Stallman2001-10-301-0/+4
|
* (enriched-face-ans): FIx previous change.Richard M. Stallman2001-10-301-7/+6
|
* *** empty log message ***Gerd Moellmann2001-10-301-0/+5
|
* (iso-accents-compose): Remove aGerd Moellmann2001-10-301-2/+1
| | | | superfluous setq.
* (nnimap-date-days-ago): Defeat locale.Gerd Moellmann2001-10-302-5/+11
|
* (list-buffers-noselect): If the buffer's nameEli Zaretskii2001-10-302-1/+7
| | | | | starts with a blank, but it visits a file, do show it (for files whose names start with a blank).
* *** empty log message ***Stefan Monnier2001-10-301-8/+63
|
* (sentence-end-double-space, sentence-end-without-period): Move to paragraphs.Stefan Monnier2001-10-301-141/+135
| | | | | | | | | | | | | (fill-indent-according-to-mode): Change default to t. (fill-context-prefix): Simplify control-flow and use a more sophisticated merge that unifies both previous checks. (fill-single-word-nobreak-p, fill-french-nobreak-p): New funs. (fill-nobreak-predicate): Make it into a defcustom'd hook. (fill-nobreak-p): New fun. (fill-region-as-paragraph): Use it. Handle `fill-indent-according-to-mode' slightly differently. (fill-individual-paragraphs-prefix): Simplify the control-flow. (fill-individual-paragraphs-citation): Fix.
* (sentence-end-double-space, sentence-end-without-period): Move from fill.el.Stefan Monnier2001-10-301-42/+66
| | | | | (forward-paragraph): Use `parstart' and `parsep' for temp variables rather than rebinding `paragraph-start' and `paragraph-separate'.
* (text-mode-map): Remove the \t binding.Stefan Monnier2001-10-301-39/+22
| | | | | (text-mode): Simplify now that the default is more favorable. (paragraph-indent-text-mode): Fix last change.
* (use-hard-newlines): Use define-minor-mode.Stefan Monnier2001-10-301-29/+15
| | | | (paragraph-start): Change default to the `text-mode' value.
* (indent-line-function): Change default to indent-relative.Stefan Monnier2001-10-301-24/+51
| | | | | | | | | | | | | | (tab-always-indent): Add an `always' setting. (indent-according-to-mode): Handle `indent-relative' and `indent-relative-maybe' specially. (indent-for-tab-command): Rename `prefix-arg' to `arg'. Handle the `always; case for `tab-always-indent'. Don't call indent-according-to-mode for indent-relative' and `indent-relative-maybe'. (insert-tab): Rename `prefix-arg' to `arg'. (indent-region): Indent the first line as well. (indent-relative): Don't mark the buffer modified if the indentation is unchanged.
* (paragraph-indent-minor-mode): Don't set paragraph-separate.Stefan Monnier2001-10-301-10/+4
| | | | | Set paragraph-start more carefully. Set indent-line-function. (paragraph-indent-text-mode): Use it and define-derived-mode.
* (find-function-search-for-symbol):Stefan Monnier2001-10-301-5/+10
| | | | | If the regexp doesn't match, use a looser one. (find-variable-noselect): Add `file' argument.
* (cvs-mode-commit-hook): New hook.Stefan Monnier2001-10-301-2/+8
| | | | (cvs-mode-commit): Run it.
* (log-edit): Run hook after `log-edit-files'.Stefan Monnier2001-10-301-2/+2
|
* (delay-mode-hooks): Add edebug-spec.Stefan Monnier2001-10-301-8/+9
| | | | (edebug-instrument-function): Use `find-function-noselect'.
* *** empty log message ***Richard M. Stallman2001-10-301-0/+5
|
* (term-if-emacs19): Macro deleted.Richard M. Stallman2001-10-301-7/+3
| | | | Callers changed to use progn instead.
* (blink-cursor-mode): Doc fix.Richard M. Stallman2001-10-301-1/+5
|
* (find-backup-file-name): Use make-backup-file-name.Richard M. Stallman2001-10-302-1/+3
|
* (edebug-window-live-p): Always alias to window-live-p.Richard M. Stallman2001-10-301-88/+75
| | | | | | | | | | | | | (edebug-set-conditional-breakpoint): Unconditionally use the former Emacs >=19 definition. (edebug-mark): Define unconditionally. (edebug-eval-expression): Always call read-from-minibuffer and specify history list. (edebug-lemacs-specific): Override emacs-mark, edebug-window-live-p, edebug-set-conditional-breakpoint. (edebug-emacs-version-specific): Function deleted; do the job at top level. (edebug-emacs-19-specific): Function deleted, this is the default.
* *** empty log message ***Richard M. Stallman2001-10-301-0/+15
|
* (convert-standard-filename): Handle cygwin-specific pathnames.Sam Steingold2001-10-292-11/+20
|
* (read-face-name): Doc fix.Eli Zaretskii2001-10-292-6/+11
| | | | | | (make-face-bold, make-face-unbold, make-face-italic) (make-face-unitalic, make-face-bold-italic, invert-face): Remove trailing blank from the prompt passed to read-face-name.
* *** empty log message ***Eli Zaretskii2001-10-291-0/+6
|
* (invert-face): Check for 'unspecified, not for nil,Eli Zaretskii2001-10-291-2/+2
| | | | | when testing whether face colors are not specified. From David.Kastrup@t-online.de (David Kastrup).
* (byte-recompile-directory): Report numbers of files skipped and failed too.Sam Steingold2001-10-292-17/+30
|
* (log-view-mode-map): Bind `M-n' and `M-p', not `M n'Kai Großjohann2001-10-292-3/+11
| | | | and `M p'.
* (iso-accents-compose): Push SECOND-CHARGerd Moellmann2001-10-292-2/+7
| | | | as is on unread-command-events instead of `(SECOND-CHAR)'.
* #André Spiegel2001-10-291-0/+5
|
* # Doc fix, completing prev change.André Spiegel2001-10-291-8/+10
|