bpt/emacs.git
19 years ago(describe_map_tree): New arg MENTION_SHADOW. Calls changed.
Richard M. Stallman [Tue, 15 Feb 2005 06:39:18 +0000 (06:39 +0000)]
(describe_map_tree): New arg MENTION_SHADOW.  Calls changed.
(describe_map, describe_vector): Likewise.  When it's 1,
don't omit shadowed bindings, instead mark them as shadowed.

19 years ago(Fsubstitute_command_keys): Compute list of shadowing maps
Richard M. Stallman [Tue, 15 Feb 2005 06:36:17 +0000 (06:36 +0000)]
(Fsubstitute_command_keys): Compute list of shadowing maps
for describe_map_tree.  Pass 1 for MENTION_SHADOWS.

19 years ago(Fsetq_default): Allow no arg case.
Richard M. Stallman [Tue, 15 Feb 2005 06:33:15 +0000 (06:33 +0000)]
(Fsetq_default): Allow no arg case.

19 years ago(all): Comment change.
Luc Teirlinck [Mon, 14 Feb 2005 23:44:07 +0000 (23:44 +0000)]
(all): Comment change.

19 years agoRemove battery.el entry (DONE).
Lute Kamstra [Mon, 14 Feb 2005 17:09:56 +0000 (17:09 +0000)]
Remove battery.el entry (DONE).

19 years agoFix typo. Add missing entry.
Lute Kamstra [Mon, 14 Feb 2005 13:22:41 +0000 (13:22 +0000)]
Fix typo.  Add missing entry.

19 years ago*** empty log message ***
Lute Kamstra [Mon, 14 Feb 2005 12:17:31 +0000 (12:17 +0000)]
*** empty log message ***

19 years ago(all): Check if symbol is void.
Lute Kamstra [Mon, 14 Feb 2005 12:13:12 +0000 (12:13 +0000)]
(all): Check if symbol is void.

19 years ago(reftex-do-citation): Cleanup single
Carsten Dominik [Mon, 14 Feb 2005 12:12:04 +0000 (12:12 +0000)]
(reftex-do-citation): Cleanup single
optional argument to \cite.

19 years ago*** empty log message ***
Carsten Dominik [Mon, 14 Feb 2005 12:11:02 +0000 (12:11 +0000)]
*** empty log message ***

19 years ago(Top): Remove reference to deleted node.
Lute Kamstra [Mon, 14 Feb 2005 11:20:13 +0000 (11:20 +0000)]
(Top): Remove reference to deleted node.

19 years ago(Lists): Remove reference to deleted node.
Lute Kamstra [Mon, 14 Feb 2005 11:19:27 +0000 (11:19 +0000)]
(Lists): Remove reference to deleted node.
(Cons Cells): Fix typo.

19 years ago(Where Defined): Fix typo.
Lute Kamstra [Mon, 14 Feb 2005 11:18:45 +0000 (11:18 +0000)]
(Where Defined): Fix typo.

19 years agoFill the text using the default `fill-column'.
Lute Kamstra [Mon, 14 Feb 2005 10:47:09 +0000 (10:47 +0000)]
Fill the text using the default `fill-column'.

19 years ago*** empty log message ***
Richard M. Stallman [Mon, 14 Feb 2005 10:25:50 +0000 (10:25 +0000)]
*** empty log message ***

19 years ago(Creating Buffer-Local): change-major-mode-hook
Richard M. Stallman [Mon, 14 Feb 2005 10:25:20 +0000 (10:25 +0000)]
(Creating Buffer-Local): change-major-mode-hook
is useful for discarding some minor modes.

19 years ago(Symbol Components): Reorder examples.
Richard M. Stallman [Mon, 14 Feb 2005 10:24:22 +0000 (10:24 +0000)]
(Symbol Components): Reorder examples.

19 years agoSynchronize with TUTORIAL. Correct some typos. Make the terminology
Lute Kamstra [Mon, 14 Feb 2005 10:24:01 +0000 (10:24 +0000)]
Synchronize with TUTORIAL.  Correct some typos.  Make the terminology
more consistent.

