1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-27 07:37:33 +00:00
Commit Graph

54584 Commits

Author SHA1 Message Date
Kim F. Storm
1de0ae85b3 (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.
2005-02-08 23:51:31 +00:00
Kim F. Storm
44042fe7e2 *** empty log message *** 2005-02-08 23:50:46 +00:00
Jan Djärv
b8d6f4af97 * 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.
2005-02-08 21:27:01 +00:00
Stefan Monnier
3419757dfd (Fprimitive_undo): Check veracity of delta,start,end. 2005-02-08 20:49:16 +00:00
Dan Nicolaescu
e7eaabae69 (grep-regexp-alist): Match an optional ^[[K
that some versions of grep produce.
(grep-mode-font-lock-keywords): Likewise.
2005-02-08 16:22:25 +00:00
Lute Kamstra
4183568644 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.
2005-02-08 14:20:54 +00:00
Nick Roberts
94cd554acd (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.
2005-02-08 11:53:43 +00:00
Nick Roberts
76f8cd56df *** empty log message *** 2005-02-08 11:53:04 +00:00
Kim F. Storm
5616155cd6 (LaTex): Add def. 2005-02-08 09:55:58 +00:00
Kim F. Storm
24dfbc5674 *** empty log message *** 2005-02-08 09:55:22 +00:00
Jay Belanger
519b13cd01 *** empty log message *** 2005-02-08 05:16:06 +00:00
Jay Belanger
7258645096 (calc-write-parse-table-part, calc-fix-token-name): Fix a check for
language type.
2005-02-08 05:03:07 +00:00
Jay Belanger
1867200e45 (math-compose-expr): Fix a check for language type. 2005-02-08 05:02:09 +00:00
Jan Djärv
bae45dc3a9 * xfns.c (x_set_tool_bar_lines): Check that width and height is greater than
zero before clearing area.
2005-02-07 21:31:56 +00:00
Jan Djärv
caacfeb891 (x_set_tool_bar_lines): Check that width and height is greater than
zero before clearing area.
2005-02-07 21:31:28 +00:00
André Spiegel
009bb5d219 # 2005-02-07 20:41:39 +00:00
André Spiegel
2770724371 (vc-make-version-backup): Ignore file-errors, e.g. directory not
writable.
2005-02-07 20:38:46 +00:00
Jan Djärv
fc34503b56 * 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.
2005-02-07 20:00:31 +00:00
Jan Djärv
fede04ef9f * 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.
2005-02-07 20:00:07 +00:00
Jan Djärv
e22cf39c66 * 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.
2005-02-07 19:59:36 +00:00
Jan Djärv
3a4415260f * xfns.c (Fx_backspace_delete_keys_p): Added comment about the
reason for the approach in the code.
2005-02-07 12:50:38 +00:00
Kim F. Storm
e4907bbe3b (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.
2005-02-07 11:44:57 +00:00
Kim F. Storm
4905133fd7 (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.
2005-02-07 11:44:40 +00:00
Kim F. Storm
82ec225b40 *** empty log message *** 2005-02-07 11:44:19 +00:00
Kim F. Storm
4ac0318706 (Fprimitive_undo): Record max one dummmy apply element. 2005-02-07 11:44:00 +00:00
Francesco Potortì
140281f621 ftp upload procedure finally described 2005-02-06 22:32:31 +00:00
Jay Belanger
c529f7f749 *** empty log message *** 2005-02-06 16:48:59 +00:00
Jay Belanger
8ed713c67c (TeX Language Mode): Add mention of LaTeX mode, and change name to
"TeX and LaTeX Language Modes."  Mention LaTeX mode throughout manual.
2005-02-06 16:30:13 +00:00
Jay Belanger
61983af023 (calc-tex-language): Display more information in messages. 2005-02-06 16:21:39 +00:00
Jay Belanger
53cf64fd65 (math-compose-expr): Allow multiline matrices in TeX mode. 2005-02-06 16:20:46 +00:00
Lute Kamstra
1f9ad95a99 (Example Major Modes): Fix typos. 2005-02-06 15:59:39 +00:00
Lute Kamstra
82d3c42592 (Expanding Abbrevs): Fix previous fix. 2005-02-06 13:38:01 +00:00
Lute Kamstra
3606516c37 (Init Examples): Fix previous fix. 2005-02-06 13:37:06 +00:00
Lute Kamstra
b7fe908963 (Undo): Fix typo. 2005-02-06 13:17:35 +00:00
Lute Kamstra
d399c30900 (Emacs Invocation): Fix typo. 2005-02-06 13:13:15 +00:00
Lute Kamstra
3e390dd244 (Init Examples): Fix typo. 2005-02-06 13:12:30 +00:00
Lute Kamstra
dd3748b340 (Expanding Abbrevs): Fix typo. 2005-02-06 13:11:39 +00:00
Miles Bader
56c30d7210 Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-82
Merge from gnus--rel--5.10

Patches applied:

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

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

2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
   prefix arg is neither nil nor a number, as info specifies.
2005-02-06 11:56:41 +00:00
Richard M. Stallman
ba2c991c3b *** empty log message *** 2005-02-06 11:24:11 +00:00
Richard M. Stallman
d5e2c90c44 (Frun_hook_with_args)
(Frun_hook_with_args_until_success)
(Frun_hook_with_args_until_failure): Doc fixes.
2005-02-06 11:23:38 +00:00
Richard M. Stallman
75dcf83925 (Registers): Registers can hold numbers, too. 2005-02-06 11:20:28 +00:00
Richard M. Stallman
3423ce024a (Other Kill Commands): Cleanup.
Delete redundant explanation of kill in read-only buffer.
(Yanking): Mention term "copying".
(Accumulating Text): Fix typo.
2005-02-06 11:19:45 +00:00
Richard M. Stallman
1db81533c3 (Entering Emacs): Update rationale at start.
(Exiting): Treat iconifying on a par with suspension.
2005-02-06 11:17:45 +00:00
Richard M. Stallman
af1b425501 (Minor Modes): Fix typo.
(Easy Customization): Fix menu style.
(Variables): Add xref.
(Examining): Setting for future sessions works through .emacs.
(Keymaps): "Text terminals", not "Many".
(Init Rebinding): Explain \C-.  Show example of \M-.
Fix minor wording errors.
(Function Keys): Explain vector syntax just once.
(Named ASCII Chars): Clarify history of TAB/C-i connection.
(Init File): Mention .emacs.d directory.
(Init Examples): Add xref.
(Find Init): Mention .emacs.d directory.
2005-02-06 11:16:21 +00:00
Richard M. Stallman
e93b7ca6aa (Emacs Invocation): +LINENUM is also an option.
(Action Arguments): Explain which kinds of -l args are found how.
(Initial Options): --batch does not inhibit site-start.  Add xrefs.
(Command Example): Use --batch, not -batch.
2005-02-06 11:11:51 +00:00
Richard M. Stallman
1b53c26efb (Inserting Text): Cleanup wording.
(Moving Point): Doc PRIOR, PAGEUP, NEXT, PAGEDOWN more systematically.
C-n is not error at end of buffer.
(Undo): Doc C-/ like C-_.  Add xrefs.
(Arguments): META key may be labeled ALT.
Peculiar arg meanings are explained in doc strings.
2005-02-06 11:06:56 +00:00
Richard M. Stallman
e319d01792 (Expanding Abbrevs): Clarify. 2005-02-06 11:03:40 +00:00
Richard M. Stallman
edd523a993 (Margins): fill-nobreak-predicate can be one function. 2005-02-06 11:02:29 +00:00
Richard M. Stallman
376dfc01c5 (Modifying Strings): clear-string can make unibyte.
(Formatting Strings): format gives error if values missing.
2005-02-06 10:58:01 +00:00
Richard M. Stallman
938183e599 (Character Motion): Mention default arg for forward-char.
backward-char refers to forward-char.
(Word Motion): Mention default arg for forward-word.
(Buffer End Motion): Mention default arg for beginning-of-buffer.
Simplify end-of-buffer.
(Text Lines): Mention default arg for forward-line.
(List Motion): Mention default arg for beginning/end-of-defun.
(Skipping Characters): Minor fixes in explaining character-set.
2005-02-06 10:54:05 +00:00