]> code.delx.au - gnu-emacs/log
gnu-emacs
19 years ago(buffer-end): Doc fix.
Richard M. Stallman [Sun, 6 Feb 2005 10:40:20 +0000 (10:40 +0000)]
(buffer-end): Doc fix.

19 years agoMinor clarification.
Richard M. Stallman [Sun, 6 Feb 2005 10:38:49 +0000 (10:38 +0000)]
Minor clarification.

19 years ago(sys_subshell): Properly terminate execlp argument list.
Andreas Schwab [Sat, 5 Feb 2005 19:40:23 +0000 (19:40 +0000)]
(sys_subshell): Properly terminate execlp argument list.

19 years ago*** empty log message ***
Eli Zaretskii [Sat, 5 Feb 2005 19:23:12 +0000 (19:23 +0000)]
*** empty log message ***

19 years ago(ldap-search-internal): Support attributes with
Eli Zaretskii [Sat, 5 Feb 2005 19:18:03 +0000 (19:18 +0000)]
(ldap-search-internal): Support attributes with
optional descriptions separated by a semi-colon, as in
"userCertificate;binary".

19 years ago(Maintaining Undo): Remove obsolete function.
Lute Kamstra [Sat, 5 Feb 2005 18:12:32 +0000 (18:12 +0000)]
(Maintaining Undo): Remove obsolete function.

19 years ago* x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
Jan Djärv [Sat, 5 Feb 2005 16:53:22 +0000 (16:53 +0000)]
* x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
isn't a cons (i.e. the version is 0).

19 years ago* xselect.c (Fx_send_client_event, x_handle_dnd_message): Handle
Jan Djärv [Sat, 5 Feb 2005 16:41:38 +0000 (16:41 +0000)]
* xselect.c (Fx_send_client_event, x_handle_dnd_message): Handle
the longs in a XClientMessageEvent correctly when long is 64 bits.

19 years ago*** empty log message ***
Eli Zaretskii [Sat, 5 Feb 2005 13:46:26 +0000 (13:46 +0000)]
*** empty log message ***

19 years ago(Frame Parameters): Add an xref to the description
Eli Zaretskii [Sat, 5 Feb 2005 13:45:34 +0000 (13:45 +0000)]
(Frame Parameters): Add an xref to the description
of list-colors-display.  Add a pointer to the X docs about colors.

19 years ago(Colors): Mention 16-, 88- and 256-color modes.
Eli Zaretskii [Sat, 5 Feb 2005 13:44:46 +0000 (13:44 +0000)]
(Colors): Mention 16-, 88- and 256-color modes.
Impove docs of list-colors-display.

19 years ago(Color Names): Add pointer to the X docs about RGB
Eli Zaretskii [Sat, 5 Feb 2005 13:19:39 +0000 (13:19 +0000)]
(Color Names): Add pointer to the X docs about RGB
color specifications.  Improve indexing
(Text Terminal Colors): Replace the description of RGB values by
an xref to "Color Names".

19 years ago(help-for-help): Doc fix.
Eli Zaretskii [Sat, 5 Feb 2005 12:45:44 +0000 (12:45 +0000)]
(help-for-help): Doc fix.

19 years ago*** empty log message ***
Eli Zaretskii [Sat, 5 Feb 2005 12:19:15 +0000 (12:19 +0000)]
*** empty log message ***

19 years ago(face_color_supported_p): Use HAVE_WINDOW_SYSTEM
Eli Zaretskii [Sat, 5 Feb 2005 12:14:45 +0000 (12:14 +0000)]
(face_color_supported_p): Use HAVE_WINDOW_SYSTEM
instead of HAVE_X_WINDOWS, for non-X windowed sessions.

19 years agoUpdate the name of the socket of the Emacs server.
Eli Zaretskii [Sat, 5 Feb 2005 12:00:57 +0000 (12:00 +0000)]
Update the name of the socket of the Emacs server.

19 years agoUpdate copyright. Put GDB-Frames before
Nick Roberts [Sat, 5 Feb 2005 05:31:36 +0000 (05:31 +0000)]
Update copyright. Put GDB-Frames before
GDB-Windows on the menu-bar as this works better.

19 years ago*** empty log message ***
Nick Roberts [Sat, 5 Feb 2005 05:30:57 +0000 (05:30 +0000)]
*** empty log message ***

