1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-29 19:48:19 +00:00
Commit Graph

50509 Commits

Author SHA1 Message Date
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
Miles Bader
e32d987200 Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-248
src/lisp.h (CYCLE_CHECK): Macro moved from xfaces.c
2004-04-26 00:21:41 +00:00
Juanma Barranquero
e198ba8711 (Fpop_to_buffer): Fix docstring. 2004-04-25 23:56:14 +00:00
Steven Tamm
f3d5f92d98 lread.c (init_lread): Don't display missing lisp directory
warnings with Carbon Emacs because self-contained bundled Emacs
may be build without correct installation path.
2004-04-25 21:07:58 +00:00
Lars Hansen
fbcb952966 *** empty log message *** 2004-04-25 20:58:26 +00:00
Steven Tamm
bec998ca08 Updating list of MAINTAINERS to include myself as maintaining the MacOS
port (but level 2).
2004-04-25 17:57:16 +00:00
Juanma Barranquero
7636480366 (inferior-emacs-lisp-mode): Display working buffer on the mode line. Bind
`inhibit-read-only' to t before modifying properties of text in the buffer.
(ielm): Force point to the end of buffer, even when running ielm from inside
itself.
2004-04-25 17:18:00 +00:00
Jesper Harder
82f1aca958 (info-apropos): Reset Info-complete-cache. 2004-04-25 14:08:02 +00:00
Daniel Pfeiffer
63915149f3 added irix/Compaq C severe example 2004-04-25 12:57:05 +00:00
Daniel Pfeiffer
dbd9767235 (compilation-error-regexp-alist-alist): Also recognize severe Irix et al. messages.
(compilation-normalize-filename, compile-abbreviate-directory): Delete functions.

(compilation-get-file-structure): New function inherits functionality of the two preceding ones.

(compilation-internal-error-properties, compilation-fake-loc): Use it so that different paths to the same file share the same markers.  Also optimize finding adjacent marker slightly.
2004-04-25 12:55:43 +00:00
Kim F. Storm
e5847e5600 New line-spacing property on newlines. 2004-04-25 00:42:22 +00:00
Kim F. Storm
9ff3aa31d3 *** empty log message *** 2004-04-24 23:42:41 +00:00
Kim F. Storm
5970dbf71e (x_draw_hollow_cursor): Fix height of box for narrow lines. 2004-04-24 23:42:26 +00:00
Kim F. Storm
c3ea173da5 (insert-sliced-image): Add line-spacing t property
to newlines separating image lines.
2004-04-24 23:30:05 +00:00
Luc Teirlinck
21fb758865 *** empty log message *** 2004-04-24 23:29:39 +00:00
Kim F. Storm
03e35edcfa (append_space_for_newline): Rename from append_space.
Remove DEFAULT_FACE_P arg; always use current face.  Callers changed.
(x_produce_glyphs): Handle line-spacing property on newline char.
If value is t, adjust ascent and descent to fit current row height.
If value is an integer or float, set extra_line_spacing to integer
value, or to float value x current line height.
2004-04-24 23:28:37 +00:00
Luc Teirlinck
b784bda46b (comint-delete-output): Bind inhibit-read-only to t. 2004-04-24 23:06:03 +00:00
Luc Teirlinck
759f960aea (ielm-prompt-read-only): New user option.
(ielm-prompt): Expand docstring to describe new behavior.
(inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
mention it in the docstring.
2004-04-24 22:58:40 +00:00
Andreas Schwab
14116f3caf (sh-leading-keywords) <sh>: Add "!". 2004-04-24 20:58:17 +00:00
Andreas Schwab
fd75d62d7a . 2004-04-24 18:17:27 +00:00
Andreas Schwab
de9dc5e59c (diff): Set default-directory in diff buffer. 2004-04-24 18:17:04 +00:00
Eli Zaretskii
6f60853a51 (mail-bury): Don't delete the frame where the
mail was being composed if the terminal cannot display more than
one frame; instead, switch to previous frame.
2004-04-24 16:36:15 +00:00
Eli Zaretskii
8a60950d6e (rmail-mail-new-frame): Doc fix.
(rmail-start-mail): Support rmail-mail-new-frame even on
terminals that can display only one frame at a time.
2004-04-24 08:57:31 +00:00
Eli Zaretskii
473551acc8 *** empty log message *** 2004-04-24 08:47:16 +00:00
Thien-Thi Nguyen
510ead5f46 Update filename in "please read" message. 2004-04-24 02:27:49 +00:00