19 years ago(Input Functions): State standard-input default.
Richard M. Stallman [Mon, 14 Feb 2005 10:23:29 +0000 (10:23 +0000)]
(Input Functions): State standard-input default.
(Output Variables): State standard-output default.

19 years ago(Printed Representation): Clarify read syntax vs print.
Richard M. Stallman [Mon, 14 Feb 2005 10:22:36 +0000 (10:22 +0000)]
(Printed Representation): Clarify read syntax vs print.
(Floating Point Type): Explain meaning better.
(Symbol Type): Explain uniqueness better.
(Cons Cell Type): Explain empty list sooner.  CAR and CDR later.
List examples sooner.
(Box Diagrams): New subnode broken out.
Some examples moved from old Lists as Boxes node.
(Dotted Pair Notation): Clarify intro.
(Array Type): Clarify.
(Type Predicates): Add hash-table-p.

19 years ago(Integer Basics): Clarify radix explanation.
Richard M. Stallman [Mon, 14 Feb 2005 10:19:36 +0000 (10:19 +0000)]
(Integer Basics): Clarify radix explanation.
(Predicates on Numbers): Minor clarification.
(Comparison of Numbers): Minor clarification.  Clarify eql.
Typos in min, max.
(Math Functions): Clarify overflow in expt.

19 years ago(Text from Minibuffer): Minor clarification.
Richard M. Stallman [Mon, 14 Feb 2005 10:17:32 +0000 (10:17 +0000)]
(Text from Minibuffer): Minor clarification.
Mention arrow keys.

19 years ago(Autoload): defun's doc string overrides autoload's doc string.
Richard M. Stallman [Mon, 14 Feb 2005 10:16:24 +0000 (10:16 +0000)]
(Autoload): defun's doc string overrides autoload's doc string.
(Repeated Loading): Modernize "add to list" examples.
(Where Defined): Finish updating table of load-history elts.

19 years ago(List-related Predicates): Minor wording improvement.
Richard M. Stallman [Mon, 14 Feb 2005 10:14:29 +0000 (10:14 +0000)]
(List-related Predicates): Minor wording improvement.
(Lists as Boxes): Node deleted.
(Building Lists): Explain trivial cases of number-sequence.

19 years ago(Hash Tables): Add desc to menu items.
Richard M. Stallman [Mon, 14 Feb 2005 10:13:16 +0000 (10:13 +0000)]
(Hash Tables): Add desc to menu items.
(Creating Hash): Expain "full" means "make larger",
(Hash Access): Any object can be a key.
State value of maphash.

19 years ago(What Is a Function): Wording cleanup.
Richard M. Stallman [Mon, 14 Feb 2005 10:11:48 +0000 (10:11 +0000)]
(What Is a Function): Wording cleanup.
(Function Documentation): Minor cleanup.
Explain purpose of calling convention at end of doc string.
(Function Names): Wording cleanup.
(Calling Functions): Wording cleanup.
Explain better how funcall calls the function.
(Function Cells): Delete example of saving and redefining function.

19 years ago(Combining Conditions): Wording cleanup.
Richard M. Stallman [Mon, 14 Feb 2005 10:07:43 +0000 (10:07 +0000)]
(Combining Conditions): Wording cleanup.
(Iteration): dolist and dotimes bind VAR locally.
(Cleanups): Xref to Atomic Changes.

19 years ago(Byte Compilation): Delete 19.29 info.
Richard M. Stallman [Mon, 14 Feb 2005 10:05:53 +0000 (10:05 +0000)]
(Byte Compilation): Delete 19.29 info.
(Compilation Functions): Macros' difficulties don't affect defsubst.
(Docs and Compilation): Delete 19.29 info.

19 years ago(url-http-parse-headers): Test url-automatic-caching.
Richard M. Stallman [Mon, 14 Feb 2005 09:58:33 +0000 (09:58 +0000)]
(url-http-parse-headers): Test url-automatic-caching.

19 years ago(custom-buffer-create-internal): Update help message.
Richard M. Stallman [Mon, 14 Feb 2005 09:50:38 +0000 (09:50 +0000)]
(custom-buffer-create-internal): Update help message.
(custom-magic-alist): Update help messages.