19 years ago(fatal): Accept third parameter and pass down to
Andreas Schwab [Fri, 4 Feb 2005 22:11:43 +0000 (22:11 +0000)]
(fatal): Accept third parameter and pass down to
error.
(pfatal_with_name): Pass error string as format parameter instead
of as part of format string.
(pfatal_and_delete): Likewise.
(main): Adjust call to fatal.
(xmalloc): Likewise.

19 years ago*** empty log message ***
Jay Belanger [Fri, 4 Feb 2005 06:38:34 +0000 (06:38 +0000)]
*** empty log message ***

19 years ago(calc-embedded-update): Don't put in unnecessary newlines.
Jay Belanger [Fri, 4 Feb 2005 06:22:18 +0000 (06:22 +0000)]
(calc-embedded-update): Don't put in unnecessary newlines.
Adjust the end of formula marker.

19 years ago(math-latex-parse-frac): Don't use arguments.
Jay Belanger [Fri, 4 Feb 2005 06:20:52 +0000 (06:20 +0000)]
(math-latex-parse-frac): Don't use arguments.
(math-latex-parse-two-args): New function.

19 years agoForgot to remove debug code.
Jan Djärv [Thu, 3 Feb 2005 19:57:33 +0000 (19:57 +0000)]
Forgot to remove debug code.

19 years ago* gtkutil.c (create_menus): Connect selection-done event instead of
Jan Djärv [Thu, 3 Feb 2005 19:50:08 +0000 (19:50 +0000)]
* gtkutil.c (create_menus): Connect selection-done event instead of
the deactivate event to deactivate_cb.  This will make the last
leave event come before the call to deactivate_cb, so the leave
event does not make sit-for exit after a menu selection.

19 years ago* xmenu.c (menubar_selection_callback): Force out GTK buffered
Jan Djärv [Thu, 3 Feb 2005 19:49:43 +0000 (19:49 +0000)]
* xmenu.c (menubar_selection_callback): Force out GTK buffered
events so the menu event comes after them.  This is to prevent sit-for
from exiting on buffered events directly after a menu selection,
lisp code for Help => About Emacs uses sit-for.

19 years ago* xmenu.c (menubar_selection_callback): Force out GTK buffered
Jan Djärv [Thu, 3 Feb 2005 19:48:59 +0000 (19:48 +0000)]
* xmenu.c (menubar_selection_callback): Force out GTK buffered
events so the menu event comes after them.  This is to prevent sit-for
from exiting on buffered events directly after a menu selection,
lisp code for Help => About Emacs uses sit-for.

* gtkutil.c (create_menus): Connect selection-done event instead of
the deactivate event to deactivate_cb.  This will make the last
leave event come before the call to deactivate_cb, so the leave
event does not make sit-for exit after a menu selection.

