bpt/emacs.git
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.

19 years ago(Init Examples): Fix typo.
Lute Kamstra [Sun, 6 Feb 2005 13:12:30 +0000 (13:12 +0000)]
(Init Examples): Fix typo.

19 years ago(Expanding Abbrevs): Fix typo.
Lute Kamstra [Sun, 6 Feb 2005 13:11:39 +0000 (13:11 +0000)]
(Expanding Abbrevs): Fix typo.

19 years agoRevision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-82
Miles Bader [Sun, 6 Feb 2005 11:56:41 +0000 (11:56 +0000)]
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.

19 years ago*** empty log message ***
Richard M. Stallman [Sun, 6 Feb 2005 11:24:11 +0000 (11:24 +0000)]
*** empty log message ***

19 years ago(Frun_hook_with_args)
Richard M. Stallman [Sun, 6 Feb 2005 11:23:38 +0000 (11:23 +0000)]
(Frun_hook_with_args)
(Frun_hook_with_args_until_success)
(Frun_hook_with_args_until_failure): Doc fixes.

19 years ago(Registers): Registers can hold numbers, too.
Richard M. Stallman [Sun, 6 Feb 2005 11:20:28 +0000 (11:20 +0000)]
(Registers): Registers can hold numbers, too.

19 years ago(Other Kill Commands): Cleanup.
Richard M. Stallman [Sun, 6 Feb 2005 11:19:45 +0000 (11:19 +0000)]
(Other Kill Commands): Cleanup.
Delete redundant explanation of kill in read-only buffer.
(Yanking): Mention term "copying".
(Accumulating Text): Fix typo.

19 years ago(Entering Emacs): Update rationale at start.
Richard M. Stallman [Sun, 6 Feb 2005 11:17:45 +0000 (11:17 +0000)]
(Entering Emacs): Update rationale at start.
(Exiting): Treat iconifying on a par with suspension.

19 years ago(Minor Modes): Fix typo.
Richard M. Stallman [Sun, 6 Feb 2005 11:16:21 +0000 (11:16 +0000)]
(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.

19 years ago(Emacs Invocation): +LINENUM is also an option.
Richard M. Stallman [Sun, 6 Feb 2005 11:11:51 +0000 (11:11 +0000)]
(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.

19 years ago(Inserting Text): Cleanup wording.
Richard M. Stallman [Sun, 6 Feb 2005 11:06:56 +0000 (11:06 +0000)]
(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.

19 years ago(Expanding Abbrevs): Clarify.
Richard M. Stallman [Sun, 6 Feb 2005 11:03:40 +0000 (11:03 +0000)]
(Expanding Abbrevs): Clarify.

19 years ago(Margins): fill-nobreak-predicate can be one function.
Richard M. Stallman [Sun, 6 Feb 2005 11:02:29 +0000 (11:02 +0000)]
(Margins): fill-nobreak-predicate can be one function.

19 years ago(Modifying Strings): clear-string can make unibyte.
Richard M. Stallman [Sun, 6 Feb 2005 10:58:01 +0000 (10:58 +0000)]
(Modifying Strings): clear-string can make unibyte.
(Formatting Strings): format gives error if values missing.

19 years ago(Character Motion): Mention default arg for forward-char.
Richard M. Stallman [Sun, 6 Feb 2005 10:54:05 +0000 (10:54 +0000)]
(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.

19 years ago(Major Mode Conventions): Mention "system abbrevs".
Richard M. Stallman [Sun, 6 Feb 2005 10:49:35 +0000 (10:49 +0000)]
(Major Mode Conventions): Mention "system abbrevs".
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.

19 years agoComment changes.
Richard M. Stallman [Sun, 6 Feb 2005 10:42:08 +0000 (10:42 +0000)]
Comment changes.

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.