bpt/emacs.git
20 years ago* xfns.c (x-send-client-message): Moved to xselect.c
Jan Djärv [Tue, 3 Feb 2004 16:35:38 +0000 (16:35 +0000)]
* xfns.c (x-send-client-message): Moved to xselect.c
(Fx_change_window_property): Add optional arguments TYPE, FORMAT and
OUTER_P.
(Fx_window_property): Add optional arguments TYPE, SOURCE, DELETE_P,
VECTOR_RET_P.  Handle AnyPropertyType.  Call x_property_data_to_lisp
if vector_ret_p is true.
(syms_of_xfns): Sx_send_client_message moved to xselect.c.

20 years ago* xselect.c: Include termhooks.h and X11/Xproto.h
Jan Djärv [Tue, 3 Feb 2004 16:34:57 +0000 (16:34 +0000)]
* xselect.c: Include termhooks.h and X11/Xproto.h
(x_check_property_data, x_fill_property_data)
(x_property_data_to_lisp, mouse_position_for_drop)
(Fx_get_atom_name, x_handle_dnd_message): New functions for DND support.
(Fx_send_client_event): Moved here from xfns.c.
(syms_of_xselect): Add Sx_get_atom_name and Sx_send_client_message.

20 years ago* xterm.c (handle_one_xevent): Call x_handle_dnd_message for
Jan Djärv [Tue, 3 Feb 2004 16:34:26 +0000 (16:34 +0000)]
* xterm.c (handle_one_xevent): Call x_handle_dnd_message for
ClientMessages.

20 years ago* xterm.h: Add x_handle_dnd_message, x_check_property_data,
Jan Djärv [Tue, 3 Feb 2004 16:33:53 +0000 (16:33 +0000)]
* xterm.h: Add x_handle_dnd_message, x_check_property_data,
  x_fill_property_data, x_property_data_to_lisp and check_x_display_info.

20 years agoBind q to `quit-window'.
Benjamin Rutt [Mon, 2 Feb 2004 21:09:05 +0000 (21:09 +0000)]
Bind q to `quit-window'.

20 years ago(Fcopy_file): If NEWNAME is a directory, expand the
Eli Zaretskii [Mon, 2 Feb 2004 20:52:20 +0000 (20:52 +0000)]
(Fcopy_file): If NEWNAME is a directory, expand the
basename of FILE relative to it, not FILE itself.

20 years ago(cperl-mode-map, cperl-do-auto-fill, cperl-menu): Use fill-paragraph,
Stefan Monnier [Mon, 2 Feb 2004 15:22:39 +0000 (15:22 +0000)]
(cperl-mode-map, cperl-do-auto-fill, cperl-menu): Use fill-paragraph,
not cperl-fill-paragraph.
(cperl-mode): Set fill-paragraph-function.
(cperl-fill-paragraph): Make it non-interactive.

20 years ago(perform-replace): Allow 'literal argument in
David Kastrup [Mon, 2 Feb 2004 12:50:49 +0000 (12:50 +0000)]
(perform-replace): Allow 'literal argument in
regexp-flag to indicate literal replacement.
(query-replace-regexp-eval): Use it.

20 years ago*** empty log message ***
David Kastrup [Mon, 2 Feb 2004 12:50:24 +0000 (12:50 +0000)]
*** empty log message ***

20 years ago(coding_restore_composition): Check invalid
Kenichi Handa [Mon, 2 Feb 2004 12:09:36 +0000 (12:09 +0000)]
(coding_restore_composition): Check invalid
composition data more rigidly.

20 years agoRegenerate.
Andreas Schwab [Sun, 1 Feb 2004 16:40:34 +0000 (16:40 +0000)]
Regenerate.

20 years ago(executable-command-find-posix-p): Doc fix.
Andreas Schwab [Sun, 1 Feb 2004 16:27:34 +0000 (16:27 +0000)]
(executable-command-find-posix-p): Doc fix.

20 years agoAdd support for maxima-mode. Update commentary
Stephen Eglen [Sun, 1 Feb 2004 13:52:33 +0000 (13:52 +0000)]
Add support for maxima-mode.  Update commentary
because info-lookup-symbol is now bound to C-h S.

20 years ago*** empty log message ***
Luc Teirlinck [Sun, 1 Feb 2004 00:04:28 +0000 (00:04 +0000)]
*** empty log message ***

20 years ago(edit-and-eval-command): Bind print-level and
Luc Teirlinck [Sat, 31 Jan 2004 15:07:40 +0000 (15:07 +0000)]
(edit-and-eval-command): Bind print-level and
minibuffer-history-sexp-flag around call to read-from-minibuffer.
Correct initial position in command-history.

20 years ago*** empty log message ***
Luc Teirlinck [Sat, 31 Jan 2004 04:41:35 +0000 (04:41 +0000)]
*** empty log message ***

20 years ago(read-directory-name): Adapt the docstring to recent change in Fread_file_name.
Luc Teirlinck [Sat, 31 Jan 2004 04:38:32 +0000 (04:38 +0000)]
(read-directory-name): Adapt the docstring to recent change in Fread_file_name.

20 years ago(Fread_file_name_internal): Correctly handle the case where
Luc Teirlinck [Sat, 31 Jan 2004 04:24:23 +0000 (04:24 +0000)]
(Fread_file_name_internal): Correctly handle the case where
insert-default-directory is nil.
(Fread_file_name): Always return an empty string if the user exits
with an empty minibuffer.  Adapt the docstring accordingly.
(syms_of_fileio): Adapt the docstring of insert-default-directory to
the change in Fread_file_name.

20 years agoFix the prototype for xfree.
Eli Zaretskii [Fri, 30 Jan 2004 17:12:40 +0000 (17:12 +0000)]
Fix the prototype for xfree.

