summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
...
* (isearch-other-meta-char): Try downshiftingKarl Heuer1995-06-071-36/+52
| | | | shifted control characters.
* (file-precious-flag): Doc fix.Karl Heuer1995-06-071-1/+4
|
* Delete version number.Karl Heuer1995-06-071-18/+33
| | | | | | | | (s-region-bind): Doc fix. (s-region-move): Split into s-region-move and s-region-move-p1. (s-region-move-p2): New function. (s-region-move): Bind this-command. Bind keys to s-region-move-p1 or s-region-move-p2 as appropriate.
* (vc-menu-map): Disable Register when no visited file.Karl Heuer1995-06-071-1/+1
|
* (display-time-filter):Karl Heuer1995-06-071-2/+3
| | | | Use same instant for both time and time-zone.
* Changed window-system to ediff-window-display.Karl Heuer1995-06-051-10/+11
| | | | | | Converted xemacs *screen* nomenclature to *frame*. Incorporated overlay strings. Ediff no longer runs under emacs 19.28 and earlier and XEmacs 19.11 and earlier.
* Converted xemacs *screen* nomenclature to *frame*.Karl Heuer1995-06-052-864/+542
| | | | | Incorporated overlay strings. Ediff no longer runs under emacs 19.28 and earlier and XEmacs 19.11 and earlier.
* (ediff-make-control-frame): optimized for display.Karl Heuer1995-06-051-145/+158
| | | | | | | | | | | | | | | | | | | | Commented out (redraw-display), to improve speed. Got rid of toolbars in control frame in xemacs Changed window-min-height from 1 to 2 (ediff-diff-at-point,ediff-toggle-multiframe): bug fixes. (ediff-destroy-control-frame,ediff-window-display-p): new functions. Converted xemacs *screen* nomenclature to *frame*. Incorporated overlay strings. Ediff no longer runs under emacs 19.28 and earlier and XEmacs 19.11 and earlier. Changed window-system to ediff-window-display. (ediff-toggle-multiframe): fixed. (ediff-destroy-control-frame): new function.
* don't make the patch buffer RO.Karl Heuer1995-06-051-1116/+226
| | | | | | | | | | | | | | | | | | | | | | | | | | | (ediff-load-version-control): now checks if ediff-revision-key is non-nil. (ediff-revision-key): Now defaults to nil. (ediff-revision): now takes prefix argument; can compare two versions of the same file. the merge buffer now assumes the major mode of the default variant. (ediff-documentation: new function. (ediff-patch-buffer): now handles buffers that don't visit any file. (ediff-windows): renamed to ediff-windows-wordwise, added (ediff-windows-linewise): new function. Changed ediff-small/large-regions to ediff-regions-wordwise/linewise Converted xemacs *screen* nomenclature to *frame*. Incorporated overlay strings. Ediff no longer runs under emacs 19.28 and earlier and XEmacs 19.11 and earlier. Changed window-system to ediff-window-display.
* Change email address for Boris.Boris Goldowsky1995-06-055-8/+8
|
* (mouse-set-region): Don't bounce the cursor on X.Karl Heuer1995-06-051-2/+3
| | | | mouse-drag-region takes care of showing it, sufficiently.
* (hack-local-variables-prop-line): Don't downcase var name.Karl Heuer1995-06-051-3/+6
|
* Fixed calendar-string-spread to allow 0 or 1 string; this simplified severalEdward M. Reingold1995-06-021-9/+11
| | | | calls to it.
* Fix cal-x.el to create an empty fancy-diary-buffer, if needed.Edward M. Reingold1995-06-021-7/+11
|
* New function to create (but not fill) the fancy diary buffer.Edward M. Reingold1995-06-021-4/+13
|
* Don't go forward over a word-char if we're at bob, and set match-data.Simon Marshall1995-06-021-3/+8
|
* (vendor-specific-keysyms): Recognize "X Consortium".Karl Heuer1995-06-021-1/+2
|
* Remove version information.Karl Heuer1995-06-021-6/+0
|
* (multiple-recover-finish): Renamed to recover-session-finish.Roland McGrath1995-06-011-15/+14
| | | | | (recover-session): Changed binding. (recover-session-finish): Doc fix; rewritten using map-y-or-n-p.
* Autoload calendar-setup.Edward M. Reingold1995-06-011-0/+1
|
* New version 3.06 from author.Simon Marshall1995-06-011-269/+361
|
* Made font-lock-compile-keywords not compile if it looks like it already has.Simon Marshall1995-06-011-17/+19
|
* (dired-find-buffer-nocreate): Ignore dead buffers.Karl Heuer1995-05-311-7/+9
|
* Move defconsts to avoid byte-compiler warnings.Karl Heuer1995-05-311-19/+19
|
* (menu-bar-help-menu): Add "..."Karl Heuer1995-05-311-1/+1
|
* (scroll-bar-drag): Call scroll-bar-drag-1Karl Heuer1995-05-311-2/+4
| | | | inside the let.
* (initial comments): Copyright 1995; don't speakKarl Heuer1995-05-311-682/+650
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | about setup; correct history for a file that actually IS in Emacs 19.29; update list of known bugs. (all functions): inititialize all local variables explicitely to 'nil'. (ada-font-lock-keywords): initialized according to new user option `font-lock-maximum-decoration'. (ada-ident-re): new regexp for Ada identifiers. (ada-block-start-re): "record" may be preceded by one or more occurencies of "limited", "abstract", or "tagged". (ada-end-stmt-re): added "separate" body parts, "else", and "package <Id> is". (ada-subprogram-start-re): added "entry", "protected" and "package body" (ada-indent-function): handle "elsif" the same way as "if", added "separate" for no indent. (ada-get-indent-type): if "type ... is .." is followed by code on the same line, it is a broken statement. Test it. (ada-check-defun-name): check for "protected" records. (ada-goto-matching-decl-start): use of ada-ident-re. (ada-goto-matching-start): extend regexp for "protected" record. (ada-in-limit-line): renamed from in-limit-line. Don't use count-lines, but test if beginning-of-line/end-of-line puts us to bob/eob. (ada-goto-previous-nonblank-line): save a beginning-of-line statement, as we already are there. (ada-complete-type): removed. (ada-tabsize): removed. (keymap): use C-M-a and C-M-e for proc/func movement. No keybinding anymore for next/prev-package. (ada-font-lock-keywords-[1|2]): add protected records. "when" removed from 'reference'-face. (initial comments): updated CREDITS list. (ada-add-ada-menu): capitalized menu entries. Added menu statement needed for XEmacs. changed all Ada94 to Ada95. (ada-xemacs): new function, detect if we are running on XEmacs. Ada keymap definition and menus use it. (ada-create-syntax-table): corrected comments explaining use of 2nd syntax table. Added creation of ada-mode-symbol-syntax-table with '_' as word constituent. (ada-adjust-case): add test, if symbol is preceeded by a "'". If true, change case according to ada-case-attribute. (ada-which-function-are-we-in): new routine. Save name of the current function in the old buffer; we can place cursor now at the same function in the new buffer using find-file. (ada-make-body): new function. Generates body stubs if the body did not exist yet and you switch to it by find-file. (ada-gen-treat-proc): complete rewrite for ada-make-body. (ada-mode): two doc lines about the above extension. (keymap definition): remove 4th parameter in call to `substitute-key-definition' to make XEmacs happy. (ada-adjust-case-region, ada-move-to-start, ada-move-to-end, ada-indent-newline-indent, ada-format-paramlist): switch syntax tables, protect switching of syntax tables with unwind-protect. (ada-in-open-paren-p): replace user option `ada-search-paren-line-count-limit' by `ada-search-paren-char-count-limit'. (ada-case-attribute): new user option, but not yet the functionality. (ada-krunch-args): initialized to 0 exploiting the new capability of 'gnatk8' as of gnat-2.0. (ada-make-filename-from-adaname): remove downcasing and replacement of dots. This is done in external program gnatk8 (gnat-2.0). (ada-in-open-paren-p): complete rewrite for speed-up. (ada-search-ignore-string-comment): ignore # as a string terminator in all searches. (ada-add-ada-menu): use real variables instead of t for invoking 'easymenu' (require 'easymenu). (imenu-create-ada-index): we accept forward definitions again. (ada-indent-region): catch errors, simplified code.
* (emacs-lisp-mode-map): Add a menu.Karl Heuer1995-05-301-4/+29
| | | | (emacs-lisp-byte-compile): New function.
* (sh-mode-map): Fix capitalization in menu bar.Karl Heuer1995-05-301-7/+7
|
* Fix capitalization in menu bar.Karl Heuer1995-05-305-52/+52
|
* Fix capitalization in menu bar.Karl Heuer1995-05-301-29/+28
| | | | (gud-xdb-find-file): Delete duplicate menu-bar entry.
* (forms--mode-menu-ro, forms--mode-menu-edit): Fix capitalization in menu bar.Karl Heuer1995-05-301-24/+24
|
* Fix capitalization and punctuation in menu bar.Karl Heuer1995-05-301-26/+26
|
* (compilation-mode-map): Fix capitalization in menu bar.Karl Heuer1995-05-301-4/+4
|
* (bibtex-mode-map): Fix capitalization in menu bar.Karl Heuer1995-05-301-2/+2
|
* (tar-mode-map): Fix capitalization in menu bar.Karl Heuer1995-05-301-1/+1
|
* (archive-lemacs): New variable.Karl Heuer1995-05-301-73/+87
| | | | | | | | (archive-mode-map, archive-summarize-files): Make it sort-of work with Lucid Emacs. (archive-mouse-extract): Use Lucid compatible code. (archive-summarize-files, archive-lzh-chmod-entry): Guard lambda with function.
* (time-stamp): only warn about time-stampingKarl Heuer1995-05-301-23/+33
| | | | being disabled if found a time-stamp that won't get updated.
* (compilation-error-regexp-alist): In "Cray C" regexp, don't allow newlines.Roland McGrath1995-05-301-1/+1
|
* (ediff-setup-control-frame): MakeKarl Heuer1995-05-301-12/+8
| | | | Ediff delete the old control frame before creating a new one.
* (frame-configuration-p): Moved here from frame.el.Karl Heuer1995-05-301-0/+9
|
* (frame-configuration-p): Moved to subr.el.Karl Heuer1995-05-301-8/+0
|
* (facemenu-special-menu): Use characters, not symbols.Karl Heuer1995-05-301-47/+76
| | | | | | | | | | | | | | | | | | | | | Add Remove Special menu item. (facemenu-remove-special): New function. (facemenu-set-face-from-menu): If prefix arg, treat region as inactive. (facemenu-set-face): Likewise. (facemenu-keymap, facemenu-foreground-menu, facemenu-background-menu): Add ... after Other. (facemenu-menu): Change name to Text Properties. (facemenu-remove-really-all): New function. (facemenu-special-menu): Add Remove All menu item. (facemenu-indentation-menu): Make item names clearer. Pick new key names too. (facemenu-menu): Split up definition. Move `Remove All' item here. (facemenu-special-menu): Delete `Remove All' item. (facemenu-remove-all): Renamed from facemenu-remove-really-all. (facemenu-remove-props): Renamed from facemenu-remove-all.
* Comment fix.Karl Heuer1995-05-301-2/+0
|
* (make-initial-minibuffer-frame): New function.Karl Heuer1995-05-301-2/+7
| | | | (frame-notice-user-settings): Call it.
* (Man-default-man-entry): Return result.Karl Heuer1995-05-301-3/+3
|
* (gud-perldb-find-file): Use gud-make-debug-menu.Karl Heuer1995-05-291-1/+1
|
* (gud-perldb-massage-args): Pass `-emacs' after the file name.Karl Heuer1995-05-291-1/+1
|
* (gud-make-debug-menu): New function.Karl Heuer1995-05-291-15/+16
| | | | | (gud-mode, gud-gdb-find-file, gud-dbx-find-file, gud-sdb-find-file) (gud-xdb-find-file): Use gud-make-debug-menu.
* (dired-mode-map): Rename menubar bindings and use theKarl Heuer1995-05-291-4/+4
| | | | new function names `dired-do-query-replace' and `dired-do-search'.