19 years ago(help-with-tutorial): Make sure that users cannot remove the entire
Lute Kamstra [Thu, 3 Feb 2005 19:42:19 +0000 (19:42 +0000)]
(help-with-tutorial): Make sure that users cannot remove the entire
text of the tutorial by means of `undo'.

19 years ago(ispell-internal-change-dictionary): Fix problem in recent changes, where
Stefan Monnier [Thu, 3 Feb 2005 16:20:22 +0000 (16:20 +0000)]
(ispell-internal-change-dictionary): Fix problem in recent changes, where
the ispell process was repeatedly killed & restarted.

19 years ago(set-locale-environment): Set file-name coding system to utf-8 on Darwin.
Stefan Monnier [Thu, 3 Feb 2005 16:06:34 +0000 (16:06 +0000)]
(set-locale-environment): Set file-name coding system to utf-8 on Darwin.
(set-default-coding-systems): Don't set default-file-name-coding-system
on Darwin systems.

19 years agoCopyright update.
Stefan Monnier [Thu, 3 Feb 2005 16:04:50 +0000 (16:04 +0000)]
Copyright update.

19 years ago(unwind_create_frame) [!GLYPH_DEBUG]: Fix xassert.
Kim F. Storm [Thu, 3 Feb 2005 14:09:04 +0000 (14:09 +0000)]
(unwind_create_frame) [!GLYPH_DEBUG]: Fix xassert.

19 years ago(x_free_gc) [!GLYPH_DEBUG]: Fix xassert.
Kim F. Storm [Thu, 3 Feb 2005 14:08:47 +0000 (14:08 +0000)]
(x_free_gc) [!GLYPH_DEBUG]: Fix xassert.

19 years ago(build_frame_matrix_from_leaf_window)
Kim F. Storm [Thu, 3 Feb 2005 14:08:01 +0000 (14:08 +0000)]
(build_frame_matrix_from_leaf_window)
 [!GLYPH_DEBUG]: Fix xassert.

19 years ago*** empty log message ***
Kim F. Storm [Thu, 3 Feb 2005 14:07:44 +0000 (14:07 +0000)]
*** empty log message ***

19 years ago(mac_draw_string_common, x_make_frame_visible): Use
YAMAMOTO Mitsuharu [Thu, 3 Feb 2005 11:58:25 +0000 (11:58 +0000)]
(mac_draw_string_common, x_make_frame_visible): Use
MAC_OS_X_VERSION_MAX_ALLOWED to conditionalize by the compiling OS
version.

19 years ago(x_create_tip_frame): Use MAC_OS_X_VERSION_MAX_ALLOWED to
YAMAMOTO Mitsuharu [Thu, 3 Feb 2005 11:56:47 +0000 (11:56 +0000)]
(x_create_tip_frame): Use MAC_OS_X_VERSION_MAX_ALLOWED to
conditionalize by the compiling OS version.

19 years agoUse MAC_OS_X_VERSION_MAX_ALLOWED to conditionalize by the compiling OS
YAMAMOTO Mitsuharu [Thu, 3 Feb 2005 11:55:47 +0000 (11:55 +0000)]
Use MAC_OS_X_VERSION_MAX_ALLOWED to conditionalize by the compiling OS
version.

19 years ago(Frames, Drag and Drop): Fix typos.
Lute Kamstra [Thu, 3 Feb 2005 09:18:48 +0000 (09:18 +0000)]
(Frames, Drag and Drop): Fix typos.

19 years ago*** empty log message ***
Richard M. Stallman [Thu, 3 Feb 2005 07:39:01 +0000 (07:39 +0000)]
*** empty log message ***

19 years ago(x_error_quitter): On GCC 3 and up, specify noinline.
Richard M. Stallman [Thu, 3 Feb 2005 07:36:15 +0000 (07:36 +0000)]
(x_error_quitter): On GCC 3 and up, specify noinline.

19 years ago(echo_area_display): Clear echo_message_buffer.
Richard M. Stallman [Thu, 3 Feb 2005 07:35:28 +0000 (07:35 +0000)]
(echo_area_display): Clear echo_message_buffer.

19 years ago(Fbury_buffer): Doc fix.
Richard M. Stallman [Thu, 3 Feb 2005 07:33:52 +0000 (07:33 +0000)]
(Fbury_buffer): Doc fix.

19 years ago(Basic Window): Mention color-change in mode line.
Richard M. Stallman [Thu, 3 Feb 2005 07:31:56 +0000 (07:31 +0000)]
(Basic Window): Mention color-change in mode line.
(Change Window): Explain dragging vertical boundaries.

19 years ago(Sentences): Clarify.
Richard M. Stallman [Thu, 3 Feb 2005 07:30:48 +0000 (07:30 +0000)]
(Sentences): Clarify.
(Paragraphs): Explain M-a and blank lines.
(Outline Mode): Clarify text and menu.
(Hard and Soft Newlines): Mention use-hard-newlines.

19 years ago(Frames): Delete unnecessary mention of Windows.
Richard M. Stallman [Thu, 3 Feb 2005 07:29:03 +0000 (07:29 +0000)]
(Frames): Delete unnecessary mention of Windows.
(Mouse Commands): Likewise.  Mention xterm mouse support.
(Clipboard): Clarify.
(Mouse References): Mention use of Mouse-1 for following links.
(Menu Mouse Clicks): Clarify.
(Mode Line Mouse): Clarify.
(Drag and Drop): Rewrite.

19 years ago(Spelling): Fix typo.
Richard M. Stallman [Thu, 3 Feb 2005 07:25:47 +0000 (07:25 +0000)]
(Spelling): Fix typo.

19 years ago(File Names): Clarify.
Richard M. Stallman [Thu, 3 Feb 2005 07:25:14 +0000 (07:25 +0000)]
(File Names): Clarify.
(Visiting): Update conditions for use of file dialog.  Clarify.
(Saving): Doc d as answer in save-some-buffers.
(Remote Files): Clean up the text.

19 years ago(Misc Dired Commands): Delete dired-marked-files.
Richard M. Stallman [Thu, 3 Feb 2005 07:23:36 +0000 (07:23 +0000)]
(Misc Dired Commands): Delete dired-marked-files.

19 years ago(Select Buffer): Doc next-buffer and prev-buffer.
Richard M. Stallman [Thu, 3 Feb 2005 07:22:46 +0000 (07:22 +0000)]
(Select Buffer): Doc next-buffer and prev-buffer.
(List Buffers): Clarify.
(Several Buffers): Doc T command.
(Buffer Convenience): Clarify menu.

19 years ago(Undo): Clarify last change.
Richard M. Stallman [Thu, 3 Feb 2005 07:20:07 +0000 (07:20 +0000)]
(Undo): Clarify last change.

19 years ago(Basic Windows): Add cursor-in-non-selected-windows. Clarify.
Richard M. Stallman [Thu, 3 Feb 2005 07:19:07 +0000 (07:19 +0000)]
(Basic Windows): Add cursor-in-non-selected-windows.  Clarify.
(Selecting Windows): Clarify save-selected-window.
(Cyclic Window Ordering): Clarify walk-windows.
(Window Point): Clarify.
(Window Start): Add comment to example.
(Resizing Windows): Add `interactive' specs in examples.
Document fit-window-to-buffer.

