bpt/emacs.git
21 years ago(Fdefine_key): Doc fix.
Kai Großjohann [Fri, 21 Feb 2003 16:34:59 +0000 (16:34 +0000)]
(Fdefine_key): Doc fix.

21 years ago(abbreviate-file-name): Document removal of
Kai Großjohann [Fri, 21 Feb 2003 16:33:24 +0000 (16:33 +0000)]
(abbreviate-file-name): Document removal of
automounter prefixes.  Reported by Lars Hansen.

21 years agoAdd run-time check to catch users trying
Kim F. Storm [Fri, 21 Feb 2003 12:50:58 +0000 (12:50 +0000)]
Add run-time check to catch users trying
to use older versions of CUA-mode, rather than the version
distributed with Emacs.  Use autoload cookies and eval-after-load.

21 years ago(command-line): Clarify and tidy up the message
Kim F. Storm [Fri, 21 Feb 2003 12:43:31 +0000 (12:43 +0000)]
(command-line): Clarify and tidy up the message
printed when there are errors in the user-init-file.
Do not encapsulate the error data; it's read by humans here.
Do not split windows when displaying the *Message* buffer.

21 years ago*** empty log message ***
Juanma Barranquero [Fri, 21 Feb 2003 08:08:03 +0000 (08:08 +0000)]
*** empty log message ***

21 years agoSet new hpux10-20.h as "major" include for 10.20.
Juanma Barranquero [Fri, 21 Feb 2003 08:07:29 +0000 (08:07 +0000)]
Set new hpux10-20.h as "major" include for 10.20.

21 years ago(wait_reading_process_input): Use POLL_INTERRUPTED_SYS_CALL, not
Juanma Barranquero [Fri, 21 Feb 2003 08:05:55 +0000 (08:05 +0000)]
(wait_reading_process_input): Use POLL_INTERRUPTED_SYS_CALL, not
POLLING_PROBLEM_IN_SELECT.

21 years agoInclude hpux10-20.h instead of hpux10.h. Delete #undef of
Juanma Barranquero [Fri, 21 Feb 2003 08:05:15 +0000 (08:05 +0000)]
Include hpux10-20.h instead of hpux10.h.  Delete #undef of
POLLING_PROBLEM_IN_SELECT.

21 years ago(POLLING_PROBLEM_IN_SELECT): Define POLL_INTERRUPTED_SYS_CALL, not
Juanma Barranquero [Fri, 21 Feb 2003 08:04:13 +0000 (08:04 +0000)]
(POLLING_PROBLEM_IN_SELECT): Define POLL_INTERRUPTED_SYS_CALL, not
POLLING_PROBLEM_IN_SELECT.

21 years agoNew file.
Juanma Barranquero [Fri, 21 Feb 2003 08:03:31 +0000 (08:03 +0000)]
New file.

21 years ago(rmail-insert-inbox-text): Make the pop3 mechanism work on cygwin systems too.
Juanma Barranquero [Thu, 20 Feb 2003 21:11:16 +0000 (21:11 +0000)]
(rmail-insert-inbox-text): Make the pop3 mechanism work on cygwin systems too.

21 years ago(with-syntax-table): Don't copy the table any more.
Stefan Monnier [Thu, 20 Feb 2003 20:07:41 +0000 (20:07 +0000)]
(with-syntax-table): Don't copy the table any more.

21 years agoFix misspelling of utf-fragment-on-decoding.
Andreas Schwab [Thu, 20 Feb 2003 18:47:49 +0000 (18:47 +0000)]
Fix misspelling of utf-fragment-on-decoding.

21 years ago(ebrowse-show-file-name-at-point): Remove useless check.
Juanma Barranquero [Thu, 20 Feb 2003 17:07:32 +0000 (17:07 +0000)]
(ebrowse-show-file-name-at-point): Remove useless check.

