bpt/emacs.git
19 years ago(syms_of_buffer) <buffer-undo-list>: Doc fix.
Kim F. Storm [Mon, 31 Jan 2005 22:45:12 +0000 (22:45 +0000)]
(syms_of_buffer) <buffer-undo-list>: Doc fix.

19 years ago(Qapply): New lisp var.
Kim F. Storm [Mon, 31 Jan 2005 22:44:27 +0000 (22:44 +0000)]
(Qapply): New lisp var.
(syms_of_undo): Intern and staticpro it.
(Fprimitive_undo): Support formats (apply FUNNAME . ARGS) and
(apply DELTA BEG END FUNNAME . ARGS) instead of (FUNNAME . ARGS).

19 years ago(math-tex-ignore-words): Remove LaTeX portion.
Jay Belanger [Mon, 31 Jan 2005 21:58:05 +0000 (21:58 +0000)]
(math-tex-ignore-words): Remove LaTeX portion.
(math-latex-ignore-words): New constant.

19 years ago(math-function-table, math-oper-table, math-variable-table):
Jay Belanger [Mon, 31 Jan 2005 21:53:21 +0000 (21:53 +0000)]
(math-function-table, math-oper-table, math-variable-table):
Adjust the LaTeX portions.

19 years ago(math-read-big-expr): Make LaTeX the default TeX mode.
Jay Belanger [Mon, 31 Jan 2005 21:52:49 +0000 (21:52 +0000)]
(math-read-big-expr): Make LaTeX the default TeX mode.

19 years ago(calc-embedded-open-formula, calc-embedded-close-formula):
Jay Belanger [Mon, 31 Jan 2005 21:52:11 +0000 (21:52 +0000)]
(calc-embedded-open-formula, calc-embedded-close-formula):
Ignore matrix environments.

19 years ago(math-read-token): Separate the TeX and LaTeX parts.
Jay Belanger [Mon, 31 Jan 2005 21:51:34 +0000 (21:51 +0000)]
(math-read-token): Separate the TeX and LaTeX parts.

19 years agoUpdate documentation relating to GDB Graphical
Nick Roberts [Mon, 31 Jan 2005 21:20:35 +0000 (21:20 +0000)]
Update documentation relating to GDB Graphical
Interface.

19 years ago*** empty log message ***
Nick Roberts [Mon, 31 Jan 2005 21:20:00 +0000 (21:20 +0000)]
*** empty log message ***

