Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (gud-gdb-find-file): Propagate debug menu to found buffers. | Richard M. Stallman | 1995-01-18 | 1 | -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. Stallman | 1995-01-17 | 1 | -2/+2 |
| | | | | (gud-irixdbx-marker-filter): Make $curline cast consistent with the others. | ||||
* | (pascal-mode-map, pascal-outline-map): | Richard M. Stallman | 1995-01-17 | 1 | -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't | Simon Marshall | 1995-01-17 | 1 | -3/+3 |
| | | | | | something like a switch-frame event before running mouse-choose-completion. | ||||
* | (command-line-1): Handle -f with kbd macro. | Richard M. Stallman | 1995-01-17 | 1 | -1/+3 |
| | |||||
* | (calendar): Doc fix. | Karl Heuer | 1995-01-16 | 1 | -1/+1 |
| | |||||
* | (standard-display-ascii): Doc fix. Allow use with X. | Karl Heuer | 1995-01-16 | 1 | -5/+4 |
| | |||||
* | (iso-aggressive-german-trans-tab): Doc fix. | Karl Heuer | 1995-01-16 | 1 | -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 McGrath | 1995-01-15 | 1 | -2/+2 |
| | |||||
* | (not-modified): Doc fix. | Roland McGrath | 1995-01-15 | 1 | -2/+5 |
| | |||||
* | (etags-tags-completion-table): Don't let match string contain a \177. | Roland McGrath | 1995-01-15 | 1 | -3/+3 |
| | |||||
* | (vc-directory): Prompt for a directory, not a file. | Karl Heuer | 1995-01-14 | 1 | -1/+1 |
| | |||||
* | (forward-paragraph): Notice use-hard-newlines value. | Richard M. Stallman | 1995-01-13 | 1 | -14/+39 |
| | | | | | (looking-at-hard): New function. (paragraph-start, paragraph-separate): Doc fix. | ||||
* | (fill-region-as-paragraph): Don't modify newline | Richard M. Stallman | 1995-01-13 | 1 | -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. Stallman | 1995-01-13 | 1 | -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. Stallman | 1995-01-13 | 1 | -2/+1 |
| | |||||
* | Fix previous change. | Richard M. Stallman | 1995-01-13 | 1 | -8/+9 |
| | |||||
* | (list-buffers): New function. | Richard M. Stallman | 1995-01-13 | 1 | -0/+90 |
| | | | | (ctl-x-map): Define C-x C-b to list-buffers. | ||||
* | (easy-menu-define): Doc fix. | Karl Heuer | 1995-01-13 | 1 | -4/+2 |
| | |||||
* | (revert-buffer): Recompute buffer-file-truename. | Richard M. Stallman | 1995-01-12 | 1 | -0/+4 |
| | |||||
* | (indent-c-exp): Handle `{ if (x)\n foo;\n bar;' case. | Richard M. Stallman | 1995-01-12 | 1 | -44/+53 |
| | |||||
* | (indent-c++-exp): Handle `{ if (x)\n foo;\n bar;' case. | Richard M. Stallman | 1995-01-12 | 1 | -31/+37 |
| | |||||
* | (find-backup-file-name): Run a file name handler. | Richard M. Stallman | 1995-01-12 | 1 | -93/+99 |
| | | | | (backup-buffer): Do nothing if backup-info is nil. | ||||
* | (ange-ftp-set-buffer-mode): Don't set make-backup-files. | Richard M. Stallman | 1995-01-12 | 1 | -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. Stallman | 1995-01-12 | 1 | -1/+3 |
| | |||||
* | (etags-goto-tag-location): Add 1 to char positions in TAGS. | Richard M. Stallman | 1995-01-12 | 1 | -0/+3 |
| | |||||
* | (define-derived-mode): Doc fix. | Richard M. Stallman | 1995-01-11 | 1 | -1/+1 |
| | |||||
* | Put height and width from geometry parm into default-frame-alist. | Richard M. Stallman | 1995-01-11 | 1 | -3/+15 |
| | |||||
* | (isearch-edit-string): Disable message logging. | Karl Heuer | 1995-01-11 | 1 | -7/+12 |
| | | | | (isearch-toggle-case-fold, isearch-message): Likewise. | ||||
* | (dired-insert-directory): Don't call expand-file-name | Richard M. Stallman | 1995-01-11 | 1 | -7/+7 |
| | | | | when dir-or-list is a list. | ||||
* | rlogin-tab-or-complete: insert tab in buffer, don't send directly to process. | Noah Friedman | 1995-01-10 | 1 | -6/+6 |
| | | | | | rlogin, rlogin-directory-tracking-mode: use rlogin-remote-user, not rlogin-user. | ||||
* | (show-paren-command-hook): Don't alter paren-mismatch face | Richard M. Stallman | 1995-01-10 | 1 | -8/+9 |
| | | | | if make-face gives it some contents. | ||||
* | (face-nontrivial-p): New function. | Richard M. Stallman | 1995-01-10 | 1 | -1/+17 |
| | |||||
* | Doc fixes (simon's email address and shell-mode) | Simon Marshall | 1995-01-10 | 1 | -7/+10 |
| | |||||
* | (face-try-color-list): Treat `underline' as valid. | Richard M. Stallman | 1995-01-10 | 1 | -1/+1 |
| | |||||
* | Removed several more gratuitous autoload cookies. | Noah Friedman | 1995-01-10 | 1 | -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 Heuer | 1995-01-09 | 1 | -3/+3 |
| | |||||
* | Better format of files-by-directory menus. | Richard M. Stallman | 1995-01-09 | 1 | -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. Stallman | 1995-01-09 | 1 | -13/+10 |
| | | | | call the binding of the terminating event. | ||||
* | (listify-key-sequence-1): Update for change in CHAR_META. | Richard M. Stallman | 1995-01-09 | 1 | -1/+1 |
| | |||||
* | (te-terminfo-systems-regexp): Variable deleted. | Richard M. Stallman | 1995-01-06 | 1 | -7/+1 |
| | | | | (te-create-terminfo): Use system-uses-terminfo. | ||||
* | (bibtex-clean-entry): Killing text while editing | Richard M. Stallman | 1995-01-06 | 1 | -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. Stallman | 1995-01-06 | 1 | -4/+4 |
| | |||||
* | (pop-global-mark): Make pop-global-mark treat | Richard M. Stallman | 1995-01-05 | 1 | -1/+2 |
| | | | | global-mark-ring as a ring. | ||||
* | (vc-do-command): Change RCS handling so rcsdiff won't strip | Richard M. Stallman | 1995-01-05 | 1 | -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 Vromans | 1995-01-05 | 1 | -4/+4 |
| | |||||
* | Change forms-search to forms-search-forward, and add | Johan Vromans | 1995-01-05 | 1 | -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 current | Richard M. Stallman | 1995-01-05 | 1 | -1/+3 |
| | | | | buffer's file over last processed file. | ||||
* | (auto-mode-alist): Add entries for .cls files, and for /drafts/. | Richard M. Stallman | 1995-01-04 | 1 | -2/+2 |
| | |||||
* | Add autoload cookies. | Noah Friedman | 1995-01-03 | 1 | -0/+3 |
| |