summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (bookmark-make): Strip text properties off name.Karl Heuer1995-07-171-36/+30
| | | | | (bookmark-make-cell): Use `buffer-substring-no-properties'. (bookmark-yank-word): Use buffer-substring-no-properties.
* (electric-buffer-list): Save point beforeKarl Heuer1995-07-171-2/+7
| | | | | finding the first buffer line, and use that saved point to determine the buffer to use, if it is a reasonable value.
* (ff-set-point-accordingly): Doc fix.Karl Heuer1995-07-171-1/+1
|
* (vc-backend-merge-news): Force to refetch theKarl Heuer1995-07-171-1/+5
| | | | properties after the merge.
* (shell-command): Use save-match-data.Karl Heuer1995-07-171-68/+54
| | | | | | | | Put the buffer in shell mode, don't use shell-command-filter. (shell-command-filter): Deleted. (shell-command-sentinel): Don't reset the mode line. Don't test the buffer name--what was that for, anyway?. (column-number-mode): New variable and new command.
* (mail-setup-hook): New defvar.Karl Heuer1995-07-171-2/+6
| | | | (mail): Doc fix.
* (normal-top-level): Don't use mail-host-addressKarl Heuer1995-07-171-3/+3
| | | | for auto-save-list-file-name.
* (x-create-frame-with-faces): Set background-modeKarl Heuer1995-07-171-80/+125
| | | | | | | | | | | | and display-type frame parameters. (x-frob-font-slant, x-frob-font-weight): Replace the adstyle field with *, if we can find it. (set-face-background): Use face-color-supported-p. (face-color-gray-p): New function. (face-default-stipple): New variable. (set-face-background): Use face-default-stipple for all grays. (set-face-stipple): Change arg name. (face-color-supported-p): Use face-color-gray-p.
* (vc-mode-line): Don't write-protect aKarl Heuer1995-07-171-20/+21
| | | | | | | | | | | | VC-Log buffer. Better mode line text for initial comments. Streamlined the function. (vc-locking-user): Consider a cvs file "locked" if its status is either 'locally-modified or 'needs-merge. (vc-workfile-version): Catch 'found when calling vc-find-cvs-master. (vc-fetch-master-properties): Handle cvs status "Needs Checkout". This is intended for future use. (vc-fetch-master-properties): Shrink the window that displays the error message.
* (remote-shell-program): Try rcmd also.Karl Heuer1995-07-171-0/+2
|
* (ediff-skip-unsuitable-frames): Use make-frame,Karl Heuer1995-07-171-1/+1
| | | | not ediff-make-frame.
* (menu-bar-help-menu): Add finder-by-keyword.Karl Heuer1995-07-171-1/+6
|
* (canonically-space-region): Doc fix.Karl Heuer1995-07-171-14/+18
| | | | | | | | (fill-region-as-paragraph): In adaptive-fill-mode, if paragraph has one line, take the fill prefix from it. (adaptive-fill-regexp): Doc fix. (fill-individual-paragraphs): Use `adaptive-fill-regexp' to determine `fill-prefix' if `adaptive-fill-mode' is non-nil.
* (vendor-specific-keysyms):Karl Heuer1995-07-171-2/+2
| | | | In Sun keys, f36 was misnamed f35 and f37 misnamed f36.
* (dabbrev--search): Don't let spurious match in middleKarl Heuer1995-07-171-22/+22
| | | | of word obscure real match at start of same word.
* (auto-mode-alist): Move .scm.[0-9] before nroff-mode.Karl Heuer1995-07-171-3/+4
| | | | Escape the second period.
* (mouse-major-mode-menu): Catch quit in read-key-sequence.Karl Heuer1995-07-171-7/+13
| | | | | (mouse-major-mode-menu): Don't call command-execute if lookup-key gives nil.
* (byte-compile-output-file-form): Bind print-lengthKarl Heuer1995-07-171-0/+2
| | | | and print-level to nil.
* (add-log-current-defun): Handle C struct definitions.Karl Heuer1995-07-171-32/+47
| | | | | (add-change-log-entry): Use case-sensitive search for file name. Find first blank line correctly.
* (byte-optimize-nth, byte-optimize-nthcdr):Karl Heuer1995-07-171-24/+104
| | | | | | | | Do nothing if form wrong length. (byte-optimize-multiply): Fix bug in 0 case. (byte-optimize-divide): Optimize (/ CONST CONST) if safe. (byte-optimize-logmumble): Fix (logior -1 ...) case. (byte-optimize-if): Optimize (if (not foo) nil ...).
* Add provide.Karl Heuer1995-07-171-0/+2
|
* (inferior-tcl-mode): Use modeline-process if it exists.Tom Tromey1995-07-171-4/+9
|
* XEmacs currently must use tcl-internal-end-of-defunTom Tromey1995-07-171-4/+8
|
* Changes to make menus work in XEmacs.Tom Tromey1995-07-141-7/+10
| | | | From Mike Scheidler <c23mts@kocrsv01.delcoelect.com>
* (comint-kill-output): Preserve entire partial line atKarl Heuer1995-07-121-1/+1
| | | | end, even if it doesn't match comint-prompt-regexp.
* Fixed Author: comment. This code bears no relation to what I wrote.Roland McGrath1995-07-121-2/+1
|
* (tcl-mode): Customize for new dabbrev.Tom Tromey1995-07-111-3/+17
|
* * mailalias.el (build-mail-aliases): Fixed the regexp for "^group".Francesco Potortì1995-07-101-4/+3
|
* (tcl-do-fill-paragraph): New function.Tom Tromey1995-07-091-3/+49
| | | | (tcl-mode): Set up for paragraph filling.
* (tcl-mode): Fixes to 19.29 paragraph variables.Tom Tromey1995-07-091-5/+15
|
* (tcl-do-auto-fill): Set fill-prefix.Tom Tromey1995-07-091-5/+8
|
* Do all cleanups in font-lock-fontify-region and font-lock-hack-keywords insideSimon Marshall1995-07-091-38/+35
| | | | | their unwind-protect UNWINDFORMS. Also eval inside font-lock-set-defaults, not font-lock-choose-keywords.
* Made executing-macro, before-change-function, after-change-function and ↵Simon Marshall1995-07-091-18/+24
| | | | font-lock-doc-string-face obsolete.
* (tcl-imenu-create-index-function): Work with imenu from Emacs 19.29Tom Tromey1995-07-091-13/+17
|
* (forms-mode): treat local-write-file-hooks as a list.Johan Vromans1995-07-081-3/+3
|
* Symbols renamed to be like mode-line indicator.Karl Heuer1995-07-071-412/+417
| | | | | | | | | | | | | | | | | | | | | | | | | Supposed to now also work for Lucid. (2C-mode-map): New name for `tc-mode-map'. Additionally bound to [f2]. (2C-minor-mode-map) New variable. (2C-mode): New name for `tc-other'. (2C-mode-line-format): New name for `tc-mode-line-format'. (2C-other-buffer-hook): New variable. (2C-separator): New name for `tc-separator'. (2C-window-width): New name for `tc-window-width'. (2C-beyond-fill-column): New name for `tc-beyond-fill-column'. (2C-autoscroll, 2C-autoscroll-start): New variables. (2C-other): New name for `tc-other'. (2C-mode): New name for `tc-mode', `tc-two-columns'. (2C-two-columns): New function. (2C-associate-buffer): New name for `tc-associate-buffer'. (2C-split): New name for `tc-split'. (2C-dissociate): New name for `tc-dissociate'. (2C-merge): New name for `tc-merge'. (2C-associated-buffer): New name for `tc-associated-buffer'. (2C-toggle-autoscroll, 2C-autoscroll): New functions. (tc-scroll-line, tc-scroll-up, tc-scroll-down, tc-recenter): Deleted functions.
* restructured, largely rewritten without the bugs andKarl Heuer1995-07-071-602/+994
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | extended to cover over 15 shells. Most variables can now work as a lookup table, and, unless set by user, do. (sh-mode-syntax-table): Possibly multiple tables. (sh-shell): Set initially so shell or other libraries may use features. (sh-assignment-regexp): Replaces `sh-assignment-space'. (sh-here-document-word): Set to more common "EOF". (sh-variables): Changed semantics. (sh-font-lock-keywords): Much nicer. (sh-ancestor-alist, sh-alias-alist, sh-shells, sh-abbrevs) (sh-dynamic-complete-functions, sh-require-final-newline) (sh-comment-prefix, sh-indentation, sh-header-marker, sh-builtins) (sh-leading-keywords): New variables. (sh-use-prefix, sh-find-file-modifies, sh-query-for-magic) (sh-magicless-file-regexp, magic-number-alist, sh-executable) (sh-chmod-argument, sh-shell-is-csh, sh-tab-width) (sh-sh-font-lock-keywords, sh-ksh-font-lock-keywords) (sh-bash-font-lock-keywords, sh-csh-font-lock-keywords) (sh-tcsh-font-lock-keywords): Variables deleted, see also executable.el. (sh-mode): Shell dependent code moved to `sh-set-shell'. (sh-feature, sh-abbrevs, sh-syntax-table, sh-append, sh-modify): New functions. (sh-execute-region): New command. (sh-indexed-loop): Far more efficient code generated for sh. (sh-repeat, sh-tmp-file, sh-while-getopts): New skeletons. (sh-or-other-mode, define-sh-skeleton, sh-executable, sh-chmod) (sh-query-for-variable): Command deleted.
* Initial revisionKarl Heuer1995-07-071-0/+217
|
* New name for generalized upd-copyr.elKarl Heuer1995-07-071-143/+127
| | | | | | | | | | (copyright-limit, copyright-regexp): New variables (copyright-query): New name for `inhibit-update-copyright' (copyright-current-year): New name for `current-year' (copyright-current-gpl-version): New name for `current-gpl-version' (copyright-update): New name for `update-copyright' and `ask-to-update-copyright' (copyright): New skeleton command
* extended to use skeletons or call functionsKarl Heuer1995-07-071-69/+227
| | | | | | | (auto-insert, auto-insert-query, auto-insert-prompt): New variables (auto-insert-alist): New features (auto-insert): New name for `insert-auto-insert-files' (define-auto-insert): New function
* partly rewritten and extended.Karl Heuer1995-07-071-173/+327
| | | | | | | | | | | | (skeleton-filter, skeleton-untabify, skeleton-further-elements) (skeleton-abbrev-cleanup): New variables (skeleton-proxy, skeleton-abbrev-cleanup): New functions (skeleton-insert): Sublanguage element < must now be handled via `skeleton-further-elements' (used only in sh-script and ada). Lisp expressions can be quoted to ignore the return value. (skeleton-read): New name for `skeleton-internal-read' because this may be useful in skeletons. (local-variables-section): New skeleton command, might go to simple.el.
* (make-autoload): Generate `(autoload ...)' form forKarl Heuer1995-07-071-8/+13
| | | | `(define-skeleton ...)'
* (command-apropos): Deleted function. This is replaced byKarl Heuer1995-07-071-12/+0
| | | | apropos-command in apropos.el.
* Restructured, largely rewritten and extended.Karl Heuer1995-07-071-393/+368
| | | | | | | | | (apropos-use-faces, apropos-local-map): New variables. (apropos-command): New name for `command-apropos' no longer in help.el. (apropos-value): New command. (apropos-documentation): New name for `super-apropos' (apropos-follow, apropos-mouse-follow): New commands for hypertext. (apropos-describe-plist): New function.
* (byte-compile-obsolete): Do the funcall to compileRichard M. Stallman1995-07-071-4/+4
| | | | the form whether or not we warn.
* (calculate-c-indent-after-brace): New function.Richard M. Stallman1995-07-071-22/+27
| | | | (calculate-c-indent, indent-c-exp): Use it.
* (find-dired): Undefine the g command.Richard M. Stallman1995-07-071-0/+4
|
* (font-lock-make-faces): On grayscale screen,Richard M. Stallman1995-07-071-6/+6
| | | | use grays for background, not foreground.
* (switch-to-completions): Make a completions window if none.Richard M. Stallman1995-07-071-0/+3
|
* (timezone-parse-date): Ignore text properties.Richard M. Stallman1995-07-071-11/+13
|