1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-07 15:21:46 +00:00
Commit Graph

48721 Commits

Author SHA1 Message Date
Thien-Thi Nguyen
d29bf2fae9 Fix typo for hide-ifdef-mode entry: "line" -> "like". 2003-11-22 07:34:51 +00:00
Luc Teirlinck
aa1b3f2e18 (Fassq, Fassoc, Frassq, Frassoc): Doc fixes. 2003-11-22 03:48:24 +00:00
Luc Teirlinck
ded4064fe9 *** empty log message *** 2003-11-22 03:42:24 +00:00
Lars Hansen
cae8ddbb46 *** empty log message *** 2003-11-21 18:28:07 +00:00
Lars Hansen
0e6195edf7 (Ffile_attributes): Parameter ID-FORMAT added and included in call to file
name handler. Numeric UID and GID optionally translated to strings. Docstring updated.
(directory_files_internal): Parameter ID-FORMAT added.
(Fdirectory_files_and_attributes): Parameter ID-FORMAT added and included in call to
file name handler and call to directory_files_internal. Docstring updated.
(Fdirectory_files): Dummy parameter added in call to directory_files_internal.
2003-11-21 18:27:51 +00:00
Lars Hansen
9ab301de54 (Qinteger): Added.
(Qinteger_or_floatp, Qinteger_or_float_or_marker_p): Removed.
(Ffile_attributes): Parameter added.
2003-11-21 18:27:05 +00:00
Lars Hansen
aae13d3664 (Qinteger): Exported. 2003-11-21 18:26:21 +00:00
Lars Hansen
f3bd74b387 (File Attributes): Describe new parameter ID-FORMAT. 2003-11-21 18:25:20 +00:00
Lars Hansen
f6118a9d07 (File Attributes): Describe removed parameter ID-FORMAT. 2003-11-21 18:24:52 +00:00
Lars Hansen
9ac8c83b08 Add plans for change of file attributes UID and GID from integer to string. 2003-11-21 18:23:27 +00:00
Luc Teirlinck
cb8a2fd881 (Freverse): Doc fix.
(Fnreverse): Doc fix.
2003-11-21 15:58:15 +00:00
Luc Teirlinck
2550b848c7 *** empty log message *** 2003-11-21 15:55:07 +00:00
Luc Teirlinck
97ce05cfa8 (Overview of Markers): Mention that, if a marker is used a a position,
its buffer is ignored.
2003-11-21 05:04:07 +00:00
Luc Teirlinck
1a3a914b9e (Positions): Mention that, if a marker is used a a position, its
buffer is ignored.
2003-11-21 05:02:08 +00:00
Luc Teirlinck
f7f1a248d8 *** empty log message *** 2003-11-21 05:01:17 +00:00
Kim F. Storm
028f065d44 (gud-gdba-command-name): Find gdb command via PATH.
(breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
(breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
to 100 for icons to avoid increasing line height when shown.
2003-11-19 23:40:17 +00:00
Kim F. Storm
0c618458b3 *** empty log message *** 2003-11-19 23:39:51 +00:00
Robert J. Chassell
1f46797578 In node defvar and asterisk, following suggestions by Juri Linkov
<juri@jurta.org>, describe using the set-variable command to set
values temporarily and to show a list of variables by using
completion.
2003-11-19 21:04:04 +00:00
Andreas Schwab
c25c83cd2e . 2003-11-19 13:23:43 +00:00
Andreas Schwab
7dcd2d16f1 (set-variable): Fix indentation. 2003-11-19 13:23:30 +00:00
Kim F. Storm
29b3ea63f2 (init_iterator): Initialize it->start to position
before reseating (in case start position is invisible).
(init_to_row_start): Set it->start to row-start.
(redisplay_window): Accept optional_new_start if start position
is invisible (in which case IT_CHARPOS overshoots PT).
(display_line): Setup row->start from it->start (rather than
it->current which is wrong if first char on line is invisible).
When done, reseat it->start to it->current (= start of next row).
(expose_area): Fix exposure of text area when first char (e.g. TAB)
is only partially visible.
2003-11-18 23:44:11 +00:00
Kim F. Storm
674351829a (struct it): New member start. 2003-11-18 23:42:40 +00:00
Kim F. Storm
883800183c *** empty log message *** 2003-11-18 23:42:12 +00:00
Stefan Monnier
a06681266b (make_float, Fcons): Clear the markbit at init time.
(make_float, Fcons, Fmake_symbol, allocate_misc): Move the increment
of block_index outside of the macro call.
(Fgarbage_collect): Remove null code.
2003-11-18 00:39:13 +00:00
Stefan Monnier
8d0485fad7 (XPNTR): Don't redefine. 2003-11-18 00:17:42 +00:00
Stefan Monnier
854c1a594e (hashfn_eq, hashfn_eql, hashfn_equal, hash_put)
(sxhash_string, sxhash): Use INTMASK instead of VALMASK.
(maybe_resize_hash_table): Use MOST_POSITIVE_FIXNUM.
2003-11-17 23:30:28 +00:00
Stefan Monnier
e22216b8a5 (parse_modifiers, apply_modifiers): Use INTMASK instead of VALMASK. 2003-11-17 23:29:40 +00:00
Stefan Monnier
7ad4355406 (VALMASK): Only define for non-union type.
(MARKBIT): Remove.
(ARRAY_MARK_FLAG): Use previous value of MARKBIT.
(XTYPE): Define unconditionally.
(XSETTYPE): Remove one more remnant.
(EQ): Define differently for the union and non-union cases.
(INTMASK): New bit mask.
(struct Lisp_Marker): Move down to prepare for upcoming patch.
(GC_EQ): Delegate to EQ.
2003-11-17 23:29:30 +00:00
Stefan Monnier
316d4bf9e2 (coding_restore_composition): Lisp_Object/int mixup. 2003-11-17 23:23:15 +00:00
Robert J. Chassell
b5d9eb343e In node `defvar and asterisk', commented out three paragraphs on
edit-options since the command is no longer described in the Emacs
manual.
2003-11-17 20:01:11 +00:00
Markus Rost
92e9233f76 Regenerated with "rm loaddefs.el; make autoloads".
This fixes default value of `button-map' where
push-button was bound to "" instead to "\r".
2003-11-17 19:02:52 +00:00
Carsten Dominik
9ebb67078e *** empty log message *** 2003-11-17 14:24:58 +00:00
Jan Djärv
a0c6ef2d96 * xterm.c (x_window_to_scroll_bar): Move check of display to
where window_id is compared.
2003-11-17 06:06:24 +00:00
Kenichi Handa
7d00398c52 (latin1-display): Fix docstring.
(latin1-display-ucs-per-lynx): Likewise.
2003-11-17 05:25:52 +00:00
John Wiegley
572ccdc0ef (eshell-ls-file): There are times with size-width is nil and
uncomputed (when directories are created in dired, for example); in
this case, 4 is reasonable default value, although it may caused
skewed new entries (which could be avoided by returning the original
value of 8 in all cases, but 99% of the time this is a waste of
whitespace).
2003-11-17 00:24:06 +00:00
John Wiegley
0fe9146b8a *** empty log message *** 2003-11-17 00:22:59 +00:00
Kim F. Storm
3ccb8bcfd6 (start_display): Set it->first_vpos.
(try_window_id): Use first_vpos to start display in first _text_
line if no reusable lines at start of window with header line.
2003-11-16 23:44:22 +00:00
Kim F. Storm
ed7d07bdcf (struct it): New member first_vpos. 2003-11-16 23:43:33 +00:00
Kim F. Storm
859492c4b0 *** empty log message *** 2003-11-16 23:43:00 +00:00
Jan Djärv
1660500f2a Regenerated 2003-11-16 18:33:00 +00:00
Jan Djärv
d77711a5a6 Fix in HAVE_X_SM test 2003-11-16 18:32:34 +00:00
Martin Stjernholm
037558bfd9 CC Mode update (5.30.8). 2003-11-16 16:55:08 +00:00
Jan Djärv
7c40296995 Remove period at end of error message. 2003-11-16 16:17:09 +00:00
Jan Djärv
57669b57fc * configure.in (HAVE_GTK_MULTIDISPLAY): Check if GTK can handle
multiple displays.
  Regenerate configure.
2003-11-16 16:09:07 +00:00
Jan Djärv
a32e9bfd00 Add HAVE_GTK_MULTIDISPLAY 2003-11-16 16:06:58 +00:00
Jan Djärv
810f2256ba Implement multiple display handling for GTK. 2003-11-16 16:05:24 +00:00
Robert J. Chassell
0bdd0f7997 Added Kevin Ryde <user42@zip.com.au>'s corrections to cross references
in emacs-lisp-intro.texi
2003-11-16 14:08:34 +00:00
Robert J. Chassell
05853f3a24 On behalf of Kevin Ryde <user42@zip.com.au>: Corrections
to cross references, (Interactive Options):
elisp "interactive" -> "Using Interactive".
(defvar and asterisk): Remove emacs "Edit Options" reference,
edit-options is no longer described in the emacs manual.
(Lists diagrammed): elisp "List Type" -> "Cons Cell Type".
2003-11-16 13:43:25 +00:00
John Wiegley
5a2e4c34bd (eshell-ls-file): Instead of making the size field in a long-listing
always 8 characters, use `size-width', which has already been
computed.
2003-11-16 09:23:49 +00:00
John Wiegley
8ceaf12633 *** empty log message *** 2003-11-16 09:23:29 +00:00