bpt/emacs.git
20 years ago(main): Don't use the hostname in the socket name.
Stefan Monnier [Tue, 27 Jan 2004 23:07:13 +0000 (23:07 +0000)]
(main): Don't use the hostname in the socket name.
Look for relative socket names in the /tmp dir rather than in cwd.

20 years ago(easy-mmode-define-navigation): Use a more robust check of widening.
Stefan Monnier [Tue, 27 Jan 2004 22:54:45 +0000 (22:54 +0000)]
(easy-mmode-define-navigation): Use a more robust check of widening.

20 years ago* process.c (sigchld_handler): Add comment about not calling malloc
Jan Djärv [Tue, 27 Jan 2004 21:34:43 +0000 (21:34 +0000)]
* process.c (sigchld_handler): Add comment about not calling malloc

20 years agoChange rmail-spam-filter- or spam-filter-
Richard M. Stallman [Tue, 27 Jan 2004 19:01:24 +0000 (19:01 +0000)]
Change rmail-spam-filter- or spam-filter-
or rmail-spam- to rsf- in all function and variable names.
(rsf-min-region-to-spam-list): New variable.
(rsf-bbdb-auto-delete-spam-entries): Renamed from
rmail-bbdb-auto-delete-spam-bbdb-entries.  The cc: field is
scanned together with the recipients field for spam testing; Don't
delete spam message if rmail-delete-after-output is non-nil;
(check-field) New function, extracted from code in
rmail-spam-filter to ease addition of header fields like content-type:.
(message-content-type) New variable.  The content-type: field was
added also in defcustom of rsf-definitions-alist;
(rmail-spam-filter): Replace repeated test code for header fields
by calls to check-field; change the call to
rmail-output-to-rmail-file such that rmail-current-message stays
the same to avoid wrong deletion of unseen flags.
(rmail-use-spam-filter): Add autoload cookie.

20 years ago(file-cache-find-posix-p): New function. Detect Cygwin.
Richard M. Stallman [Tue, 27 Jan 2004 18:59:34 +0000 (18:59 +0000)]
(file-cache-find-posix-p): New function. Detect Cygwin.
(file-cache-add-directory-using-find): Added Cygwin support.
(file-cache-find-command-posix-flag): New user variable.

(file-cache-add-directory): Check for directories and remove them from
dir-files.

20 years ago<darwin>: Use fink packages if available.
Stefan Monnier [Tue, 27 Jan 2004 16:48:17 +0000 (16:48 +0000)]
<darwin>: Use fink packages if available.

20 years ago* process.h: Add extern to synch_process_termsig.
Jan Djärv [Tue, 27 Jan 2004 09:40:23 +0000 (09:40 +0000)]
* process.h: Add extern to synch_process_termsig.

20 years agoAdd an entry for sentence-end-without-space.
Kenichi Handa [Tue, 27 Jan 2004 07:42:55 +0000 (07:42 +0000)]
Add an entry for sentence-end-without-space.

20 years ago(fill-delete-newlines): Don't add a space if a
Kenichi Handa [Tue, 27 Jan 2004 07:34:35 +0000 (07:34 +0000)]
(fill-delete-newlines): Don't add a space if a
setence ends with one of a character in
sentence-end-without-space.

20 years agoMove setting of scroll bars from make_mac_frame to
Steven Tamm [Tue, 27 Jan 2004 07:32:41 +0000 (07:32 +0000)]
Move setting of scroll bars from make_mac_frame to
make_mac_terminal_frame to prevent clobbering of
scroll-bar-mode.

20 years ago(sentence-end-without-space): New variable.
Kenichi Handa [Tue, 27 Jan 2004 07:31:36 +0000 (07:31 +0000)]
(sentence-end-without-space): New variable.
(sentence-end): Define using sentence-end-without-space.

20 years ago*** empty log message ***
Richard M. Stallman [Tue, 27 Jan 2004 04:57:18 +0000 (04:57 +0000)]
*** empty log message ***

20 years ago(Freplace_match): Handle nonexistent back-references properly.
Richard M. Stallman [Tue, 27 Jan 2004 04:52:09 +0000 (04:52 +0000)]
(Freplace_match): Handle nonexistent back-references properly.

20 years ago("bulgarian-bds"): Docstring fixed.
Kenichi Handa [Tue, 27 Jan 2004 04:52:02 +0000 (04:52 +0000)]
("bulgarian-bds"): Docstring fixed.

