1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00
Commit Graph

50383 Commits

Author SHA1 Message Date
Eli Zaretskii
9339736070 *** empty log message *** 2004-04-27 14:24:00 +00:00
Eli Zaretskii
319cb37860 (init_environment): If one of the TMP... environment
variables is set to a drive letter without a trailing slash,
append a slash.
2004-04-27 14:22:05 +00:00
Eli Zaretskii
7844257c6e (browse-url-netscape-sentinel)
(browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
(browse-url-epiphany-sentinel, browse-url-mosaic): Use
browse-url-*-program instead of a literal program name.
2004-04-27 14:03:10 +00:00
Eli Zaretskii
0c54865e0b *** empty log message *** 2004-04-27 13:55:29 +00:00
Eli Zaretskii
8a1b444695 Add "(require 'eshell)", to get necessary features
when M-x customize-group loads modules before the main
eshell.el.
2004-04-27 13:54:39 +00:00
Eli Zaretskii
819da85b3b (Fset_file_times): New function.
(syms_of_fileio): Intern and staticpro it.
2004-04-27 13:30:11 +00:00
Eli Zaretskii
5c5718b6f6 (lisp_time_argument): Provide externally. 2004-04-27 13:28:38 +00:00
Eli Zaretskii
37c0b8fd3d (Changing Files): Document set-file-times. 2004-04-27 13:21:28 +00:00
Eli Zaretskii
08818866f1 Document set-file-times. 2004-04-27 13:17:34 +00:00
Eli Zaretskii
27cd478d97 Capitalise Emacs and Lisp.
(type-break-good-break-interval, type-break-demo-boring-stats)
(type-break-terse-messages, type-break-file-name): New defcustoms.
(type-break-post-command-hook)
(type-break-warning-countdown-string): Quote variable names in doc.
(type-break-interval-start, type-break-auto-save-file-name): New defvars.
(type-break-mode): Document type-break-good-break-interval and the
"session" file.  Schedule break according to the session file.
Kill session file buffer on exit.  Organise for save-some-buffers
to always save the session file.
(type-break-mode-line-message-mode, type-break-query-mode):
Uppercase arguments.
(type-break-file-time, type-break-file-keystroke-count, timep)
(type-break-choose-file, type-break-get-previous-time)
(type-break-get-previous-count): New defuns.
(type-break): Avoid break querying after a completed break in the
case where the query was initiated during user invocation of the
break.  Optional terse messages.  Use
type-break-good-break-interval if type-break-good-rest-interval is
nil.  File the break time.
(type-break-schedule): New optional args for overriding the use of
the current time.
(type-break-cancel-time-warning-schedule): Avoid leftover warnings
after a break.
(type-break-check): File the keystroke count.
(type-break-do-query): Prevent a second query when the break is
interrupted.  Optional terse message.
(type-break-keystroke-reset): Record the start of a typing interval.
(type-break-demo-boring): Optional terse messages.  Display word
per minute and keystroke counts according to
type-break-demo-boring-stats.
2004-04-27 13:12:07 +00:00
Eli Zaretskii
12092fb374 (momentary-string-display): Support EXIT-CHAR that is
either a character representation of an event or an event
description list.
2004-04-27 13:07:16 +00:00
Eli Zaretskii
a4391d4225 Fix entry for dabbrev.el from 2004-04-21. 2004-04-27 12:57:55 +00:00
Eli Zaretskii
aecb322b96 (archive-maybe-copy): If ARCHIVE includes leading
directories, make sure they exist under archive-tmpdir.
2004-04-27 12:45:26 +00:00
Kim F. Storm
c4c07982c1 (x_produce_glyphs): Fix last change; handle newline in
header line strings.
2004-04-27 08:48:12 +00:00
Kim F. Storm
07dc12319c *** empty log message *** 2004-04-27 08:47:30 +00:00
Juri Linkov
a6095665e8 *** empty log message *** 2004-04-27 07:12:18 +00:00
Juri Linkov
eb9828986d Fix comment. 2004-04-27 06:52:35 +00:00
Juri Linkov
ffe2923b64 (picture-mode-map): Add arrow keys. 2004-04-27 06:46:51 +00:00
Juri Linkov
e4ef3e9287 (kill-ring-save): Use blink-matching-delay instead of the constant value 1.
(completions-common-part): Expand docstring.
2004-04-27 06:45:49 +00:00
Juri Linkov
6afd5d68ae (show-paren-highlight-openparen): New var.
(show-paren-function): Turn on openparen highlighting when
matching forward if show-paren-highlight-openparen is non-nil.
2004-04-27 06:43:42 +00:00
Juri Linkov
da4ae7d3d8 (log-view-diff): Replace interactive code "r"
by a list to allow to call it even if region is not active.
2004-04-27 06:42:48 +00:00
Juri Linkov
836bb47866 Add *info*<[0-9]+> to same-window-regexps instead of
same-window-buffer-names.
(info): New arg `buffer'.  Use it.  Doc fix.  Read file name for
non-numeric prefix argument, append the number to the buffer name
for numeric prefix argument.
(info-other-window): Bind same-window-regexps to nil.
(Info-reference-name): Rename to Info-point-loc.
(Info-find-node-2): Call forward-line for numeric Info-point-loc,
and Info-find-index-name for stringy Info-point-loc.
(Info-extract-menu-node-name): New arg `index-node'.  Use regexp
without middle `.', but with final `.' and optional line number
for it.  Set Info-point-loc for index nodes.
(Info-index): Remove middle `.' from index entry regexp.
Modify line number regexp.
(Info-index-next): Decrement line number.
(info-apropos): Remove middle `.' from index entry regexp.
Add optional line number regexp at the end.  Add matched value
for line number to the result list and insert it to the buffer.
(Info-fontify-node): Hide index line numbers.
(Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
empty matches.
(Info-follow-reference): Use `str' instead of
Info-following-node-name-re.
(Info-toc): Use full file names.  Set Info-current-node to "Top".
(Info-fontify-node): Compare file names without directory name.
(Info-try-follow-nearest-node): Don't set Info-reference-name.
Set second arg of Info-extract-menu-node-name for index nodes.
(info-xref-visited): Use magenta3 instead of magenta4.
(Info-mode): Add info-apropos to docstring.
2004-04-27 06:39:46 +00:00
Juri Linkov
5a2c89c3ab You can narrow news to the specific version by calling
`view-emacs-news' with a prefix argument or by typing C-u C-h C-n.
2004-04-27 06:37:35 +00:00
Juri Linkov
598ea453d3 (view-emacs-news): With argument, display info for the
selected version by finding it among different NEWS files, and
narrowing the buffer to the selected version.
2004-04-27 06:35:25 +00:00
Eli Zaretskii
1d359d88af *** empty log message *** 2004-04-27 06:06:29 +00:00
Kim F. Storm
360fe9d22b *** empty log message *** 2004-04-26 22:39:49 +00:00
Kim F. Storm
7293ac2984 (struct it): New member use_default_face. 2004-04-26 22:39:21 +00:00
Kim F. Storm
06859ebdf6 Add line-height property, change line-spacing property. 2004-04-26 22:22:23 +00:00
Kim F. Storm
3e8b5f3d71 (insert-sliced-image): Use line-height instead of
line-spacing property on newline.
2004-04-26 22:11:36 +00:00
Miles Bader
6c61299c60 Fix formatting. 2004-04-26 22:06:06 +00:00
Kim F. Storm
4933c60309 (Qline_height): New variable.
(syms_of_xdisp): Intern and staticpro it.
(append_space_for_newline): Partially undo 2004-04-25 change;
add default_face_p arg, and restore callers.
Clear it->use_default_face after use.
(x_produce_glyphs): Set default font for ascii char if
it->use_default_font is set.  Change line-spacing property to set
just extra line spacing.  Handle new line-height property.
2004-04-26 22:05:43 +00:00
Kim F. Storm
d3b111bd85 *** empty log message *** 2004-04-26 22:05:15 +00:00
Andreas Schwab
0448588b08 . 2004-04-26 22:01:18 +00:00
Andreas Schwab
4b5af5e479 (print_object): Print non-ascii characters in bool vector representation
as octal escapes.  Use BOOL_VECTOR_BITS_PER_CHAR instead of BITS_PER_CHAR.
2004-04-26 21:56:26 +00:00
Andreas Schwab
db85986c76 (Fcopy_sequence, concat, internal_equal, Ffillarray, mapcar1): Use
BOOL_VECTOR_BITS_PER_CHAR instead of BITS_PER_CHAR for bool vectors.
2004-04-26 21:44:22 +00:00
Andreas Schwab
b9ed217755 (Faref, Faset): Use BOOL_VECTOR_BITS_PER_CHAR instead of
BITS_PER_CHAR for bool vectors.
2004-04-26 21:43:33 +00:00
Andreas Schwab
a097329fe7 (Fmake_bool_vector): Use BOOL_VECTOR_BITS_PER_CHAR instead of
BITS_PER_CHAR for bool vectors.
2004-04-26 21:42:49 +00:00
Andreas Schwab
d1ca81d9a8 (read1): Use BOOL_VECTOR_BITS_PER_CHAR instead of BITS_PER_CHAR for
bool vectors.
2004-04-26 21:28:40 +00:00
Andreas Schwab
4435a68af6 (BOOL_VECTOR_BITS_PER_CHAR): Define. 2004-04-26 21:26:17 +00:00
Lars Hansen
ebb395551e (desktop-buffer-misc-data-function): Rename to desktop-save-buffer and change docstring.
(desktop-buffer-modes-to-save): Delete.
(desktop-save-buffer-p): Use desktop-save-buffer instead of
desktop-buffer-modes-to-save.
(desktop-save): Rename desktop-buffer-misc-data-function to
desktop-save-buffer and allow non-function value.
(desktop-missing-file-warning): Correct docstring.
2004-04-26 18:58:19 +00:00
Lars Hansen
cb5f1f6738 (dired-mode): Rename desktop-buffer-misc-data-function to desktop-save-buffer. 2004-04-26 18:56:23 +00:00
Lars Hansen
9d9d10ec34 (Info-mode): Rename desktop-buffer-misc-data-function
to desktop-save-buffer.
2004-04-26 18:55:32 +00:00
Lars Hansen
2b5f7b7feb (rmail-variables): Bind desktop-save-buffer to t. 2004-04-26 18:54:23 +00:00
Lars Hansen
1983467ef7 (mh-folder-mode): Bind desktop-save-buffer to t. 2004-04-26 18:53:49 +00:00
Steven Tamm
536d6baa1d lread.c (init_lread): Fixing typo HAVE_CARBON test logic 2004-04-26 18:44:22 +00:00
Eli Zaretskii
3a69e5ad81 (gud-pdb-command-name): Change default to "pydb". 2004-04-26 11:12:27 +00:00
Eli Zaretskii
b09c560845 (IS_DIRECTORY_SEP): New macro.
(put_filename): Remove unused variable len.  Use IS_DIRECTORY_SEP
instead of a literal '/'.
2004-04-26 10:49:11 +00:00
Luc Teirlinck
9eca7c03d8 (ielm-prompt-read-only, ielm-prompt): Minor doc fix. 2004-04-26 03:13:43 +00:00
Luc Teirlinck
ee9cd72d5a (ielm-prompt-read-only, ielm-prompt): Expand docstring.
(ielm): Only go to the end of the buffer when starting a new process.
2004-04-26 02:43:42 +00:00
Miles Bader
ae11577a11 Changes from arch/CVS synchronization 2004-04-26 00:29:31 +00:00