19 years ago(ispell-local-dictionary-overridden): New var.
Richard M. Stallman [Mon, 31 Jan 2005 11:54:36 +0000 (11:54 +0000)]
(ispell-local-dictionary-overridden): New var.
(ispell-local-dictionary): Doc fix.
(ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
Don't reinitialize at run time.  Don't defcustom.
All uses changed to append ispell-local-dictionary-alist,
or else check it first.
(ispell-current-dictionary): New variable for dictionary in use.
(ispell-dictionary): Now used only for global default.
(ispell-start-process): Set ispell-current-dictionary,
not ispell-dictionary.
(ispell-change-dictionary): Use this only for setting
user preferences.
(ispell-internal-change-dictionary): New function
to change the current dictionary in use.
(ispell-region, ispell-process-line, ispell-buffer-local-dict):
Use ispell-current-dictionary.
Handle ispell-local-dictionary-overridden.
(ispell-buffer-local-dict): Call ispell-internal-change-dictionary.

19 years ago(math-read-token): Check for smallmatrix environment.
Jay Belanger [Mon, 31 Jan 2005 09:16:44 +0000 (09:16 +0000)]
(math-read-token): Check for smallmatrix environment.

19 years ago*** empty log message ***
Jay Belanger [Mon, 31 Jan 2005 09:15:44 +0000 (09:15 +0000)]
*** empty log message ***

19 years ago(math-latex-input-filter): Remove function.
Jay Belanger [Mon, 31 Jan 2005 09:08:34 +0000 (09:08 +0000)]
(math-latex-input-filter): Remove function.

19 years ago(math-tex-ignore-words): Add support for LaTeX matrices.
Jay Belanger [Mon, 31 Jan 2005 09:07:48 +0000 (09:07 +0000)]
(math-tex-ignore-words): Add support for LaTeX matrices.

19 years ago(math-read-token): Read LaTeX matrices.
Jay Belanger [Mon, 31 Jan 2005 09:05:27 +0000 (09:05 +0000)]
(math-read-token): Read LaTeX matrices.

19 years ago*** empty log message ***
Jay Belanger [Mon, 31 Jan 2005 06:39:44 +0000 (06:39 +0000)]
*** empty log message ***

19 years ago(calc-d-prefix-help): Add LaTeX.
Jay Belanger [Mon, 31 Jan 2005 06:31:43 +0000 (06:31 +0000)]
(calc-d-prefix-help): Add LaTeX.

19 years ago(math-compose-expr, math-compose-rows): Add LaTeX support.
Jay Belanger [Mon, 31 Jan 2005 06:30:37 +0000 (06:30 +0000)]
(math-compose-expr, math-compose-rows): Add LaTeX support.
(math-compose-expr): Add support for special functions.

19 years ago(calc-language): Adjust docstring.
Jay Belanger [Mon, 31 Jan 2005 06:29:39 +0000 (06:29 +0000)]
(calc-language): Adjust docstring.
(calc-set-mode-line): Add LaTeX support.
(math-expr-special-function-mapping): New variable.

19 years ago(calc-edit-user-syntax, calc-fix-token-name)
Jay Belanger [Mon, 31 Jan 2005 06:28:06 +0000 (06:28 +0000)]
(calc-edit-user-syntax, calc-fix-token-name)
(calc-write-parse-table-part):  Add LaTeX support.

19 years ago(calc-latex-language, math-latex-parse-frac)
Jay Belanger [Mon, 31 Jan 2005 06:25:17 +0000 (06:25 +0000)]
(calc-latex-language, math-latex-parse-frac)
(math-latex-print-frac): New functions.
(math-oper-table, math-function-table, math-variable-table)
(math-complex-format, math-input-filter): Add latex properties.
(calc-set-language): Set math-expr-special-function-mapping.

19 years agoAdd calc-latex-language to autoloads.
Jay Belanger [Mon, 31 Jan 2005 06:23:04 +0000 (06:23 +0000)]
Add calc-latex-language to autoloads.
(calc-mode-map): Add calc-latex-language.

19 years ago(math-read-token): Add support for LaTeX.
Jay Belanger [Mon, 31 Jan 2005 06:21:31 +0000 (06:21 +0000)]
(math-read-token): Add support for LaTeX.

19 years ago(gdb-memory-address)
Nick Roberts [Mon, 31 Jan 2005 02:22:24 +0000 (02:22 +0000)]
(gdb-memory-address)
(gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
(gdb-memory-mode-map, gdb-memory-format-keymap)
(gdb-memory-format-menu, gdb-memory-unit-keymap)
(gdb-memory-unit-menu): New variables for a buffer
that lets the user examine program memory.
(gdb-memory-set-address, gdb-memory-set-repeat-count)
(gdb-memory-format-binary, gdb-memory-format-octal)
(gdb-memory-format-unsigned, gdb-memory-format-signed)
(gdb-memory-format-hexadecimal, gdb-memory-format-menu)
(gdb-memory-format-menu-1, gdb-memory-unit-giant)
(gdb-memory-unit-word, gdb-memory-unit-halfword)
(gdb-memory-unit-byte, gdb-memory-unit-menu)
(gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
(gdb-memory-mode, gdb-memory-buffer-name)
(gdb-display-memory-buffer, gdb-frame-memory-buffer):
New functions for above buffer.

19 years ago*** empty log message ***
Nick Roberts [Mon, 31 Jan 2005 02:21:40 +0000 (02:21 +0000)]
*** empty log message ***

19 years ago(gnus-article-mode): Turn off the "\ " non-break space.
Stefan Monnier [Mon, 31 Jan 2005 00:28:37 +0000 (00:28 +0000)]
(gnus-article-mode): Turn off the "\ " non-break space.

19 years ago*** empty log message ***
Kim F. Storm [Sun, 30 Jan 2005 18:13:05 +0000 (18:13 +0000)]
*** empty log message ***

19 years ago(syms_of_macterm) <mac-reverse-ctrl-meta>: Fix docstring indentation.
Jesper Harder [Sun, 30 Jan 2005 16:39:16 +0000 (16:39 +0000)]
(syms_of_macterm) <mac-reverse-ctrl-meta>: Fix docstring indentation.
(syms_of_macterm) <mac-emulate-three-button-mouse>: do.

19 years ago(Easy Customization): Adapt menu to node name change.
Luc Teirlinck [Sun, 30 Jan 2005 14:47:11 +0000 (14:47 +0000)]
(Easy Customization): Adapt menu to node name change.

19 years ago*** empty log message ***
Richard M. Stallman [Sun, 30 Jan 2005 11:35:43 +0000 (11:35 +0000)]
*** empty log message ***

19 years ago(Easy Customization): Defn of "User Option" now
Richard M. Stallman [Sun, 30 Jan 2005 11:34:58 +0000 (11:34 +0000)]
(Easy Customization): Defn of "User Option" now
includes faces.  Don't say just "option" when talking about variables.
Do say just "options" to mean "anything customizable".
(Specific Customization): Describe `customize-variable',
not `customize-option'.

19 years ago(Glossary) <Faces>: Add xref.
Richard M. Stallman [Sun, 30 Jan 2005 11:26:25 +0000 (11:26 +0000)]
(Glossary) <Faces>: Add xref.
<User Option>: Change definition--include faces.  Change xref.

19 years agoDon't say just "option" when talking about variables.
Richard M. Stallman [Sun, 30 Jan 2005 11:23:17 +0000 (11:23 +0000)]
Don't say just "option" when talking about variables.

19 years ago(Picture): Mention artist.el.
Richard M. Stallman [Sun, 30 Jan 2005 11:21:00 +0000 (11:21 +0000)]
(Picture): Mention artist.el.

19 years agoDon't say just "option" when talking about variables.
Richard M. Stallman [Sun, 30 Jan 2005 11:20:14 +0000 (11:20 +0000)]
Don't say just "option" when talking about variables.
Other minor cleanups.

19 years ago(custom-bury-buffer): Function deleted.
Richard M. Stallman [Sun, 30 Jan 2005 11:07:54 +0000 (11:07 +0000)]
(custom-bury-buffer): Function deleted.
(custom-buffer-done-function): Option deleted.
(custom-buffer-done-kill): New (replacement option.
(Custom-buffer-done): Call quit-window.
(custom-buffer-create-internal): Update for above changes.

19 years ago(syms_of_undo) <undo-outer-limit>: Increase value to 3 Meg.
Luc Teirlinck [Sun, 30 Jan 2005 02:09:45 +0000 (02:09 +0000)]
(syms_of_undo) <undo-outer-limit>: Increase value to 3 Meg.

19 years ago*** empty log message ***
Luc Teirlinck [Sun, 30 Jan 2005 00:43:04 +0000 (00:43 +0000)]
*** empty log message ***

19 years ago(syms_of_undo) <undo-outer-limit>: Doc update.
Luc Teirlinck [Sun, 30 Jan 2005 00:39:33 +0000 (00:39 +0000)]
(syms_of_undo) <undo-outer-limit>: Doc update.

19 years ago(undo-ask-before-discard): New var.
Luc Teirlinck [Sun, 30 Jan 2005 00:32:39 +0000 (00:32 +0000)]
(undo-ask-before-discard): New var.
(undo-outer-limit-truncate): Implement it.
(undo-extra-outer-limit): Doc update.

19 years ago* xfns.c (show_hourglass): Use FRAME_X_WINDOW as parent for GTK,
Jan Djärv [Sat, 29 Jan 2005 22:25:58 +0000 (22:25 +0000)]
* xfns.c (show_hourglass): Use FRAME_X_WINDOW as parent for GTK,
button events are not received otherwise.

19 years ago*** empty log message ***
Richard M. Stallman [Sat, 29 Jan 2005 17:31:43 +0000 (17:31 +0000)]
*** empty log message ***

19 years ago(undo-more): defadvice deleted.
Richard M. Stallman [Sat, 29 Jan 2005 17:31:32 +0000 (17:31 +0000)]
(undo-more): defadvice deleted.
(ses-begin-change): Doc fix.

19 years ago(dired-mode-map): Remap `undo' and `advertised-undo'
Richard M. Stallman [Sat, 29 Jan 2005 17:28:48 +0000 (17:28 +0000)]
(dired-mode-map): Remap `undo' and `advertised-undo'
instead of rebinding C-x u and C-_.

19 years ago(normal-backup-enable-predicate): Return nil for files
Richard M. Stallman [Sat, 29 Jan 2005 17:28:00 +0000 (17:28 +0000)]
(normal-backup-enable-predicate): Return nil for files
in /tmp, regardless of temporary-file-directory.

19 years ago(Man-getpage-in-background): Disable undo in Man buffer.
Richard M. Stallman [Sat, 29 Jan 2005 17:27:13 +0000 (17:27 +0000)]
(Man-getpage-in-background): Disable undo in Man buffer.

19 years ago(delete-rectangle-line, delete-extract-rectangle-line)
Richard M. Stallman [Sat, 29 Jan 2005 17:26:39 +0000 (17:26 +0000)]
(delete-rectangle-line, delete-extract-rectangle-line)
(open-rectangle, delete-whitespace-rectangle-line)
(clear-rectangle-line): If FILL, pass t instead of FILL
for move-to-column's 3nd arg.

19 years ago(undo): Fix the test for continuing a series of undos.
Richard M. Stallman [Sat, 29 Jan 2005 17:24:41 +0000 (17:24 +0000)]
(undo): Fix the test for continuing a series of undos.
(undo-more): Set pending-undo-list to t when we reach end.
(pending-undo-list): defvar moved up.

19 years ago(widget-button-click): Shorten the range of the track-mouse binding.
Richard M. Stallman [Sat, 29 Jan 2005 17:21:12 +0000 (17:21 +0000)]
(widget-button-click): Shorten the range of the track-mouse binding.

19 years ago(syms_of_buffer) <buffer-undo-list>: Doc fix.
Richard M. Stallman [Sat, 29 Jan 2005 17:18:57 +0000 (17:18 +0000)]
(syms_of_buffer) <buffer-undo-list>: Doc fix.

19 years agoComment change.
Richard M. Stallman [Sat, 29 Jan 2005 17:18:06 +0000 (17:18 +0000)]
Comment change.

19 years ago*** empty log message ***
Richard M. Stallman [Sat, 29 Jan 2005 17:16:47 +0000 (17:16 +0000)]
*** empty log message ***

19 years ago(Fprimitive_undo): Handle (FUNNAME . ARGS) by calling FUNNAME.
Richard M. Stallman [Sat, 29 Jan 2005 17:16:31 +0000 (17:16 +0000)]
(Fprimitive_undo): Handle (FUNNAME . ARGS) by calling FUNNAME.

19 years ago(comint-insert-input): Undo previous changes;
Richard M. Stallman [Sat, 29 Jan 2005 16:58:34 +0000 (16:58 +0000)]
(comint-insert-input): Undo previous changes;
use last-input-event in interactive spec.

19 years ago(popmail): Don't use Errmsg as format string.
Richard M. Stallman [Sat, 29 Jan 2005 16:56:30 +0000 (16:56 +0000)]
(popmail): Don't use Errmsg as format string.

19 years ago(compilation-start): Bind buffer-read-only to nil before
Eli Zaretskii [Sat, 29 Jan 2005 15:52:07 +0000 (15:52 +0000)]
(compilation-start): Bind buffer-read-only to nil before
invoking call-process.  Reset buffer's modified flag after
fontifying it in the no-async branch.

19 years ago*** empty log message ***
Eli Zaretskii [Sat, 29 Jan 2005 14:05:34 +0000 (14:05 +0000)]
*** empty log message ***

19 years ago(Misc Events): Describe the help-echo event.
Eli Zaretskii [Sat, 29 Jan 2005 14:04:57 +0000 (14:04 +0000)]
(Misc Events): Describe the help-echo event.

19 years ago(Special Properties) <help-echo>: Use `pos' consistently in description
Eli Zaretskii [Sat, 29 Jan 2005 14:02:43 +0000 (14:02 +0000)]
(Special Properties) <help-echo>: Use `pos' consistently in description
of the help-echo property.  Use @code{nil} instead of @var{nil}.

19 years ago(Overlay Properties): Fix the index entry for help-echo overlay property.
Eli Zaretskii [Sat, 29 Jan 2005 13:58:04 +0000 (13:58 +0000)]
(Overlay Properties): Fix the index entry for help-echo overlay property.

19 years ago(Type Keywords): Uncomment the xref to the help-echo property documentation.
Eli Zaretskii [Sat, 29 Jan 2005 13:55:46 +0000 (13:55 +0000)]
(Type Keywords): Uncomment the xref to the help-echo property documentation.

19 years ago(widget-specify-button): If mouse pointer shape cannot be changed,
Eli Zaretskii [Sat, 29 Jan 2005 13:22:21 +0000 (13:22 +0000)]
(widget-specify-button): If mouse pointer shape cannot be changed,
use mouse face instead.

19 years ago(gdb-info-breakpoints-custom)
Nick Roberts [Sat, 29 Jan 2005 06:55:14 +0000 (06:55 +0000)]
(gdb-info-breakpoints-custom)
(gdb-goto-breakpoint): Make breakpoint handling work on template
functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>
(gdb-assembler-custom): Update to recognise breakpoint information
added on 2005-01-19.

19 years ago*** empty log message ***
Nick Roberts [Sat, 29 Jan 2005 06:54:40 +0000 (06:54 +0000)]
*** empty log message ***

19 years agoRevision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-58
Miles Bader [Fri, 28 Jan 2005 23:52:19 +0000 (23:52 +0000)]
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-58

Merge from gnus--rel--5.10

Patches applied:

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

 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-8
 - miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-11
   Update from CVS

2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
   article buffer when editing of the article is discarded.
   (gnus-article-prepare): Revert.

2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/gnus-art.el (gnus-article-prepare): Remove
   message-strip-forbidden-properties from the local hook.

2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/mml.el (mml-generate-mime-1): Convert string into unibyte when
   inserting " *mml*" buffer's contents into a unibyte temp buffer.

2005-01-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>

   * man/gnus.texi: Some edits based on comments from David Abrahams.

2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>

   * man/gnus.texi (RSS): Fix the keystroke.

19 years ago(gdb-info-breakpoints-custom)
Nick Roberts [Fri, 28 Jan 2005 21:48:48 +0000 (21:48 +0000)]
(gdb-info-breakpoints-custom)
(gdb-goto-breakpoint): Make breakpoint handling work on template
functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>

19 years ago*** empty log message ***
Nick Roberts [Fri, 28 Jan 2005 21:48:09 +0000 (21:48 +0000)]
*** empty log message ***

19 years ago(scheme-mode-variables): Set comment-add.
Stefan Monnier [Fri, 28 Jan 2005 18:57:45 +0000 (18:57 +0000)]
(scheme-mode-variables): Set comment-add.
(dsssl-mode): Use define-derived-mode.
(scheme-mode-initialize): Remove.
(scheme-mode): Use run-mode-hooks.

19 years ago(custom-mode-map): Make it dense.
Stefan Monnier [Fri, 28 Jan 2005 18:55:14 +0000 (18:55 +0000)]
(custom-mode-map): Make it dense.

19 years ago(customize-group-other-window, custom-buffer-create-other-window):
Stefan Monnier [Fri, 28 Jan 2005 18:42:30 +0000 (18:42 +0000)]
(customize-group-other-window, custom-buffer-create-other-window):
Don't override special-display-*.

19 years ago(describe-char-unicodedata-file): Docstring fix.
Stefan Monnier [Fri, 28 Jan 2005 17:07:57 +0000 (17:07 +0000)]
(describe-char-unicodedata-file): Docstring fix.

19 years ago*** empty log message ***
Stefan Monnier [Fri, 28 Jan 2005 16:29:27 +0000 (16:29 +0000)]
*** empty log message ***

19 years ago(message-beginning-of-line): Change the behavior when
Stefan Monnier [Fri, 28 Jan 2005 16:27:25 +0000 (16:27 +0000)]
(message-beginning-of-line): Change the behavior when
invoked between BOL and : so that it first moves backward.

19 years ago(eval-defun-1): Make sure `defvar' always sets the default value.
Stefan Monnier [Fri, 28 Jan 2005 16:27:13 +0000 (16:27 +0000)]
(eval-defun-1): Make sure `defvar' always sets the default value.

19 years ago(access_keymap): YAILOM.
Stefan Monnier [Fri, 28 Jan 2005 16:25:10 +0000 (16:25 +0000)]
(access_keymap): YAILOM.

19 years agoAdd more keywords.
Eli Zaretskii [Fri, 28 Jan 2005 16:11:30 +0000 (16:11 +0000)]
Add more keywords.

19 years agoAvoid unnecessary use of locate-library.
Stefan Monnier [Fri, 28 Jan 2005 02:20:38 +0000 (02:20 +0000)]
Avoid unnecessary use of locate-library.

19 years ago(x_clip_to_row): Ensure y >= 0.
Kim F. Storm [Thu, 27 Jan 2005 22:34:05 +0000 (22:34 +0000)]
(x_clip_to_row): Ensure y >= 0.
(x_draw_hollow_cursor): Use get_phys_cursor_geometry.

19 years ago(get_phys_cursor_geometry): New function to calculate
Kim F. Storm [Thu, 27 Jan 2005 22:33:52 +0000 (22:33 +0000)]
(get_phys_cursor_geometry): New function to calculate
phys cursor position and size for hollow cursor.  Position is
aligned with get_glyph_string_clip_rect and ensures that a hollow
cursor is shown, even when the actual glyph is not visible.

19 years ago(x_draw_hollow_cursor): Use get_phys_cursor_geometry.
Kim F. Storm [Thu, 27 Jan 2005 22:33:39 +0000 (22:33 +0000)]
(x_draw_hollow_cursor): Use get_phys_cursor_geometry.

19 years ago(get_phys_cursor_geometry): Add prototype.
Kim F. Storm [Thu, 27 Jan 2005 22:33:01 +0000 (22:33 +0000)]
(get_phys_cursor_geometry): Add prototype.

19 years ago*** empty log message ***
Kim F. Storm [Thu, 27 Jan 2005 22:32:41 +0000 (22:32 +0000)]
*** empty log message ***

19 years ago(x_error_quitter): Add a prototype. Make it static again.
Stefan Monnier [Thu, 27 Jan 2005 17:00:38 +0000 (17:00 +0000)]
(x_error_quitter): Add a prototype.  Make it static again.

19 years ago*** empty log message ***
Stefan Monnier [Thu, 27 Jan 2005 15:36:25 +0000 (15:36 +0000)]
*** empty log message ***

19 years ago(standard-display-european-internal): Don't fiddle with latin-1 non-break space
Stefan Monnier [Thu, 27 Jan 2005 14:47:33 +0000 (14:47 +0000)]
(standard-display-european-internal): Don't fiddle with latin-1 non-break space
any more since it's now special cased in the C code.
Don't "do&undo" setting for 160 (especially, don't undo incorrectly).

19 years ago(Initial Options): Add a cross reference to `Init File'. Mention the
Lute Kamstra [Thu, 27 Jan 2005 08:58:52 +0000 (08:58 +0000)]
(Initial Options): Add a cross reference to `Init File'.  Mention the
`-Q' option at the `--no-site-file' option.

19 years ago(all): Add `undo-outer-limit'.
Luc Teirlinck [Thu, 27 Jan 2005 02:45:20 +0000 (02:45 +0000)]
(all): Add `undo-outer-limit'.

19 years ago(get_glyph_string_clip_rect): Always show a cursor
Kim F. Storm [Thu, 27 Jan 2005 00:16:28 +0000 (00:16 +0000)]
(get_glyph_string_clip_rect): Always show a cursor
glyph, even when row is only partially visible and actual cursor
position is not visible.

19 years ago*** empty log message ***
Kim F. Storm [Thu, 27 Jan 2005 00:16:00 +0000 (00:16 +0000)]
*** empty log message ***

19 years ago* textmodes/reftex-global.el (reftex-isearch-push-state-function)
Carsten Dominik [Wed, 26 Jan 2005 08:28:31 +0000 (08:28 +0000)]
* textmodes/reftex-global.el (reftex-isearch-push-state-function)
(reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
(reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
(reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.

19 years ago* textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
Carsten Dominik [Wed, 26 Jan 2005 08:28:06 +0000 (08:28 +0000)]
* textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
isearch minor mode.

19 years ago(bibtex-format-entry): Use `bibtex-empty-field-re' only on the text of
Lute Kamstra [Tue, 25 Jan 2005 17:26:11 +0000 (17:26 +0000)]
(bibtex-format-entry): Use `bibtex-empty-field-re' only on the text of
fields, not on entire field lines.
(bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
not on part of a buffer.
(bibtex-empty-field-re): Don't match nonempty field text strings like
"{letters\\macro{}more letters}".  Clarify docstring.
(bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
(bibtex-entry-offset, bibtex-parse-association)
(bibtex-parse-field-name): Fix typos in docstrings.
(bibtex-field-list, bibtex-find-crossref): Fix typos in error
messages.

19 years ago*** empty log message ***
Kim F. Storm [Tue, 25 Jan 2005 12:43:50 +0000 (12:43 +0000)]
*** empty log message ***

19 years agodocumented `reftex-isearch-minor-mode'
Carsten Dominik [Tue, 25 Jan 2005 10:29:49 +0000 (10:29 +0000)]
documented `reftex-isearch-minor-mode'

19 years ago*** empty log message ***
Carsten Dominik [Tue, 25 Jan 2005 10:25:49 +0000 (10:25 +0000)]
*** empty log message ***

19 years ago(help-at-pt-display-when-idle): Add autoload cookie.
Luc Teirlinck [Tue, 25 Jan 2005 03:36:37 +0000 (03:36 +0000)]
(help-at-pt-display-when-idle): Add autoload cookie.

19 years ago*** empty log message ***
Richard M. Stallman [Tue, 25 Jan 2005 01:59:39 +0000 (01:59 +0000)]
*** empty log message ***

19 years ago(x_error_quitter): No longer static, and moved after x_error_handler.
Richard M. Stallman [Tue, 25 Jan 2005 01:26:57 +0000 (01:26 +0000)]
(x_error_quitter): No longer static, and moved after x_error_handler.

19 years ago(ispell-dictionary-alist-4): Rewrite the CASECHARS and NOT-CASECHARS
Lute Kamstra [Tue, 25 Jan 2005 00:38:46 +0000 (00:38 +0000)]
(ispell-dictionary-alist-4): Rewrite the CASECHARS and NOT-CASECHARS
regular expressions of the "nederlands" and "nederlands8" dictionaries
to prevent a "Range striding over charsets" error.

19 years ago*** empty log message ***
Kim F. Storm [Mon, 24 Jan 2005 20:44:39 +0000 (20:44 +0000)]
*** empty log message ***