summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (gud-gdb-find-file): Propagate debug menu to found buffers.Richard M. Stallman1995-01-181-37/+66
| | | | | | | (gud-dbx-find-file, gud-xdb-find-file, gud-sdb-find-file, gud-perldb-find-file): Likewise. (gud-menu-map): New variable. (gud-mode): Use gud-menu-map and move the menu-setting outside.
* (dbx): Fix missing cast of $curline for Irix.Richard M. Stallman1995-01-171-2/+2
| | | | (gud-irixdbx-marker-filter): Make $curline cast consistent with the others.
* (pascal-mode-map, pascal-outline-map):Richard M. Stallman1995-01-171-19/+49
| | | | | | | | | | C-c C-b now inserts block. C-c C-d does goto-defun. `#' calls on electric-pascal-hash. (pascal-calculate-indent, pascal-indent-alist) (electric-pascal-tab, pascal-indent-case): Better handling of indent within case. Support for CPP. The `;' in the last statement of a subblock may be omitted. (electric-pascal-hash): New function.
* Make sure the event read by comint-dynamic-list-completions isn'tSimon Marshall1995-01-171-3/+3
| | | | | something like a switch-frame event before running mouse-choose-completion.
* (command-line-1): Handle -f with kbd macro.Richard M. Stallman1995-01-171-1/+3
|
* (calendar): Doc fix.Karl Heuer1995-01-161-1/+1
|
* (standard-display-ascii): Doc fix. Allow use with X.Karl Heuer1995-01-161-5/+4
|
* (iso-aggressive-german-trans-tab): Doc fix.Karl Heuer1995-01-161-6/+6
| | | | (iso-cvt-ffh, iso-cvt-wfh, iso-cvt-ash): Doc fix.
* (vc-do-command): Use set-buffer-modified-p instead of not-modified.Roland McGrath1995-01-151-2/+2
|
* (not-modified): Doc fix.Roland McGrath1995-01-151-2/+5
|
* (etags-tags-completion-table): Don't let match string contain a \177.Roland McGrath1995-01-151-3/+3
|
* (vc-directory): Prompt for a directory, not a file.Karl Heuer1995-01-141-1/+1
|
* (forward-paragraph): Notice use-hard-newlines value.Richard M. Stallman1995-01-131-14/+39
| | | | | (looking-at-hard): New function. (paragraph-start, paragraph-separate): Doc fix.
* (fill-region-as-paragraph): Don't modify newlineRichard M. Stallman1995-01-131-35/+40
| | | | | | | | | at end of paragraph, to make sure text-properties are preserved. (fill-paragraph): Call fill-region, not fill-region-as-paragraph, to avoid clobbering paragraph-internal hard-newlines. (fill-region): If use-hard-newlines is on, divide into "paragraphs" by breaking at every hard newline, temporarily ignoring paragraph-start.
* (open-line, split-line, next-line): Use `newline'Richard M. Stallman1995-01-131-27/+18
| | | | | | | | function to insert newline so it will be marked hard if appropriate. (indent-new-comment-line): Use `newline' function, unless called with (new) argument. (do-auto-fill): Call indent-new-comment-line with argument to make newline soft.
* (list-buffers): Fix previous change.Richard M. Stallman1995-01-131-2/+1
|
* Fix previous change.Richard M. Stallman1995-01-131-8/+9
|
* (list-buffers): New function.Richard M. Stallman1995-01-131-0/+90
| | | | (ctl-x-map): Define C-x C-b to list-buffers.
* (easy-menu-define): Doc fix.Karl Heuer1995-01-131-4/+2
|
* (revert-buffer): Recompute buffer-file-truename.Richard M. Stallman1995-01-121-0/+4
|
* (indent-c-exp): Handle `{ if (x)\n foo;\n bar;' case.Richard M. Stallman1995-01-121-44/+53
|
* (indent-c++-exp): Handle `{ if (x)\n foo;\n bar;' case.Richard M. Stallman1995-01-121-31/+37
|
* (find-backup-file-name): Run a file name handler.Richard M. Stallman1995-01-121-93/+99
| | | | (backup-buffer): Do nothing if backup-info is nil.
* (ange-ftp-set-buffer-mode): Don't set make-backup-files.Richard M. Stallman1995-01-121-6/+11
| | | | | | (ange-ftp-real-find-backup-file-name): New function. (ange-ftp-find-backup-file-name): New function. Use it to handle find-backup-file-name.
* (mouse-select-buffer) Handle an aborted selection.Richard M. Stallman1995-01-121-1/+3
|
* (etags-goto-tag-location): Add 1 to char positions in TAGS.Richard M. Stallman1995-01-121-0/+3
|
* (define-derived-mode): Doc fix.Richard M. Stallman1995-01-111-1/+1
|
* Put height and width from geometry parm into default-frame-alist.Richard M. Stallman1995-01-111-3/+15
|
* (isearch-edit-string): Disable message logging.Karl Heuer1995-01-111-7/+12
| | | | (isearch-toggle-case-fold, isearch-message): Likewise.
* (dired-insert-directory): Don't call expand-file-nameRichard M. Stallman1995-01-111-7/+7
| | | | when dir-or-list is a list.
* rlogin-tab-or-complete: insert tab in buffer, don't send directly to process.Noah Friedman1995-01-101-6/+6
| | | | | rlogin, rlogin-directory-tracking-mode: use rlogin-remote-user, not rlogin-user.
* (show-paren-command-hook): Don't alter paren-mismatch faceRichard M. Stallman1995-01-101-8/+9
| | | | if make-face gives it some contents.
* (face-nontrivial-p): New function.Richard M. Stallman1995-01-101-1/+17
|
* Doc fixes (simon's email address and shell-mode)Simon Marshall1995-01-101-7/+10
|
* (face-try-color-list): Treat `underline' as valid.Richard M. Stallman1995-01-101-1/+1
|
* Removed several more gratuitous autoload cookies.Noah Friedman1995-01-101-70/+195
| | | | | | | | | | | | | | | | | | | | | | | | | | rlogin-initially-track-cwd: Variable deleted. rlogin-directory-tracking-mode: New variable and function. Default to 'local. rlogin-host, rlogin-remote-user: New variables. rlogin: Set them appropriately. rlogin-mode-map: Copy shell-mode-map fully if not a list (in lucid emacs, keymaps are opaque objects). rlogin-tab-or-complete: New function. Bind C-i to it. rlogin-carriage-filter: New function. rlogin: Add it to comint-output-filter-functions. rlogin-parse-words: New function. rlogin: Make buffer name "*rlogin-USER@HOST* if remote user differs from local. Simplify initialization of local variables, using rlogin-parse-words. Do not call comint-mode directly. Doc fixes.
* Fix text punctuation.Karl Heuer1995-01-091-3/+3
|
* Better format of files-by-directory menus.Richard M. Stallman1995-01-091-77/+116
| | | | | | | | | Split big menus into sub-menus. (msb-max-menu-items): Changed default value. This variable now depicts the maximum number of items in a sub-menu. (msb-display-most-recently-used): Changed default value. (mouse-select-buffer): Now handles several levels of sub-menus. New format on return value.
* (mouse-drag-region): As once in the past,Richard M. Stallman1995-01-091-13/+10
| | | | call the binding of the terminating event.
* (listify-key-sequence-1): Update for change in CHAR_META.Richard M. Stallman1995-01-091-1/+1
|
* (te-terminfo-systems-regexp): Variable deleted.Richard M. Stallman1995-01-061-7/+1
| | | | (te-create-terminfo): Use system-uses-terminfo.
* (bibtex-clean-entry): Killing text while editingRichard M. Stallman1995-01-061-2/+2
| | | | | the autogenerated label in the minibuffer caused the killed text to appear in front of the bibtex entry.
* (what-cursor-position): Show char in decimal, hex, octal.Richard M. Stallman1995-01-061-4/+4
|
* (pop-global-mark): Make pop-global-mark treatRichard M. Stallman1995-01-051-1/+2
| | | | global-mark-ring as a ring.
* (vc-do-command): Change RCS handling so rcsdiff won't stripRichard M. Stallman1995-01-051-36/+64
| | | | | | | | | | | | away relative-pathname information. This function no longer sets the default directory. Also, mark the *vc* output buffer unmodified. (vc-revert-buffer1): Handle font-lock mode correctly. (vc-diff, vc-print-log): vc-do-command no longer sets the default directory, but doing so is advantageous for these cases. (file-executable-p-18): Better portability to Emacs 18. (vc-directory-exclusion-list, vc-file-tree-walk-internal): Implement the new variable vc-directory-exclusion-list to prune tree walks. Initial value tells it to ignore SCCS and RCS subdirectories.
* Bump version.Johan Vromans1995-01-051-4/+4
|
* Change forms-search to forms-search-forward, and addJohan Vromans1995-01-051-17/+176
| | | | | | | | forms-search-backward. (forms--mode-menu-ro, forms--mode-menu-edit): New functions to create a pulldown menu in the menubar. (forms--mode-commands): Call them for the edit and view mode. (forms-print): New function.
* (tex-print): Better check for when to print currentRichard M. Stallman1995-01-051-1/+3
| | | | buffer's file over last processed file.
* (auto-mode-alist): Add entries for .cls files, and for /drafts/.Richard M. Stallman1995-01-041-2/+2
|
* Add autoload cookies.Noah Friedman1995-01-031-0/+3
|