19 years ago(all): Allow a var to specify a standard value.
Richard M. Stallman [Mon, 14 Feb 2005 09:49:38 +0000 (09:49 +0000)]
(all): Allow a var to specify a standard value.

19 years ago(encode_coding_string): Always return a unibyte string.
Kenichi Handa [Mon, 14 Feb 2005 01:04:50 +0000 (01:04 +0000)]
(encode_coding_string): Always return a unibyte string.
If NOCOPY is nonzero and there's no need of encoding, make STR
unibyte directly.

19 years ago(lisp_data_to_selection_data): If OBJ is a non-ASCII
Kenichi Handa [Mon, 14 Feb 2005 00:59:42 +0000 (00:59 +0000)]
(lisp_data_to_selection_data): If OBJ is a non-ASCII
multibyte string, signal an error instead of aborting.

19 years agoRevision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-96
Miles Bader [Sun, 13 Feb 2005 08:47:45 +0000 (08:47 +0000)]
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-96

Move Gnus images into etc/images

2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>

   * lisp/gnus/gnus.el (gnus-group-startup-message): Search for gnus images in
   etc/images/gnus.
   * lisp/gnus/mm-util.el (mm-find-charset-region): Likewise.
   * lisp/gnus/smiley.el (smiley-data-directory): Search for smilies in
   etc/images/smilies.

19 years agoRevision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-95
Miles Bader [Sun, 13 Feb 2005 07:12:33 +0000 (07:12 +0000)]
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-95

Merge from gnus--rel--5.10

Patches applied:

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

 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-15
   Update from CVS: lisp/imap.el (imap-log): Doc fix.

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

2005-02-09  Kim F. Storm  <storm@cua.dk>

   Change Emacs release version from 21.4 to 22.1 throughout.
   Change Emacs development version from 21.3.50 to 22.0.50.

2005-02-08  Simon Josefsson  <jas@extundo.com>

   * lisp/gnus/imap.el (imap-log): Doc fix.

19 years agoIf HAVE_FCNTL_H include fcntl.h.
Dan Nicolaescu [Sun, 13 Feb 2005 00:21:11 +0000 (00:21 +0000)]
If HAVE_FCNTL_H include fcntl.h.

19 years ago(expose_window): Don't fix overlaps for mode lines.
Kim F. Storm [Sat, 12 Feb 2005 18:36:01 +0000 (18:36 +0000)]
(expose_window): Don't fix overlaps for mode lines.

19 years ago*** empty log message ***
Kim F. Storm [Sat, 12 Feb 2005 18:35:45 +0000 (18:35 +0000)]
*** empty log message ***

19 years ago*** empty log message ***
Luc Teirlinck [Sat, 12 Feb 2005 18:15:57 +0000 (18:15 +0000)]
*** empty log message ***

19 years ago*** empty log message ***
Luc Teirlinck [Sat, 12 Feb 2005 18:06:24 +0000 (18:06 +0000)]
*** empty log message ***

19 years ago(command-line): Adapt blinking cursor init to changes in frame.el.
Luc Teirlinck [Sat, 12 Feb 2005 18:00:53 +0000 (18:00 +0000)]
(command-line): Adapt blinking cursor init to changes in frame.el.

