summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (picture-vertical-step)Stefan Monnier2001-11-191-2/+2
| | | | (picture-horizontal-step): Don't use defconst for variables.
* Doc fix.Stefan Monnier2001-11-191-1/+1
|
* Use backquote/dolist/mapc/when. Docstring fixes.Stefan Monnier2001-11-191-341/+322
| | | | | (mail-extract-address-components): Downcase domain names. (mail-extr-delete-char): Remove. Use delete-char instead.
* Doc string fixes.Stefan Monnier2001-11-191-66/+66
| | | | (pc-selection-mode): Don't treat macos as a tty.
* *** empty log message ***Stefan Monnier2001-11-191-1/+25
|
* (c-parse-state): Typo. From Martin Stjernholm.Stefan Monnier2001-11-191-1/+1
|
* (mark-sexp): Mark more if repeated.Stefan Monnier2001-11-191-1/+5
|
* (mouse-wheel-scroll-amount): Allow float values.Stefan Monnier2001-11-191-7/+20
| | | | | (mouse-wheel-scroll-amount): New var. (mwheel-scroll): Use it and handle float values.
* (lazy-lock-install-hooks): Remove make-local-hook.Stefan Monnier2001-11-191-4/+0
|
* (iswitchb-mode): Use define-minor-mode.Stefan Monnier2001-11-191-71/+22
| | | | | | | (iswitchb): Fix the case where the result was selected with the mouse. (iswitchb-completion-help): Use the normal *Completions* now that mouse selection works. (iswitchb-minibuffer-setup): Simplify.
* (comment-column, comment-style, comment-multi-line)Stefan Monnier2001-11-191-9/+7
| | | | | | | (comment-auto-fill-only-comments): Remove :group arg. (comment-padding): Add :type. (comment-indent-new-line): Ignore comment-auto-fill-only-comments if called interactively.
* (toplevel): Add comment and version header.Colin Walters2001-11-192-3/+9
| | | | (calc-init-base): Bump version to 2.02f, update date.
* Support Mozilla and Galeon.Richard M. Stallman2001-11-191-23/+167
| | | | | | | | | | | | | | By default, find the installed browser whichever it is. (browse-url-mozilla): New function. (browse-url-mozilla-sentinel): New function. (browse-url-galeon, browse-url-galeon-sentinel): New functions. (browse-url-default-browser): New function. (browse-url-process-environment): Use browse-url-browser-display. (browse-url-browser-display): Renamed from browse-url-netscape-display. (browse-url-mozilla-startup-arguments, browse-url-galeon-program) (browse-url-galeon-arguments, browse-url-galeon-startup-arguments) (browse-url-mozilla-program, browse-url-mozilla-arguments): New vars. (browse-url-browser-function): New default, new options.
* *** empty log message ***Richard M. Stallman2001-11-191-0/+15
|
* (last-buffer, unbury-buffer): New functions.Sam Steingold2001-11-192-10/+24
| | | | (mode-line-unbury-buffer): Use `unbury-buffer'.
* (iswitchb-cannot-complete-hook): New variable toRichard M. Stallman2001-11-192-2/+15
| | | | control behaviour when no further completion is possible.
* Change all toplevel `setq' forms to `defvar' forms, and move themColin Walters2001-11-1935-812/+974
| | | | | | before their first use. Use `when', `unless'. Remove trailing periods from error forms. Add description and headers suggested by Emacs Lisp coding conventions.
* (calc-record-compilation-date): Remove.Colin Walters2001-11-191-57/+47
| | | | | | | | | | (calc-bug-address): Update. (calc-settings-file): Use `user-init-file'. Change all toplevel `setq' forms to `defvar' forms, and move them before their first use. Use `when', `unless'. Remove trailing periods from error forms. Add description and headers suggested by Emacs Lisp coding conventions.
* (calcFunc-usimplify): Add missing quote to defalias argument.Colin Walters2001-11-191-326/+321
| | | | | | | Change all toplevel `setq' forms to `defvar' forms, and move them before their first use. Use `when', `unless'. Remove trailing periods from error forms. Add description and headers suggested by Emacs Lisp coding conventions.
* (calc-settings-file-name, calc-save-modes): Handle nullColin Walters2001-11-191-82/+92
| | | | | | | | | `calc-settings-file'. Change all toplevel `setq' forms to `defvar' forms, and move them before their first use. Use `when', `unless'. Remove trailing periods from error forms. Add description and headers suggested by Emacs Lisp coding conventions.
* (math-fixnump, math-fixnatnump, calcFunc-trunc)Colin Walters2001-11-191-10/+15
| | | | | | | | | (calcFunc-floor): Ditto. Change all toplevel `setq' forms to `defvar' forms, and move them before their first use. Use `when', `unless'. Remove trailing periods from error forms. Add description and headers suggested by Emacs Lisp coding conventions.
* (calc-wrapper, calc-slow-wrapper)Colin Walters2001-11-191-190/+165
| | | | | | | | | | | | | | | | | | | | (math-showing-full-precision, math-with-extra-prec, math-working) (calc-with-default-simplification) (calc-with-trail-buffer): Use backtick. (Math-zerop, Math-integer-negp, Math-integer-posp, Math-negp) (Math-looks-negp, Math-posp, Math-integerp, Math-natnump) (Math-ratp, Math-realp, Math-anglep, Math-numberp, Math-scalarp) (Math-vectorp, Math-messy-integerp, Math-objectp, Math-objvecp) (Math-integer-neg, Math-equal, Math-lessp, Math-primp) (Math-num-integerp, Math-bignum-test, Math-equal-int) (Math-natnum-lessp, math-format-radix-digit): Change to `defsubst'. (calc-record-compilation-date-macro): Deleted. Callers updated. (math-format-radix-digit): Move to calc-bin.el. Change all toplevel `setq' forms to `defvar' forms, and move them before their first use. Use `when', `unless'. Remove trailing periods from error forms. Add description and headers suggested by Emacs Lisp coding conventions.
* (calc-keypad-mode): New.Colin Walters2001-11-191-226/+221
| | | | | | | | | | (calc-do-keypad): Use it. (calc-keypad-map): Move into `calc-keypad-mode'. Change all toplevel `setq' forms to `defvar' forms, and move them before their first use. Use `when', `unless'. Remove trailing periods from error forms. Add description and headers suggested by Emacs Lisp coding conventions.
* (calc-over-notation): Use `completing-read'.Colin Walters2001-11-192-36/+41
| | | | | | | Change all toplevel `setq' forms to `defvar' forms, and move them before their first use. Use `when', `unless'. Remove trailing periods from error forms. Add description and headers suggested by Emacs Lisp coding conventions.
* *** empty log message ***Stefan Monnier2001-11-191-3/+10
|
* *** empty log message ***Richard M. Stallman2001-11-191-0/+12
|
* (network-connection-service-abbrev-alist): New variable.Richard M. Stallman2001-11-191-5/+11
|
* (lisp-indent-defmethod): At first three elements, act like defun.Richard M. Stallman2001-11-191-4/+7
| | | | Advance to start of 3rd sexp by moving fwd and backing over it.
* Comment change.Richard M. Stallman2001-11-191-0/+2
|
* (delete-selection-pre-hook): Handle and resignalRichard M. Stallman2001-11-191-18/+25
| | | | file-supersession errors to interact properly with userlock.el.
* (comment-indent): Fix misindentation for comment-only lines.Stefan Monnier2001-11-191-21/+26
| | | | | (comment-indent-new-line): Only obey comment-multi-line if the comment-ender is not the end-of-line.
* *** empty log message ***Richard M. Stallman2001-11-181-0/+24
|
* (fortran-mode-syntax-table): Specify punctuation syntax for backslash.Richard M. Stallman2001-11-181-1/+3
|
* (sh-must-be-shell-mode): Function deleted. All calls deleted.Richard M. Stallman2001-11-181-10/+0
|
* (string-to-sequence): Make it obsolete.Richard M. Stallman2001-11-181-2/+5
| | | | | (string-to-list, string-to-vector): Implement them directly using append and vconcat, not with string-to-sequence.
* (command-line): Set abbrevs-changed to nil afterRichard M. Stallman2001-11-181-0/+4
| | | | reading the init file and the abbrevs file.
* (isearch): Use magenta2 as bg for (background light)Richard M. Stallman2001-11-181-1/+1
|
* *** empty log message ***Stefan Monnier2001-11-181-2/+34
|
* Doc fix.Stefan Monnier2001-11-181-0/+1
|
* (locale-language-names): Use "French" for "fr".Stefan Monnier2001-11-181-1/+1
|
* (font-lock-compile-keywords): New arg `regexp'.Stefan Monnier2001-11-181-158/+184
| | | | | | | | | | | | | | | If set and if applicable, add a regexp to highlight defun-like text inside comments and strings. (font-lock-fontify-keywords-region): Pass that new arg. (font-lock-set-defaults): Move the code to set `font-lock-keywords' to the end and pass that new arg. (c-font-lock-keywords-2): Fix regex for labels. (font-lock-match-c++-style-declaration-item-and-skip-to-next): Make it work when LIMIT is several lines further. (c-font-lock-keywords-3, c++-font-lock-keywords-3) (objc-font-lock-keywords-3, java-font-lock-keywords-3): Use backquote and make the regexes for `int a, b, c;' work on multiple lines.
* (reb-mode): Use define-derived-mode.Stefan Monnier2001-11-181-35/+13
| | | | | (font-lock-defaults-alist): Don't change it any more. (reb-subexp-mode-map): Cleanup.
* (custom-current-group-alist): New var.Stefan Monnier2001-11-181-0/+14
| | | | | | | (custom-declare-group): Set it. (custom-current-group): New fun. (custom-declare-variable, custom-handle-all-keywords): Use it as a default if no :group argument is specified.
* (locale-name-match): Use \` and \(?:.Stefan Monnier2001-11-181-1/+16
| | | | | | (standard-keyboard-coding-systems): New var. (set-locale-environment): Use it to decide whether or not to call set-keyboard-coding-system.
* (princ-list, checkdoc-read-event, add-to-list): Delete compatibility code.Richard M. Stallman2001-11-171-22/+3
| | | | (checkdoc-next-message-error): Doc fix.
* (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)Richard M. Stallman2001-11-171-20/+211
| | | | | | | | | | | | | | | | | | | | | | | (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd): Defsubst instead of defmacro. (smtpmail-intersection): Return value in reverse order. (smtpmail-open-stream): Use stringp instead of string-to-list. (smtpmail-open-stream, smtpmail-try-auth-methods): New functions, separated from smtpmail-via-smtp. (top level): Autoload starttls, mail-utils and rfc2104. (smtpmail-smtp-service): Doc fix. :type fix. (smtpmail-debug-info): Doc fix. (smtpmail-debug-verb, smtpmail-auth-credentials) (smtpmail-starttls-credentials, smtpmail-auth-supported): New variables. (smtpmail-deduce-address-list, smtpmail-send-it): Don't require mail-utils (it is autoloaded). (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key) (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd) (smtpmail-find-credentials, smtpmail-intersection): New utility funs. (smtpmail-via-smtp): Support STARTTLS, if binary is installed. (smtpmail-via-smtp): Support AUTH. (smtpmail-via-smtp): Use `smtpmail-debug-verb' to control VERB.
* Comment change.Richard M. Stallman2001-11-171-2/+2
|
* (mouse-drag-throw): Push back non-drag eventsRichard M. Stallman2001-11-171-20/+11
| | | | | | | into `unread-command-events' instead of trying keymap lookups ourselves. This makes mouse-clicks do the right thing even when keymaps of overlays are involved. (mouse-drag-drag): Likewise.
* (menu-bar-update-buffers-1): Don't pad the buffer name.Richard M. Stallman2001-11-171-1/+2
|
* (minibuffer-history-sexp-flag): Doc fix.Richard M. Stallman2001-11-171-1/+1
|