20 years agoDo not call strsignal in signal handler, it calls malloc.
Jan Djärv [Mon, 26 Jan 2004 23:41:09 +0000 (23:41 +0000)]
Do not call strsignal in signal handler, it calls malloc.
New variable synch_process_termsig that callproc checks and calls
strsignal outside signal handler.

20 years ago(mkdir, rmdir): Also check synch_process_termsig.
Jan Djärv [Mon, 26 Jan 2004 23:40:08 +0000 (23:40 +0000)]
(mkdir, rmdir): Also check synch_process_termsig.

20 years agosynch_process_termsig new variable.
Jan Djärv [Mon, 26 Jan 2004 23:39:50 +0000 (23:39 +0000)]
synch_process_termsig new variable.

20 years ago(sigchld_handler): Set synch_process_termsig
Jan Djärv [Mon, 26 Jan 2004 23:39:30 +0000 (23:39 +0000)]
(sigchld_handler): Set synch_process_termsig
if terminated by a signal.  synch_process_death setting removed.

20 years agoDefine synch_process_termsig.
Jan Djärv [Mon, 26 Jan 2004 23:39:08 +0000 (23:39 +0000)]
Define synch_process_termsig.
(Fcall_process): Initiate synch_process_termsig to zero and
check if non-zero and get signal name after subprocess has ended.

20 years ago(font-lock): Add jit-lock as explicit group member.
Stefan Monnier [Mon, 26 Jan 2004 23:06:20 +0000 (23:06 +0000)]
(font-lock): Add jit-lock as explicit group member.
(jit-lock): Group declaration moved to jit-lock.el.
(toplevel): Don't explicitly require jit-lock, since it's autoloaded
when necessary.

20 years ago(jit-lock): Move group declaration from font-lock.el.
Stefan Monnier [Mon, 26 Jan 2004 22:56:09 +0000 (22:56 +0000)]
(jit-lock): Move group declaration from font-lock.el.
(jit-lock-context-unfontify-pos): Rename from jit-lock-first-unfontify-pos.
(jit-lock-defer-buffers): Rename from jit-lock-buffers.

20 years ago(Text Comparison): assoc-string also matches elements of alists that
Luc Teirlinck [Mon, 26 Jan 2004 20:42:59 +0000 (20:42 +0000)]
(Text Comparison): assoc-string also matches elements of alists that
are strings instead of conses.
(Formatting Strings): Standardize Texinfo usage.  Update index entries.

20 years ago(Fpurecopy): Declare size as EMACS_INT to not lose bits.
Andreas Schwab [Mon, 26 Jan 2004 11:54:36 +0000 (11:54 +0000)]
(Fpurecopy): Declare size as EMACS_INT to not lose bits.

20 years ago(print_preprocess): Declare size as EMACS_INT to not lose bits.
Andreas Schwab [Mon, 26 Jan 2004 11:53:59 +0000 (11:53 +0000)]
(print_preprocess): Declare size as EMACS_INT to not lose bits.
(print_object): Likewise.

20 years ago(Fwindow_minibuffer_p): Doc fix.
Luc Teirlinck [Mon, 26 Jan 2004 03:27:33 +0000 (03:27 +0000)]
(Fwindow_minibuffer_p): Doc fix.

20 years ago*** empty log message ***
Luc Teirlinck [Mon, 26 Jan 2004 03:25:37 +0000 (03:25 +0000)]
*** empty log message ***

20 years ago(fortran-break-before-delimiters): Doc fix.
Glenn Morris [Sun, 25 Jan 2004 23:59:57 +0000 (23:59 +0000)]
(fortran-break-before-delimiters): Doc fix.
(fortran-break-delimiters-re, fortran-no-break-re): New defconsts.
(fortran-fill): When filling a string, adjust re-search-backward
argument for special case of string just on fill-column.
When filling non-string, allow one extra char if
fortran-break-before-delimiters is non-nil.  Suggested by
Michael Hagemann <michael.hagemann@unibas.ch>.
Use fortran-break-delimiters-re and fortran-no-break-re to
correctly handle cases such as "**".

20 years ago(f90-break-delimiters): Doc fix.
Glenn Morris [Sun, 25 Jan 2004 23:42:35 +0000 (23:42 +0000)]
(f90-break-delimiters): Doc fix.
(f90-no-break-re): Add some extra tokens.  Doc fix.

20 years agoFix typo.
Andreas Schwab [Sun, 25 Jan 2004 16:27:44 +0000 (16:27 +0000)]
Fix typo.

