bpt/emacs.git
19 years ago(Finsert_file_contents): Be sure to free composition data.
Kenichi Handa [Wed, 29 Sep 2004 23:41:54 +0000 (23:41 +0000)]
(Finsert_file_contents): Be sure to free composition data.

19 years ago(code_convert_region): Don't skip ASCIIs if there are compositions to encode.
Kenichi Handa [Wed, 29 Sep 2004 23:40:30 +0000 (23:40 +0000)]
(code_convert_region): Don't skip ASCIIs if there are compositions to encode.
Free composition data.
(encode_coding_string): Likewise.

19 years agoRevision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-585
Miles Bader [Wed, 29 Sep 2004 22:52:05 +0000 (22:52 +0000)]
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-585

Merge from gnus--rel--5.10

Patches applied:

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-38
   Update from CVS

19 years ago(forward-paragraph): Avoid args-out-of-range error when point winds up
Luc Teirlinck [Wed, 29 Sep 2004 22:23:43 +0000 (22:23 +0000)]
(forward-paragraph): Avoid args-out-of-range error when point winds up
at the beginning of the buffer and hard newlines are enabled.

19 years ago(comment-multi-line): Doc fix.
Luc Teirlinck [Wed, 29 Sep 2004 22:17:15 +0000 (22:17 +0000)]
(comment-multi-line): Doc fix.

19 years ago*** empty log message ***
Luc Teirlinck [Wed, 29 Sep 2004 22:16:20 +0000 (22:16 +0000)]
*** empty log message ***

19 years ago(diff-file-header-re): Tighten up regexp a tiny bit.
Stefan Monnier [Wed, 29 Sep 2004 17:42:50 +0000 (17:42 +0000)]
(diff-file-header-re): Tighten up regexp a tiny bit.
(diff-fixup-modifs): Catch unified-diff file-headers.

19 years ago(fringe_bmp): Change to pointer.
Kim F. Storm [Wed, 29 Sep 2004 14:23:21 +0000 (14:23 +0000)]
(fringe_bmp): Change to pointer.
(max_fringe_bmp): New var.
(w32_define_fringe_bitmap): Expand fringe_bmp.
(w32_draw_fringe_bitmap): Check max_fringe_bmp.
(w32_destroy_fringe_bitmap): Likewise.

19 years agoRemove limit on number of bitmaps.
Kim F. Storm [Wed, 29 Sep 2004 14:22:25 +0000 (14:22 +0000)]
Remove limit on number of bitmaps.
(fringe_bitmaps, fringe_faces): Change to pointers.
(max_fringe_bitmaps): New var.
(Fdefine_fringe_bitmap): Expand fringe_bitmaps and fringe_faces.
(init_fringe): Allocate fringe_bitmaps and fringe_faces.

19 years ago(FRINGE_ID_BITS): Increase to 16 bits (64K bitmaps).
Kim F. Storm [Wed, 29 Sep 2004 14:21:45 +0000 (14:21 +0000)]
(FRINGE_ID_BITS): Increase to 16 bits (64K bitmaps).
(struct glyph_row): Reorder fringe_bitmap related fields.
(struct it): Likewise.

19 years ago*** empty log message ***
Kim F. Storm [Wed, 29 Sep 2004 14:20:46 +0000 (14:20 +0000)]
*** empty log message ***

