1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-01 19:30:45 -08:00
Commit graph

2027 commits

Author SHA1 Message Date
Gerd Moellmann
ce75fd2348 *** empty log message *** 2000-05-23 09:44:28 +00:00
Dave Love
79a64d87eb *** empty log message *** 2000-05-22 19:53:14 +00:00
Sam Steingold
0e8c11d821 (Info-fontify-node): fixed the call to add-text-properties 2000-05-22 18:15:56 +00:00
Dave Love
d8d0fa6c59 Remove debug-ignored-errors set in other files. 2000-05-22 18:09:30 +00:00
Eli Zaretskii
1edbbf8a47 (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
(woman-mapcan, woman-parse-man.conf)
(woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
(woman-reset-emulation): New functions.
(woman-parse-colon-path): Call woman-mapcan.  Recognize Cygwin
path syntax better.
(woman-man.conf-path, woman-use-own-frame): New defcustoms.
(woman-manpath): Call woman-parse-man.conf.
(woman-emulation): New defcustom, defaults to nroff.
(woman-font-support): New defconst.
(woman-select-symbol-fonts): New function.
(woman-use-symbol-font): New defcustom.
(woman-menu): Add new menu items: "Colored/BW", "Advanced",
"Emulation".
Many functions: Doc fix.
2000-05-22 07:01:17 +00:00
Kenichi Handa
5bd2148cb8 *** empty log message *** 2000-05-22 04:40:00 +00:00
Stefan Monnier
40aeecadb8 Rewritten to take advantage of shy-groups and
intervals which makes it heaps simpler.
2000-05-22 04:29:52 +00:00
Stefan Monnier
4125ec7e79 (comment-region-internal): Go back to BEG after quoting
the nested comment markers.
2000-05-22 04:24:01 +00:00
Stefan Monnier
e4da9c1c34 (remove-hook): Don't turn the hook's value into a list. 2000-05-21 23:24:18 +00:00
Dave Love
ac2665815a (edmacro-parse-keys): Return vector if any elements are invalid
characters.
2000-05-21 19:51:14 +00:00
Dave Love
cb7216a79a (detect-coding-with-priority): Use mapc. Remove redundant lambda. 2000-05-21 17:48:48 +00:00
Stefan Monnier
b2d2cf58b1 *** empty log message *** 2000-05-21 02:32:09 +00:00
Stefan Monnier
ffe7dc64f5 (log-edit-done): Cleanup trailing empty lines.
(log-edit-insert-changelog): Drop `:' as well.
2000-05-21 02:14:07 +00:00
Stefan Monnier
c8c21615b8 Update copyright and commentary.
(easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
Print a status message if the toggle is called interactively.
(define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
for global minor modes and use `defcustom' for them.
Use add-minor-mode.
(easy-mmode-define-derived-mode): Remove.
(define-derived-mode): Fancier default docstring.
(easy-mmode-define-navigation): Signal an error rather than (ding).
2000-05-21 01:44:08 +00:00
Stefan Monnier
9b0d1d6e8d (comment-styles): New `box-multi'.
(comment-normalize-vars): Better default for comment-continue to
avoid whitespace-only continuations.
(comment-search-forward): Always move even in the no-syntax case.
(comment-padright): Only obey N if it's only obeyed for padleft.
(comment-make-extra-lines): Better handling of empty continuations.
Use `=' for the filler if comment-start has only one character.
(uncomment-region): Try handling the special `=' filler.
(comment-region): Allow LINES even if MULTI is nil.
(comment-box): Choose box style based on comment-style.
2000-05-21 00:27:53 +00:00
Kenichi Handa
f5ee6d0f90 *** empty log message *** 2000-05-20 02:23:03 +00:00
Kenichi Handa
c9671f819a *** empty log message *** 2000-05-20 00:23:52 +00:00
Stefan Monnier
1426aa5c93 *** empty log message *** 2000-05-20 00:03:54 +00:00
Gerd Moellmann
2b63d473a8 *** empty log message *** 2000-05-19 20:37:34 +00:00
Stefan Monnier
f1355756f5 *** empty log message *** 2000-05-19 14:50:26 +00:00
Gerd Moellmann
5f64c9e0cd *** empty log message *** 2000-05-19 11:58:45 +00:00
Andreas Schwab
db7314bdb5 . 2000-05-19 09:47:47 +00:00
Gerd Moellmann
a199a865b3 *** empty log message *** 2000-05-18 21:52:57 +00:00
Gerd Moellmann
25bb0401ab (msb-menu-cond): Add choice `user'. 2000-05-18 18:41:46 +00:00
Eric M. Ludlam
68e6c83ac0 *** empty log message *** 2000-05-18 17:57:46 +00:00
Dave Love
dae6cb9fe9 (appt-make-list): Match all lines of entry.
From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
2000-05-18 13:12:08 +00:00
Kenichi Handa
813086ea08 *** empty log message *** 2000-05-17 23:35:57 +00:00
Eli Zaretskii
249781907d (image-type-available-p): Don't reference image-types
if it isn't bound.
2000-05-17 15:58:11 +00:00
Stefan Monnier
2fca2d5d49 (autoarg-mode): Typo in the :set argument. 2000-05-17 15:24:43 +00:00
Eli Zaretskii
cfc75d051e (command-line-1): Don't signal an error if the
directory for auto-save-list files does not yet exist.
2000-05-17 11:38:40 +00:00
Kenichi Handa
c4e30387e7 *** empty log message *** 2000-05-17 00:35:21 +00:00
Stefan Monnier
dd6b8ea7a8 (remove-hook): setq' hook-value, not set'. 2000-05-16 21:37:32 +00:00
Sam Steingold
399c88ad20 (debug-ignored-errors): more errors to ignore. 2000-05-16 16:24:25 +00:00
Dave Love
01651f075f Don't require cl or easymenu.
(custom-variable-prompt): Test standard-value property, not
user-variable-p.
2000-05-16 15:03:49 +00:00
Sam Steingold
2248c40dab (add-hook): setq hook-value, not set 2000-05-16 14:47:46 +00:00
Gerd Moellmann
b15f3b7779 *** empty log message *** 2000-05-16 14:37:08 +00:00
Eric M. Ludlam
f9bbcfac50 *** empty log message *** 2000-05-15 22:29:21 +00:00
Gerd Moellmann
119b42eb55 (sh-while-getopts) <sh>: Handle case that
user-specified option string is empty.
2000-05-15 20:18:15 +00:00
Eli Zaretskii
f685bea9f2 *** empty log message *** 2000-05-15 15:33:50 +00:00
Gerd Moellmann
a1b8d58b69 *** empty log message *** 2000-05-15 14:54:08 +00:00
Dave Love
e5c8369797 *** empty log message *** 2000-05-14 16:44:40 +00:00
Dave Love
c9bba7edc4 *** empty log message *** 2000-05-14 15:38:19 +00:00
Stefan Monnier
e8564f573c *** empty log message *** 2000-05-14 02:26:19 +00:00
Eric M. Ludlam
b6389bfbf9 *** empty log message *** 2000-05-13 23:24:25 +00:00
Kenichi Handa
43fe9244df *** empty log message *** 2000-05-13 00:28:33 +00:00
Gerd Moellmann
a8a3541c8e (ange-ftp-skip-msgs): Include 500 code.for
handling FTP security extensions.
2000-05-12 18:38:28 +00:00
Dave Love
9278c60dae Remove some compatibility stuff and CL
dependence.  Use line-{beginning,end}-position, not
point-at{b,e}ol.  Some doc fixes.
(todo-position): New function.  Fix callers of position to use it.
(todo-save-top-priorities, todo-print): Use with-temp-buffer.
2000-05-12 10:58:13 +00:00
Dave Love
33d0c179f1 *** empty log message *** 2000-05-12 09:46:03 +00:00
Gerd Moellmann
be0505fe51 (display-time-mail-icon): Use `:ascent center'. 2000-05-12 08:16:14 +00:00
Dave Love
44d5f148b4 *** empty log message *** 2000-05-11 22:05:12 +00:00