20 years ago(lispref): Do include lispref/index.texi.
Richard M. Stallman [Sun, 25 Jan 2004 10:29:27 +0000 (10:29 +0000)]
(lispref): Do include lispref/index.texi.

20 years ago(Top): Fix typo.
Luc Teirlinck [Sat, 24 Jan 2004 23:56:44 +0000 (23:56 +0000)]
(Top): Fix typo.

20 years ago*** empty log message ***
Richard M. Stallman [Sat, 24 Jan 2004 21:58:19 +0000 (21:58 +0000)]
*** empty log message ***

20 years ago(main): Restore errno from saved_errno,
Richard M. Stallman [Sat, 24 Jan 2004 21:57:57 +0000 (21:57 +0000)]
(main): Restore errno from saved_errno,
so the error message comes from socket_status.

20 years agoFix copyright year.
Richard M. Stallman [Sat, 24 Jan 2004 21:54:06 +0000 (21:54 +0000)]
Fix copyright year.

20 years agoAdd footnote about "intellectual property rights".
Richard M. Stallman [Sat, 24 Jan 2004 21:53:41 +0000 (21:53 +0000)]
Add footnote about "intellectual property rights".

20 years ago(Man-fontify-manpage): Clean up message.
Richard M. Stallman [Sat, 24 Jan 2004 21:52:12 +0000 (21:52 +0000)]
(Man-fontify-manpage): Clean up message.

20 years ago(Acknowledgments): Renamed from Acknowledgements.
Richard M. Stallman [Sat, 24 Jan 2004 21:51:16 +0000 (21:51 +0000)]
(Acknowledgments): Renamed from Acknowledgements.
Include it only @ifnotinfo.  Patch the preceding and following
node headers to point to each other.

20 years ago*** empty log message ***
Jonathan Yavner [Sat, 24 Jan 2004 17:40:21 +0000 (17:40 +0000)]
*** empty log message ***

20 years agoFor `format', make source and documentation match.
Jonathan Yavner [Sat, 24 Jan 2004 17:39:47 +0000 (17:39 +0000)]
For `format', make source and documentation match.

