bpt/emacs.git
21 years ago* startup.el (command-line): Call menu-bar-mode with 1 instead of t.
Jan Djärv [Sat, 1 Mar 2003 15:55:04 +0000 (15:55 +0000)]
* startup.el (command-line): Call menu-bar-mode with 1 instead of t.

* menu-bar.el (menu-bar-mode): Change to define-minor-mode
and initialize as for tool-bar-mode.

21 years agoVersion 2.0.30 released.
Kai Großjohann [Fri, 28 Feb 2003 18:29:33 +0000 (18:29 +0000)]
Version 2.0.30 released.
Replace word "path" with "localname" where used as a component of
a Tramp file name.

21 years agoVersion 2.0.30 released.
Kai Großjohann [Fri, 28 Feb 2003 18:28:47 +0000 (18:28 +0000)]
Version 2.0.30 released.
Replace term "path" with "localname" unless it is used for a
search path.
(tramp-handle-expand-file-name): Allow ".." to cross host
boundaries.
(tramp-open-connection-setup-interactive-shell): Unset $ENV in
addition to setting $PS1 when starting the Bourne-ish shell.  Some
sh implementations (eg, bash when called as sh) read the file
named there on startup, which could clobber $PS1.
(tramp-do-copy-or-rename-file-one-local): New function.  Not
implemented.  Not used.  Should invoke rcp or scp directly to keep
the time.

21 years agoNew file.
Richard M. Stallman [Fri, 28 Feb 2003 15:25:33 +0000 (15:25 +0000)]
New file.

21 years ago* nnfolder.el (nnfolder-request-accept-article): Don't use
ShengHuo ZHU [Fri, 28 Feb 2003 13:36:11 +0000 (13:36 +0000)]
* nnfolder.el (nnfolder-request-accept-article): Don't use
mail-header-unfold-field.

* imap.el (imap-ssl-open): Don't depend on ssl.el.
* nntp.el (nntp-open-ssl-stream): Don't depend on ssl.el.

21 years ago*** empty log message ***
Matthew Swift [Fri, 28 Feb 2003 02:09:19 +0000 (02:09 +0000)]
*** empty log message ***

21 years ago(greek-babel): add koronis transliteration.
David Kastrup [Thu, 27 Feb 2003 19:25:12 +0000 (19:25 +0000)]
(greek-babel): add koronis transliteration.

