Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (assq-delete-all): Ignore non-cons elememts. | Richard M. Stallman | 2003-04-24 | 2 | -2/+7 |
| | |||||
* | (help-make-xrefs): Remove extra paren. | John Paul Wallington | 2003-04-24 | 2 | -2/+6 |
| | |||||
* | (mail-send-and-exit): Make arg optional. | Richard M. Stallman | 2003-04-24 | 2 | -1/+3 |
| | |||||
* | (view-read-only): Doc fix. | Richard M. Stallman | 2003-04-24 | 2 | -1/+17 |
| | |||||
* | (back-to-indentation): Call backward-prefix-chars. | Richard M. Stallman | 2003-04-24 | 1 | -1/+3 |
| | |||||
* | (help-make-xrefs): Clean up the loop that scans | Richard M. Stallman | 2003-04-24 | 1 | -13/+17 |
| | | | | over a keymap inserted by \\{...}; it now stops at end of buffer. | ||||
* | Don't call filesets-init. | Richard M. Stallman | 2003-04-24 | 1 | -6/+4 |
| | |||||
* | Comment change. | Richard M. Stallman | 2003-04-24 | 1 | -1/+3 |
| | |||||
* | (byte-compile-defun): Generate and compile a defalias form, | Richard M. Stallman | 2003-04-24 | 1 | -6/+15 |
| | | | | unless byte-compile-compatibility. | ||||
* | (scheme-mode-syntax-table): Use prefix syntax for ', `, comma, @ and #. | Richard M. Stallman | 2003-04-24 | 2 | -7/+14 |
| | |||||
* | (emacs-lisp-mode-syntax-table): Give @ prefix syntax. | Richard M. Stallman | 2003-04-24 | 1 | -0/+1 |
| | |||||
* | (comment-normalize-vars): Fix regexp. | Stefan Monnier | 2003-04-23 | 1 | -4/+17 |
| | | | | | Prompt the user for the comment-start to use rather than signalling an error. (uncomment-region): Don't leave half-removed comment markers. | ||||
* | # | André Spiegel | 2003-04-23 | 1 | -0/+11 |
| | |||||
* | (vc-cvs-stay-local): Keep the old default. Simplify doc string. | André Spiegel | 2003-04-23 | 1 | -14/+13 |
| | |||||
* | Patch by Wolfgang Scherer <Wolfgang.Scherer@gmx.de> | André Spiegel | 2003-04-23 | 1 | -19/+110 |
| | | | | | | (vc-cvs-stay-local): Allow lists of host regexps. (vc-cvs-stay-local-p): Handle them. (vc-cvs-parse-root): New function, used by the above. | ||||
* | (vc-mcvs-root): Cache the result. | Stefan Monnier | 2003-04-22 | 1 | -20/+29 |
| | | | | | | (vc-mcvs-registered): Simplify. Use file-relative-name. (vc-mcvs-register): Simplify. Don't burp if MCVS/TYPES doesn't exist. (vc-mcvs-command): Filter F-NN names in the output for diff and log. | ||||
* | Restore changes from v1.5039 that were lost in v1.5046. | Glenn Morris | 2003-04-22 | 1 | -3/+5 |
| | |||||
* | (Info-default-dirs): New fun extracted from Info-initialize. | Stefan Monnier | 2003-04-21 | 1 | -39/+47 |
| | | | | (info-initialize): Use it. Obey the "final :" convention for INFOPATH. | ||||
* | (fill-region-as-paragraph): Fix "last line goes to fill-column+1" problem. | Stefan Monnier | 2003-04-21 | 1 | -1/+2 |
| | |||||
* | (byte-compile-defvar): Improve message. | Stefan Monnier | 2003-04-21 | 1 | -4/+8 |
| | |||||
* | *** empty log message *** | Stefan Monnier | 2003-04-21 | 1 | -4/+13 |
| | |||||
* | *** empty log message *** | Richard M. Stallman | 2003-04-21 | 1 | -0/+4 |
| | |||||
* | (kill-line): Doc fix. | Richard M. Stallman | 2003-04-21 | 1 | -1/+3 |
| | |||||
* | (cvs-examine): Respect `find-file-visit-truename'. | Sam Steingold | 2003-04-20 | 2 | -1/+6 |
| | |||||
* | (which-func-modes): Add f90-mode. | Glenn Morris | 2003-04-20 | 2 | -9/+37 |
| | | | | (which-function): Handle imenu submenus. | ||||
* | (dabbrev-case-fold-search): Add defvar for compiler. | Glenn Morris | 2003-04-20 | 1 | -6/+11 |
| | | | | (fortran-abbrev-start): Make XEmacs compatible. | ||||
* | (f90-font-lock-keywords-2): Use override for | Glenn Morris | 2003-04-20 | 1 | -16/+25 |
| | | | | | | | | font-lock-variable-name-face in declarations (so that strings in declarations are over-ridden). Highlight continuation characters. (f90-indent-new-line): Remove direct call to f90-indent-line-no, f90-update-line, since f90-indent-line calls these. (f90-abbrev-start): Fix XEmacs compatibility. | ||||
* | Initial version. | Stefan Monnier | 2003-04-20 | 1 | -0/+620 |
| | |||||
* | (vc-cvs-dir-state): Use vc-cvs-command. | Stefan Monnier | 2003-04-19 | 1 | -61/+56 |
| | | | | | | | (vc-cvs-could-register, vc-cvs-make-version-backups-p): Use defalias. (vc-cvs-merge-news): Simplify. (vc-cvs-diff): Remove unused var `options'. (vc-cvs-parse-entry): Use the same algorithm as cvs does. | ||||
* | *** empty log message *** | Richard M. Stallman | 2003-04-19 | 1 | -0/+15 |
| | |||||
* | (desktop-buffer-mh): Don't require mh-e; | Richard M. Stallman | 2003-04-19 | 1 | -1/+0 |
| | | | | it causes trouble in compilation. | ||||
* | (add-log-current-defun-function): Add autoload cookie. | Richard M. Stallman | 2003-04-19 | 1 | -0/+2 |
| | |||||
* | (comment-use-syntax): Add autoload cookie. | Richard M. Stallman | 2003-04-19 | 1 | -0/+2 |
| | |||||
* | (byte-compile-log-file, (byte-recompile-directory): Don't use | Richard M. Stallman | 2003-04-19 | 1 | -3/+12 |
| | | | | | | | | byte-goto-log-buffer. Instead, set default-directory and then call compilation-mode. (byte-compile-from-buffer): Force byte-compile-last-position to end of buffer before issuing final warnings. | ||||
* | (cua-mode): Use define-minor-mode. | Stefan Monnier | 2003-04-18 | 2 | -42/+18 |
| | | | | (cua-global-mark-face): Fix face format. | ||||
* | (define-minor-mode): Only echo a message if the body didn't do so already. | Stefan Monnier | 2003-04-18 | 1 | -4/+3 |
| | | | | (easy-mmode-define-keymap): Remove unused var `suppress'. | ||||
* | (view-read-only): Move from view.el to files.el. | Stefan Monnier | 2003-04-18 | 3 | -6/+51 |
| | |||||
* | *** empty log message *** | Stefan Monnier | 2003-04-17 | 1 | -24/+74 |
| | |||||
* | (view-read-only): Don't declare a second time. | Stefan Monnier | 2003-04-17 | 1 | -18/+46 |
| | | | | | | | | | | | | | | | (find-file-read-only, find-file-read-only-other-window) (find-file-read-only-other-frame): Check that file does exist. (large-file-warning-threshold): New custom. (find-file-noselect): Use it. (report-errors): New macro. (normal-mode): Use it. (toggle-read-only): Really toggle, even if view-mode is on. (parse-colon-path): Remove unused `cd-prefix' var. (make-backup-file-name-1): Remove unused `failed' var. (basic-save-buffer): Remove unused `tempsetmodes' var. (basic-save-buffer-2): Remove unused `temp' var. (insert-directory): Remove unused `available' var. | ||||
* | (hexl-find-file): Bind `default-major-mode' to `fundamental-mode'. | John Paul Wallington | 2003-04-17 | 2 | -1/+6 |
| | |||||
* | (byte-compile-const-symbol-p): Rename arg. | Stefan Monnier | 2003-04-16 | 1 | -4/+4 |
| | |||||
* | (reveal-post-command): Use overlay-get for overlays. | Stefan Monnier | 2003-04-16 | 1 | -2/+2 |
| | |||||
* | (f90-looking-at-do, f90-find-breakpoint): Fix previous change. | Glenn Morris | 2003-04-16 | 1 | -2/+2 |
| | |||||
* | (describe-language-environment): At | Kenichi Handa | 2003-04-16 | 2 | -0/+7 |
| | | | | first, require all necessary features. | ||||
* | *** empty log message *** | Dave Love | 2003-04-16 | 1 | -0/+4 |
| | |||||
* | Comment changes. | Glenn Morris | 2003-04-16 | 2 | -39/+50 |
| | | | | (fortran-column-ruler): Minor doc change. | ||||
* | (f90-indent-to, f90-indent-line-no) | Glenn Morris | 2003-04-16 | 1 | -103/+103 |
| | | | | | | | | | | | (f90-no-block-limit, f90-end-of-block, f90-beginning-of-block) (f90-comment-region, f90-indent-line, f90-indent-region) (f90-find-breakpoint, f90-block-match): Trivial simplifications. (f90-looking-at-do, f90-looking-at-select-case) (f90-looking-at-if-then, f90-looking-at-where-or-forall): Drop XEmacs 19 support and simplify. (f90-indent-new-line): No need for case-fold-search. Simplify. (f90-fill-region): Make marker nil when done. Simplify. | ||||
* | Moved from lisp. | Dave Love | 2003-04-16 | 1 | -0/+1232 |
| | |||||
* | Moved to progmodes. | Dave Love | 2003-04-16 | 1 | -1232/+0 |
| | |||||
* | *** empty log message *** | Richard M. Stallman | 2003-04-16 | 1 | -0/+5 |
| |