1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-30 08:09:04 +00:00
Commit Graph

28472 Commits

Author SHA1 Message Date
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
Dave Love
a198aa548e (Info-fontify-node): Add intangible property as well as
invisible.
2000-05-18 13:07:26 +00:00
Andreas Schwab
1473639373 (dired-between-files): Also skip lines beginning with `used'. 2000-05-18 12:19:41 +00:00
Kenichi Handa
813086ea08 *** empty log message *** 2000-05-17 23:35:57 +00:00
Kenichi Handa
c151654a5a (describe-char-after): Call
internal-char-font, not char-font.  If internal-char-font returns
nil, display "-- none --".
2000-05-17 23:31:47 +00:00
Kenichi Handa
1ff005e1ed Include "buffer.h".
(fs_load_font): If the face has fontset, record the face ID in
that fontset.
(Finternal_char_font): New function.
(accumulate_font_info): New function.
(Ffontset_info): Rewritten for the new fontset implementation.
(syms_of_fontset): Register Vdefault_fontset in the first element
of Vfontset_table.  Include Vdefault_fontset in
Vfontset_alias_alist.  Declare `internal-char-font' as a Lisp
function.
2000-05-17 23:30:30 +00:00
Kenichi Handa
a3b210c4ab (map_char_table): Pay attention to character number of
charset.  Check the validity of charset at the first level.   For
leaf nodes that has nil value, call C_FUNCTION or FUNCTION with
the default value.
2000-05-17 23:30:06 +00:00
Stefan Monnier
392f1ef546 (comment-beginning): Handle unclosed comment.
(comment-auto-fill-only-comments): New var.
(comment-indent-new-line): Obey comment-auto-fill-only-comments.
  Align with comment-column rather than previous comment if previous
  comment's indentation is greater than comment-column.
2000-05-17 19:32:32 +00:00
Jason Rumney
ed9df70498 Obsolete. Use xfaces.c instead. 2000-05-17 19:24:55 +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
490f2e7bf6 Correct a typo in description of `woman.el'. 2000-05-17 12:08:51 +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
Gerd Moellmann
a4776185ab *** empty log message *** 2000-05-17 09:16:11 +00:00
Kenichi Handa
0e6652f053 (arabic-iso8859-6): Fix typo. 2000-05-17 00:35:54 +00:00
Kenichi Handa
c4e30387e7 *** empty log message *** 2000-05-17 00:35:21 +00:00
Stefan Monnier
ad679e458a (comment-string-strip): Strip terminating newlines.
(comment-search-forward): Make LIMIT compulsory.
  If an unterminated string (rather than a comment) is found, try again,
  assuming that the region starts inside a string.
(comment-beginning): Make sure we don't move if we find a comment but
  it's not the one we're in.
(comment-enter-backward): Handle the case where comment-end-skip fails.
(comment-indent): Normalize variables and use line-end-position.
(comment-kill): Use line-end-position.
(comment-spill): Remove.
(comment-indent-new-line): Renamed from indent-new-comment-line.
  Cleaned up old commented-out code.
  Reset comment-continue and comment-end before calling comment-indent.
2000-05-16 22:02:37 +00:00
Stefan Monnier
dd6b8ea7a8 (remove-hook): setq' hook-value, not set'. 2000-05-16 21:37:32 +00:00
Gerd Moellmann
4ba7246dc5 *** empty log message *** 2000-05-16 20:51:59 +00:00
Dave Love
bdaebbf073 Deleted -- unused. 2000-05-16 16:46:23 +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
Gerd Moellmann
be3981a8ea (dired-do-query-replace-regexp): Add `-regexp'
to the function name.
2000-05-16 14:32:59 +00:00
Gerd Moellmann
ee93b692cd (dired-mode-map): Use dired-do-query-replace-regexp. 2000-05-16 14:32:33 +00:00
Gerd Moellmann
2497076e21 (compilation-parse-errors): Collect
`nomessage' regexps last.
2000-05-16 14:31:54 +00:00
Gerd Moellmann
279b772d9b (view-emacs-FAQ): Change emacs-faq' to efaq'. 2000-05-16 14:31:26 +00:00
Gerd Moellmann
b11d37dedf (command-line-1): Mention the FAQ in the startup
message.
2000-05-16 14:30:55 +00:00
Gerd Moellmann
154a424ac4 (Fmove_to_column): When ending within a tab, insert
spaces first so that markers at the end of the tab get adjusted.
2000-05-16 14:29:27 +00:00
Gerd Moellmann
9ab8560dc2 Use the term invalid' instead of illegal'. 2000-05-16 14:29:08 +00:00
Gerd Moellmann
835c1b3627 (frames_bury_buffer): Don't add a buffer to the frame's
buffer list that wasn't selected in that frame.
2000-05-16 11:47:30 +00:00
Gerd Moellmann
cb613bb86e (make_temp_name): New function, extracted from
Fmake_temp_name.
(Fmake_temp_name): Use it.
2000-05-16 11:17:39 +00:00
Gerd Moellmann
f1d367aa47 (get_boot_time): To obtain an 8 char file name, which
is needed on mescaline, use a 2 char prefix, and call
make_temp_name with second arg non-zero.
2000-05-16 11:14:18 +00:00
Eric M. Ludlam
f9bbcfac50 *** empty log message *** 2000-05-15 22:29:21 +00:00
Eric M. Ludlam
e9a4dcba67 (speedbar-recenter): Typo, and fix logic.
(speedbar-expand-line): Make arg optional.
(speedbar-mode): Avoid a compiler warning.
2000-05-15 22:17:24 +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
Gerd Moellmann
0e57ab653e (mouse-yank-at-click): Doc fix. 2000-05-15 20:13:54 +00:00
Eli Zaretskii
f685bea9f2 *** empty log message *** 2000-05-15 15:33:50 +00:00
Eli Zaretskii
bb8aea8629 (IT-character-translations): More updates of
latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
documents.
2000-05-15 15:17:19 +00:00
Gerd Moellmann
a1b8d58b69 *** empty log message *** 2000-05-15 14:54:08 +00:00
Eli Zaretskii
466539bc8a (coordinates_in_window): Subtract 1 when computing right_x. 2000-05-15 14:51:32 +00:00
Gerd Moellmann
b1e11b4f9f (getenv): New function, interactively callable.
(setenv, getenv): Remove autoload cookies.
2000-05-15 14:50:12 +00:00
Gerd Moellmann
b27f23c1db Load `env'. 2000-05-15 14:50:00 +00:00
Gerd Moellmann
88ea9ddca1 Change author's mail address. 2000-05-15 14:49:40 +00:00
Gerd Moellmann
83fa009cd3 (Fgetenv_internal): Renamed from Fgetenv. 2000-05-15 14:47:46 +00:00
Gerd Moellmann
55a9f64894 (lisp): Add env.elc. 2000-05-15 14:47:33 +00:00
Dave Love
6e417ca5b4 *** empty log message *** 2000-05-14 19:04:22 +00:00
Dave Love
e5c8369797 *** empty log message *** 2000-05-14 16:44:40 +00:00
Dave Love
187962c499 rmail-show-message-hook): Customize and offer
goto-addr as an option.
2000-05-14 16:22:04 +00:00