21 years ago*** empty log message ***
David Kastrup [Thu, 27 Feb 2003 19:24:52 +0000 (19:24 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
Stefan Monnier [Wed, 26 Feb 2003 16:34:27 +0000 (16:34 +0000)]
*** empty log message ***

21 years ago* startup.el: Streamline code in several functions and use a more
Matthew Swift [Wed, 26 Feb 2003 10:59:58 +0000 (10:59 +0000)]
* startup.el: Streamline code in several functions and use a more
consistent idiom within the file, for ease of reading and
maintenance.  Rephrase booleans to avoid `(not noninteractive)'.
Clarify several booleans expressions using De Morgan's laws.

(command-line): Fix barf when first command-line option handled by
`command-line-1' is in the form --OPT=VAL.
(command-line-1): Restore intended behavior of the --directory/-L
command-line option: "-L a -L b -L c" on the command-line now puts
'(a b c) at the front of `load-path'.

21 years ago(gamegrid-add-score): Add info to docstring.
Juanma Barranquero [Wed, 26 Feb 2003 10:19:29 +0000 (10:19 +0000)]
(gamegrid-add-score): Add info to docstring.
(gamegrid-add-score-with-update-game-score-1): New function, factored out of
`gamegriod-add-score-with-update-game-score'.
(gamegrid-add-score-with-update-game-score): Use it.  Fall back on
`gamegrid-add-score-insecure' if the requested file does not exist in
$(gamedir), in case the user has installed a game on his own.
(gamegrid-add-score-insecure): Accept optional directory argument.

21 years agoM-s is only available in Text mode and its submodes.
Richard M. Stallman [Wed, 26 Feb 2003 09:56:08 +0000 (09:56 +0000)]
M-s is only available in Text mode and its submodes.

21 years ago(Regexps): Convert the main table into @table @asis.
Richard M. Stallman [Wed, 26 Feb 2003 09:55:45 +0000 (09:55 +0000)]
(Regexps): Convert the main table into @table @asis.

21 years agoClarify where insert-abbrevs puts point.
Richard M. Stallman [Wed, 26 Feb 2003 09:54:36 +0000 (09:54 +0000)]
Clarify where insert-abbrevs puts point.
Clarify how C-u - M-/ searches.

21 years ago*** empty log message ***
Andreas Schwab [Tue, 25 Feb 2003 21:36:18 +0000 (21:36 +0000)]
*** empty log message ***

21 years ago(redisplay_window): Fix infinite loop in redisplay.
Kim F. Storm [Tue, 25 Feb 2003 12:33:32 +0000 (12:33 +0000)]
(redisplay_window): Fix infinite loop in redisplay.
If centering point failed to make whole line visible and vscroll
is non-zero, disable vscroll and try centering point again.

21 years ago(read1): Accept `single space' syntax like (? x).
Kim F. Storm [Tue, 25 Feb 2003 12:29:03 +0000 (12:29 +0000)]
(read1): Accept `single space' syntax like (? x).

21 years ago(setenv): Fix previous change.
Kenichi Handa [Tue, 25 Feb 2003 06:19:36 +0000 (06:19 +0000)]
(setenv): Fix previous change.

21 years ago* keyboard.c (cancel_hourglass_unwind): Surround with
Jan Djärv [Tue, 25 Feb 2003 06:00:40 +0000 (06:00 +0000)]
* keyboard.c (cancel_hourglass_unwind): Surround with
#ifdef HAVE_X_WINDOWS

21 years ago*** empty log message ***
Kenichi Handa [Tue, 25 Feb 2003 02:25:58 +0000 (02:25 +0000)]
*** empty log message ***

21 years ago(Fset_buffer_multibyte): Pay attention to the buffer
Kenichi Handa [Tue, 25 Feb 2003 02:24:53 +0000 (02:24 +0000)]
(Fset_buffer_multibyte): Pay attention to the buffer
process only when "subprocesses" is defined.

21 years ago(mlm-char-glyph): Fix more rules.
Kenichi Handa [Tue, 25 Feb 2003 02:17:27 +0000 (02:17 +0000)]
(mlm-char-glyph): Fix more rules.

21 years agoMove abbrev loading to after the fun it uses.
Stefan Monnier [Tue, 25 Feb 2003 01:45:55 +0000 (01:45 +0000)]
Move abbrev loading to after the fun it uses.
(simula-install-standard-abbrevs): Use dolist.
Use system-flag when calling define-abbrev.

21 years ago(back_comment): Only check nestedness of 2nd char if needed.
Stefan Monnier [Tue, 25 Feb 2003 01:36:23 +0000 (01:36 +0000)]
(back_comment): Only check nestedness of 2nd char if needed.

21 years ago(makefile-font-lock-keywords): Protect
Andreas Schwab [Mon, 24 Feb 2003 23:49:27 +0000 (23:49 +0000)]
(makefile-font-lock-keywords): Protect
shell variable references by requireing that $ is not preceded by
another $.

21 years ago*** empty log message ***
Dave Love [Mon, 24 Feb 2003 23:09:57 +0000 (23:09 +0000)]
*** empty log message ***

21 years ago(read-envvar-name): Decode names.
Dave Love [Mon, 24 Feb 2003 22:51:41 +0000 (22:51 +0000)]
(read-envvar-name): Decode names.
(substitute-env-vars): Use eval-when-compile and char class.
(setenv): Doc fix.  Encode the data (after checking that's
possible).
(getenv): Encode the name and decode the result.

21 years agoDeleted. (Requires removed c-mode.el.)
Dave Love [Mon, 24 Feb 2003 22:49:24 +0000 (22:49 +0000)]
Deleted.  (Requires removed c-mode.el.)

21 years agoReally fix maintainer's e-mail address.
Juanma Barranquero [Mon, 24 Feb 2003 17:29:49 +0000 (17:29 +0000)]
Really fix maintainer's e-mail address.

21 years ago*** empty log message ***
Stefan Monnier [Mon, 24 Feb 2003 17:28:34 +0000 (17:28 +0000)]
*** empty log message ***

21 years agoUpdate maintainer's e-mail address.
Juanma Barranquero [Mon, 24 Feb 2003 17:28:28 +0000 (17:28 +0000)]
Update maintainer's e-mail address.

21 years ago(allout-pre-command-business): Fix docstring.
Juanma Barranquero [Mon, 24 Feb 2003 17:27:21 +0000 (17:27 +0000)]
(allout-pre-command-business): Fix docstring.

21 years agoGive example of using special-display-buffer-names to specify frame parameters.
Richard M. Stallman [Mon, 24 Feb 2003 16:50:00 +0000 (16:50 +0000)]
Give example of using special-display-buffer-names to specify frame parameters.

21 years agoFirst line of function doc string should mention the most important
Richard M. Stallman [Mon, 24 Feb 2003 16:48:54 +0000 (16:48 +0000)]
First line of function doc string should mention the most important
args, in order.

21 years agoClarify about POSIX functions and non-greedy repetition operators.
Richard M. Stallman [Mon, 24 Feb 2003 16:47:27 +0000 (16:47 +0000)]
Clarify about POSIX functions and non-greedy repetition operators.

21 years ago(query-replace-read-args): Return just 3 values.
Richard M. Stallman [Mon, 24 Feb 2003 16:45:47 +0000 (16:45 +0000)]
(query-replace-read-args): Return just 3 values.
(query-replace, query-replace-regexp)
(query-replace-regexp-eval, map-query-replace-regexp)
(replace-string, replace-regexp): Read the start and end args
separately so that the expressions are recorded in command-history.

21 years ago*** empty log message ***
Richard M. Stallman [Mon, 24 Feb 2003 16:45:24 +0000 (16:45 +0000)]
*** empty log message ***

21 years ago(mlm-char-glyph): Fix several composing rules.
Kenichi Handa [Mon, 24 Feb 2003 11:03:44 +0000 (11:03 +0000)]
(mlm-char-glyph): Fix several composing rules.

21 years ago(fix_command): Declare as static void and move before Fcall_interactively.
Juanma Barranquero [Mon, 24 Feb 2003 10:57:59 +0000 (10:57 +0000)]
(fix_command): Declare as static void and move before Fcall_interactively.

21 years ago(Qwhen): Declare external; it's now defined in callint.c.
Juanma Barranquero [Mon, 24 Feb 2003 07:58:51 +0000 (07:58 +0000)]
(Qwhen): Declare external; it's now defined in callint.c.
(syms_of_xdisp): Don't initialize Qwhen.

21 years ago*** empty log message ***
Kenichi Handa [Mon, 24 Feb 2003 04:57:03 +0000 (04:57 +0000)]
*** empty log message ***

21 years ago(sentence-end): Add Chinese and Japanese characters.
Kenichi Handa [Mon, 24 Feb 2003 04:50:59 +0000 (04:50 +0000)]
(sentence-end): Add Chinese and Japanese characters.

21 years ago("Japanese"): Delete `exit-function'.
Kenichi Handa [Mon, 24 Feb 2003 04:50:33 +0000 (04:50 +0000)]
("Japanese"): Delete `exit-function'.

21 years ago(sentence-end-save): Variable deleted.
Kenichi Handa [Mon, 24 Feb 2003 04:50:09 +0000 (04:50 +0000)]
(sentence-end-save): Variable deleted.
(setup-japanese-environment-internal): Don't setup sentence-end.
(exit-japanese-environment): Function deleted.

21 years agoFix syntaxes of gb2312 and big5.
Kenichi Handa [Mon, 24 Feb 2003 04:49:42 +0000 (04:49 +0000)]
Fix syntaxes of gb2312 and big5.

21 years ago*** empty log message ***
Kenichi Handa [Mon, 24 Feb 2003 00:45:11 +0000 (00:45 +0000)]
*** empty log message ***

21 years agoAdd Malayalam.
Kenichi Handa [Mon, 24 Feb 2003 00:44:56 +0000 (00:44 +0000)]
Add Malayalam.

21 years ago(mlm-char-glyph): Add entries for "halant +
Kenichi Handa [Mon, 24 Feb 2003 00:39:47 +0000 (00:39 +0000)]
(mlm-char-glyph): Add entries for "halant +
rakar + halant" and "halant + rrakar + halant".

21 years ago* keyboard.c (cancel_hourglass_unwind): New function.
Jan Djärv [Sun, 23 Feb 2003 22:11:20 +0000 (22:11 +0000)]
* keyboard.c (cancel_hourglass_unwind): New function.
(command_loop_1): Cancel hourglass with unwind-protect.

21 years agoEntries between 2002-03-10 and 2002-02-16 was missing, restore them.
Jan Djärv [Sun, 23 Feb 2003 19:26:08 +0000 (19:26 +0000)]
Entries between 2002-03-10 and 2002-02-16 was missing, restore them.

21 years ago*** empty log message ***
Simon Josefsson [Sun, 23 Feb 2003 17:07:58 +0000 (17:07 +0000)]
*** empty log message ***

21 years ago(install-arch-indep, uninstall): Add SMTP manual.
Simon Josefsson [Sun, 23 Feb 2003 17:07:42 +0000 (17:07 +0000)]
(install-arch-indep, uninstall): Add SMTP manual.

21 years agoFix.
Simon Josefsson [Sun, 23 Feb 2003 16:46:33 +0000 (16:46 +0000)]
Fix.

21 years agoAdd.
Simon Josefsson [Sun, 23 Feb 2003 16:44:44 +0000 (16:44 +0000)]
Add.

21 years ago*** empty log message ***
Simon Josefsson [Sun, 23 Feb 2003 16:24:50 +0000 (16:24 +0000)]
*** empty log message ***

21 years ago(Revert Buffer): Condition on buffer-file-number.
Richard M. Stallman [Sun, 23 Feb 2003 15:17:29 +0000 (15:17 +0000)]
(Revert Buffer): Condition on buffer-file-number.

21 years ago(inhibit-startup-hooks): New variable.
Richard M. Stallman [Sun, 23 Feb 2003 15:16:29 +0000 (15:16 +0000)]
(inhibit-startup-hooks): New variable.
(normal-top-level): Obey that variable.
(command-line-1): Run emacs-startup-hook before term-setup-hook.
Set inhibit-startup-hooks too.

21 years ago(fix_command): New subroutine, from Fcall_interactively.
Richard M. Stallman [Sun, 23 Feb 2003 15:14:08 +0000 (15:14 +0000)]
(fix_command): New subroutine, from Fcall_interactively.
Detect (when ... (region-beginning)) etc.
(Fcall_interactively): Call fix_command.
(Qif, Qwhen): New variables.
(syms_of_callint): Init and staticpro them.

21 years ago(revert-buffer): Different error message for reverting a nonexistent file.
Richard M. Stallman [Sun, 23 Feb 2003 15:04:11 +0000 (15:04 +0000)]
(revert-buffer): Different error message for reverting a nonexistent file.

21 years ago(print_partial_compiled_pattern): Output to stderr.
Richard M. Stallman [Sun, 23 Feb 2003 15:00:30 +0000 (15:00 +0000)]
(print_partial_compiled_pattern): Output to stderr.

21 years ago*** empty log message ***
Simon Josefsson [Sun, 23 Feb 2003 12:39:39 +0000 (12:39 +0000)]
*** empty log message ***

21 years agoBuild smtpmail manual.
Simon Josefsson [Sun, 23 Feb 2003 12:20:51 +0000 (12:20 +0000)]
Build smtpmail manual.

21 years agoIgnore smtpmail.
Simon Josefsson [Sun, 23 Feb 2003 12:18:20 +0000 (12:18 +0000)]
Ignore smtpmail.

21 years agoDocument SMTPSERVER environment variable.
Simon Josefsson [Sun, 23 Feb 2003 12:10:43 +0000 (12:10 +0000)]
Document SMTPSERVER environment variable.

21 years agoManual for smtpmail.el.
Simon Josefsson [Sun, 23 Feb 2003 12:09:45 +0000 (12:09 +0000)]
Manual for smtpmail.el.

21 years agoRemove SMTP section.
Simon Josefsson [Sun, 23 Feb 2003 12:09:07 +0000 (12:09 +0000)]
Remove SMTP section.
Document send-mail-function and refer to the Emacs SMTP Library manual.

21 years ago(directory_files_internal): Don't expand directory.
Kai Großjohann [Sun, 23 Feb 2003 10:48:29 +0000 (10:48 +0000)]
(directory_files_internal): Don't expand directory.
(Fdirectory_files, Fdirectory_files_and_attributes): Do it here
instead.  From Lars Hansen <larsh@math.ku.dk>.

21 years ago(greek-babel): fix <' accent.
David Kastrup [Sun, 23 Feb 2003 09:52:06 +0000 (09:52 +0000)]
(greek-babel): fix <' accent.

21 years ago*** empty log message ***
David Kastrup [Sun, 23 Feb 2003 09:51:46 +0000 (09:51 +0000)]
*** empty log message ***

21 years agoMerge changes from CPerl-5.0.
Stefan Monnier [Sun, 23 Feb 2003 02:19:02 +0000 (02:19 +0000)]
Merge changes from CPerl-5.0.
(toplevel): Require man.
(condition-case): Don't autoload tmm-prompt (it's in loaddefs.el).
(cperl-electric-backspace-untabify): New var.
(cperl-electric-backspace): Use it.
(cperl-vc-header-alist): Extract numeric version from the Id.
(cperl-build-manpage): New fun.
(cperl-menu): Use it.  Add toggle-autohelp.
(cperl-mode) <defun-prompt_regexp>: Understand prototypes.
(cperl-electric-brace): Use `cperl-after-block-p' for detection.
(cperl-electric-keyword): Make $if (etc: "$@%&*") non-electric.
'(' after keyword would insert a doubled paren.
(cperl-calculate-indent): Update syntaxification before checks.
Fix wrong indent of blocks starting with POD.
(cperl-find-pods-heres): If no end of HERE-doc found, mark to the end
of buffer.  This enables recognition of end of HERE-doc "as one types".
Require "\n" after trailing tag of HERE-doc.
\( made non-quoting outside of string/comment (gdj-contributed).
Likewise for \$.  Remove `here-doc-group' text property at start
(makes this property reliable).
Text property `first-format-line' ==> t.
Do not recognize $opt_s and $opt::s as s///.
(cperl-after-block-p): Optional arg pre-block to check for a pre-block
Recognize `continue' blocks too.
(cperl-after-expr-p): Update syntaxification before checks.  Work after
here-docs, formats, and PODs too (affects many electric constructs).
(cperl-fix-line-spacing): Allow "_" in $vars of foreach etc.
(cperl-perldoc): Use case-sensitive search.

21 years agoMerge changes from CPerl-4.35.
Stefan Monnier [Sun, 23 Feb 2003 01:42:24 +0000 (01:42 +0000)]
Merge changes from CPerl-4.35.
(cperl-xemacs-p): Move.
(cperl-can-font-lock): New var to replace window-system.
(cperl-enable-font-lock): Use it.
(cperl-use-major-mode): New var.
(cperl-mode): Use it.
(cperl-calculate-indent): Remove code whose removal was missed
in some earlier merge.
(cperl-tags-hier-init): Use display-popup-menus-p.

21 years agoUse `toolbar' since we already have `Tool Bar'.
Stefan Monnier [Sat, 22 Feb 2003 22:27:17 +0000 (22:27 +0000)]
Use `toolbar' since we already have `Tool Bar'.

21 years ago(string_to_multibyte): Remove unused var i.
Stefan Monnier [Sat, 22 Feb 2003 22:22:27 +0000 (22:22 +0000)]
(string_to_multibyte): Remove unused var i.
(Flanginfo): Fix int/Lisp_Object mixup.
(void_call2): New fun.
(Fmap_char_table): Use it in place of call2.

21 years ago(x_face_list_fonts): Fix int/Lisp_Object mixup.
Stefan Monnier [Sat, 22 Feb 2003 22:20:00 +0000 (22:20 +0000)]
(x_face_list_fonts): Fix int/Lisp_Object mixup.

21 years ago(Fstart_kbd_macro): Remove redundant assignment.
Stefan Monnier [Sat, 22 Feb 2003 22:19:31 +0000 (22:19 +0000)]
(Fstart_kbd_macro): Remove redundant assignment.

21 years ago(copy_keymap_1): Make it static.
Stefan Monnier [Sat, 22 Feb 2003 22:18:42 +0000 (22:18 +0000)]
(copy_keymap_1): Make it static.

21 years ago(Fgarbage_collect): Don't use XSETFLOAT.
Stefan Monnier [Sat, 22 Feb 2003 22:15:31 +0000 (22:15 +0000)]
(Fgarbage_collect): Don't use XSETFLOAT.

21 years ago(abbreviate-file-name): Shorten docstring: variables
Kai Großjohann [Sat, 22 Feb 2003 20:27:51 +0000 (20:27 +0000)]
(abbreviate-file-name): Shorten docstring: variables
are now hyperlinks and `C-h v' need not be mentioned explicitly.

21 years ago2003-02-22 David Ponce <david@dponce.com>
Juanma Barranquero [Sat, 22 Feb 2003 18:24:48 +0000 (18:24 +0000)]
2003-02-22  David Ponce  <david@dponce.com>

(Fload): Don't check STRING_MULTIBYTE.

21 years ago(Sending via SMTP): Explain MTA/MUA, text from Alex Schroeder <alex@emacswiki.org>.
Simon Josefsson [Sat, 22 Feb 2003 16:33:33 +0000 (16:33 +0000)]
(Sending via SMTP): Explain MTA/MUA, text from Alex Schroeder <alex@emacswiki.org>.

21 years agoAdd node about SMTP.
Simon Josefsson [Sat, 22 Feb 2003 00:28:45 +0000 (00:28 +0000)]
Add node about SMTP.

21 years agoRemoved subtty, workaround for when TIOCSIGSEND fails.
Jan Djärv [Fri, 21 Feb 2003 18:13:53 +0000 (18:13 +0000)]
Removed subtty, workaround for when TIOCSIGSEND fails.

21 years ago(Fdefine_key): Clarification of formulation.
Kai Großjohann [Fri, 21 Feb 2003 16:38:34 +0000 (16:38 +0000)]
(Fdefine_key): Clarification of formulation.

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.