]> code.delx.au - gnu-emacs/log
gnu-emacs
20 years ago(read_socket_hook): Fix prototype.
Kim F. Storm [Fri, 27 Feb 2004 23:48:49 +0000 (23:48 +0000)]
(read_socket_hook): Fix prototype.

20 years ago(read_socket_hook): Fix arg list.
Kim F. Storm [Fri, 27 Feb 2004 23:48:32 +0000 (23:48 +0000)]
(read_socket_hook): Fix arg list.

20 years ago(BUFFER_SIZE_FACTOR): Remove.
Kim F. Storm [Fri, 27 Feb 2004 23:47:48 +0000 (23:47 +0000)]
(BUFFER_SIZE_FACTOR): Remove.
(read_input_waiting): Adapt to new read_socket_hook interface.
Remove allocation and initialization of local input_event buffer,
as read_socket_hook stores events directly in fifo.  Allocate and
initialize local hold_quit event to handle postponed quit event
(and store it if set by kbd_buffer_store_event_hold).

20 years ago(XTread_socket): Remove bufp_r and numcharsp args. Add hold_quit arg.
Kim F. Storm [Fri, 27 Feb 2004 23:47:13 +0000 (23:47 +0000)]
(XTread_socket):  Remove bufp_r and numcharsp args.  Add hold_quit arg.
Rework to use just one, local, inev input_event. Store inev
directly in fifo using kbd_buffer_store_event_hold.

20 years ago(kbd_buffer_store_event_hold): Add prototype.
Kim F. Storm [Fri, 27 Feb 2004 23:46:47 +0000 (23:46 +0000)]
(kbd_buffer_store_event_hold): Add prototype.
(gen_help_event): Fix prototype.

20 years ago(kbd_buffer_store_event_hold): New function to store
Kim F. Storm [Fri, 27 Feb 2004 23:46:31 +0000 (23:46 +0000)]
(kbd_buffer_store_event_hold): New function to store
an event into kbd fifo, but with special handling of quit event;
a quit event is saved for later, and further events are discarded
until the saved quit event has been processed.
(kbd_buffer_store_event): Use kbd_buffer_store_event_hold.
(gen_help_event): Store help event in kbd fifo.
(NREAD_INPUT_EVENTS): Remove.
(read_avail_input): Adapt to new read_socket_hook interface.
Remove allocation and initialization of local input_event buffer,
as read_socket_hook stores events directly in fifo.  Allocate and
initialize local hold_quit event to handle postponed quit event
(and store it if set by kbd_buffer_store_event_hold).

20 years ago*** empty log message ***
Eli Zaretskii [Fri, 27 Feb 2004 17:32:57 +0000 (17:32 +0000)]
*** empty log message ***

20 years agoFix copyright years.
Eli Zaretskii [Fri, 27 Feb 2004 17:30:23 +0000 (17:30 +0000)]
Fix copyright years.

20 years agoIn scheme-mode symbol regexp, disallow backquote and
Eli Zaretskii [Fri, 27 Feb 2004 17:27:25 +0000 (17:27 +0000)]
In scheme-mode symbol regexp, disallow backquote and
comma, so that it DTRT in macros.

20 years ago(sh-shell-arg, sh-require-final-newline, sh-assignment-regexp, sh-builtins)
Eli Zaretskii [Fri, 27 Feb 2004 17:22:27 +0000 (17:22 +0000)]
(sh-shell-arg, sh-require-final-newline, sh-assignment-regexp, sh-builtins)
(sh-leading-keywords, sh-other-keywords): Fix custom type.

20 years agoDocument the new min-colors face attribute.
Eli Zaretskii [Fri, 27 Feb 2004 17:14:05 +0000 (17:14 +0000)]
Document the new min-colors face attribute.

20 years ago(Defining Faces): Add description for min-colors. Update example.
Eli Zaretskii [Fri, 27 Feb 2004 17:07:15 +0000 (17:07 +0000)]
(Defining Faces): Add description for min-colors. Update example.

20 years ago(isearch, isearch-lazy-highlight-face): Use `min-colors'.
Eli Zaretskii [Fri, 27 Feb 2004 17:05:29 +0000 (17:05 +0000)]
(isearch, isearch-lazy-highlight-face): Use `min-colors'.

