- 07 Feb, 2005 9 commits
-
-
André Spiegel authored
writable.
-
Jan Djärv authored
(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.
-
Jan Djärv authored
(Fx_window_property): If format is 32 and long is bigger than 32 bits, convert long array returned from XGetWindowProperty to an int array.
-
Jan Djärv authored
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.
-
Jan Djärv authored
reason for the approach in the code.
-
Kim F. Storm authored
(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.
-
Kim F. Storm authored
(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.
-
Kim F. Storm authored
-
Kim F. Storm authored
-
- 06 Feb, 2005 29 commits
-
-
Francesco Potortì authored
-
Jay Belanger authored
-
Jay Belanger authored
"TeX and LaTeX Language Modes." Mention LaTeX mode throughout manual.
-
Jay Belanger authored
-
Jay Belanger authored
-
Lute Kamstra authored
-
Lute Kamstra authored
-
Lute Kamstra authored
-
Lute Kamstra authored
-
Lute Kamstra authored
-
Lute Kamstra authored
-
Lute Kamstra authored
-
Miles Bader authored
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.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
(Frun_hook_with_args_until_success) (Frun_hook_with_args_until_failure): Doc fixes.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
Delete redundant explanation of kill in read-only buffer. (Yanking): Mention term "copying". (Accumulating Text): Fix typo.
-
Richard M. Stallman authored
(Exiting): Treat iconifying on a par with suspension.
-
Richard M. Stallman authored
(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.
-
Richard M. Stallman authored
(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.
-
Richard M. Stallman authored
(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.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
(Formatting Strings): format gives error if values missing.
-
Richard M. Stallman authored
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.
-
Richard M. Stallman authored
Mode inheritance applies only when default-major-mode is nil. Clarifications. (Example Major Modes): Update Text mode and Lisp mode examples. (Minor Mode Conventions): Mention define-minor-mode at top. (Defining Minor Modes): In Hungry example, don't define C-M-DEL. (Mode Line Format): Update mode line face display info. (Properties in Mode): Mention effect of risky vars. (Imenu): Define imenu-add-to-menubar. (Font Lock Mode): Add descriptions to menu lines. (Faces for Font Lock): Add font-lock-doc-face.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
- 05 Feb, 2005 2 commits
-
-
Andreas Schwab authored
-
Eli Zaretskii authored
-