bpt/emacs.git
19 years agoMention pp and ff commands.
Kim F. Storm [Mon, 4 Oct 2004 13:37:01 +0000 (13:37 +0000)]
Mention pp and ff commands.

19 years ago(pp): Shorthand for p ARG + pr.
Kim F. Storm [Mon, 4 Oct 2004 13:34:59 +0000 (13:34 +0000)]
(pp): Shorthand for p ARG + pr.
(ff): New command: flush frame updates (X only).

19 years ago*** empty log message ***
Kim F. Storm [Mon, 4 Oct 2004 13:34:31 +0000 (13:34 +0000)]
*** empty log message ***

19 years ago(tex-dvi-view-command): Use `yap' on w32.
Stefan Monnier [Sun, 3 Oct 2004 19:53:23 +0000 (19:53 +0000)]
(tex-dvi-view-command): Use `yap' on w32.
(tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
(latex-block-args-alist): Add minipage and picture.
(latex-block-body-alist): Use reftex-label if enabled.
(latex-insert-block): Don't insert a \n if not necessary.
(tex-compile-commands): Make sure dvips doesn't send to printer.
(tex-compile-default): Handle the case where no executable is found.
(latex-noindent-environments): New var.
(latex-find-indent): Use it.  Take an empty line as an arg-breaker.
If tex-indent-allhanging is non-nil, make sure we only align for macros
at beginning of line.

19 years ago* fileio.c (auto_save_1) Call Ffile_modes for remote files.
Michael Albinus [Sun, 3 Oct 2004 17:40:07 +0000 (17:40 +0000)]
* fileio.c (auto_save_1) Call Ffile_modes for remote files.

19 years agocomment-beginning: doc-fix and don't choke on unset comment-end-skip when at beginnin...
Daniel Pfeiffer [Sun, 3 Oct 2004 15:36:18 +0000 (15:36 +0000)]
comment-beginning: doc-fix and don't choke on unset comment-end-skip when at beginning of comment

19 years agoterm.el fixes
Dan Nicolaescu [Sat, 2 Oct 2004 18:23:27 +0000 (18:23 +0000)]
term.el fixes

19 years ago(term-adjust-current-row-cache): Don\'t allow the current
Dan Nicolaescu [Sat, 2 Oct 2004 18:23:27 +0000 (18:23 +0000)]
(term-adjust-current-row-cache): Don\'t allow the current
row to become negative.
(term-emulate-terminal): Fix insert mode. Handle tab insertion at
the end of the line. Fix scroll down. Add comments.
(term-handle-ansi-escape): Don\'t exceed terminal width when moving
right.
(term-scroll-region): Move the cursor after setting the scroll region.

19 years ago(set-left-margin, set-right-margin): Rename `lm' arg to `width' for
Luc Teirlinck [Sat, 2 Oct 2004 00:18:38 +0000 (00:18 +0000)]
(set-left-margin, set-right-margin): Rename `lm' arg to `width' for
consistency with docstring.  Doc fix.

19 years agoLoad cl here since cc-defs doesn't do it. This is necessary for
Martin Stjernholm [Fri, 1 Oct 2004 15:37:39 +0000 (15:37 +0000)]
Load cl here since cc-defs doesn't do it.  This is necessary for
derived modes.

19 years agoRevision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-589
Miles Bader [Fri, 1 Oct 2004 06:40:26 +0000 (06:40 +0000)]
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-589

Merge from gnus--rel--5.10

Patches applied:

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

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

19 years ago(kmacro-lambda-form, kmacro-extract-lambda): Add.
Kim F. Storm [Thu, 30 Sep 2004 13:27:45 +0000 (13:27 +0000)]
(kmacro-lambda-form, kmacro-extract-lambda): Add.
(kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.

19 years agoRequire kmacro to use the new kmacro-lambda-form and
Kim F. Storm [Thu, 30 Sep 2004 13:27:35 +0000 (13:27 +0000)]
Require kmacro to use the new kmacro-lambda-form and
kmacro-extract-lambda functions.
(edit-kbd-macro): Handle kmacro lambda forms.
Include counter and counter format in edit buffer.
(edmacro-finish-edit): Get counter and format from edit buffer and
update kmacro bindings when found.

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

19 years ago*** empty log message ***
Kenichi Handa [Wed, 29 Sep 2004 23:51:34 +0000 (23:51 +0000)]
*** empty log message ***

19 years ago(send_process): Be sure to free composition data.
Kenichi Handa [Wed, 29 Sep 2004 23:43:48 +0000 (23:43 +0000)]
(send_process): Be sure to free composition data.

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'.