21 years ago*** empty log message ***
Juanma Barranquero [Thu, 20 Feb 2003 14:13:03 +0000 (14:13 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
Kenichi Handa [Thu, 20 Feb 2003 12:49:07 +0000 (12:49 +0000)]
*** empty log message ***

21 years agoCall set-fontset-font with NAME nil.
Kenichi Handa [Thu, 20 Feb 2003 12:43:47 +0000 (12:43 +0000)]
Call set-fontset-font with NAME nil.

21 years ago(Fset_fontset_font): Document that NAME nil means the default
Kenichi Handa [Thu, 20 Feb 2003 12:42:39 +0000 (12:42 +0000)]
(Fset_fontset_font): Document that NAME nil means the default
fontset.
(Ffontset_info): Likewise.
(Ffontset_font): Likewise.

21 years ago.
Andreas Schwab [Thu, 20 Feb 2003 12:40:51 +0000 (12:40 +0000)]
.

21 years ago(Info-extract-menu-node-name): Stop if colon is
Andreas Schwab [Thu, 20 Feb 2003 12:40:36 +0000 (12:40 +0000)]
(Info-extract-menu-node-name): Stop if colon is
followed by open paren.

21 years ago(unforward-rmail-message): Allow nested
Francesco Potortì [Thu, 20 Feb 2003 08:56:08 +0000 (08:56 +0000)]
(unforward-rmail-message): Allow nested
unforwarding, that is, preserve old Forwarded-From/Date headers.

21 years ago*** empty log message ***
Francesco Potortì [Thu, 20 Feb 2003 08:55:38 +0000 (08:55 +0000)]
*** empty log message ***

21 years ago(print-fontset): If FONTSET is nil,
Kenichi Handa [Thu, 20 Feb 2003 08:43:22 +0000 (08:43 +0000)]
(print-fontset): If FONTSET is nil,
use the default fontset.
(describe-fontset): If the current frame is not using a fontset,
call print-fontset with nil.

21 years ago(check_fontset_name): If NAME is nil, return the
Kenichi Handa [Thu, 20 Feb 2003 08:40:35 +0000 (08:40 +0000)]
(check_fontset_name): If NAME is nil, return the
default fontset.
(override_font_info): New function.
(Ffontset_info): If FONTSET is not the default fontset, merge
FONTSET onto the copy of the default fontset, and work on that
copy.

21 years ago(setup_process_coding_systems): If the process's
Kenichi Handa [Thu, 20 Feb 2003 01:54:27 +0000 (01:54 +0000)]
(setup_process_coding_systems): If the process's
in/out descriptor is -1, do nothing.

21 years agoAdded note about specific problem observed with the Intel compiler.
Jason Rumney [Wed, 19 Feb 2003 21:23:59 +0000 (21:23 +0000)]
Added note about specific problem observed with the Intel compiler.

21 years ago(vc-binary-assoc, vc-binary-suffixes): Removed; these were
André Spiegel [Wed, 19 Feb 2003 19:00:51 +0000 (19:00 +0000)]
(vc-binary-assoc, vc-binary-suffixes): Removed; these were
accidentally left over.

21 years agoTypo in docstring for define-key.
Kai Großjohann [Wed, 19 Feb 2003 16:27:21 +0000 (16:27 +0000)]
Typo in docstring for define-key.

21 years ago.
Andreas Schwab [Wed, 19 Feb 2003 13:07:30 +0000 (13:07 +0000)]
.

21 years ago(Fcancel_kbd_macro_events, Fstring_to_multibyte): Add
Andreas Schwab [Wed, 19 Feb 2003 13:07:17 +0000 (13:07 +0000)]
(Fcancel_kbd_macro_events, Fstring_to_multibyte): Add
prototypes.

21 years ago(try_alternative_families): Try all scalable fonts if
Kenichi Handa [Wed, 19 Feb 2003 06:15:15 +0000 (06:15 +0000)]
(try_alternative_families): Try all scalable fonts if
Vscalable_fonts_allowed is not Qt.

21 years ago* xfaces.c (x_face_list_fonts): Set *pfonts to 0 if no fonts found.
Jan Djärv [Wed, 19 Feb 2003 05:59:54 +0000 (05:59 +0000)]
* xfaces.c (x_face_list_fonts): Set *pfonts to 0 if no fonts found.

21 years agoInitial commit to the trunk.
Paul Reilly [Wed, 19 Feb 2003 02:51:22 +0000 (02:51 +0000)]
Initial commit to the trunk.

21 years ago(read1): Allow "?" after a character constant.
Kim F. Storm [Tue, 18 Feb 2003 22:45:45 +0000 (22:45 +0000)]
(read1): Allow "?" after a character constant.

21 years ago* xterm.c (x_list_fonts): If maxnames is less than 0, get all font
Jan Djärv [Tue, 18 Feb 2003 21:30:08 +0000 (21:30 +0000)]
* xterm.c (x_list_fonts): If maxnames is less than 0, get all font
names.

* xfaces.c (x_face_list_fonts): Allocate struct font_name here.
(sorted_font_list): Moved allocation of struct font_name to
x_face_list_fonts.
(Fx_font_family_list): Set font-list-limit to -1 to get all font names.
(Fx_list_fonts): Set maxnames to -1 to get all font names.

21 years ago*** empty log message ***
Juanma Barranquero [Tue, 18 Feb 2003 16:33:32 +0000 (16:33 +0000)]
*** empty log message ***

21 years agoRevert last change.
Juanma Barranquero [Tue, 18 Feb 2003 16:27:04 +0000 (16:27 +0000)]
Revert last change.

21 years ago(read1): Fix last change; "`" is not always special.
Kim F. Storm [Tue, 18 Feb 2003 16:11:17 +0000 (16:11 +0000)]
(read1): Fix last change; "`" is not always special.

21 years ago*** empty log message ***
Kim F. Storm [Tue, 18 Feb 2003 16:10:17 +0000 (16:10 +0000)]
*** empty log message ***

21 years agounexmacosx.c (copy_data_segment): Also copy __cfstring section.
Andrew Choi [Tue, 18 Feb 2003 15:58:00 +0000 (15:58 +0000)]
unexmacosx.c (copy_data_segment): Also copy __cfstring section.

21 years ago(defcustom-c-stylevar): Fix character constant.
Juanma Barranquero [Tue, 18 Feb 2003 15:48:21 +0000 (15:48 +0000)]
(defcustom-c-stylevar): Fix character constant.

21 years ago(tq-create): Fix quoted lambda.
Juanma Barranquero [Tue, 18 Feb 2003 12:53:53 +0000 (12:53 +0000)]
(tq-create): Fix quoted lambda.

21 years ago(cperl-electric-keyword, cperl-electric-pod, cperl-do-auto-fill): Fix character
Juanma Barranquero [Tue, 18 Feb 2003 12:49:26 +0000 (12:49 +0000)]
(cperl-electric-keyword, cperl-electric-pod, cperl-do-auto-fill): Fix character
constants.

21 years ago*** empty log message ***
Juanma Barranquero [Tue, 18 Feb 2003 11:21:50 +0000 (11:21 +0000)]
*** empty log message ***

21 years ago(table-generate-source): Use ?\\ instead of space in "work in progress" message.
Juanma Barranquero [Tue, 18 Feb 2003 11:17:11 +0000 (11:17 +0000)]
(table-generate-source): Use ?\\ instead of space in "work in progress" message.

21 years ago(reftex-reference): Fix character constant.
Juanma Barranquero [Tue, 18 Feb 2003 11:08:42 +0000 (11:08 +0000)]
(reftex-reference): Fix character constant.

21 years ago(rfc822-nuke-whitespace): Fix character constant.
Juanma Barranquero [Tue, 18 Feb 2003 11:07:40 +0000 (11:07 +0000)]
(rfc822-nuke-whitespace): Fix character constant.

21 years ago(standard-display-cyrillic-translit): Fix character constants.
Juanma Barranquero [Tue, 18 Feb 2003 11:06:02 +0000 (11:06 +0000)]
(standard-display-cyrillic-translit): Fix character constants.

21 years agoFix character constant.
Juanma Barranquero [Tue, 18 Feb 2003 11:03:31 +0000 (11:03 +0000)]
Fix character constant.

21 years ago(Helper-help-scroller): Fix character constant.
Juanma Barranquero [Tue, 18 Feb 2003 11:02:25 +0000 (11:02 +0000)]
(Helper-help-scroller): Fix character constant.

21 years agoFix character constants.
Juanma Barranquero [Tue, 18 Feb 2003 11:01:34 +0000 (11:01 +0000)]
Fix character constants.

21 years ago(calc-macro-edit-variable): Fix character constant.
Juanma Barranquero [Tue, 18 Feb 2003 11:00:10 +0000 (11:00 +0000)]
(calc-macro-edit-variable): Fix character constant.

21 years ago(calc-graph-plot): Fix character constant.
Juanma Barranquero [Tue, 18 Feb 2003 10:58:50 +0000 (10:58 +0000)]
(calc-graph-plot): Fix character constant.

21 years ago(mouse-sel-determine-selection-thing): Fix character constant.
Juanma Barranquero [Tue, 18 Feb 2003 10:57:39 +0000 (10:57 +0000)]
(mouse-sel-determine-selection-thing): Fix character constant.

21 years ago(make-help-screen): Fix character constant.
Juanma Barranquero [Tue, 18 Feb 2003 10:56:26 +0000 (10:56 +0000)]
(make-help-screen): Fix character constant.

21 years ago.
Andreas Schwab [Tue, 18 Feb 2003 00:18:55 +0000 (00:18 +0000)]
.

21 years ago(window_scroll_pixel_based): Move outside a
Andreas Schwab [Tue, 18 Feb 2003 00:18:04 +0000 (00:18 +0000)]
(window_scroll_pixel_based): Move outside a
multi-glyph character before setting new window start.

21 years ago(in_display_vector_p): New function.
Andreas Schwab [Tue, 18 Feb 2003 00:17:17 +0000 (00:17 +0000)]
(in_display_vector_p): New function.

21 years ago(in_display_vector_p): Declare.
Andreas Schwab [Tue, 18 Feb 2003 00:16:03 +0000 (00:16 +0000)]
(in_display_vector_p): Declare.

21 years ago(ebrowse-output): Don't use gensym.
Dave Love [Mon, 17 Feb 2003 23:16:52 +0000 (23:16 +0000)]
(ebrowse-output): Don't use gensym.

21 years ago(read1): Fix and relax read syntax.
Kim F. Storm [Mon, 17 Feb 2003 22:42:05 +0000 (22:42 +0000)]
(read1): Fix and relax read syntax.
Recognize "[", ";", "#", and "?" after a dotted-pair dot.
Only recognize "," after dotted-pair dot if inside backquote.
Never include "`" or "," (inside backquote) in a symbol.
Allow dotted-pair dot after a character constant.
Allow "`" and "," (inside backquote) after a character constant.

21 years ago*** empty log message ***
Kim F. Storm [Mon, 17 Feb 2003 22:41:39 +0000 (22:41 +0000)]
*** empty log message ***

21 years ago(diary-file-name-prefix-function): Fix custom type.
Markus Rost [Mon, 17 Feb 2003 22:25:11 +0000 (22:25 +0000)]
(diary-file-name-prefix-function): Fix custom type.

21 years ago* xresources.texi (GTK names in Emacs): Add emacs-toolbar - GtkToolbar
Jan Djärv [Mon, 17 Feb 2003 18:41:14 +0000 (18:41 +0000)]
* xresources.texi (GTK names in Emacs): Add emacs-toolbar - GtkToolbar

21 years ago* gtkutil.c (xg_tool_bar_expose_callback): New function.
Jan Djärv [Mon, 17 Feb 2003 18:39:53 +0000 (18:39 +0000)]
* gtkutil.c (xg_tool_bar_expose_callback): New function.
(xg_create_tool_bar): Force style of tool bar to be horizontal with
icons. Set name of tool bar to emacs-toolbar.
(update_frame_tool_bar): Connect expose event to
xg_tool_bar_expose_callback.

21 years ago(ukrainian-computer): Fix duplicate `\'.
Dave Love [Mon, 17 Feb 2003 14:42:16 +0000 (14:42 +0000)]
(ukrainian-computer): Fix duplicate `\'.

21 years ago#
André Spiegel [Mon, 17 Feb 2003 08:16:00 +0000 (08:16 +0000)]
#

21 years ago(vc-cvs-dir-state): Protect against DIR not being under CVS control.
André Spiegel [Mon, 17 Feb 2003 08:11:13 +0000 (08:11 +0000)]
(vc-cvs-dir-state): Protect against DIR not being under CVS control.

21 years agoComment change.
Richard M. Stallman [Mon, 17 Feb 2003 07:54:27 +0000 (07:54 +0000)]
Comment change.

21 years ago(this_command_key_count_reset): New variable.
Richard M. Stallman [Mon, 17 Feb 2003 07:51:46 +0000 (07:51 +0000)]
(this_command_key_count_reset): New variable.
Initiatize to 0 where this_command_key_count is set.
(read_char): Save and restore this_command_key_count_reset
around input method code.
(read_char): If this_command_key_count_reset, echo reread commands.
(Freset_this_command_lengths): Set this_command_key_count_reset to 1.

21 years ago(insert-directory): Add workaround for the case that we
Kenichi Handa [Mon, 17 Feb 2003 06:18:58 +0000 (06:18 +0000)]
(insert-directory): Add workaround for the case that we
can't trust ls's output as to byte positions of filenames.

21 years ago(string_to_multibyte): Always return a multibyte string.
Kenichi Handa [Mon, 17 Feb 2003 00:33:01 +0000 (00:33 +0000)]
(string_to_multibyte): Always return a multibyte string.

21 years ago*** empty log message ***
Stefan Monnier [Sun, 16 Feb 2003 23:37:19 +0000 (23:37 +0000)]
*** empty log message ***

21 years ago(w32_list_bdf_fonts, w32_list_fonts): Negative
Jason Rumney [Sun, 16 Feb 2003 22:23:34 +0000 (22:23 +0000)]
(w32_list_bdf_fonts, w32_list_fonts): Negative
max_fonts parameter means list all.

21 years agoCondense Tramp entries.
Kai Großjohann [Sun, 16 Feb 2003 16:53:28 +0000 (16:53 +0000)]
Condense Tramp entries.

21 years ago*** empty log message ***
Richard M. Stallman [Sat, 15 Feb 2003 19:29:15 +0000 (19:29 +0000)]
*** empty log message ***

21 years agoClarify that match data is unpredictable after failing searches.
Richard M. Stallman [Sat, 15 Feb 2003 19:27:40 +0000 (19:27 +0000)]
Clarify that match data is unpredictable after failing searches.

21 years agoMany doc fixes.
Richard M. Stallman [Sat, 15 Feb 2003 19:26:25 +0000 (19:26 +0000)]
Many doc fixes.
(ffap-replace-file-component):
Renamed from ffap-replace-path-component.  Callers changed.
(ffap-host-to-filename): Renamed from ffap-host-to-path.  Callers chgd.

21 years ago(iso-ascii-display-table): New variable.
Richard M. Stallman [Sat, 15 Feb 2003 19:24:11 +0000 (19:24 +0000)]
(iso-ascii-display-table): New variable.
(iso-ascii-standard-display-table): New variable.
(iso-ascii-display): Define in iso-ascii-display-table.
(iso-ascii-mode): New command.

21 years ago(tar-header-block-summarize): Use l for symlink, h for hard link.
Richard M. Stallman [Sat, 15 Feb 2003 19:20:47 +0000 (19:20 +0000)]
(tar-header-block-summarize): Use l for symlink, h for hard link.

21 years ago(ange-ftp-get-file-entry): Allow for graceful
David Kastrup [Sat, 15 Feb 2003 15:41:33 +0000 (15:41 +0000)]
(ange-ftp-get-file-entry): Allow for graceful
failure returning nil, as documented.

21 years ago*** empty log message ***
David Kastrup [Sat, 15 Feb 2003 15:41:04 +0000 (15:41 +0000)]
*** empty log message ***

21 years agoCast result of malloc and realloc.
Richard M. Stallman [Sat, 15 Feb 2003 10:53:55 +0000 (10:53 +0000)]
Cast result of malloc and realloc.
Don't include stdlib.h, becuase config.h does.
(malloc, realloc): Declarations deleted.

21 years ago(yow): Cast result of malloc and realloc.
Richard M. Stallman [Sat, 15 Feb 2003 10:52:52 +0000 (10:52 +0000)]
(yow): Cast result of malloc and realloc.
(malloc, realloc): Declarations deleted.

21 years agoDelete info about non-free Indian fonts.
Richard M. Stallman [Sat, 15 Feb 2003 10:51:39 +0000 (10:51 +0000)]
Delete info about non-free Indian fonts.

21 years agoInitial revision
Thien-Thi Nguyen [Fri, 14 Feb 2003 22:49:54 +0000 (22:49 +0000)]
Initial revision

21 years ago*** empty log message ***
Dave Love [Fri, 14 Feb 2003 18:57:14 +0000 (18:57 +0000)]
*** empty log message ***

21 years ago(Flanginfo): Doc fix.
Dave Love [Fri, 14 Feb 2003 18:56:16 +0000 (18:56 +0000)]
(Flanginfo): Doc fix.

21 years agoUndo `Trailing whitepace deleted.'
Dave Love [Fri, 14 Feb 2003 18:45:40 +0000 (18:45 +0000)]
Undo `Trailing whitepace deleted.'
damage.
(cp1125, mik): Nullify mime-charset.

21 years ago(locale-language-names): Use Italian,
Dave Love [Fri, 14 Feb 2003 18:42:31 +0000 (18:42 +0000)]
(locale-language-names): Use Italian,
Russian, Turkish, Chinese-EUC-TW.
(set-locale-environment): Set ps-paper-type.

21 years ago("Cyrillic-KOI8"): Fix input-method.
Dave Love [Fri, 14 Feb 2003 12:55:08 +0000 (12:55 +0000)]
("Cyrillic-KOI8"): Fix input-method.
("Russian"): New.
("Bulgarian"): Add tutorial.

21 years ago(utf-8-ccl-encode): Fix use of character constants.
Juanma Barranquero [Fri, 14 Feb 2003 11:09:52 +0000 (11:09 +0000)]
(utf-8-ccl-encode): Fix use of character constants.

21 years ago*** empty log message ***
Juanma Barranquero [Fri, 14 Feb 2003 10:01:29 +0000 (10:01 +0000)]
*** empty log message ***

21 years ago(mm-uu-dissect): Fix use of character constant.
Juanma Barranquero [Fri, 14 Feb 2003 09:59:52 +0000 (09:59 +0000)]
(mm-uu-dissect): Fix use of character constant.

21 years ago(idlwave-show-begin): Fix use of character constant.
Juanma Barranquero [Fri, 14 Feb 2003 09:59:13 +0000 (09:59 +0000)]
(idlwave-show-begin): Fix use of character constant.

21 years ago(cperl-next-bad-style): Fix use of character constant.
Juanma Barranquero [Fri, 14 Feb 2003 09:58:50 +0000 (09:58 +0000)]
(cperl-next-bad-style): Fix use of character constant.

21 years ago(ses-exercise-signals): Fix use of character constant.
Juanma Barranquero [Fri, 14 Feb 2003 09:58:27 +0000 (09:58 +0000)]
(ses-exercise-signals): Fix use of character constant.

21 years ago(xml-parse-elem-type): Fix use of character constant.
Juanma Barranquero [Fri, 14 Feb 2003 09:58:04 +0000 (09:58 +0000)]
(xml-parse-elem-type): Fix use of character constant.

21 years ago(widget-choose): Fix use of character constant.
Juanma Barranquero [Fri, 14 Feb 2003 09:57:45 +0000 (09:57 +0000)]
(widget-choose): Fix use of character constant.

21 years ago(strokes-read-complex-stroke): Fix use of character constant.
Juanma Barranquero [Fri, 14 Feb 2003 09:57:24 +0000 (09:57 +0000)]
(strokes-read-complex-stroke): Fix use of character constant.