summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Gerd Moellmann2001-10-121-0/+2
|
* *** empty log message ***Gerd Moellmann2001-10-121-0/+5
|
* (calculator-eng-display): Don't call concatGerd Moellmann2001-10-121-2/+4
| | | | with an integer argument.
* (help-customize-face): New button-type.Miles Bader2001-10-122-1/+18
|
* (list-faces-display, describe-face): Fix args to `help-xref-button'.Miles Bader2001-10-121-15/+8
| | | | | | (describe-face): Don't switch to help-buffer around call to `help-setup-xref'. Use `help-buffer' instead of hard-wired "*Help*". Require `help-mode'.
* *** empty log message ***Stefan Monnier2001-10-121-5/+34
|
* (goto-address-mail-regexp): Allow + in username.Stefan Monnier2001-10-111-1/+2
|
* (view-lossage): Call help-setup-xref correctly and earlier.Stefan Monnier2001-10-111-13/+11
| | | | | | (describe-bindings): Call help-setup-xref earlier. (describe-key): Call help-setup-xref. Fix call to describe-function-1. (describe-mode): Don't autoload. Call help-setup-xref earlier.
* (describe-function-1): Remove unused `parens' arg.Stefan Monnier2001-10-111-22/+20
| | | | | | | Don't call help-setup-xref anymore and remove its `interactive-p' arg. Autoload and cleanup. (describe-function): Call help-setup-xref. (describe-variable): Call help-setup-xref earlier.
* (help-buffer): New function.Stefan Monnier2001-10-111-32/+80
| | | | | | | | | | | | | | Returns the buffer-name to use for help output. Change all the code to use it instead of hard-coding *Help*. (help-mode-map): Put back the mouse-2 binding. (help-xref-stack): Change the format and make buffer-local. (help-xref-stack-item): Make buffer-local. (help-setup-xref): Do the `push' here rather than in help-do-xref. (help-xref-interned): Display the face doc as well. (help-follow-mouse): Re-introduce. (help-xref-go-back): Adapt to the new use of help-xref-stack. (help-do-xref): Don't `push' any more. (help-follow): Also follow face names.
* (describe-bindings-internal): New fun moved from keymap.c.Stefan Monnier2001-10-111-4/+18
|
* (calendar-mode-line-format): do not use #' on undefined functionsSam Steingold2001-10-111-7/+7
|
* Use the usual disclaimer.Gerd Moellmann2001-10-111-10/+10
|
* (master-mode): Use define-minor-mode insteadGerd Moellmann2001-10-112-5/+7
| | | | | | of easy-mmode-define-minor-mode. Add autload cookie. (Coomentary): Remove the line showing how to auload master-mode, since it's always autoloaded.
* *** empty log message ***Gerd Moellmann2001-10-112-0/+171
|
* *** empty log message ***Gerd Moellmann2001-10-111-2/+6
|
* (byte-optimize-lapcode)Gerd Moellmann2001-10-111-7/+8
| | | | | <byte-constref-ops>: Consider byte-constant2 and clarify the code. <const-C varset-X const-C>: Fix car/cdr typo.
* Byte compiler messages.Gerd Moellmann2001-10-111-0/+16
|
* Downcase error messages.Gerd Moellmann2001-10-111-11/+11
|
* (byte-compile-display-log-head-p): NewGerd Moellmann2001-10-111-104/+95
| | | | | | | | | | | | | function extracted from byte-compile-log-1. (byte-compile-log-1): Change output to be more in line with the output of other GNU tools. (byte-compile-warn): Emit `warning' instead of `**' for warnings. (byte-compile-report-error): Downcase error message. Use `error' instead of `!!' for error messages. (byte-compile-print-syms): Treat non-interactive case specially. (displaying-byte-compile-warnings): Use backquote. (byte-compile-from-buffer): Bind byte-compile-last-line. (batch-byte-compile): Remove `Done' message.
* *** empty log message ***Stefan Monnier2001-10-111-0/+6
|
* (copyright): Add final \n.Stefan Monnier2001-10-111-1/+1
|
* (doc-string-elt): Remove.Stefan Monnier2001-10-111-30/+4
|
* (comment-indent): Be a little more robust in caseStefan Monnier2001-10-112-12/+50
| | | | | | | | | comment-indent-function does funny things. (comment-normalize-vars): Autoload. (comment-region-internal): Fiddle with the visibility spec. (comment-valid-prefix): New function. (comment-indent-new-line): Use it. Ignore adaptive-fill-prefixes that would turn comment-text into non-comment-text.
* *** empty log message ***Miles Bader2001-10-111-0/+6
|
* (diff): Display default values in prompts as `(default ...)', not `(...)'.Miles Bader2001-10-111-3/+3
|
* (Info-follow-reference): Display default values in prompts asMiles Bader2001-10-111-2/+3
| | | | `(default ...)', not `(...)'.
* New file.Stefan Monnier2001-10-111-0/+281
|
* Change maintainer to FSF and remove loads of compatibility cruft.Stefan Monnier2001-10-112-642/+293
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (tcl-using-emacs-19, tcl-using-emacs-19-23, tcl-using-xemacs-19) (tcl-version, tcl-maintainer, tcl-use-hairy-comment-detector): Remove. (tcl-mode-map): Remove bindings for tcl-beginning-of-defun, tcl-end-of-defun, tcl-mark-defun, tcl-indent-for-comment, tcl-submit-bug-report. (tcl-mode-syntax-table): Leave \f alone. (inferior-tcl-mode-map): Remove bindings for tcl-beginning-of-defun, tcl-end-of-defun, tcl-submit-bug-report. (tcl-xemacs-menu): Fix up and pass it directly to easymenu. (tcl-add-emacs-menu): Remove. (tcl-fill-mode-map, tcl-fill-inferior-map): Moved into the defvar. (tcl-keyword-list): Add `chain'. (tcl-font-lock-syntactic-keywords): New variable. (tcl-pps-has-arg-6): Remove. (tcl-internal-beginning-of-defun, tcl-internal-end-of-defun) (tcl-internal-mark-defun): Remove. (tcl-set-proc-regexp, tcl-set-font-lock-keywords): Use regexp-opt. (tcl-mode): Use define-derived-mode. Simplify. Set comment-indent-function. (tcl-indent-command): Use line-beginning-position and comment-indent. (tcl-calculate-indent): Renamed from calculate-tcl-indent. (tcl-indent-line): Use tcl-calculate-indent. (tcl-indent-exp): Renamed from indent-tcl-exp. Use new names. (tcl-add-log-defun): Renamed from add-log-tcl-defun. Use match-string. (tcl-filter): Use with-current-buffer, simplify. (inferior-tcl-mode): Use define-derived-mode. (tcl-hairy-in-comment): Renamed tcl-in-comment. (tcl-simple-in-comment, tcl-in-comment): Removed. (tcl-files-alist): New function. (tcl-help-snarf-commands): Use it and return the result directly rather than through a global variable. (tcl-reread-help-files): Fix up the call to tcl-help-snarf-commands. (tcl-help-on-word): Provide the default value to completing-read. (tcl-hilit): Remove. (tcl-hashify-buffer, tcl-popup-menu): Simplify. (tcl-comment-indent): New function. (tcl-submit-bug-report): Remove. (tcl-uncomment-region, tcl-indent-for-comment, add-log-tcl-defun) (indent-tcl-exp, calculate-tcl-indent, tcl-beginning-of-defun) (tcl-end-of-defun, tcl-mark-defun, tcl-mark): Redefine as aliases.
* (iso-transl-e-caret)Gerd Moellmann2001-10-102-5/+9
| | | | | (iso-transl-i-caret, iso-transl-o-caret, iso-transl-u-caret): Fix duplicates. From Dave Love <d.love@dl.ac.uk>.
* (Info-insert-dir): Don't call `Info-fontify-menu-headers'.Miles Bader2001-10-102-74/+83
| | | | (Info-fontify-node): Don't fontify the node if it's already been done.
* *** empty log message ***Gerd Moellmann2001-10-101-0/+3
|
* (end-of-buffer): Fix code scrolling speciallyGerd Moellmann2001-10-101-1/+1
| | | | for the buffer end.
* *** empty log message ***Gerd Moellmann2001-10-102-0/+8
|
* (command-line-1): Bind tab-width to 8.Gerd Moellmann2001-10-102-3/+15
|
* *** empty log message ***Gerd Moellmann2001-10-101-0/+4
|
* *** empty log message ***Gerd Moellmann2001-10-101-1/+1
|
* *** empty log message ***Pavel Janík2001-10-101-0/+6
|
* use defalias instead of fset for user-visible commands.Pavel Janík2001-10-101-31/+35
|
* ChangeLogMiles Bader2001-10-091-0/+2
|
* *** empty log message ***Miles Bader2001-10-092-126/+343
|
* *** empty log message ***Gerd Moellmann2001-10-091-0/+616
|
* (button): New require.Miles Bader2001-10-091-0/+2
|
* ("button"): Load removed.Miles Bader2001-10-091-3/+1
|
* Don't require `view' when compiling.Miles Bader2001-10-091-1219/+223
| | | | | | | | | | | | | | | | | | | | | | | (help-with-tutorial, describe-function, describe-function-1) (variable-at-point, describe-variable, locate-library): Functions moved into `help-funs.el'. (help-manyarg-func-alist): Variable moved into `help-funs.el'. (help-mode, help-mode-setup, help-mode-finish, help-button-action) (help-setup-xref, help-xref-following, help-make-xrefs) (help-xref-button, help-insert-xref-button, help-xref-interned) (help-xref-go-back, help-go-back, help-do-xref, help-follow) (help-xref-on-pp): Functions moved into `help-mode.el' (help-mode-map, help-xref-stack, help-xref-stack-item) (help-highlight-p, help-highlight-face, help-back-label) (help-xref-symbol-regexp, help-xref-mule-regexp) (help-xref-info-regexp): Variables moved into `help-mode.el'. (help-symbol, help-back, help-info, help-customize-variable) (help-function-def, help-variable-def): Button-types moved into `help-mode.el'. (load-symbol-file-load-history, symbol-file): Functions moved into `subr.el'. (symbol-file-load-history-loaded): Variable moved into `subr.el'. (view-lossage): Call `help-setup-xref' instead of doing it manually.
* New file, contents mostly from `help.el'.Miles Bader2001-10-091-0/+511
|
* New file, contents mostly from `help.el'.Miles Bader2001-10-091-0/+563
| | | | (describe-variable): Use `condition-case' instead of `ignore-errors'.
* (symbol-file-load-history-loaded)Miles Bader2001-10-091-0/+39
| | | | (load-symbol-file-load-history, symbol-file): Moved from `help.el'.
* (define-button-type): Respect any `supertype' property.Miles Bader2001-10-092-14/+40
| | | | (button-type-subtype-p, button-has-type-p): New functions.
* (rfn-eshadow-regexp): Deal correctly with escaped dollar-signs.Miles Bader2001-10-092-2/+10
|