Stefan Monnier
f0a478be88
(comment-normalize-vars): Fix regexp.
...
Prompt the user for the comment-start to use rather than signalling an error.
(uncomment-region): Don't leave half-removed comment markers.
2003-04-23 14:55:19 +00:00
André Spiegel
1e58bef9c2
#
2003-04-23 13:19:36 +00:00
André Spiegel
f354c160da
(vc-cvs-stay-local): Keep the old default. Simplify doc string.
2003-04-23 13:14:16 +00:00
Simon Josefsson
777081fed2
Fix license (the invariant sections mentioned has never been part of
...
the smtp manual).
Align info dir entry with other emacs packages.
2003-04-23 13:05:08 +00:00
André Spiegel
d3ed06c6d1
Patch by Wolfgang Scherer <Wolfgang.Scherer@gmx.de>
...
(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.
2003-04-23 12:49:25 +00:00
Stefan Monnier
15a4570645
(vc-mcvs-root): Cache the result.
...
(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.
2003-04-22 19:03:18 +00:00
Andrew Innes
e53925a545
Update wording and version number etc.
...
Add extra instructions for installing multi-file .zip
distribution.
2003-04-22 12:12:07 +00:00
Andrew Innes
d64f2d06c7
Fix multi-file .zip distribution, by splitting
...
emacs.exe before zipping, and including batch file to recreate
after unpacking.
2003-04-22 12:10:51 +00:00
Glenn Morris
ade112567b
Restore changes from v1.5039 that were lost in v1.5046.
2003-04-22 10:57:14 +00:00
Andrew Innes
7ee43737e4
Remove personal email address and update wording.
2003-04-22 10:50:52 +00:00
Andrew Innes
678c6e62c9
Remove personal email address.
2003-04-22 09:29:31 +00:00
Stefan Monnier
3a59b662bd
(Info-default-dirs): New fun extracted from Info-initialize.
...
(info-initialize): Use it. Obey the "final :" convention for INFOPATH.
2003-04-21 17:40:19 +00:00
Stefan Monnier
9bcdf9a8fd
(fill-region-as-paragraph): Fix "last line goes to fill-column+1" problem.
2003-04-21 16:22:08 +00:00
Stefan Monnier
d0e07261a2
(byte-compile-defvar): Improve message.
2003-04-21 15:48:28 +00:00
Stefan Monnier
620a294d49
*** empty log message ***
2003-04-21 15:43:02 +00:00
Richard M. Stallman
0270b8776e
Fix comment typo.
2003-04-21 01:39:06 +00:00
Richard M. Stallman
7ea52f92d6
*** empty log message ***
2003-04-21 01:38:36 +00:00
Richard M. Stallman
d64f1a9db6
(Timers): Explain about timers and quitting.
2003-04-21 01:38:24 +00:00
Richard M. Stallman
686ffe28aa
(Selecting a Representation): Fix Texinfo usage.
2003-04-21 01:37:37 +00:00
Richard M. Stallman
1a534b89fc
(kill-line): Doc fix.
2003-04-21 01:35:20 +00:00
Sam Steingold
160181b884
(cvs-examine): Respect `find-file-visit-truename'.
2003-04-20 22:03:00 +00:00
Glenn Morris
d1389042e7
(which-func-modes): Add f90-mode.
...
(which-function): Handle imenu submenus.
2003-04-20 13:04:58 +00:00
Glenn Morris
be35ca9f5e
(dabbrev-case-fold-search): Add defvar for compiler.
...
(fortran-abbrev-start): Make XEmacs compatible.
2003-04-20 13:03:04 +00:00
Glenn Morris
7aee804746
(f90-font-lock-keywords-2): Use override for
...
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.
2003-04-20 13:01:32 +00:00
Stefan Monnier
3928b9a693
Initial version.
2003-04-20 00:02:37 +00:00
Stefan Monnier
d3ee404f7f
(vc-cvs-dir-state): Use vc-cvs-command.
...
(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.
2003-04-19 22:40:18 +00:00
Stefan Monnier
96d44c6499
(Fapply): Undo last change and add a comment about why.
2003-04-19 18:58:56 +00:00
Richard M. Stallman
e31afc09af
*** empty log message ***
2003-04-19 04:23:45 +00:00
Richard M. Stallman
c2aa674b4e
(desktop-buffer-mh): Don't require mh-e;
...
it causes trouble in compilation.
2003-04-19 04:22:29 +00:00
Richard M. Stallman
c882e1150c
(add-log-current-defun-function): Add autoload cookie.
2003-04-19 04:21:38 +00:00
Richard M. Stallman
75975685cb
(comment-use-syntax): Add autoload cookie.
2003-04-19 04:20:58 +00:00
Richard M. Stallman
977f31f883
(byte-compile-log-file, (byte-recompile-directory): Don't use
...
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.
2003-04-19 04:18:37 +00:00
Richard M. Stallman
70bb440262
(Writing Emacs Primitives): Strings are
...
no longer special for GCPROs. Mention GCPRO5, GCPRO6.
Explain GCPRO convention for varargs function args.
2003-04-19 04:16:15 +00:00
Stefan Monnier
80d9508acf
(cua-mode): Use define-minor-mode.
...
(cua-global-mark-face): Fix face format.
2003-04-18 22:49:41 +00:00
Stefan Monnier
eb81f2758f
(define-minor-mode): Only echo a message if the body didn't do so already.
...
(easy-mmode-define-keymap): Remove unused var `suppress'.
2003-04-18 17:31:05 +00:00
Stefan Monnier
cb211eb2f6
(view-read-only): Move from view.el to files.el.
2003-04-18 13:53:18 +00:00
Miles Bader
c6464167c6
(Faset): Calculate nbytes earlier, to satisfy the now pickier
...
PARSE_MULTIBYTE_SEQ.
2003-04-18 01:23:43 +00:00
Stefan Monnier
e509f1689a
(For, Fand, Fprogn, un_autoload, do_autoload): Use XCDR, XCAR, CONSP.
...
(Fdefmacro): Fix docstring. Use XCAR, XCDR.
(Fapply): Remove unnecessary GCPRO.
2003-04-17 22:27:13 +00:00
Stefan Monnier
8a7bde3e88
(Fsubstitute_command_keys): Remove spurious casts.
2003-04-17 21:58:34 +00:00
Stefan Monnier
304f9d2a3d
(PARSE_MULTIBYTE_SEQ): Pretend `length' is used.
2003-04-17 21:55:18 +00:00
Stefan Monnier
d895183d11
Don't hardcode BEG==1.
2003-04-17 21:52:01 +00:00
Stefan Monnier
92cc28b2f8
(Fmake_byte_code): Improve the `usage' string.
2003-04-17 21:49:09 +00:00
Stefan Monnier
52ad5ecc6c
(Fdefine_abbrev_table): Use XCAR, XCDR.
2003-04-17 21:44:50 +00:00
Stefan Monnier
2adfdbcbca
*** empty log message ***
2003-04-17 21:21:47 +00:00
Stefan Monnier
818286f457
(view-read-only): Don't declare a second time.
...
(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.
2003-04-17 21:15:04 +00:00
Robert J. Chassell
16ad5f3ae3
Update copyright date and update-date.
2003-04-17 15:05:10 +00:00
Robert J. Chassell
f5cb03551c
Thanks to Hugo Gayosso, fix minor typos.
2003-04-17 14:56:24 +00:00
John Paul Wallington
45e8e6e75e
(hexl-find-file): Bind default-major-mode' to
fundamental-mode'.
2003-04-17 02:41:12 +00:00
Stefan Monnier
582a857ccc
(byte-compile-const-symbol-p): Rename arg.
2003-04-16 20:10:33 +00:00
Stefan Monnier
02ad7cbf43
(reveal-post-command): Use overlay-get for overlays.
2003-04-16 16:03:46 +00:00