19 years ago* macfns.c (unwind_create_frame): Fixing compile error due to
Steven Tamm [Thu, 3 Feb 2005 07:09:43 +0000 (07:09 +0000)]
* macfns.c (unwind_create_frame): Fixing compile error due to
xassert being uncondition, but predicate is.

19 years ago(User-Level Deletion): just-one-space takes numeric arg.
Richard M. Stallman [Thu, 3 Feb 2005 07:09:17 +0000 (07:09 +0000)]
(User-Level Deletion): just-one-space takes numeric arg.
(Undo, Maintaining Undo): Clarify last change.
(Sorting): In sort-numeric-fields, explain about octal and hex.
Mention sort-numeric-base.
(Format Properties): Add xref for hard newlines.

19 years ago* dispnew.c (update_window): Fixing compile error due to
Steven Tamm [Thu, 3 Feb 2005 07:05:35 +0000 (07:05 +0000)]
* dispnew.c (update_window): Fixing compile error due to
xassert being uncondition, but predicate is.

19 years ago(Window Frame Parameters): Explain pixel=char on tty.
Richard M. Stallman [Thu, 3 Feb 2005 07:04:29 +0000 (07:04 +0000)]
(Window Frame Parameters): Explain pixel=char on tty.
(Pop-Up Menus): Fix typo.
(Color Names): Explain all types of color names.
Explain color-values on B&W terminal.
(Text Terminal Colors): Explain "rgb values" are lists.  Fix arg names.

19 years ago(File Locks): Not supported on MS systems.
Richard M. Stallman [Thu, 3 Feb 2005 07:01:04 +0000 (07:01 +0000)]
(File Locks): Not supported on MS systems.
(Testing Accessibility): Clarify.

19 years ago(Printing in Edebug): Fix edebug-print-circle.
Richard M. Stallman [Thu, 3 Feb 2005 06:58:38 +0000 (06:58 +0000)]
(Printing in Edebug): Fix edebug-print-circle.
(Coverage Testing): Fix typo.

19 years ago(Misc Events): Remove stray space.
Richard M. Stallman [Thu, 3 Feb 2005 06:57:22 +0000 (06:57 +0000)]
(Misc Events): Remove stray space.

19 years ago(Buffer Names): Clarify generate-new-buffer-name.
Richard M. Stallman [Thu, 3 Feb 2005 06:56:24 +0000 (06:56 +0000)]
(Buffer Names): Clarify generate-new-buffer-name.
(Modification Time): Clarify when visited-file-modtime returns 0.
(The Buffer List): Clarify bury-buffer.
(Killing Buffers): Clarify.
(Indirect Buffers): Add clone-indirect-buffer.