20 years ago(term-mouse-paste): Call mouse-set-point.
Richard M. Stallman [Fri, 30 Jan 2004 16:53:11 +0000 (16:53 +0000)]
(term-mouse-paste): Call mouse-set-point.

20 years agoChanges suggested by Stefan Monnier to truncate decimal places if print format too...
Jonathan Yavner [Fri, 30 Jan 2004 08:02:57 +0000 (08:02 +0000)]
Changes suggested by Stefan Monnier to truncate decimal places if print format too large for column width.

20 years ago*** empty log message ***
Stefan Monnier [Fri, 30 Jan 2004 00:40:55 +0000 (00:40 +0000)]
*** empty log message ***

20 years ago(jit-lock-context-time, jit-lock-context-timer): New var.
Stefan Monnier [Fri, 30 Jan 2004 00:20:46 +0000 (00:20 +0000)]
(jit-lock-context-time, jit-lock-context-timer): New var.
(with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
Add edebug info.
(jit-lock-mode): Setup/cancel the new timer.
(jit-lock-context-fontify): New fun.  Extracted from
context fontification code of jit-lock-stealth-fontify.
(jit-lock-stealth-fontify): Don't do context fontification any more.

20 years ago(jit-lock-stealth-fontify): Allow quit.
Stefan Monnier [Fri, 30 Jan 2004 00:08:38 +0000 (00:08 +0000)]
(jit-lock-stealth-fontify): Allow quit.
(jit-lock-fontify-now): Handle the `quit' case.
(jit-lock-contextually): Rename from jit-lock-defer-contextually.

20 years ago(byte-compile-compatibility): Doc fix.
Richard M. Stallman [Thu, 29 Jan 2004 17:58:16 +0000 (17:58 +0000)]
(byte-compile-compatibility): Doc fix.
(byte-compile-format-warn): New.
(byte-compile-callargs-warn): Use it.
(Format, message, error): Add byte-compile-format-like property.
(byte-compile-maybe-guarded): New.
(byte-compile-if, byte-compile-cond): Use it.
(byte-compile-lambda): Compile interactive forms, just to make
warnings about them.

20 years ago(beginning-of-defun-raw, end-of-defun):
Richard M. Stallman [Thu, 29 Jan 2004 17:56:42 +0000 (17:56 +0000)]
(beginning-of-defun-raw, end-of-defun):
Iterate the hook function if arg is given.
(mark-defun, narrow-to-defun): Change order of finding the limits.

20 years ago(file-cache-find-posix-p): Deleted.
Richard M. Stallman [Thu, 29 Jan 2004 17:55:39 +0000 (17:55 +0000)]
(file-cache-find-posix-p): Deleted.
(file-cache-add-directory-using-find): Use `executable-command-find-posix-p'.

20 years ago(grep-compute-defaults): Use executable-command-find-posix-p.
Richard M. Stallman [Thu, 29 Jan 2004 17:54:36 +0000 (17:54 +0000)]
(grep-compute-defaults): Use executable-command-find-posix-p.
(grep-find): Check `grep-find-command'.

20 years ago(executable-command-find-posix-p):
Richard M. Stallman [Thu, 29 Jan 2004 17:53:17 +0000 (17:53 +0000)]
(executable-command-find-posix-p):
New.  Check if find handles arguments Posix-style.

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

20 years agoIncrease ses-initial-column-width to 14, so it will play well with default
Jonathan Yavner [Thu, 29 Jan 2004 06:51:03 +0000 (06:51 +0000)]
Increase ses-initial-column-width to 14, so it will play well with default
printer of "%.7g" for extreme values like "-1.234567e+07".

20 years ago*** empty log message ***
Kenichi Handa [Thu, 29 Jan 2004 04:58:11 +0000 (04:58 +0000)]
*** empty log message ***

20 years ago(x-selection-value): Optimize for ASCII only case.
Kenichi Handa [Thu, 29 Jan 2004 04:56:11 +0000 (04:56 +0000)]
(x-selection-value): Optimize for ASCII only case.

20 years ago(string_char_to_byte): Optimize for ASCII only string.
Kenichi Handa [Thu, 29 Jan 2004 02:54:22 +0000 (02:54 +0000)]
(string_char_to_byte): Optimize for ASCII only string.
(string_byte_to_char): Likewise.

20 years ago*** empty log message ***
Jason Rumney [Wed, 28 Jan 2004 23:33:32 +0000 (23:33 +0000)]
*** empty log message ***

20 years agoAdded support for the `default-printer-name' function.
Jason Rumney [Wed, 28 Jan 2004 23:32:55 +0000 (23:32 +0000)]
Added support for the `default-printer-name' function.

20 years ago* makefile.w32-in, w32fns.c: Add `default-printer-name' function.
Jason Rumney [Wed, 28 Jan 2004 23:31:03 +0000 (23:31 +0000)]
* makefile.w32-in, w32fns.c: Add `default-printer-name' function.

20 years agogmake.defs, nmake.defs: Add linking to ``winspool.lib''.
Jason Rumney [Wed, 28 Jan 2004 23:20:02 +0000 (23:20 +0000)]
gmake.defs, nmake.defs: Add linking to ``winspool.lib''.

20 years agounexecmacos.x (unexec_copy): Do not copy more than was requested (count)
Steven Tamm [Wed, 28 Jan 2004 06:07:36 +0000 (06:07 +0000)]
unexecmacos.x (unexec_copy): Do not copy more than was requested (count)
to prevent overwriting during unexec.

20 years ago(server-socket-name): Don't use the hostname in the
Stefan Monnier [Tue, 27 Jan 2004 23:08:29 +0000 (23:08 +0000)]
(server-socket-name): Don't use the hostname in the
socket name since /tmp is local to the host anyway.

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 ***