20 years ago(font-lock-comment-face, font-lock-string-face,
Eli Zaretskii [Fri, 27 Feb 2004 17:01:55 +0000 (17:01 +0000)]
(font-lock-comment-face, font-lock-string-face,
font-lock-keyword-face, font-lock-function-name-face,
font-lock-variable-name-face, font-lock-constant-face): Use
`min-colors`.

20 years ago(defface): Add documentation for `min-colors'.
Eli Zaretskii [Fri, 27 Feb 2004 17:00:58 +0000 (17:00 +0000)]
(defface): Add documentation for `min-colors'.

20 years ago(face-spec-set-match-display): Add a new attribute, `min-colors'.
Eli Zaretskii [Fri, 27 Feb 2004 16:59:56 +0000 (16:59 +0000)]
(face-spec-set-match-display): Add a new  attribute, `min-colors'.
(region, highlight, secondary-selection): Use `min-colors`.

20 years agoInserting Yamomotosan's changes for MacOSX image support, better support
Steven Tamm [Thu, 26 Feb 2004 17:46:48 +0000 (17:46 +0000)]
Inserting Yamomotosan's changes for MacOSX image support, better support
of Asian fonts, and some long awaited header cleanup and centralization.

20 years ago*** empty log message ***
Kim F. Storm [Thu, 26 Feb 2004 11:14:34 +0000 (11:14 +0000)]
*** empty log message ***

20 years agoCorrect original attribution
Francesco Potortì [Thu, 26 Feb 2004 09:34:52 +0000 (09:34 +0000)]
Correct original attribution

20 years agoTemporary fix; increase NREAD_INPUT_EVENTS to 512.
Kim F. Storm [Thu, 26 Feb 2004 08:50:02 +0000 (08:50 +0000)]
Temporary fix; increase NREAD_INPUT_EVENTS to 512.

20 years agoA lot of doc fix.
Vinicius Jose Latorre [Thu, 26 Feb 2004 04:03:40 +0000 (04:03 +0000)]
A lot of doc fix.

20 years agoFor compatibility with Emacs 20, define assq-delete-all if it's not defined.
Vinicius Jose Latorre [Thu, 26 Feb 2004 00:44:29 +0000 (00:44 +0000)]
For compatibility with Emacs 20, define assq-delete-all if it's not defined.

20 years ago(handle_single_display_prop): Handle left-fringe and
Kim F. Storm [Wed, 25 Feb 2004 22:39:54 +0000 (22:39 +0000)]
(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).

20 years ago*** empty log message ***
Kim F. Storm [Wed, 25 Feb 2004 22:38:34 +0000 (22:38 +0000)]
*** empty log message ***

20 years agoRevision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-114
Miles Bader [Wed, 25 Feb 2004 12:54:16 +0000 (12:54 +0000)]
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

20 years agoResolve CVS conflicts
Miles Bader [Wed, 25 Feb 2004 01:19:08 +0000 (01:19 +0000)]
Resolve CVS conflicts

20 years agoABNF parser. Fix bug on productions like test = {"test"}* | ("tt" ["test"]). Reporte...
Vinicius Jose Latorre [Wed, 25 Feb 2004 00:07:33 +0000 (00:07 +0000)]
ABNF parser. Fix bug on productions like test = {"test"}* | ("tt" ["test"]).  Reported by Markus Dreyer.

20 years agoABNF parser (ebnf2ps)
Vinicius Jose Latorre [Tue, 24 Feb 2004 22:58:07 +0000 (22:58 +0000)]
ABNF parser (ebnf2ps)

20 years ago*** empty log message ***
Jason Rumney [Tue, 24 Feb 2004 21:36:21 +0000 (21:36 +0000)]
*** empty log message ***

20 years ago(slurp_file, xbm_scan, xbm_load_image)
Jason Rumney [Tue, 24 Feb 2004 09:00:24 +0000 (09:00 +0000)]
(slurp_file, xbm_scan, xbm_load_image)
(xbm_read_bitmap_data): Use unsigned char for image data.

20 years ago*** empty log message ***
Luc Teirlinck [Tue, 24 Feb 2004 03:35:21 +0000 (03:35 +0000)]
*** empty log message ***

20 years ago(Finsert_abbrev_table_description): Doc fix.
Luc Teirlinck [Tue, 24 Feb 2004 03:32:29 +0000 (03:32 +0000)]
(Finsert_abbrev_table_description): Doc fix.

20 years ago(write-abbrev-file): Make argument optional. Doc fix.
Luc Teirlinck [Tue, 24 Feb 2004 03:25:33 +0000 (03:25 +0000)]
(write-abbrev-file): Make argument optional.  Doc fix.
(abbrev-prefix-mark): Doc fix.

20 years agoVarious corrections and clarifications in addition to the following:
Luc Teirlinck [Tue, 24 Feb 2004 03:18:45 +0000 (03:18 +0000)]
Various corrections and clarifications in addition to the following:
(Abbrev Tables): Delete add-abbrev (as suggested by RMS).

20 years ago(gud-watch): Load tooltip, if necessary.
Nick Roberts [Mon, 23 Feb 2004 00:44:04 +0000 (00:44 +0000)]
(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.

20 years ago(Watch Expressions): Update.
Nick Roberts [Mon, 23 Feb 2004 00:43:09 +0000 (00:43 +0000)]
(Watch Expressions):  Update.

20 years ago(gud-install-speedbar-variables): Bind
Nick Roberts [Mon, 23 Feb 2004 00:42:31 +0000 (00:42 +0000)]
(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.

20 years ago*** empty log message ***
Nick Roberts [Mon, 23 Feb 2004 00:41:44 +0000 (00:41 +0000)]
*** empty log message ***

20 years ago*** empty log message ***
Glenn Morris [Mon, 23 Feb 2004 00:11:12 +0000 (00:11 +0000)]
*** empty log message ***

20 years agoMatthew Mundell <matt@mundell.ukfsn.org>
Glenn Morris [Mon, 23 Feb 2004 00:09:31 +0000 (00:09 +0000)]
Matthew Mundell <matt@mundell.ukfsn.org>
(fancy-diary-display): Don't rely on return value of
increment-calendar-month.

20 years ago(w32_draw_fringe_bitmap): Draw overlaid bitmaps
Jason Rumney [Sun, 22 Feb 2004 22:41:52 +0000 (22:41 +0000)]
(w32_draw_fringe_bitmap): Draw overlaid bitmaps
correctly over other bitmaps.

20 years ago*** empty log message ***
Jason Rumney [Sun, 22 Feb 2004 21:18:10 +0000 (21:18 +0000)]
*** empty log message ***

20 years ago(Documentation Tips): Fix typo.
Luc Teirlinck [Sun, 22 Feb 2004 16:20:09 +0000 (16:20 +0000)]
(Documentation Tips): Fix typo.

20 years agoMatthew Mundell <matt@mundell.ukfsn.org>
Glenn Morris [Sun, 22 Feb 2004 15:24:22 +0000 (15:24 +0000)]
Matthew Mundell  <matt@mundell.ukfsn.org>
(Holiday Customizing): Quote arg of holiday-sexp.

20 years ago*** empty log message ***
Glenn Morris [Sun, 22 Feb 2004 15:23:18 +0000 (15:23 +0000)]
*** empty log message ***

20 years ago*** empty log message ***
Luc Teirlinck [Sat, 21 Feb 2004 20:15:23 +0000 (20:15 +0000)]
*** empty log message ***

20 years agoVarious small changes in addition to the following:
Luc Teirlinck [Sat, 21 Feb 2004 20:08:12 +0000 (20:08 +0000)]
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.

20 years ago(Window System Selections): Add anchor.
Luc Teirlinck [Sat, 21 Feb 2004 18:24:22 +0000 (18:24 +0000)]
(Window System Selections): Add anchor.

20 years ago(USAGE1): Split into two halves.
Eli Zaretskii [Sat, 21 Feb 2004 17:45:10 +0000 (17:45 +0000)]
(USAGE1): Split into two halves.
(USAGE2): Second half of the old USAGE1.
(USAGE3): Renamed from USAGE2.
(USAGE4): Renamed from USAGE3.

20 years ago(Syntax Table Functions): Clarify and correct descriptions of
Luc Teirlinck [Sat, 21 Feb 2004 16:45:20 +0000 (16:45 +0000)]
(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.

20 years agoDocument recent changes in saveplace.el regarding skipping unreadable
Eli Zaretskii [Sat, 21 Feb 2004 14:17:30 +0000 (14:17 +0000)]
Document recent changes in saveplace.el regarding skipping unreadable
files.

20 years ago*** empty log message ***
Eli Zaretskii [Sat, 21 Feb 2004 14:09:01 +0000 (14:09 +0000)]
*** empty log message ***

20 years ago(save-place-forget-unreadable-files)
Eli Zaretskii [Sat, 21 Feb 2004 14:07:11 +0000 (14:07 +0000)]
(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.

20 years ago(texinfo-insert-@item): Look for the current
Eli Zaretskii [Sat, 21 Feb 2004 13:51:34 +0000 (13:51 +0000)]
(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.

20 years agoRemove "tiny change" from Jari Aalto's entry for 2004-02-16.
Eli Zaretskii [Sat, 21 Feb 2004 13:43:32 +0000 (13:43 +0000)]
Remove "tiny change" from Jari Aalto's entry for 2004-02-16.

20 years ago(ffap-file-at-point): Try parent directories.
Eli Zaretskii [Sat, 21 Feb 2004 13:42:04 +0000 (13:42 +0000)]
(ffap-file-at-point): Try parent directories.

20 years ago(vcursor-modifiers): New defcustom.
Eli Zaretskii [Sat, 21 Feb 2004 13:37:46 +0000 (13:37 +0000)]
(vcursor-modifiers): New defcustom.
(vcursor-cs-binding): Use vcursor-modifiers instead of a hard-coded list.

20 years ago(animate-birthday-present): Accept other than `Sarah', too.
Eli Zaretskii [Sat, 21 Feb 2004 13:30:42 +0000 (13:30 +0000)]
(animate-birthday-present): Accept other than `Sarah', too.

20 years ago(USAGE1): Add --no-desktop. Move --display from USAGE2.
Eli Zaretskii [Sat, 21 Feb 2004 13:24:15 +0000 (13:24 +0000)]
(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.

20 years agoRemove table of command line arguments from the Commentary section.
Eli Zaretskii [Sat, 21 Feb 2004 13:22:31 +0000 (13:22 +0000)]
Remove table of command line arguments from the Commentary section.

20 years agoFix the date of last change.
Eli Zaretskii [Sat, 21 Feb 2004 13:20:16 +0000 (13:20 +0000)]
Fix the date of last change.

20 years ago(Action Arguments): Add alias --find-file. Add
Eli Zaretskii [Sat, 21 Feb 2004 13:16:02 +0000 (13:16 +0000)]
(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.

20 years ago(eshell-modifier-alist): Changed the "eval again" modifier from 'e' to
John Wiegley [Fri, 20 Feb 2004 12:32:19 +0000 (12:32 +0000)]
(eshell-modifier-alist): Changed the "eval again" modifier from 'e' to
'E', since 'e' is also used by the "file extension" modifier.

20 years ago*** empty log message ***
John Wiegley [Fri, 20 Feb 2004 12:31:57 +0000 (12:31 +0000)]
*** empty log message ***

20 years ago*** empty log message ***
Luc Teirlinck [Fri, 20 Feb 2004 03:49:52 +0000 (03:49 +0000)]
*** empty log message ***

20 years ago(describe-categories): Doc fix.
Luc Teirlinck [Fri, 20 Feb 2004 03:48:32 +0000 (03:48 +0000)]
(describe-categories): Doc fix.

20 years ago(Fdefine_category, Fcategory_docstring)
Luc Teirlinck [Fri, 20 Feb 2004 03:40:19 +0000 (03:40 +0000)]
(Fdefine_category, Fcategory_docstring)
(Fget_unused_category, Fset_category_table)
(Fcategory_set_mnemonics): Doc fixes.

20 years ago* ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
Michael Kifer [Fri, 20 Feb 2004 02:41:02 +0000 (02:41 +0000)]
* 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>

20 years ago(gdb-use-colon-colon-notation): Set default to nil for
Nick Roberts [Fri, 20 Feb 2004 01:14:33 +0000 (01:14 +0000)]
(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.

20 years ago*** empty log message ***
Nick Roberts [Fri, 20 Feb 2004 01:13:55 +0000 (01:13 +0000)]
*** empty log message ***

20 years agoFix whitespace.
Kim F. Storm [Thu, 19 Feb 2004 23:26:06 +0000 (23:26 +0000)]
Fix whitespace.

20 years agoUndo 2004-02-16 and 2004-02-17 changes.
Kim F. Storm [Thu, 19 Feb 2004 23:21:51 +0000 (23:21 +0000)]
Undo 2004-02-16 and 2004-02-17 changes.
The following changes are relative to the 2004-01-21 revision.
(NREAD_INPUT_EVENTS): Define as max number of input events to read
in one call to read_socket_hook.  Value is 8.
(read_avail_input): Separate and rework handling of read_socket_hook
and non-read_socket_hook cases.  Use smaller input_event buffer
in read_socket_hook case, and repeat if full buffer is read.  Use
new local variable 'discard' to skip input after C-g.
In non-read_socket_hook case, just use a single input_event, and
call kbd_buffer_store_event on the fly for each character.

20 years ago*** empty log message ***
Kim F. Storm [Thu, 19 Feb 2004 23:21:23 +0000 (23:21 +0000)]
*** empty log message ***

20 years ago(union Lisp_Object): Give a more precise type for `type'.
Stefan Monnier [Thu, 19 Feb 2004 20:25:17 +0000 (20:25 +0000)]
(union Lisp_Object): Give a more precise type for `type'.
Remove unused `gu' alternative.

20 years agoFix typo.
Simon Josefsson [Thu, 19 Feb 2004 19:36:36 +0000 (19:36 +0000)]
Fix typo.
(morse-code): Add @.

20 years ago.
Andreas Schwab [Thu, 19 Feb 2004 11:12:36 +0000 (11:12 +0000)]
.

20 years ago(Fdefine_fringe_bitmap): Use && instead of & to avoid
Andreas Schwab [Thu, 19 Feb 2004 11:11:39 +0000 (11:11 +0000)]
(Fdefine_fringe_bitmap): Use && instead of & to avoid
warning.

20 years ago(mark-diary-entries): Use assoc-string instead of assoc-ignore-case.
Glenn Morris [Thu, 19 Feb 2004 01:20:03 +0000 (01:20 +0000)]
(mark-diary-entries): Use assoc-string instead of assoc-ignore-case.

20 years ago(calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date): Use
Glenn Morris [Thu, 19 Feb 2004 01:19:05 +0000 (01:19 +0000)]
(calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date): Use
assoc-string instead of assoc-ignore-case.

20 years ago(calendar-goto-julian-date): Use assoc-string instead of
Glenn Morris [Thu, 19 Feb 2004 01:18:23 +0000 (01:18 +0000)]
(calendar-goto-julian-date): Use assoc-string instead of
assoc-ignore-case.

20 years ago(calendar-goto-islamic-date, mark-islamic-diary-entries): Use
Glenn Morris [Thu, 19 Feb 2004 01:17:44 +0000 (01:17 +0000)]
(calendar-goto-islamic-date, mark-islamic-diary-entries): Use
assoc-string instead of assoc-ignore-case.

20 years ago(calendar-goto-hebrew-date, mark-hebrew-diary-entries)
Glenn Morris [Thu, 19 Feb 2004 01:16:53 +0000 (01:16 +0000)]
(calendar-goto-hebrew-date, mark-hebrew-diary-entries)
(list-yahrzeit-dates): Use assoc-string instead of assoc-ignore-case.

20 years ago(calendar-goto-french-date): Use assoc-string instead of
Glenn Morris [Thu, 19 Feb 2004 01:15:40 +0000 (01:15 +0000)]
(calendar-goto-french-date): Use assoc-string instead of
assoc-ignore-case.

20 years ago(coptic-prompt-for-date): Use assoc-string instead of assoc-ignore-case.
Glenn Morris [Thu, 19 Feb 2004 01:15:03 +0000 (01:15 +0000)]
(coptic-prompt-for-date): Use assoc-string instead of assoc-ignore-case.

20 years ago(calendar-holidays): Doc fix.
Glenn Morris [Thu, 19 Feb 2004 01:13:56 +0000 (01:13 +0000)]
(calendar-holidays): Doc fix.
(calendar-read-date): Use assoc-string rather than assoc-ignore-case.

20 years ago(appt-display-format): Change default to'ignore, for backwards compatability.
Glenn Morris [Thu, 19 Feb 2004 01:12:21 +0000 (01:12 +0000)]
(appt-display-format): Change default to'ignore, for backwards compatability.
(appt-display-message): If appt-display-format is 'ignore, respect old
vars appt-msg-window and appt-visible.
(appt-activate): Don't depend on return value of cancel-timer.

20 years ago*** empty log message ***
Glenn Morris [Thu, 19 Feb 2004 01:11:26 +0000 (01:11 +0000)]
*** empty log message ***

20 years ago(get_window_cursor_type, display_and_set_cursor): Fix last change.
Kim F. Storm [Wed, 18 Feb 2004 21:01:50 +0000 (21:01 +0000)]
(get_window_cursor_type, display_and_set_cursor): Fix last change.

20 years ago*** empty log message ***
Kim F. Storm [Wed, 18 Feb 2004 21:00:59 +0000 (21:00 +0000)]
*** empty log message ***

20 years ago(executable-command-find-posix-p): Fix choice of the directory.
Markus Rost [Wed, 18 Feb 2004 20:48:26 +0000 (20:48 +0000)]
(executable-command-find-posix-p):  Fix choice of the directory.

20 years ago(Marker Insertion Types): Minor change.
Luc Teirlinck [Wed, 18 Feb 2004 05:02:30 +0000 (05:02 +0000)]
(Marker Insertion Types): Minor change.

20 years ago(Standard Buffer-Local Variables): Fix xref.
Luc Teirlinck [Wed, 18 Feb 2004 04:56:00 +0000 (04:56 +0000)]
(Standard Buffer-Local Variables): Fix xref.

20 years ago(Using Interactive): Delete pxref to top of same node.
Luc Teirlinck [Wed, 18 Feb 2004 04:49:52 +0000 (04:49 +0000)]
(Using Interactive): Delete pxref to top of same node.
(Interactive Codes): Fix pxref for default-directory.

20 years ago(Related Topics): Fix xrefs.
Luc Teirlinck [Wed, 18 Feb 2004 04:40:53 +0000 (04:40 +0000)]
(Related Topics): Fix xrefs.

20 years ago(interprogram-cut-function)
Luc Teirlinck [Wed, 18 Feb 2004 03:04:32 +0000 (03:04 +0000)]
(interprogram-cut-function)
(interprogram-paste-function, kill-new, kill-append): Doc fixes.
(kill-region): Make it return nil.  Doc fix.
(yank-pop): Make its argument optional.
(yank): Make ARG `-' equivalent to `-1'.

20 years ago(Help-Int): mention the new line number feature.
Karl Berry [Wed, 18 Feb 2004 01:52:26 +0000 (01:52 +0000)]
(Help-Int): mention the new line number feature.

20 years agoAdd info about ssh/cvs related problems and work-around.
Kim F. Storm [Tue, 17 Feb 2004 23:47:32 +0000 (23:47 +0000)]
Add info about ssh/cvs related problems and work-around.

20 years ago(get_window_cursor_type): Don't look at glyph if NULL.
Kim F. Storm [Tue, 17 Feb 2004 21:36:00 +0000 (21:36 +0000)]
(get_window_cursor_type): Don't look at glyph if NULL.
(display_and_set_cursor): Set glyph to NULL if cursor in fringe.

20 years ago*** empty log message ***
Kim F. Storm [Tue, 17 Feb 2004 21:35:30 +0000 (21:35 +0000)]
*** empty log message ***

20 years ago(fast_find_position): Fix return value of new version
Kim F. Storm [Tue, 17 Feb 2004 21:06:59 +0000 (21:06 +0000)]
(fast_find_position): Fix return value of new version
(was inverted compared to the 21.1 version).