19 years ago(hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
Richard M. Stallman [Thu, 3 Feb 2005 06:49:18 +0000 (06:49 +0000)]
(hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.

19 years ago(list-faces-display): Add optional argument.
Richard M. Stallman [Thu, 3 Feb 2005 06:47:16 +0000 (06:47 +0000)]
(list-faces-display): Add optional argument.

19 years ago(font-lock-default-function): Handle the rare case where
Stefan Monnier [Thu, 3 Feb 2005 04:28:21 +0000 (04:28 +0000)]
(font-lock-default-function): Handle the rare case where
only font-lock-keywords is set.

19 years agoRevision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-72
Miles Bader [Thu, 3 Feb 2005 03:56:00 +0000 (03:56 +0000)]
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-72

src/dispextern.h (xassert): Enable unconditionally.

2005-02-02  Miles Bader  <miles@gnu.org>

   * src/dispextern.h (xassert): Enable unconditionally.

19 years agoCancel previous change. for
Kenichi Handa [Thu, 3 Feb 2005 02:19:15 +0000 (02:19 +0000)]
Cancel previous change. for
I-WITH-DOT-ABOVE and DOTLESS-i

19 years agoCancel previous change.
Kenichi Handa [Thu, 3 Feb 2005 02:16:40 +0000 (02:16 +0000)]
Cancel previous change.

19 years agoMake it clear it's only used for Mac OS 9.
Stefan Monnier [Wed, 2 Feb 2005 23:33:04 +0000 (23:33 +0000)]
Make it clear it's only used for Mac OS 9.

19 years ago*** empty log message ***
Stefan Monnier [Wed, 2 Feb 2005 23:32:15 +0000 (23:32 +0000)]
*** empty log message ***

19 years ago(Fprimitive_undo): Fix dummy apply undo entry.
Kim F. Storm [Wed, 2 Feb 2005 15:43:18 +0000 (15:43 +0000)]
(Fprimitive_undo): Fix dummy apply undo entry.

19 years ago*** empty log message ***
Kim F. Storm [Wed, 2 Feb 2005 15:43:05 +0000 (15:43 +0000)]
*** empty log message ***

19 years agoCorrection to syntax in gud-menu-map.
Nick Roberts [Wed, 2 Feb 2005 05:52:51 +0000 (05:52 +0000)]
Correction to syntax in gud-menu-map.

19 years ago*** empty log message ***
Nick Roberts [Wed, 2 Feb 2005 05:51:51 +0000 (05:51 +0000)]
*** empty log message ***

19 years ago(set-upcase-syntax, set-downcase-syntax): Fix previous change.
Kenichi Handa [Wed, 2 Feb 2005 02:43:13 +0000 (02:43 +0000)]
(set-upcase-syntax, set-downcase-syntax): Fix previous change.

19 years ago*** empty log message ***
Kenichi Handa [Wed, 2 Feb 2005 01:13:50 +0000 (01:13 +0000)]
*** empty log message ***

19 years ago(tbl): Setup cases of I-WITH-DOT-ABOVE, DOTLESS-i.
Kenichi Handa [Wed, 2 Feb 2005 01:12:36 +0000 (01:12 +0000)]
(tbl): Setup cases of I-WITH-DOT-ABOVE, DOTLESS-i.

19 years agoSetup cases of GREEK-FINAL-SIGMA,
Kenichi Handa [Wed, 2 Feb 2005 01:00:44 +0000 (01:00 +0000)]
Setup cases of GREEK-FINAL-SIGMA,
Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.

19 years ago(casify_region): Fix previous change.
Kenichi Handa [Wed, 2 Feb 2005 00:57:33 +0000 (00:57 +0000)]
(casify_region): Fix previous change.

19 years ago(get-upcase-table): New function.
Kenichi Handa [Wed, 2 Feb 2005 00:57:07 +0000 (00:57 +0000)]
(get-upcase-table): New function.
(copy-case-table): Copy upcaes table too if non-nil.
(set-case-syntax-delims): Maintain upcase table too.
(set-case-syntax-pair): Likewise.
(set-upcase-syntax, set-downcase-syntax): New functions.
(set-case-syntax): Maintain upcase table too.

19 years ago(casify_object): Enable changing characters of
Kenichi Handa [Tue, 1 Feb 2005 23:49:46 +0000 (23:49 +0000)]
(casify_object): Enable changing characters of
different byte length.
(casify_region): Fix loop condition, args to replace_range_2, and
update opoint_byte.

19 years ago(replace_range_2): Fix bugs in adjusting markers and point.
Kenichi Handa [Tue, 1 Feb 2005 23:47:06 +0000 (23:47 +0000)]
(replace_range_2): Fix bugs in adjusting markers and point.

19 years ago(gdb-goto-info): Delete.
Nick Roberts [Tue, 1 Feb 2005 20:11:09 +0000 (20:11 +0000)]
(gdb-goto-info): Delete.

19 years ago(gud-goto-info): New function.
Nick Roberts [Tue, 1 Feb 2005 20:10:19 +0000 (20:10 +0000)]
(gud-goto-info): New function.
(gud-tool-bar-map): Use correct icon.

19 years ago*** empty log message ***
Nick Roberts [Tue, 1 Feb 2005 20:09:33 +0000 (20:09 +0000)]
*** empty log message ***

19 years ago(lisp-indent-function): Fix bug:
Thien-Thi Nguyen [Tue, 1 Feb 2005 15:50:46 +0000 (15:50 +0000)]
(lisp-indent-function): Fix bug:
When delegating, order args in the funcall correctly.

19 years ago(lisp-indent-function): Doc fix.
Thien-Thi Nguyen [Tue, 1 Feb 2005 15:02:50 +0000 (15:02 +0000)]
(lisp-indent-function): Doc fix.

19 years ago(reftex-access-scan-info): Error out in a
Carsten Dominik [Tue, 1 Feb 2005 12:39:39 +0000 (12:39 +0000)]
(reftex-access-scan-info): Error out in a
buffer not visiting a file.

19 years ago*** empty log message ***
Carsten Dominik [Tue, 1 Feb 2005 12:37:28 +0000 (12:37 +0000)]
*** empty log message ***

19 years ago(back_to_previous_visible_line_start): Reset iterator
Kim F. Storm [Tue, 1 Feb 2005 08:56:01 +0000 (08:56 +0000)]
(back_to_previous_visible_line_start): Reset iterator
stack before calling handle_display_prop.

19 years ago*** empty log message ***
Kim F. Storm [Tue, 1 Feb 2005 08:55:42 +0000 (08:55 +0000)]
*** empty log message ***

19 years ago*** empty log message ***
Jay Belanger [Tue, 1 Feb 2005 04:13:59 +0000 (04:13 +0000)]
*** empty log message ***

19 years ago(calc-embedded-find-bounds): Set formula bound on line with formula.
Jay Belanger [Tue, 1 Feb 2005 03:57:08 +0000 (03:57 +0000)]
(calc-embedded-find-bounds): Set formula bound on line with formula.

19 years ago*** empty log message ***
Luc Teirlinck [Mon, 31 Jan 2005 23:32:36 +0000 (23:32 +0000)]
*** empty log message ***

19 years ago(Maintaining Undo): Add `undo-outer-limit'.
Luc Teirlinck [Mon, 31 Jan 2005 23:31:21 +0000 (23:31 +0000)]
(Maintaining Undo): Add `undo-outer-limit'.

19 years ago(Undo) <buffer-undo-list>: Describe `apply' elements.
Kim F. Storm [Mon, 31 Jan 2005 23:22:11 +0000 (23:22 +0000)]
(Undo) <buffer-undo-list>: Describe `apply' elements.

19 years ago(Undo): Update description of `undo-outer-limit'.
Luc Teirlinck [Mon, 31 Jan 2005 23:18:45 +0000 (23:18 +0000)]
(Undo): Update description of `undo-outer-limit'.

19 years ago*** empty log message ***
Kim F. Storm [Mon, 31 Jan 2005 23:17:42 +0000 (23:17 +0000)]
*** empty log message ***

19 years ago(ses-create-cell-variable-range)
Kim F. Storm [Mon, 31 Jan 2005 22:47:40 +0000 (22:47 +0000)]
(ses-create-cell-variable-range)
(ses-destroy-cell-variable-range, ses-reset-header-string)
(ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
(ses-insert-row): Fix format of apply undo entries.

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.