aboutsummaryrefslogtreecommitdiffstats
path: root/lisp (follow)
Commit message (Expand)AuthorAgeFilesLines
* (enable-flow-control): Use a char-table.Richard M. Stallman1995-10-221-17/+20
* (comint-exec-1): Don't alter EMACS envvar if it's already defined.Richard M. Stallman1995-10-221-2/+3
* (copy-case-table): New function.Richard M. Stallman1995-10-221-13/+37
* (derived-mode-init-mode-variables): Make proper syntax-table.Richard M. Stallman1995-10-221-7/+9
* Fix key bindings.Richard M. Stallman1995-10-211-16/+67
* (Electric-command-loop): Don't display a promptRichard M. Stallman1995-10-211-14/+25
* (outline-view-change-hook): New hook variable.Richard M. Stallman1995-10-201-1/+5
* (mail-abbrev-syntax-table): Rewrite using map-char-table.Richard M. Stallman1995-10-201-8/+9
* (dabbrev--find-expansion): Move buffers that are visible on the screenRichard M. Stallman1995-10-201-0/+9
* (dabbrev-expand): When no more expansions,Richard M. Stallman1995-10-201-2/+4
* (add-log-current-defun): Handle `private', `public' in C++ class definitions.Richard M. Stallman1995-10-201-0/+8
* (isearch-message-prefix):Richard M. Stallman1995-10-191-0/+5
* (calculate-c++-indent): Skip over paren-groupRichard M. Stallman1995-10-191-1/+10
* (report-emacs-bug): Don't mentionRichard M. Stallman1995-10-191-2/+6
* (tex-start-of-header): Now a regexp.Richard M. Stallman1995-10-191-10/+10
* (pc-selection-mode): Add autoload cookie.Richard M. Stallman1995-10-171-0/+1
* Initial revisionRichard M. Stallman1995-10-171-0/+572
* All doc strings changed to comply with standard Emacs conventions.Richard M. Stallman1995-10-171-89/+109
* (he-transfer-case): Fix typo in prev change.Richard M. Stallman1995-10-151-1/+1
* Repair line wrapping damage.Erik Naggum1995-10-151-11/+6
* (ediff-version): is now autoloaded.Michael Kifer1995-10-141-2/+11
* Moved defsubsts up.Michael Kifer1995-10-145-22/+14
* Now defines [window] in menu-bar-ediff-menu.Michael Kifer1995-10-141-1/+9
* (vip-set-hooks): Use view-mode-hook in emacs and viewMichael Kifer1995-10-141-134/+115
* (vip-leave-region-active): new function.Michael Kifer1995-10-141-0/+148
* * viper-mous.el (vip-surrounding-word): modified to understand tripple clicks.Michael Kifer1995-10-141-66/+36
* (vip-record-kbd-macro): correctly escapes `.' and `[' now.Michael Kifer1995-10-141-1/+11
* (ex-write): uses better defaults.Michael Kifer1995-10-141-6/+17
* (variable-at-point, function-called-at-point):Richard M. Stallman1995-10-141-16/+24
* Initial revisionRichard M. Stallman1995-10-132-0/+821
* (hippie-expand): Removed bug - don't undo from another buffer.Richard M. Stallman1995-10-131-169/+424
* Minor fixes.Edward M. Reingold1995-10-131-6/+5
* Handle aliases dead-acute,...Richard M. Stallman1995-10-121-0/+16
* (display-table-slot, set-display-table-slot):Richard M. Stallman1995-10-121-45/+23
* (variable-at-point, function-called-at-point): Fix revious changes.Richard M. Stallman1995-10-121-6/+8
* Initial revisionEdward M. Reingold1995-10-121-0/+1603
* Added menu items for cal-tex.el (a new file).Edward M. Reingold1995-10-121-0/+139
* Added key definitions and autoloads for cal-tex.el (a new file).Edward M. Reingold1995-10-121-14/+75
* (mail-strip-quoted-names): Preserve white spaceRichard M. Stallman1995-10-111-1/+1
* (gud-filter): Move the gud-display-frame callRichard M. Stallman1995-10-111-12/+18
* (make-syntax-table): Use nil for "inherit".Richard M. Stallman1995-10-111-4/+4
* (find-alternate-file-other-window): New function.Richard M. Stallman1995-10-111-0/+20
* Moved (define-key menu-bar-ediff-menu ...) to ediff-hook.el:Michael Kifer1995-10-111-3/+0
* (adaptive-fill-function): Change defun to defvar.Richard M. Stallman1995-10-111-1/+1
* (next-completion): Specify the LIMIT arg when searching for text properties.Richard M. Stallman1995-10-111-7/+10
* (function-called-at-point, variable-at-point):Richard M. Stallman1995-10-101-2/+6
* Doc fixes.Richard M. Stallman1995-10-091-4/+16
* (view-highlight-face): New variable.Richard M. Stallman1995-10-091-2/+7
* (tags-table-check-computed-list): Map tags-expand-table-name over lists ofRoland McGrath1995-10-091-2/+3
* New implementation with char-tables.Erik Naggum1995-10-091-37/+79