19 years ago(blink-cursor-timer): Doc fix.
Luc Teirlinck [Sat, 12 Feb 2005 17:58:37 +0000 (17:58 +0000)]
(blink-cursor-timer): Doc fix.
(blink-cursor-mode): Use correct standard expression in defcustom.
(blink-cursor): Make it an alias for `blink-cursor-mode' and declare obsolete.

19 years ago(custom-theme-set-variables): Handle variable aliases.
Luc Teirlinck [Sat, 12 Feb 2005 17:56:32 +0000 (17:56 +0000)]
(custom-theme-set-variables): Handle variable aliases.

19 years ago(apropos-score-doc): Prevent division by zero.
Lute Kamstra [Fri, 11 Feb 2005 16:09:50 +0000 (16:09 +0000)]
(apropos-score-doc): Prevent division by zero.

19 years ago*** empty log message ***
Jay Belanger [Fri, 11 Feb 2005 06:03:35 +0000 (06:03 +0000)]
*** empty log message ***

19 years agoRedefine @expr as @math for TeX output.
Jay Belanger [Fri, 11 Feb 2005 05:44:58 +0000 (05:44 +0000)]
Redefine @expr as @math for TeX output.
Redefine @texline as a no-op for TeX output.
Define @tfn, replace @t by @tfn throughout.

19 years agoFrom Ulf Jasper <ulf.jasper@web.de>:
Glenn Morris [Fri, 11 Feb 2005 01:02:56 +0000 (01:02 +0000)]
From  Ulf Jasper  <ulf.jasper@web.de>:

(icalendar--get-event-property): Doc fix.
(icalendar--get-event-property-attributes)
(icalendar--get-event-properties)
(icalendar--datetime-to-diary-date): New functions.
(icalendar--split-value): Doc fix.
(icalendar--datetime-to-noneuropean-date)
(icalendar--datetime-to-european-date): New optional argument
SEPARATOR.  Return result as a string instead of a list.
(icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
(icalendar--convert-string-for-export): Rename arg S to STRING.
(icalendar-export-region): Doc fix.  Change name of error buffer.
Save output buffer.
(icalendar-import-file): Add blank at end of prompt.
(icalendar-import-buffer): Doc fix.  Do not switch to error
buffer.  Indicate status in return value.
(icalendar--convert-ical-to-diary): Doc fix.  Change name of error
buffer.  Save output buffer.  Handle exception from recurrence
rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
events.  Fix problems with weekly all-day events.

19 years ago*** empty log message ***
Glenn Morris [Fri, 11 Feb 2005 01:01:45 +0000 (01:01 +0000)]
*** empty log message ***

19 years ago(try_window_id): Set first_unchanged_at_end_row to NULL
Kim F. Storm [Thu, 10 Feb 2005 22:49:16 +0000 (22:49 +0000)]
(try_window_id): Set first_unchanged_at_end_row to NULL
if it moves outside window or it doesn't display text.

19 years ago*** empty log message ***
Kim F. Storm [Thu, 10 Feb 2005 22:48:35 +0000 (22:48 +0000)]
*** empty log message ***

19 years agoChange @LaTeX to La@TeX throughout.
Jay Belanger [Thu, 10 Feb 2005 18:55:21 +0000 (18:55 +0000)]
Change @LaTeX to La@TeX throughout.

19 years ago*** empty log message ***
Richard M. Stallman [Thu, 10 Feb 2005 06:51:28 +0000 (06:51 +0000)]
*** empty log message ***

19 years ago(Symbol Type): Minor correction.
Richard M. Stallman [Thu, 10 Feb 2005 06:50:59 +0000 (06:50 +0000)]
(Symbol Type): Minor correction.

19 years ago(eval-expression-print-format): Avoid warning about edebug-active.
Richard M. Stallman [Thu, 10 Feb 2005 06:47:58 +0000 (06:47 +0000)]
(eval-expression-print-format): Avoid warning about edebug-active.

19 years ago(help-for-help-internal): Renamed from help-for-help.
Richard M. Stallman [Thu, 10 Feb 2005 06:46:42 +0000 (06:46 +0000)]
(help-for-help-internal): Renamed from help-for-help.
(help-for-help): Define with defalias.

19 years ago(font-lock-default-function): Use with-no-warnings.
Richard M. Stallman [Thu, 10 Feb 2005 06:45:26 +0000 (06:45 +0000)]
(font-lock-default-function): Use with-no-warnings.

19 years ago(custom-buffer-create-internal): Improve help-echo.
Richard M. Stallman [Thu, 10 Feb 2005 06:44:41 +0000 (06:44 +0000)]
(custom-buffer-create-internal): Improve help-echo.

19 years ago(defface): Doc fix.
Richard M. Stallman [Thu, 10 Feb 2005 06:41:26 +0000 (06:41 +0000)]
(defface): Doc fix.

19 years ago*** empty log message ***
Jay Belanger [Thu, 10 Feb 2005 04:29:47 +0000 (04:29 +0000)]
*** empty log message ***

19 years agoDefine a macro for @LaTeX.
Jay Belanger [Thu, 10 Feb 2005 04:12:19 +0000 (04:12 +0000)]
Define a macro for @LaTeX.

19 years ago(Fprimitive_undo): Check that undo function does not switch buffer.
Kim F. Storm [Wed, 9 Feb 2005 21:49:12 +0000 (21:49 +0000)]
(Fprimitive_undo): Check that undo function does not switch buffer.

19 years ago*** empty log message ***
Kim F. Storm [Wed, 9 Feb 2005 21:48:36 +0000 (21:48 +0000)]
*** empty log message ***

19 years ago(gdb-ann3): Re-instate GDB command "set
Nick Roberts [Wed, 9 Feb 2005 19:42:09 +0000 (19:42 +0000)]
(gdb-ann3): Re-instate GDB command "set
width 0" to prevent word wrapping problems
(in particular, output from "info breakpoints").

19 years ago*** empty log message ***
Nick Roberts [Wed, 9 Feb 2005 19:39:29 +0000 (19:39 +0000)]
*** empty log message ***

19 years agoChange release version from 21.4 to 22.1 throughout.
Kim F. Storm [Wed, 9 Feb 2005 15:50:47 +0000 (15:50 +0000)]
Change release version from 21.4 to 22.1 throughout.
Change development version from 21.3.50 to 22.0.50.

19 years ago(ido-file-extensions-order): New defcustom.
Kim F. Storm [Tue, 8 Feb 2005 23:51:31 +0000 (23:51 +0000)]
(ido-file-extensions-order): New defcustom.
(ido-file-extension-lessp, ido-file-extension-aux)
(ido-file-extension-order): New advanced file ordering.
(ido-file-lessp): New simple file ordering.
(ido-sort-list): Remove.
(ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
(ido-make-dir-list, ido-completion-help): Use ido-file-lessp.

19 years ago*** empty log message ***
Kim F. Storm [Tue, 8 Feb 2005 23:50:46 +0000 (23:50 +0000)]
*** empty log message ***

19 years ago* xselect.c (selection_data_to_lisp_data): For the special case
Jan Djärv [Tue, 8 Feb 2005 21:27:01 +0000 (21:27 +0000)]
* xselect.c (selection_data_to_lisp_data): For the special case
type == XA_ATOM, data contains array of int, not array of Atom.
(x_property_data_to_lisp, selection_data_to_lisp_data): Comment
update: data must be array of int for format == 32.

19 years ago(Fprimitive_undo): Check veracity of delta,start,end.
Stefan Monnier [Tue, 8 Feb 2005 20:49:16 +0000 (20:49 +0000)]
(Fprimitive_undo): Check veracity of delta,start,end.

19 years ago(grep-regexp-alist): Match an optional ^[[K
Dan Nicolaescu [Tue, 8 Feb 2005 16:22:25 +0000 (16:22 +0000)]
(grep-regexp-alist): Match an optional ^[[K
that some versions of grep produce.
(grep-mode-font-lock-keywords): Likewise.

19 years agoRemove some uses of the term "buffer" before it is properly
Lute Kamstra [Tue, 8 Feb 2005 14:20:54 +0000 (14:20 +0000)]
Remove some uses of the term "buffer" before it is properly
introduced.  Update the description of the mode line.  Consistently
use "<ESC>" to denote the ESC key and "<SPC>" to denote the Space bar.
Capitalize all command descriptions.

19 years ago(gdb-location-list): New variable.
Nick Roberts [Tue, 8 Feb 2005 11:53:43 +0000 (11:53 +0000)]
(gdb-location-list): New variable.
(gdb-cdir): Delete
(gdb-info-breakpoints-custom, gdb-goto-breakpoint)
(gdb-source-info): Treat case when source file is in another
directory properly.
(gdb-get-location): New function.

19 years ago*** empty log message ***
Nick Roberts [Tue, 8 Feb 2005 11:53:04 +0000 (11:53 +0000)]
*** empty log message ***

19 years ago(LaTex): Add def.
Kim F. Storm [Tue, 8 Feb 2005 09:55:58 +0000 (09:55 +0000)]
(LaTex): Add def.

19 years ago*** empty log message ***
Kim F. Storm [Tue, 8 Feb 2005 09:55:22 +0000 (09:55 +0000)]
*** empty log message ***

19 years ago*** empty log message ***
Jay Belanger [Tue, 8 Feb 2005 05:16:06 +0000 (05:16 +0000)]
*** empty log message ***

19 years ago(calc-write-parse-table-part, calc-fix-token-name): Fix a check for
Jay Belanger [Tue, 8 Feb 2005 05:03:07 +0000 (05:03 +0000)]
(calc-write-parse-table-part, calc-fix-token-name): Fix a check for
language type.

19 years ago(math-compose-expr): Fix a check for language type.
Jay Belanger [Tue, 8 Feb 2005 05:02:09 +0000 (05:02 +0000)]
(math-compose-expr): Fix a check for language type.

19 years ago* xfns.c (x_set_tool_bar_lines): Check that width and height is greater than
Jan Djärv [Mon, 7 Feb 2005 21:31:56 +0000 (21:31 +0000)]
* xfns.c (x_set_tool_bar_lines): Check that width and height is greater than
zero before clearing area.

19 years ago(x_set_tool_bar_lines): Check that width and height is greater than
Jan Djärv [Mon, 7 Feb 2005 21:31:28 +0000 (21:31 +0000)]
(x_set_tool_bar_lines): Check that width and height is greater than
zero before clearing area.

19 years ago#
André Spiegel [Mon, 7 Feb 2005 20:41:39 +0000 (20:41 +0000)]
#

19 years ago(vc-make-version-backup): Ignore file-errors, e.g. directory not
André Spiegel [Mon, 7 Feb 2005 20:38:46 +0000 (20:38 +0000)]
(vc-make-version-backup): Ignore file-errors, e.g. directory not
writable.

19 years ago* xfns.c (Fx_change_window_property): Use long array when format is 32.
Jan Djärv [Mon, 7 Feb 2005 20:00:31 +0000 (20:00 +0000)]
* xfns.c (Fx_change_window_property): Use long array when format is 32.
(Fx_window_property): If format is 32 and long is bigger than 32 bits,
convert long array returned from XGetWindowProperty to an int array.

* xselect.c (x_reply_selection_request): Pass long array to
XChangeProperty so that 64 bit longs are handeled correctly.
(x_get_window_property): If format is 32 and long is bigger than 32
bits convert data from XGetWindowProperty from long array to int array.
(lisp_data_to_selection_data): When the input is a vector and the
format is 32, allocate a long array even if long is bigger than 32 bits.
(x_fill_property_data): Use char, short and long as the man page
for XChangeProperty specifies.  This way the data returned is OK for
both 32 and 64 bit machines.
(x_handle_dnd_message): Calculate size correctly even for 64 bit
machines.
(Fx_send_client_event): Undo change from 2005-02-05,
x_fill_property_data now handles that case.

19 years ago* xfns.c (Fx_change_window_property): Use long array when format is 32.
Jan Djärv [Mon, 7 Feb 2005 20:00:07 +0000 (20:00 +0000)]
* xfns.c (Fx_change_window_property): Use long array when format is 32.
(Fx_window_property): If format is 32 and long is bigger than 32 bits,
convert long array returned from XGetWindowProperty to an int array.

19 years ago* xselect.c (x_reply_selection_request): Pass long array to
Jan Djärv [Mon, 7 Feb 2005 19:59:36 +0000 (19:59 +0000)]
* xselect.c (x_reply_selection_request): Pass long array to
XChangeProperty so that 64 bit longs are handeled correctly.
(x_get_window_property): If format is 32 and long is bigger than 32
bits convert data from XGetWindowProperty from long array to int array.
(lisp_data_to_selection_data): When the input is a vector and the
format is 32, allocate a long array even if long is bigger than 32 bits.
(x_fill_property_data): Use char, short and long as the man page
for XChangeProperty specifies.  This way the data returned is OK for
both 32 and 64 bit machines.
(x_handle_dnd_message): Calculate size correctly even for 64 bit
machines.
(Fx_send_client_event): Undo change from 2005-02-05,
x_fill_property_data now handles that case.

19 years ago* xfns.c (Fx_backspace_delete_keys_p): Added comment about the
Jan Djärv [Mon, 7 Feb 2005 12:50:38 +0000 (12:50 +0000)]
* xfns.c (Fx_backspace_delete_keys_p): Added comment about the
reason for the approach in the code.

19 years ago(cua--undo-list, cua--tidy-undo-counter)
Kim F. Storm [Mon, 7 Feb 2005 11:44:57 +0000 (11:44 +0000)]
(cua--undo-list, cua--tidy-undo-counter)
(cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
(cua--rect-undo-set-point): New var.
(cua--rectangle-undo-boundary): Setup undo apply entry.
(cua--rect-undo-handler): New function for rectangle undo.
(cua--rect-start-position, cua--rect-end-position): Add.
(cua--rectangle-post-command): Call cua--rectangle-set-corners
for restored rectangle.  Set point if cua--rect-undo-set-point.

19 years ago(cua-max-undo, cua-undo): Remove.
Kim F. Storm [Mon, 7 Feb 2005 11:44:40 +0000 (11:44 +0000)]
(cua-max-undo, cua-undo): Remove.
(cua--standard-movement-commands): Remove list.
Instead, set CUA property value to move for movement commands.
(cua-movement-commands): Remove.  Users must set CUA prop instead.
(cua--pre-command-handler): Check CUA property.
(cua--init-keymaps): Don't remap undo commands.
(cua-mode): Don't call cua--rectangle-on-off.

19 years ago*** empty log message ***
Kim F. Storm [Mon, 7 Feb 2005 11:44:19 +0000 (11:44 +0000)]
*** empty log message ***

19 years ago(Fprimitive_undo): Record max one dummmy apply element.
Kim F. Storm [Mon, 7 Feb 2005 11:44:00 +0000 (11:44 +0000)]
(Fprimitive_undo): Record max one dummmy apply element.

19 years agoftp upload procedure finally described
Francesco Potortì [Sun, 6 Feb 2005 22:32:31 +0000 (22:32 +0000)]
ftp upload procedure finally described

19 years ago*** empty log message ***
Jay Belanger [Sun, 6 Feb 2005 16:48:59 +0000 (16:48 +0000)]
*** empty log message ***

19 years ago(TeX Language Mode): Add mention of LaTeX mode, and change name to
Jay Belanger [Sun, 6 Feb 2005 16:30:13 +0000 (16:30 +0000)]
(TeX Language Mode): Add mention of LaTeX mode, and change name to
"TeX and LaTeX Language Modes."  Mention LaTeX mode throughout manual.

19 years ago(calc-tex-language): Display more information in messages.
Jay Belanger [Sun, 6 Feb 2005 16:21:39 +0000 (16:21 +0000)]
(calc-tex-language): Display more information in messages.

19 years ago(math-compose-expr): Allow multiline matrices in TeX mode.
Jay Belanger [Sun, 6 Feb 2005 16:20:46 +0000 (16:20 +0000)]
(math-compose-expr): Allow multiline matrices in TeX mode.

19 years ago(Example Major Modes): Fix typos.
Lute Kamstra [Sun, 6 Feb 2005 15:59:39 +0000 (15:59 +0000)]
(Example Major Modes): Fix typos.

19 years ago(Expanding Abbrevs): Fix previous fix.
Lute Kamstra [Sun, 6 Feb 2005 13:38:01 +0000 (13:38 +0000)]
(Expanding Abbrevs): Fix previous fix.

19 years ago(Init Examples): Fix previous fix.
Lute Kamstra [Sun, 6 Feb 2005 13:37:06 +0000 (13:37 +0000)]
(Init Examples): Fix previous fix.

19 years ago(Undo): Fix typo.
Lute Kamstra [Sun, 6 Feb 2005 13:17:35 +0000 (13:17 +0000)]
(Undo): Fix typo.

19 years ago(Emacs Invocation): Fix typo.
Lute Kamstra [Sun, 6 Feb 2005 13:13:15 +0000 (13:13 +0000)]
(Emacs Invocation): Fix typo.