Vinicius Jose Latorre
ea946fccfb
For compatibility with Emacs 20, define assq-delete-all if it's not defined.
2004-02-26 00:44:29 +00:00
Kim F. Storm
dd341dd9c2
(handle_single_display_prop): Handle left-fringe and
...
right-fringe similar to a display margin image. Specifically,
the characters having the fringe prop are no longer shown, and
we use IT_IMAGE/next_element_from_image with image_id = -1 to
do this. Set fringe bitmap face_id in it->face_id.
(produce_image_glyph): Handle image_id < 0 as "no image" case, but
still realize it->face (i.e. the fringe bitmap face).
2004-02-25 22:39:54 +00:00
Kim F. Storm
446f5f3d09
*** empty log message ***
2004-02-25 22:38:34 +00:00
Miles Bader
7d8a0b5551
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-114
...
Merge some minor redisplay bug-fixes from emacs--tiling--0
Patches applied:
* miles@gnu.org--gnu-2004/emacs--tiling--0--patch-9
Remove bogus xassert
* miles@gnu.org--gnu-2004/emacs--tiling--0--patch-10
Avoid negative descents for images with ascent > height
* miles@gnu.org--gnu-2004/emacs--tiling--0--patch-13
Fix iterator-inconsistency bug in redisplay
2004-02-25 12:54:16 +00:00
Miles Bader
b9db45677a
Resolve CVS conflicts
2004-02-25 01:19:08 +00:00
Vinicius Jose Latorre
ac4780a12c
ABNF parser. Fix bug on productions like test = {"test"}* | ("tt" ["test"]). Reported by Markus Dreyer.
2004-02-25 00:07:33 +00:00
Vinicius Jose Latorre
da8f925e2d
ABNF parser (ebnf2ps)
2004-02-24 22:58:07 +00:00
Jason Rumney
ce35edd1b7
*** empty log message ***
2004-02-24 21:36:21 +00:00
Jason Rumney
2f30610505
(slurp_file, xbm_scan, xbm_load_image)
...
(xbm_read_bitmap_data): Use unsigned char for image data.
2004-02-24 09:00:24 +00:00
Luc Teirlinck
92f5fba2d6
*** empty log message ***
2004-02-24 03:35:21 +00:00
Luc Teirlinck
7f144ff587
(Finsert_abbrev_table_description): Doc fix.
2004-02-24 03:32:29 +00:00
Luc Teirlinck
68063965ae
(write-abbrev-file): Make argument optional. Doc fix.
...
(abbrev-prefix-mark): Doc fix.
2004-02-24 03:25:33 +00:00
Luc Teirlinck
6763a40546
Various corrections and clarifications in addition to the following:
...
(Abbrev Tables): Delete add-abbrev (as suggested by RMS).
2004-02-24 03:18:45 +00:00
Nick Roberts
fb2c91be8e
(gud-watch): Load tooltip, if necessary.
...
(gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
(gdb-var-delete): Make interactive (really).
(gdb-edit-value): Make non-interactive.
2004-02-23 00:44:04 +00:00
Nick Roberts
a1a3a37ad3
(Watch Expressions): Update.
2004-02-23 00:43:09 +00:00
Nick Roberts
4ff0778271
(gud-install-speedbar-variables): Bind
...
gdb-var-delete to "D".
(gud-speedbar-menu-items): Add gdb-var-delete and, indirectly,
gdb-edit-value.
(gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
(gud-gdb-marker-filter): Add comment for annotations.
2004-02-23 00:42:31 +00:00
Nick Roberts
baf92c0d07
*** empty log message ***
2004-02-23 00:41:44 +00:00
Glenn Morris
4c635ea353
*** empty log message ***
2004-02-23 00:11:12 +00:00
Glenn Morris
de3fce917a
Matthew Mundell <matt@mundell.ukfsn.org>
...
(fancy-diary-display): Don't rely on return value of
increment-calendar-month.
2004-02-23 00:09:31 +00:00
Jason Rumney
7420e0f55d
(w32_draw_fringe_bitmap): Draw overlaid bitmaps
...
correctly over other bitmaps.
2004-02-22 22:41:52 +00:00
Jason Rumney
8565fb3d3c
*** empty log message ***
2004-02-22 21:18:10 +00:00
Luc Teirlinck
321a372529
(Documentation Tips): Fix typo.
2004-02-22 16:20:09 +00:00
Glenn Morris
c24f05def0
Matthew Mundell <matt@mundell.ukfsn.org>
...
(Holiday Customizing): Quote arg of holiday-sexp.
2004-02-22 15:24:22 +00:00
Glenn Morris
7e83e178c1
*** empty log message ***
2004-02-22 15:23:18 +00:00
Luc Teirlinck
e2b9b51f5e
*** empty log message ***
2004-02-21 20:15:23 +00:00
Luc Teirlinck
af1996b50b
Various small changes in addition to the following:
...
(User-Level Deletion): Mention optional BACKWARD-ONLY argument to
delete-horizontal-space.
(Kill Functions, Yanking, Low-Level Kill Ring): clarify and correct
description of yank-handler text property at various places.
2004-02-21 20:08:12 +00:00
Luc Teirlinck
7daa0e81c7
(Window System Selections): Add anchor.
2004-02-21 18:24:22 +00:00
Eli Zaretskii
f8125c39dd
(USAGE1): Split into two halves.
...
(USAGE2): Second half of the old USAGE1.
(USAGE3): Renamed from USAGE2.
(USAGE4): Renamed from USAGE3.
2004-02-21 17:45:10 +00:00
Luc Teirlinck
9c5609e8cc
(Syntax Table Functions): Clarify and correct descriptions of
...
make-syntax-table and copy-syntax-table.
(Motion and Syntax): Clarify SYNTAXES argument to skip-syntax-forward.
(Parsing Expressions): Mention that the return value of parse-partial-sexp
is currently a list of ten rather than nine elements.
(Categories): Various corrections and clarifications.
2004-02-21 16:45:20 +00:00
Eli Zaretskii
b1faee6e4f
Document recent changes in saveplace.el regarding skipping unreadable
...
files.
2004-02-21 14:17:30 +00:00
Eli Zaretskii
4effffca65
*** empty log message ***
2004-02-21 14:09:01 +00:00
Eli Zaretskii
467997b7f3
(save-place-forget-unreadable-files)
...
(save-place-save-skipped, save-place-skip-check-regexp): New defcustoms.
(save-place-forget-unreadable-files): New function.
(save-place-alist-to-file): Use it to filter out files that are
no longer readable.
2004-02-21 14:07:11 +00:00
Eli Zaretskii
235de37296
(texinfo-insert-@item): Look for the current
...
Texinfo environment, using the same method as in texinfo-insert-@end,
and insert a space rather than a newline if point in a `table' environment.
2004-02-21 13:51:34 +00:00
Eli Zaretskii
0eee131ecc
Remove "tiny change" from Jari Aalto's entry for 2004-02-16.
2004-02-21 13:43:32 +00:00
Eli Zaretskii
7e1626fbe8
(ffap-file-at-point): Try parent directories.
2004-02-21 13:42:04 +00:00
Eli Zaretskii
69e82404c0
(vcursor-modifiers): New defcustom.
...
(vcursor-cs-binding): Use vcursor-modifiers instead of a hard-coded list.
2004-02-21 13:37:46 +00:00
Eli Zaretskii
8bcfd13b54
(animate-birthday-present): Accept other than `Sarah', too.
2004-02-21 13:30:42 +00:00
Eli Zaretskii
bb0b59bf75
(USAGE1): Add --no-desktop. Move --display from USAGE2.
...
Fix --multibyte. Move --help, --version to USAGE2. Add alias
--file. Fix -f, -l. Sort options. Untabify.
(USAGE2): Add -hb. Fix --name, --title. Sort options. Untabify.
2004-02-21 13:24:15 +00:00
Eli Zaretskii
32e51983e9
Remove table of command line arguments from the Commentary section.
2004-02-21 13:22:31 +00:00
Eli Zaretskii
5c4e49416a
Fix the date of last change.
2004-02-21 13:20:16 +00:00
Eli Zaretskii
b77b6b5c6e
(Action Arguments): Add alias --find-file. Add
...
--directory, --help, --version. Move text about command-line-args
to Command Arguments.
(Initial Options): Remove alias -batch. Add @cindex for --script.
Fix @cindex for -q. Add --no-desktop. Add alias --no-multibyte,
--no-unibyte.
(Window Size X): Join -g and --geometry. Add @cindex.
(Borders X): Fix @cindex for -ib. Add @cindex for -bw.
(Title X): Remove alias -title.
(Icons X): Remove alias -iconic.
(Misc X): New node.
2004-02-21 13:16:02 +00:00
John Wiegley
8bc5e4c131
(eshell-modifier-alist): Changed the "eval again" modifier from 'e' to
...
'E', since 'e' is also used by the "file extension" modifier.
2004-02-20 12:32:19 +00:00
John Wiegley
36b0f52b35
*** empty log message ***
2004-02-20 12:31:57 +00:00
Luc Teirlinck
923c1e6f75
*** empty log message ***
2004-02-20 03:49:52 +00:00
Luc Teirlinck
47f8b8f126
(describe-categories): Doc fix.
2004-02-20 03:48:32 +00:00
Luc Teirlinck
1d5c2b92a6
(Fdefine_category, Fcategory_docstring)
...
(Fget_unused_category, Fset_category_table)
(Fcategory_set_mnemonics): Doc fixes.
2004-02-20 03:40:19 +00:00
Michael Kifer
6d2986fb74
* ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
...
temporary file for buffer already visiting one. This change makes
output likely to be directly usable by patch program.
Suggested by Adrian Aichner <adrian@xemacs.org >
2004-02-20 02:41:02 +00:00
Nick Roberts
8003011b3a
(gdb-use-colon-colon-notation): Set default to nil for
...
case of variables defined in compound statements.
(gdb-setup-windows, gdb-source-info, gdb-source-info): Simplify
constructions using switch-to-buffer.
2004-02-20 01:14:33 +00:00
Nick Roberts
5223afdaa5
*** empty log message ***
2004-02-20 01:13:55 +00:00
Kim F. Storm
2320865de4
Fix whitespace.
2004-02-19 23:26:06 +00:00