summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Stefan Monnier2003-04-211-4/+13
|
* Fix comment typo.Richard M. Stallman2003-04-211-1/+1
|
* *** empty log message ***Richard M. Stallman2003-04-212-0/+8
|
* (Timers): Explain about timers and quitting.Richard M. Stallman2003-04-211-2/+9
|
* (Selecting a Representation): Fix Texinfo usage.Richard M. Stallman2003-04-211-3/+3
|
* (kill-line): Doc fix.Richard M. Stallman2003-04-211-1/+3
|
* (cvs-examine): Respect `find-file-visit-truename'.Sam Steingold2003-04-202-1/+6
|
* (which-func-modes): Add f90-mode.Glenn Morris2003-04-202-9/+37
| | | | (which-function): Handle imenu submenus.
* (dabbrev-case-fold-search): Add defvar for compiler.Glenn Morris2003-04-201-6/+11
| | | | (fortran-abbrev-start): Make XEmacs compatible.
* (f90-font-lock-keywords-2): Use override forGlenn Morris2003-04-201-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 Monnier2003-04-201-0/+620
|
* (vc-cvs-dir-state): Use vc-cvs-command.Stefan Monnier2003-04-191-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.
* (Fapply): Undo last change and add a comment about why.Stefan Monnier2003-04-191-4/+7
|
* *** empty log message ***Richard M. Stallman2003-04-192-0/+21
|
* (desktop-buffer-mh): Don't require mh-e;Richard M. Stallman2003-04-191-1/+0
| | | | it causes trouble in compilation.
* (add-log-current-defun-function): Add autoload cookie.Richard M. Stallman2003-04-191-0/+2
|
* (comment-use-syntax): Add autoload cookie.Richard M. Stallman2003-04-191-0/+2
|
* (byte-compile-log-file, (byte-recompile-directory): Don't useRichard M. Stallman2003-04-191-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.
* (Writing Emacs Primitives): Strings areRichard M. Stallman2003-04-191-15/+22
| | | | | no longer special for GCPROs. Mention GCPRO5, GCPRO6. Explain GCPRO convention for varargs function args.
* (cua-mode): Use define-minor-mode.Stefan Monnier2003-04-182-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 Monnier2003-04-181-4/+3
| | | | (easy-mmode-define-keymap): Remove unused var `suppress'.
* (view-read-only): Move from view.el to files.el.Stefan Monnier2003-04-183-6/+51
|
* (Faset): Calculate nbytes earlier, to satisfy the now pickierMiles Bader2003-04-182-2/+8
| | | | PARSE_MULTIBYTE_SEQ.
* (For, Fand, Fprogn, un_autoload, do_autoload): Use XCDR, XCAR, CONSP.Stefan Monnier2003-04-172-49/+48
| | | | | (Fdefmacro): Fix docstring. Use XCAR, XCDR. (Fapply): Remove unnecessary GCPRO.
* (Fsubstitute_command_keys): Remove spurious casts.Stefan Monnier2003-04-171-6/+5
|
* (PARSE_MULTIBYTE_SEQ): Pretend `length' is used.Stefan Monnier2003-04-171-1/+1
|
* Don't hardcode BEG==1.Stefan Monnier2003-04-171-18/+18
|
* (Fmake_byte_code): Improve the `usage' string.Stefan Monnier2003-04-171-1/+3
|
* (Fdefine_abbrev_table): Use XCAR, XCDR.Stefan Monnier2003-04-171-2/+2
|
* *** empty log message ***Stefan Monnier2003-04-171-24/+74
|
* (view-read-only): Don't declare a second time.Stefan Monnier2003-04-171-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.
* Update copyright date and update-date.Robert J. Chassell2003-04-171-2/+3
|
* Thanks to Hugo Gayosso, fix minor typos.Robert J. Chassell2003-04-171-2/+2
|
* (hexl-find-file): Bind `default-major-mode' to `fundamental-mode'.John Paul Wallington2003-04-172-1/+6
|
* (byte-compile-const-symbol-p): Rename arg.Stefan Monnier2003-04-161-4/+4
|
* (reveal-post-command): Use overlay-get for overlays.Stefan Monnier2003-04-161-2/+2
|
* (f90-looking-at-do, f90-find-breakpoint): Fix previous change.Glenn Morris2003-04-161-2/+2
|
* (describe-language-environment): AtKenichi Handa2003-04-162-0/+7
| | | | first, require all necessary features.
* *** empty log message ***Dave Love2003-04-161-0/+4
|
* Comment changes.Glenn Morris2003-04-162-39/+50
| | | | (fortran-column-ruler): Minor doc change.
* (f90-indent-to, f90-indent-line-no)Glenn Morris2003-04-161-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 Love2003-04-161-0/+1232
|
* Moved to progmodes.Dave Love2003-04-161-1232/+0
|
* *** empty log message ***Richard M. Stallman2003-04-165-10/+30
|
* (try_window, try_window_reusing_current_matrix):Richard M. Stallman2003-04-161-4/+6
| | | | When at end of window, set window_end_pos to Z-ZV.
* (Foverlay_recenter): Doc fix.Richard M. Stallman2003-04-161-1/+3
|
* (Regexps): Ref to Lisp manual for more regexp features.Richard M. Stallman2003-04-161-0/+5
|
* (Minibuffer Misc): Document fn minibuffer-message.Richard M. Stallman2003-04-161-0/+6
|
* (Man-follow-manual-reference): Don't require matchRichard M. Stallman2003-04-161-1/+1
| | | | when calling completing-read.
* (fortran-tab-mode-minor-mode-string): Delete this variable,Glenn Morris2003-04-152-19/+7
| | | | | | | | | introduced in previous change. (fortran-tab-mode-string): Change default value. (fortran-mode): Use mode-line-process (rather than minor-mode-alist) to indicate tab format code. (fortran-analyze-file-format): Return fortran-tab-mode-default if no match.