19 years ago(Fringe Bitmaps): Use symbols rather than numbers
Kim F. Storm [Wed, 29 Sep 2004 12:39:43 +0000 (12:39 +0000)]
(Fringe Bitmaps): Use symbols rather than numbers
to identify bitmaps.  Remove -fringe-bitmap suffix for standard
fringe bitmap symbols, as they now have their own namespace.
(Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
vs. pixels.  Signal error if no free bitmap slots.
(Pixel Specification): Change IMAGE to @var{image}.

19 years ago*** empty log message ***
Kim F. Storm [Wed, 29 Sep 2004 12:39:27 +0000 (12:39 +0000)]
*** empty log message ***

19 years ago(handle_single_display_prop): Use lookup_fringe_bitmap.
Kim F. Storm [Wed, 29 Sep 2004 11:58:05 +0000 (11:58 +0000)]
(handle_single_display_prop): Use lookup_fringe_bitmap.

19 years agoSimplify last change.
Kim F. Storm [Wed, 29 Sep 2004 11:57:48 +0000 (11:57 +0000)]
Simplify last change.
(lookup_fringe_bitmap): New function.
(valid_fringe_bitmap_p, resolve_fringe_bitmap): Remove.
(Fdestroy_fringe_bitmap): Use lookup_fringe_bitmap.
Keep standard bitmaps in Vfringe_bitmaps.
(Fdefine_fringe_bitmap): Use lookup_fringe_bitmap.
(Fset_fringe_bitmap_face): Likewise.

19 years ago(lookup_fringe_bitmap): Add prototype.
Kim F. Storm [Wed, 29 Sep 2004 11:57:34 +0000 (11:57 +0000)]
(lookup_fringe_bitmap): Add prototype.
(valid_fringe_bitmap_p): Remove prototype.

19 years agoRevision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-581
Miles Bader [Wed, 29 Sep 2004 09:52:39 +0000 (09:52 +0000)]
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-581

Fix exec-shield autoconf test

2004-09-29  Miles Bader  <miles@gnu.org>

   * configure.in (HAVE_EXECSHIELD): Test correct env variable to see
   if setarch is present.

19 years ago* fringe.c (destroy_fringe_bitmap, init_fringe_bitmap)
Kim F. Storm [Wed, 29 Sep 2004 08:51:40 +0000 (08:51 +0000)]
* fringe.c (destroy_fringe_bitmap, init_fringe_bitmap)
(w32_init_fringe, w32_reset_fringes): Fix bootstrap (NULL rif).

19 years ago*** empty log message ***
Kim F. Storm [Wed, 29 Sep 2004 08:51:14 +0000 (08:51 +0000)]
*** empty log message ***

19 years agoRevision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-580
Miles Bader [Wed, 29 Sep 2004 06:35:14 +0000 (06:35 +0000)]
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-580

Merge from gnus--rel--5.10

Patches applied:

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-37
   Update from CVS

19 years ago(dired-view-command-alist): Use more efficient regexps. Remove dubious args.
Stefan Monnier [Wed, 29 Sep 2004 03:14:30 +0000 (03:14 +0000)]
(dired-view-command-alist): Use more efficient regexps.  Remove dubious args.
(dired-align-file): New function.
(dired-insert-directory): Use it.
(dired-move-to-end-of-filename): Make the " -> " search more specific.
(dired-buffers-for-dir): Remove unused var `pattern'.

19 years ago*** empty log message ***
Kenichi Handa [Tue, 28 Sep 2004 23:46:16 +0000 (23:46 +0000)]
*** empty log message ***

19 years ago(breakpoint): Define as fringe bitmap.
Kim F. Storm [Tue, 28 Sep 2004 23:09:21 +0000 (23:09 +0000)]
(breakpoint): Define as fringe bitmap.
(gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
(gdb-put-breakpoint-icon): Use breakpoint bitmap.

19 years ago(fringe-bitmap-p): New macro.
Kim F. Storm [Tue, 28 Sep 2004 23:09:02 +0000 (23:09 +0000)]
(fringe-bitmap-p): New macro.
(fringe-bitmaps): Add standard fringe bitmaps on load.

19 years ago*** empty log message ***
Kim F. Storm [Tue, 28 Sep 2004 23:08:43 +0000 (23:08 +0000)]
*** empty log message ***

19 years ago(valid_fringe_bitmap_p): Fix prototype.
Kim F. Storm [Tue, 28 Sep 2004 23:03:03 +0000 (23:03 +0000)]
(valid_fringe_bitmap_p): Fix prototype.

19 years ago(Vfringe_bitmaps): New variable.
Kim F. Storm [Tue, 28 Sep 2004 23:02:53 +0000 (23:02 +0000)]
(Vfringe_bitmaps): New variable.
(syms_of_fringe): DEFVAR_LISP it.
(valid_fringe_bitmap_p): Rename from valid_fringe_bitmap_id_p.
Change arg to Lisp_Object and fail if not an integer.
(get_fringe_bitmap_name, resolve_fringe_bitmap)
(destroy_fringe_bitmap): New functions.
(Fdestroy_fringe_bitmap): Change arg to bitmap symbol.  Use
destroy_fringe_bitmap.  Remove symbol from Vfringe_bitmaps and
clear its fringe property.
(init_fringe_bitmap): Use destroy_fringe_bitmap instead of
Fdestroy_fringe_bitmap.
(Fdefine_fringe_bitmap): Add BITMAP arg specifying new or existing
bitmap symbol; remove WHICH arg.  Add symbol to Vfringe_bitmaps
and set fringe property.  Signal error if no free slots.
(Fset_fringe_bitmap_face): Change arg to bitmap symbol.
(Ffringe_bitmaps_at_pos): Return bitmap symbols instead of numbers.

19 years ago(handle_single_display_prop): Fringe bitmaps are now
Kim F. Storm [Tue, 28 Sep 2004 23:02:41 +0000 (23:02 +0000)]
(handle_single_display_prop): Fringe bitmaps are now
symbols with a fringe property.

19 years agoUpdate maintainer.
Glenn Morris [Tue, 28 Sep 2004 22:24:47 +0000 (22:24 +0000)]
Update maintainer.

From Matthew Mundell <matt@mundell.ukfsn.org> (tiny change):

(list-diary-entries): Save diary buffer from diary display excursion.
Store diary buffer's point for `simple-diary-display'.
(simple-diary-display): Set window point and start when displaying
buffer, to preserve point.

19 years ago(Special Properties): Clarify line-spacing and line-height.
Richard M. Stallman [Tue, 28 Sep 2004 15:25:12 +0000 (15:25 +0000)]
(Special Properties): Clarify line-spacing and line-height.

19 years ago(Regexp Search): Add looking-back.
Richard M. Stallman [Tue, 28 Sep 2004 15:23:44 +0000 (15:23 +0000)]
(Regexp Search): Add looking-back.

19 years ago(Display Custom) <indicate-buffer-boundaries>:
Kim F. Storm [Mon, 27 Sep 2004 22:45:37 +0000 (22:45 +0000)]
(Display Custom) <indicate-buffer-boundaries>:
Align with new functionality.

19 years ago*** empty log message ***
Kim F. Storm [Mon, 27 Sep 2004 22:45:14 +0000 (22:45 +0000)]
*** empty log message ***

19 years ago(enriched-translations): Replace defconst with defvar.
Luc Teirlinck [Mon, 27 Sep 2004 22:10:21 +0000 (22:10 +0000)]
(enriched-translations): Replace defconst with defvar.

19 years ago(gnus-version-number): Set to 5.11.
Reiner Steib [Mon, 27 Sep 2004 15:21:12 +0000 (15:21 +0000)]
(gnus-version-number): Set to 5.11.

19 years ago(update_window_fringes): Handle new formats of
Kim F. Storm [Mon, 27 Sep 2004 13:28:23 +0000 (13:28 +0000)]
(update_window_fringes): Handle new formats of
indicate-buffer-boundaries (symbol or alist).  No longer
allow a simple cons.
(Ffringe_bitmaps_at_pos): Use nil value for no bitmap.

19 years ago(syms_of_buffer) <indicate-buffer-boundaries>:
Kim F. Storm [Mon, 27 Sep 2004 13:28:10 +0000 (13:28 +0000)]
(syms_of_buffer) <indicate-buffer-boundaries>:
Doc fix.  Format may now be a symbol or alist, not a cons.

19 years ago*** empty log message ***
Kim F. Storm [Mon, 27 Sep 2004 13:27:46 +0000 (13:27 +0000)]
*** empty log message ***

19 years agoRevision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-575
Miles Bader [Mon, 27 Sep 2004 07:44:44 +0000 (07:44 +0000)]
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-575

Merge from gnus--rel--5.10

Patches applied:

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-34
   Merge from emacs--cvs-trunk--0

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-35
 - miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-36
   Update from CVS

19 years agoEliminate trailing spaces.
Vinicius Jose Latorre [Mon, 27 Sep 2004 04:29:08 +0000 (04:29 +0000)]
Eliminate trailing spaces.

19 years agoCheck if file exists before deleting it.
Vinicius Jose Latorre [Mon, 27 Sep 2004 04:26:15 +0000 (04:26 +0000)]
Check if file exists before deleting it.

19 years agoRemove accidentally added blank line.
Luc Teirlinck [Sun, 26 Sep 2004 23:45:21 +0000 (23:45 +0000)]
Remove accidentally added blank line.

19 years ago`enriched-annotation-alist' is now called `enriched-translations'.
Luc Teirlinck [Sun, 26 Sep 2004 23:35:04 +0000 (23:35 +0000)]
`enriched-annotation-alist' is now called `enriched-translations'.

19 years agoRegenerate.
Dan Nicolaescu [Sun, 26 Sep 2004 18:39:10 +0000 (18:39 +0000)]
Regenerate.

19 years agoComment out smcup, rmcup. Add kbs, kdch1, rc, sc.
Dan Nicolaescu [Sun, 26 Sep 2004 18:39:10 +0000 (18:39 +0000)]
Comment out smcup, rmcup. Add kbs, kdch1, rc, sc.
Reformat.

19 years agoterm.el fixes
Dan Nicolaescu [Sun, 26 Sep 2004 18:39:10 +0000 (18:39 +0000)]
term.el fixes

19 years ago(term-ansi-at-eval-string, term-ansi-default-fg)
Dan Nicolaescu [Sun, 26 Sep 2004 18:39:10 +0000 (18:39 +0000)]
(term-ansi-at-eval-string, term-ansi-default-fg)
(term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
(map): Bind S-prior, S-next and S-insert.
(term-mode): Set `indent-tabs-mode\' to nil.
(term-paste): New function to be bound to S-insert.
(term-send-del, term-send-backspace): Change the strings sent.
(term-termcap-format): Synchronyze with etc/e/eterm.ti.
(term-handle-colors-array): Fix handling of underline and reverse.
(term-handle-ansi-escape): Do not handle smcup/rmcup.  Add comments.
(term-erase-in-line): Fix comparison.
(term-emulate-terminal): Fix line wrap handling.
(term-start-output-log): Rename from `term-set-output-log\'.
(term-stop-output-log): Rename from `term-stop-photo\'.
(term-switch-to-alternate-sub-buffer): Comment out, unused.
From Stefan  <monnier@iro.umontreal.ca>
(term-display-table): New variable.
(term-mode): Use it.
(term-exec-1): Set the coding system to binary.
(term-emulate-terminal): Decode the string before inserting it.

19 years ago*** empty log message ***
Luc Teirlinck [Sun, 26 Sep 2004 02:34:13 +0000 (02:34 +0000)]
*** empty log message ***

19 years ago* config.in: Rebuild.
Jan Djärv [Sat, 25 Sep 2004 20:43:26 +0000 (20:43 +0000)]
* config.in: Rebuild.

19 years agoAddress was wrong.
Jan Djärv [Sat, 25 Sep 2004 20:41:35 +0000 (20:41 +0000)]
Address was wrong.

19 years ago* configure.in (HAVE_EXECSHIELD): Only define on x86.
Jan Djärv [Sat, 25 Sep 2004 20:41:08 +0000 (20:41 +0000)]
* configure.in (HAVE_EXECSHIELD): Only define on x86.
* configure: Rebuild.

19 years ago* PROBLEMS: Updated exec-shield description.
Jan Djärv [Sat, 25 Sep 2004 20:39:13 +0000 (20:39 +0000)]
* PROBLEMS: Updated exec-shield description.

19 years ago(dired-move-to-filename): Don't output a message if
Stefan Monnier [Sat, 25 Sep 2004 18:35:53 +0000 (18:35 +0000)]
(dired-move-to-filename): Don't output a message if
raise-error is non-nil.  Fix return position and value.

19 years ago(insert-directory): Obey --dired even with symlinks.
Stefan Monnier [Sat, 25 Sep 2004 15:29:35 +0000 (15:29 +0000)]
(insert-directory): Obey --dired even with symlinks.

19 years agoCorrect typos.
Luc Teirlinck [Sat, 25 Sep 2004 14:57:07 +0000 (14:57 +0000)]
Correct typos.
(Image Descriptors): Correct xref's.

19 years agoRevision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-571
Miles Bader [Sat, 25 Sep 2004 12:02:04 +0000 (12:02 +0000)]
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-571

Merge from gnus--rel--5.10

Patches applied:

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-31
 - miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-33
   Update from CVS

19 years ago*** empty log message ***
Richard M. Stallman [Sat, 25 Sep 2004 07:26:22 +0000 (07:26 +0000)]
*** empty log message ***

19 years ago(Special Properties): Cleanups in `cursor'.
Richard M. Stallman [Sat, 25 Sep 2004 07:19:34 +0000 (07:19 +0000)]
(Special Properties): Cleanups in `cursor'.
Rewrites in `line-height' and `line-spacing'; exchange them.

19 years ago(Fringes): Rewrite previous change.
Richard M. Stallman [Sat, 25 Sep 2004 07:18:08 +0000 (07:18 +0000)]
(Fringes): Rewrite previous change.
(Fringe Bitmaps): Merge text from Display Fringe Bitmaps.  Rewrite.
(Display Fringe Bitmaps): Node deleted, text moved.
(Customizing Bitmaps): Split off from Fringe Bitmaps.  Rewrite.
(Scroll Bars): Clarify set-window-scroll-bars.
(Pointer Shape): Rewrite.
(Specified Space): Clarify :align-to, etc.
(Pixel Specification): Use @var.  Clarify new text.
(Other Display Specs): Clarify `slice'.
(Image Descriptors): Cleanups.
(Showing Images): Cleanups.

19 years ago(ls-lisp-format): Mark file names with poperty dired-filename.
Lars Hansen [Sat, 25 Sep 2004 06:56:03 +0000 (06:56 +0000)]
(ls-lisp-format): Mark file names with poperty dired-filename.

19 years agoFix entry sequence.
Lars Hansen [Sat, 25 Sep 2004 06:54:17 +0000 (06:54 +0000)]
Fix entry sequence.

19 years ago(Standard Hooks): Add `after-change-major-mode-hook'.
Luc Teirlinck [Sat, 25 Sep 2004 02:43:35 +0000 (02:43 +0000)]
(Standard Hooks): Add `after-change-major-mode-hook'.

19 years ago*** empty log message ***
Luc Teirlinck [Sat, 25 Sep 2004 02:41:19 +0000 (02:41 +0000)]
*** empty log message ***

19 years ago(delay-mode-hooks): Doc fix.
Luc Teirlinck [Sat, 25 Sep 2004 02:32:15 +0000 (02:32 +0000)]
(delay-mode-hooks): Doc fix.

19 years agoVarious minor changes in addition to:
Luc Teirlinck [Sat, 25 Sep 2004 02:21:51 +0000 (02:21 +0000)]
Various minor changes in addition to:
(Major Mode Conventions): Final call to `run-mode-hooks' should
not be inside the `delay-mode-hooks' form.
(Mode Hooks): New node.
(Hooks): Delete obsolete example.
Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
node "Mode Hooks".

19 years ago(ucs-input-method): Add error clause to
Kenichi Handa [Sat, 25 Sep 2004 02:08:41 +0000 (02:08 +0000)]
(ucs-input-method): Add error clause to
condition-case.

19 years ago(ido-max-directory-size): New defcustom.
Kim F. Storm [Fri, 24 Sep 2004 23:48:48 +0000 (23:48 +0000)]
(ido-max-directory-size): New defcustom.
(ido-decorations): Add "too big" element.
(ido-directory-too-big): New dynamic var.
(ido-may-cache-directory): Don't cache big directories.
(ido-directory-too-big-p): New defun.
(ido-set-current-directory): Update ido-directory-too-big.
(ido-read-internal): Make empty ido-cur-item if too-big.
(ido-buffer-internal): Use ido-read-internal directly instead of
ido-read-buffer.
(ido-file-internal): Init ido-directory-too-big.
(ido-complete): <TAB> If ido-directory-too-big is set, clear it,
and redo completion with full list.
(ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
it, and show completions.
(ido-all-completions): Let bind ido-directory-too-big to nil.
(ido-exhibit): Handle ido-directory-too-big.
(ido-read-buffer): Handle fallback to read-buffer.  Init
ido-directory-too-big.
(ido-read-file-name, ido-read-directory-name, ido-completing-read):
Init ido-directory-too-big.

19 years ago*** empty log message ***
Kim F. Storm [Fri, 24 Sep 2004 23:48:24 +0000 (23:48 +0000)]
*** empty log message ***

19 years agoTypo.
Kim F. Storm [Fri, 24 Sep 2004 09:36:50 +0000 (09:36 +0000)]
Typo.

19 years ago*** empty log message ***
Kim F. Storm [Fri, 24 Sep 2004 07:25:18 +0000 (07:25 +0000)]
*** empty log message ***

19 years ago* config.in: Rebuild.
Jan Djärv [Fri, 24 Sep 2004 07:19:05 +0000 (07:19 +0000)]
* config.in: Rebuild.

* Makefile.in: Run setarh i386 ./temacs if exec-shield  is present.

19 years ago* configure.in: Check for exec-shield.
Jan Djärv [Fri, 24 Sep 2004 07:18:15 +0000 (07:18 +0000)]
* configure.in: Check for exec-shield.
* configure: Rebuild.

19 years ago*** empty log message ***
Glenn Morris [Thu, 23 Sep 2004 22:54:22 +0000 (22:54 +0000)]
*** empty log message ***

19 years ago(enriched-default-text-properties-local-flag): New variable.
Luc Teirlinck [Thu, 23 Sep 2004 22:12:15 +0000 (22:12 +0000)]
(enriched-default-text-properties-local-flag): New variable.
(enriched-mode): Make sure that enabling and disabling the mode is a no-op.
Doc fix.

19 years ago*** empty log message ***
Luc Teirlinck [Thu, 23 Sep 2004 04:18:12 +0000 (04:18 +0000)]
*** empty log message ***

19 years agoCorrect various typos.
Luc Teirlinck [Thu, 23 Sep 2004 04:15:54 +0000 (04:15 +0000)]
Correct various typos.
(Display): Rename node "Pointer Shapes" to "Pointer Shape".  (There is
already a node called "Pointer Shapes" in frames.texi.)
(Images): Remove non-existent node "Image Slices" from menu.

19 years ago(Display Custom): Remove stray `@end defvar'.
Luc Teirlinck [Thu, 23 Sep 2004 04:09:16 +0000 (04:09 +0000)]
(Display Custom): Remove stray `@end defvar'.

19 years ago*** empty log message ***
Glenn Morris [Wed, 22 Sep 2004 23:26:15 +0000 (23:26 +0000)]
*** empty log message ***

19 years agoUpdate maintainer.
Glenn Morris [Wed, 22 Sep 2004 23:21:18 +0000 (23:21 +0000)]
Update maintainer.

From H�n Malmedal <hmalmedal@yahoo.no>:
(christian-holidays): Adapt for new behaviour of holiday-advent and
holiday-easter-etc functions.

19 years agoUpdate copyright, and add missing centuries.
Glenn Morris [Wed, 22 Sep 2004 23:19:58 +0000 (23:19 +0000)]
Update copyright, and add missing centuries.
Update maintainer.

From H�n Malmedal <hmalmedal@yahoo.no>:
(holiday-advent): Report on a specified day offset from advent, not
just advent.
(holiday-easter-etc): Report on one specified day offset from easter,
not all easter holidays. Various Easter holidays moved to
`christian-holidays' variable in calendar.el.

19 years ago(insert-sliced-image): Add doc string.
Kim F. Storm [Wed, 22 Sep 2004 23:12:38 +0000 (23:12 +0000)]
(insert-sliced-image): Add doc string.

19 years ago*** empty log message ***
Kim F. Storm [Wed, 22 Sep 2004 23:12:22 +0000 (23:12 +0000)]
*** empty log message ***

19 years ago(Display Custom): Add `overflow-newline-into-fringe',
Kim F. Storm [Wed, 22 Sep 2004 23:11:12 +0000 (23:11 +0000)]
(Display Custom): Add `overflow-newline-into-fringe',
`indicate-buffer-boundaries' and `default-indicate-buffer-boundaries'.

19 years ago(Display): Add 'Fringe Bitmaps' and 'Pointer
Kim F. Storm [Wed, 22 Sep 2004 23:06:58 +0000 (23:06 +0000)]
(Display): Add 'Fringe Bitmaps' and 'Pointer
Shapes' to menu.
(Standard Faces): Doc fix for fringe face.
(Fringes): Add `overflow-newline-into-fringe' and
'indicate-buffer-boundaries'.
(Fringe Bitmaps, Pointer Shapes): New nodes.
(Display Property): Add 'Pixel Specification' and 'Display Fringe
Bitmaps' to menu.
(Specified Space): Describe pixel width and height.
(Pixel Specification): New node.
(Other Display Specs): Add `slice' property.
(Display Fringe Bitmaps): New node.
(Images): Add 'Image Slices' to menu.
(Image Descriptors): Add `:pointer' and `:map' properties.
(Showing Images): Add slice arg to `insert-image'.  Add
'insert-sliced-image'.

19 years ago(Special Properties): Add `cursor', `pointer',
Kim F. Storm [Wed, 22 Sep 2004 23:06:39 +0000 (23:06 +0000)]
(Special Properties): Add `cursor', `pointer',
`line-height', and `line-spacing' properties.

19 years ago(ido-choice-list): New dynamic var for `list' context.
Kim F. Storm [Wed, 22 Sep 2004 22:49:07 +0000 (22:49 +0000)]
(ido-choice-list): New dynamic var for `list' context.
(ido-context-switch-command): New dynamic var.
(ido-define-mode-map): Generalize switch between file/buffer contexts.
(ido-read-internal): Handle new `list' context.
Handle insert-buffer and insert-file ido-exit values.
(ido-buffer-internal): New arg switch-cmd.  Use it to setup
ido-context-switch-command. Handle insert-file ido-exit value.
(ido-read-buffer): Set ido-context-switch-command to 'ignore
unless it is already bound by caller.
(ido-file-internal): New arg switch-cmd.  Use it to setup
ido-context-switch-command.  Handle insert-buffer ido-exit value.
(ido-enter-insert-buffer, ido-enter-insert-file): New commands
used for context switching.
(ido-all-completions): Handle new `list' context.
(ido-make-choice-list): Return choices for `list' context.
(ido-find-file-in-dir, ido-display-file, ido-write-file)
(ido-display-buffer, ido-kill-buffer): Disable context switching.
(ido-insert-buffer, ido-insert-file): Setup context switching.
(ido-exhibit): Handle `list' context.
(ido-read-file-name): Disable context switching.  Handle fallback.
(ido-read-directory-name): Disable context switching.
(ido-completing-read): New defun like completing-read.  Setup and
use new `list' context.

19 years ago*** empty log message ***
Kim F. Storm [Wed, 22 Sep 2004 22:48:51 +0000 (22:48 +0000)]
*** empty log message ***

19 years ago(Vectors as Lists): Added a warning that the tutorial might be hidden
Jay Belanger [Wed, 22 Sep 2004 20:56:42 +0000 (20:56 +0000)]
(Vectors as Lists): Added a warning that the tutorial might be hidden
during part of the session.

19 years ago* progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
Jesper Harder [Wed, 22 Sep 2004 17:31:03 +0000 (17:31 +0000)]
* progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.

19 years agoDoc fix (gsprint).
Vinicius Jose Latorre [Wed, 22 Sep 2004 02:28:21 +0000 (02:28 +0000)]
Doc fix (gsprint).

19 years ago(after-change-major-mode-hook): Further doc fix.
Luc Teirlinck [Wed, 22 Sep 2004 00:13:16 +0000 (00:13 +0000)]
(after-change-major-mode-hook): Further doc fix.

19 years ago(after-change-major-mode-hook): Doc fix.
Luc Teirlinck [Wed, 22 Sep 2004 00:10:15 +0000 (00:10 +0000)]
(after-change-major-mode-hook): Doc fix.

19 years ago(calc-graph-add-curve): Moved the call to `calc-graph-set-styles' so
Jay Belanger [Tue, 21 Sep 2004 18:52:00 +0000 (18:52 +0000)]
(calc-graph-add-curve): Moved the call to `calc-graph-set-styles' so
the gnuplot buffer will appear in a separate window.

19 years ago*** empty log message ***
Kenichi Handa [Tue, 21 Sep 2004 02:27:01 +0000 (02:27 +0000)]
*** empty log message ***

19 years ago(describe-char): Checking of quail activation
Kenichi Handa [Tue, 21 Sep 2004 02:26:24 +0000 (02:26 +0000)]
(describe-char): Checking of quail activation
fixed.

19 years agoMove the call of register-input-method to leim-ext.el.
Kenichi Handa [Tue, 21 Sep 2004 02:25:16 +0000 (02:25 +0000)]
Move the call of register-input-method to leim-ext.el.
(ucs-input-insert-char): New function.
(ucs-input-method): Use ucs-input-insert-char.
(ucs-input-activate): Call quail-hide-guidance instead of
quail-hide-guidance-buf.

19 years agoAdd autoload for 'ucs-input-activate and
Kenichi Handa [Tue, 21 Sep 2004 02:23:32 +0000 (02:23 +0000)]
Add autoload for 'ucs-input-activate and
register-input-method for "ucs".

19 years ago*** empty log message ***
Luc Teirlinck [Tue, 21 Sep 2004 01:11:31 +0000 (01:11 +0000)]
*** empty log message ***

19 years ago(run-mode-hooks): Run `after-change-major-mode-hook' after the
Luc Teirlinck [Tue, 21 Sep 2004 00:40:06 +0000 (00:40 +0000)]
(run-mode-hooks): Run `after-change-major-mode-hook' after the
mode-hooks instead of before.  Doc fix.

19 years ago(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck [Tue, 21 Sep 2004 00:16:25 +0000 (00:16 +0000)]
(Indications): Rearrange checklists for Emacs and Elisp manuals.