20 years agoUse two semicolons as Commentary line prefix.
Thien-Thi Nguyen [Sat, 24 Jan 2004 17:00:21 +0000 (17:00 +0000)]
Use two semicolons as Commentary line prefix.
Add ";;; Code:" stylized comment.
Delete end-of-line whitespace.
Wrap (require 'cl) with `eval-when-compile'.

20 years ago#
André Spiegel [Fri, 23 Jan 2004 11:23:08 +0000 (11:23 +0000)]
#

20 years ago(vc-annotate): Fix improper use of `make-local-variable' at the top
André Spiegel [Fri, 23 Jan 2004 11:20:55 +0000 (11:20 +0000)]
(vc-annotate): Fix improper use of `make-local-variable' at the top
level of vc.el.  (Patch by Benjamin Rutt.)

20 years ago(Fmd5): If OBJECT is a buffer different from the current
Kenichi Handa [Fri, 23 Jan 2004 00:14:48 +0000 (00:14 +0000)]
(Fmd5): If OBJECT is a buffer different from the current
one, set buffer to OBJECT temporarily.

20 years ago#
André Spiegel [Thu, 22 Jan 2004 23:37:46 +0000 (23:37 +0000)]
#

20 years ago(vc-current-line): Function removed. This is now done by the new
André Spiegel [Thu, 22 Jan 2004 23:34:33 +0000 (23:34 +0000)]
(vc-current-line): Function removed.  This is now done by the new
function line-at-pos in simple.el.
(vc-annotate-warp-version): Use line-at-pos instead of
vc-current-line.

20 years ago(line-at-pos): New defun.
Kim F. Storm [Thu, 22 Jan 2004 20:42:52 +0000 (20:42 +0000)]
(line-at-pos): New defun.
(what-line): Use it.  Optimize by only counting lines in narrowed region once.

20 years ago*** empty log message ***
Stefan Monnier [Thu, 22 Jan 2004 15:28:25 +0000 (15:28 +0000)]
*** empty log message ***

20 years ago("bulgarian-phonetic"): Docstring fixed.
Kenichi Handa [Thu, 22 Jan 2004 06:51:31 +0000 (06:51 +0000)]
("bulgarian-phonetic"): Docstring fixed.
Duplicated entry removed.
("bulgarian-bds"): Docstring fixed.

20 years ago(ccl-encode-windows-1251-font): Rearrange
Kenichi Handa [Thu, 22 Jan 2004 00:19:59 +0000 (00:19 +0000)]
(ccl-encode-windows-1251-font): Rearrange
code point (register r0) only for charset mule-unicode-0100-24ff.

20 years ago(kbd_buffer_gcpro): Remove.
Stefan Monnier [Wed, 21 Jan 2004 20:19:41 +0000 (20:19 +0000)]
(kbd_buffer_gcpro): Remove.
(kbd_buffer_store_event, clear_event, Fdiscard_input)
(stuff_buffered_input, init_keyboard, syms_of_keyboard):
Don't intitialize and/or maintain the variable any more.  It was made
redundant by my commit of 2003-06-15.

20 years ago*** empty log message ***
Stefan Monnier [Wed, 21 Jan 2004 19:36:00 +0000 (19:36 +0000)]
*** empty log message ***

20 years ago[USE_LSB_TAG && !DECL_ALIGN]: Signal an error.
Stefan Monnier [Wed, 21 Jan 2004 19:32:49 +0000 (19:32 +0000)]
[USE_LSB_TAG && !DECL_ALIGN]: Signal an error.

20 years agolisp.h: Add undef DECL_ALIGN
Jan Djärv [Wed, 21 Jan 2004 15:30:28 +0000 (15:30 +0000)]
lisp.h: Add undef DECL_ALIGN

20 years ago(rmail-convert-to-babyl-format): Avoid deleting trailing white space
Markus Rost [Wed, 21 Jan 2004 12:36:18 +0000 (12:36 +0000)]
(rmail-convert-to-babyl-format): Avoid deleting trailing white space
and ensure a final newline.

20 years ago(rmail-use-spam-filter): Add autoload cookie.
Markus Rost [Wed, 21 Jan 2004 12:35:11 +0000 (12:35 +0000)]
(rmail-use-spam-filter): Add autoload cookie.

20 years ago#
André Spiegel [Wed, 21 Jan 2004 11:09:09 +0000 (11:09 +0000)]
#

20 years ago(vc-annotate-mode): Inherit from fundamental-mode and activate
André Spiegel [Wed, 21 Jan 2004 11:05:51 +0000 (11:05 +0000)]
(vc-annotate-mode): Inherit from fundamental-mode and activate
view-mode explicitly.

20 years agoEnable clipboard on the menu bar and make Paste from the menu bar first
Jan Djärv [Wed, 21 Jan 2004 10:56:29 +0000 (10:56 +0000)]
Enable clipboard on the menu bar and make Paste from the menu bar first
use clipboard.  For compliance with freedesktop.org.

20 years agoAdd .gdb_history
Stefan Monnier [Wed, 21 Jan 2004 05:47:54 +0000 (05:47 +0000)]
Add .gdb_history

20 years ago*** empty log message ***
Stefan Monnier [Wed, 21 Jan 2004 05:46:48 +0000 (05:46 +0000)]
*** empty log message ***

20 years ago(wait_reading_process_input) [SYNC_INPUT]: Check interrupt_input_pending.
Stefan Monnier [Wed, 21 Jan 2004 05:27:58 +0000 (05:27 +0000)]
(wait_reading_process_input) [SYNC_INPUT]: Check interrupt_input_pending.

20 years ago(QUIT) [SYNC_INPUT]: Check interrupt_input_pending as well.
Stefan Monnier [Wed, 21 Jan 2004 05:24:01 +0000 (05:24 +0000)]
(QUIT) [SYNC_INPUT]: Check interrupt_input_pending as well.

20 years ago(handle_async_input): New fun, extracted from input_available_signal.
Stefan Monnier [Wed, 21 Jan 2004 05:15:12 +0000 (05:15 +0000)]
(handle_async_input): New fun, extracted from input_available_signal.
(input_available_signal, reinvoke_input_signal): Use it.

20 years ago*** empty log message ***
Stefan Monnier [Wed, 21 Jan 2004 05:03:24 +0000 (05:03 +0000)]
*** empty log message ***

20 years ago(buffer_defaults, buffer_local_symbols): Use DECL_ALIGN.
Stefan Monnier [Wed, 21 Jan 2004 04:32:19 +0000 (04:32 +0000)]
(buffer_defaults, buffer_local_symbols): Use DECL_ALIGN.

20 years ago[USE_LSB_TAG]: Add definitions for Lisp_Object value
Stefan Monnier [Wed, 21 Jan 2004 04:31:21 +0000 (04:31 +0000)]
[USE_LSB_TAG]: Add definitions for Lisp_Object value
manipulation macros for when tags are in the lower bits.
(struct Lisp_Free) [USE_LSB_TAG]: Add padding.
(DECL_ALIGN): New macro.
(DEFUN): Use it.

20 years ago[ENABLE_CHECKING]: Don't force union type.
Stefan Monnier [Wed, 21 Jan 2004 04:19:21 +0000 (04:19 +0000)]
[ENABLE_CHECKING]: Don't force union type.

20 years ago(__attribute__): Remove outdated workaround.
Stefan Monnier [Wed, 21 Jan 2004 04:04:01 +0000 (04:04 +0000)]
(__attribute__): Remove outdated workaround.

20 years ago(main) [USE_LSB_TAG]: Don't range check the ram.
Stefan Monnier [Wed, 21 Jan 2004 04:02:39 +0000 (04:02 +0000)]
(main) [USE_LSB_TAG]: Don't range check the ram.

20 years ago(lisp_malloc, lisp_align_malloc) [USE_LSB_TAG]:
Stefan Monnier [Wed, 21 Jan 2004 03:34:32 +0000 (03:34 +0000)]
(lisp_malloc, lisp_align_malloc) [USE_LSB_TAG]:
Don't check range of malloc address.
(pure_alloc) [USE_LSB_TAG]: Enforce alignment.

20 years ago(outline-insert-heading): Tighten up match.
Stefan Monnier [Wed, 21 Jan 2004 03:26:30 +0000 (03:26 +0000)]
(outline-insert-heading): Tighten up match.
(outline-demote, outline-move-subtree-down): Don't assume anything
about outline-regexp.

20 years ago(texinfo-mode): Remove ^ from outline-regexp.
Stefan Monnier [Wed, 21 Jan 2004 03:09:06 +0000 (03:09 +0000)]
(texinfo-mode): Remove ^ from outline-regexp.
(texinfo-show-structure): Explicitly add ^, and simplify.

20 years ago(main): Stop if socket name too long.
Stefan Monnier [Tue, 20 Jan 2004 23:25:33 +0000 (23:25 +0000)]
(main): Stop if socket name too long.
Only try su-fallback if the socket name was not explicit.
Check socket name length in su-fallback case as well.

20 years ago*** empty log message ***
Luc Teirlinck [Tue, 20 Jan 2004 23:09:25 +0000 (23:09 +0000)]
*** empty log message ***

20 years ago(Sets And Lists): Add delete-dups.
Luc Teirlinck [Tue, 20 Jan 2004 23:06:28 +0000 (23:06 +0000)]
(Sets And Lists): Add delete-dups.

20 years ago(appt-check): Restore usage of appt-issue-message deleted in previous
Glenn Morris [Tue, 20 Jan 2004 22:52:11 +0000 (22:52 +0000)]
(appt-check): Restore usage of appt-issue-message deleted in previous
change.
(top-level): Activate package when loaded (needed for backwards
compatibility).

20 years ago*** empty log message ***
Glenn Morris [Tue, 20 Jan 2004 22:51:38 +0000 (22:51 +0000)]
*** empty log message ***

20 years agoJesper Harder <harder@ifa.au.dk>
Glenn Morris [Tue, 20 Jan 2004 22:17:32 +0000 (22:17 +0000)]
Jesper Harder  <harder@ifa.au.dk>
(smtpmail-via-smtp): No need to add two bytes following previous
change to smtpmail-send-data.

20 years ago*** empty log message ***
Glenn Morris [Tue, 20 Jan 2004 22:16:49 +0000 (22:16 +0000)]
*** empty log message ***

20 years ago(vc-mcvs-mode-line-string): Remove. Does not work.
Stefan Monnier [Tue, 20 Jan 2004 21:56:16 +0000 (21:56 +0000)]
(vc-mcvs-mode-line-string): Remove.  Does not work.
(vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
(vc-mcvs-cvs): Remove.
(vc-mcvs-command): Remove use of assert.

20 years ago(wait_reading_process_input): Lisp_Object/int mixup.
Stefan Monnier [Tue, 20 Jan 2004 21:19:33 +0000 (21:19 +0000)]
(wait_reading_process_input): Lisp_Object/int mixup.

20 years ago(Ffile_attributes): Lisp_Object/int mixup.
Stefan Monnier [Tue, 20 Jan 2004 21:18:31 +0000 (21:18 +0000)]
(Ffile_attributes): Lisp_Object/int mixup.

20 years agoAdd +++ to prev change.
André Spiegel [Tue, 20 Jan 2004 17:48:00 +0000 (17:48 +0000)]
Add +++ to prev change.

20 years agoDescribe new key bindings in vc-annotate-mode.
André Spiegel [Tue, 20 Jan 2004 17:46:50 +0000 (17:46 +0000)]
Describe new key bindings in vc-annotate-mode.

20 years agoDescribe new key bindings in VC Annotate mode.
André Spiegel [Tue, 20 Jan 2004 17:45:22 +0000 (17:45 +0000)]
Describe new key bindings in VC Annotate mode.
(Patch by Benjamin Rutt.)

20 years ago#
André Spiegel [Tue, 20 Jan 2004 17:43:02 +0000 (17:43 +0000)]
#

20 years ago* vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New
André Spiegel [Tue, 20 Jan 2004 17:41:18 +0000 (17:41 +0000)]
* vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New
function.

20 years ago* vc.el (vc-default-previous-version): Doc enhancement.
André Spiegel [Tue, 20 Jan 2004 17:39:09 +0000 (17:39 +0000)]
* vc.el (vc-default-previous-version): Doc enhancement.
(vc-default-next-version): New function.
(vc-print-log): New arg FOCUS-REV.
(vc-annotate-mode):  Derives from view-mode now.
(vc-annotate):  New args REVISION, DISPLAY-MODE.
(vc-annotate-prev-version): New function.
(vc-annotate-prev-version): New function.
(vc-annotate-next-version): New function.
(vc-annotate-workfile-version): New function.
(vc-annotate-extract-revision-at-line): New function.
(vc-annotate-revision-at-line): New function.
(vc-annotate-revision-previous-to-line): New function.
(vc-annotate-show-log-revision-at-line): New function.
(vc-annotate-show-diff-revision-at-line): New function.
(vc-current-line): New function.
(vc-annotate-warp-version): New function.

20 years agotexinfo.el
Karl Berry [Tue, 20 Jan 2004 01:28:40 +0000 (01:28 +0000)]
texinfo.el

20 years agoUse "Texinfo" consistently, no "TeXinfo" or "TexInfo".
Karl Berry [Tue, 20 Jan 2004 01:28:15 +0000 (01:28 +0000)]
Use "Texinfo" consistently, no "TeXinfo" or "TexInfo".

20 years ago*** empty log message ***
Luc Teirlinck [Tue, 20 Jan 2004 00:08:33 +0000 (00:08 +0000)]
*** empty log message ***

20 years ago(delete-dups): New function.
Luc Teirlinck [Mon, 19 Jan 2004 23:48:11 +0000 (23:48 +0000)]
(delete-dups): New function.

20 years agotextmodes/texinfo.el
Karl Berry [Mon, 19 Jan 2004 15:18:22 +0000 (15:18 +0000)]
textmodes/texinfo.el

20 years ago(texinfo-mode): define outline-regexp to start
Karl Berry [Mon, 19 Jan 2004 15:18:01 +0000 (15:18 +0000)]
(texinfo-mode): define outline-regexp to start
with ^, since that's what texinfo-show-structure
documentation says (plus it works much better in texinfo.txi).

20 years ago*** empty log message ***
Kenichi Handa [Mon, 19 Jan 2004 00:35:31 +0000 (00:35 +0000)]
*** empty log message ***

20 years ago(fontset_font_pattern): Fix previous change.
Kenichi Handa [Mon, 19 Jan 2004 00:22:03 +0000 (00:22 +0000)]
(fontset_font_pattern): Fix previous change.

20 years agoAdd overflow-newline-into-fringe and indicate-buffer-boundaries.
Kim F. Storm [Sun, 18 Jan 2004 20:26:39 +0000 (20:26 +0000)]
Add overflow-newline-into-fringe and indicate-buffer-boundaries.

20 years agoJesper Harder <harder@ifa.au.dk>
Glenn Morris [Sun, 18 Jan 2004 14:11:11 +0000 (14:11 +0000)]
Jesper Harder  <harder@ifa.au.dk>
(smtpmail-send-data): Don't append spurious newline.

20 years agoDavid Ponce <david@dponce.com>
Glenn Morris [Sun, 18 Jan 2004 14:00:34 +0000 (14:00 +0000)]
David Ponce  <david@dponce.com>
(which-function-mode): Don't cancel which-func-update-timer if not set.

20 years ago(mm-delete-duplicates): Remove redundant space in docstring.
Luc Teirlinck [Sun, 18 Jan 2004 03:15:25 +0000 (03:15 +0000)]
(mm-delete-duplicates): Remove redundant space in docstring.