]>
git.eshelyaron.com Git - emacs.git/log
Kenichi Handa [Wed, 14 Sep 2005 07:35:38 +0000 (07:35 +0000)]
Show a patch for Mule-UCS to make it byte-compiled
correctly.
Eli Zaretskii [Sat, 14 May 2005 18:28:03 +0000 (18:28 +0000)]
(interrupt_signal): Move before readable_events to
avoid forward references (that could cause gas errors).
(kbd_buffer_store_event): Remove now redundant declaration of
interrupt_signal.
Francesco Potortì [Thu, 17 Feb 2005 12:57:42 +0000 (12:57 +0000)]
Segfault during `make bootstrap' under certain recent versions of the
Linux kernel.
Copied from the trunk PROBLEMS file, with the following part removed,
because I am not sure whether it is true for 21.4:
Configure can overcome the problem of exec-shield if the architecture is
x86 and the program setarch is present. On other architectures no
workaround is known.
Francesco Potortì [Sun, 6 Feb 2005 22:33:29 +0000 (22:33 +0000)]
ftp upload procedure finally described
Jason Rumney [Sat, 10 Apr 2004 21:08:34 +0000 (21:08 +0000)]
(WinMain): Let emacs environment default to parent.
Jason Rumney [Sat, 10 Apr 2004 21:08:09 +0000 (21:08 +0000)]
*** empty log message ***
Francesco Potortì [Thu, 26 Feb 2004 09:35:11 +0000 (09:35 +0000)]
Correct original attribution
Jason Rumney [Wed, 18 Feb 2004 22:46:48 +0000 (22:46 +0000)]
* unexw32.c (_start): Remove _fmode initialization.
* emacs.c (main) [WINDOWSNT]: Move it here.
Kenichi Handa [Fri, 23 Jan 2004 00:20:48 +0000 (00:20 +0000)]
(Fmd5): If OBJECT is a buffer different from the current
one, set buffer to OBJECT temporarily.
Kenichi Handa [Fri, 23 Jan 2004 00:20:22 +0000 (00:20 +0000)]
*** empty log message ***
Francesco Potortì [Thu, 2 Oct 2003 22:49:36 +0000 (22:49 +0000)]
(*-sysv5uw*, *-sysv5OpenUNIX*): New configurations.
Francesco Potortì [Thu, 2 Oct 2003 22:48:44 +0000 (22:48 +0000)]
*** empty log message ***
Rudy Gevaert [Wed, 1 Oct 2003 11:57:00 +0000 (11:57 +0000)]
fo
Rudy Gevaert [Wed, 1 Oct 2003 11:53:37 +0000 (11:53 +0000)]
koo
Rudy Gevaert [Wed, 1 Oct 2003 11:48:02 +0000 (11:48 +0000)]
foo
Rudy Gevaert [Wed, 1 Oct 2003 11:41:22 +0000 (11:41 +0000)]
test
Dave Love [Wed, 17 Sep 2003 13:27:19 +0000 (13:27 +0000)]
*** empty log message ***
Dave Love [Wed, 17 Sep 2003 13:21:14 +0000 (13:21 +0000)]
Don't include varargs.h.
Rudy Gevaert [Fri, 12 Sep 2003 14:18:49 +0000 (14:18 +0000)]
test in rc truck
Francesco Potortì [Wed, 3 Sep 2003 14:18:03 +0000 (14:18 +0000)]
(consider_token): check C++ `operator' only when the token len is long
enough.
Kenichi Handa [Wed, 27 Aug 2003 00:32:05 +0000 (00:32 +0000)]
(detect_coding_iso2022): While checking a byte sequence
for CODING_CATEGORY_MASK_ISO_8_2, if we read one extra byte, check
it in the normal loop.
Paul Eggert [Sun, 13 Jul 2003 07:27:01 +0000 (07:27 +0000)]
* unexelf.c (unexec): Consider a section to precede the .bss
section if its addresses overlap that of .bss.
Paul Eggert [Sun, 13 Jul 2003 07:26:30 +0000 (07:26 +0000)]
(unexec): Consider a section to precede the .bss
section if its addresses overlap that of .bss.
Kenichi Handa [Mon, 7 Jul 2003 01:52:25 +0000 (01:52 +0000)]
(Fkill_buffer): Clear charpos cache if necessary.
Stefan Monnier [Fri, 4 Jul 2003 21:08:34 +0000 (21:08 +0000)]
(log-view-message-re): Remove Subversion support, mistakenly added
without updating the rest of the code.
Kenichi Handa [Sat, 21 Jun 2003 02:32:35 +0000 (02:32 +0000)]
*** empty log message ***
Kenichi Handa [Sat, 21 Jun 2003 02:32:04 +0000 (02:32 +0000)]
(ucs-unify-8859, ucs-fragment-8859): Adjusted for the name change:
xxx-utf-16-{le,be} -> xxx-utf-16{le,be}.
Kenichi Handa [Sat, 21 Jun 2003 02:06:45 +0000 (02:06 +0000)]
Many name changes: utf-16-{be,le} -> utf-16{be,le}.
(mule-utf-16-le, utf-16-le, mule-utf-16-be, utf-16-be): New coding
system aliases for backward compatibility.
Andreas Schwab [Fri, 20 Jun 2003 18:10:40 +0000 (18:10 +0000)]
(in_display_vector_p): Declare.
Andreas Schwab [Fri, 20 Jun 2003 18:09:48 +0000 (18:09 +0000)]
(in_display_vector_p): New function.
Richard M. Stallman [Tue, 10 Jun 2003 18:18:10 +0000 (18:18 +0000)]
(window_scroll_pixel_based): Move outside a
multi-glyph character before setting new window start.
(window_scroll_pixel_based): Fix check for reaching BEGV.
Don't try to make last line fully visible if it is past end of window.
(window_scroll_pixel_based): Don't call Fbolp;
instead, see if the new start pos is at beginning of line.
(window_scroll_pixel_based): Exit the move_it_by_lines
loop whenever it stops making progress.
Kenichi Handa [Wed, 4 Jun 2003 12:47:42 +0000 (12:47 +0000)]
(encoding_buffer_size): If coding->type is
coding_type_ccl, double magnification on CRLF encoding.
Kenichi Handa [Wed, 4 Jun 2003 12:46:20 +0000 (12:46 +0000)]
*** empty log message ***
Kenichi Handa [Mon, 2 Jun 2003 00:57:05 +0000 (00:57 +0000)]
(Fset_buffer_multibyte): Fix previous change.
Kenichi Handa [Sun, 1 Jun 2003 23:39:13 +0000 (23:39 +0000)]
(Fset_buffer_multibyte): Correctly recover a narrowed
region when a buffer is changed to unibyte.
Kenichi Handa [Sun, 1 Jun 2003 23:38:55 +0000 (23:38 +0000)]
*** empty log message ***
Kenichi Handa [Fri, 30 May 2003 08:14:36 +0000 (08:14 +0000)]
(CCL_WRITE_CHAR): Increment extra_bytes only when it is
nonzero.
(ccl_driver): Initialize extra_bytes to ccl->eight_bit_control.
(setup_ccl_program): Initialize ccl->eight_bit_control to zero.
Kenichi Handa [Fri, 30 May 2003 08:12:38 +0000 (08:12 +0000)]
(struct ccl_program) <eight_bit_control: Comment fixed.
Kenichi Handa [Fri, 30 May 2003 08:12:19 +0000 (08:12 +0000)]
(ccl_coding_driver): Set ccl->eight_bit_control
properly before calling ccl_driver.
Dave Love [Wed, 28 May 2003 14:22:17 +0000 (14:22 +0000)]
*** empty log message ***
Dave Love [Wed, 28 May 2003 14:21:11 +0000 (14:21 +0000)]
Don't mention ORDERS.{EUROPE,JAPAN}.
Francesco Potortì [Mon, 26 May 2003 15:57:47 +0000 (15:57 +0000)]
(cl-make-hash-table): Fix typo.
Francesco Potortì [Mon, 26 May 2003 15:57:21 +0000 (15:57 +0000)]
*** empty log message ***
Kenichi Handa [Thu, 22 May 2003 04:24:56 +0000 (04:24 +0000)]
("chinese-py-punct-b5"): Change the title
Chinese characters from GB to Big5.
Kenichi Handa [Thu, 22 May 2003 04:24:41 +0000 (04:24 +0000)]
*** empty log message ***
Stefan Monnier [Wed, 14 May 2003 18:35:09 +0000 (18:35 +0000)]
(make_lispy_event): Apply modifiers to multibyte chars.
Juanma Barranquero [Tue, 13 May 2003 18:42:21 +0000 (18:42 +0000)]
Fix typo.
Juanma Barranquero [Mon, 12 May 2003 22:19:47 +0000 (22:19 +0000)]
Fix typo.
Juanma Barranquero [Fri, 9 May 2003 22:57:32 +0000 (22:57 +0000)]
(command-line-processed): Fix typo.
(fancy-splash-default-action): Fix docstring.
Rudy Gevaert [Thu, 8 May 2003 14:30:59 +0000 (14:30 +0000)]
testing in RC
Rudy Gevaert [Thu, 8 May 2003 14:17:29 +0000 (14:17 +0000)]
testing
Juanma Barranquero [Wed, 7 May 2003 22:35:47 +0000 (22:35 +0000)]
*** empty log message ***
Juanma Barranquero [Wed, 7 May 2003 22:23:01 +0000 (22:23 +0000)]
(insert-file-contents-literally): Allow it to be called within a magic file name
handler.
Kenichi Handa [Tue, 6 May 2003 07:00:00 +0000 (07:00 +0000)]
(utf-16-le-decode-loop)
(utf-16-be-decode-loop): New temporary variables.
(ccl-decode-mule-utf-16-le): Use utf-16-le-decode-loop.
(ccl-decode-mule-utf-16-be): Use utf-16-be-decode-loop
(ccl-decode-mule-utf-16-le-with-signature)
(ccl-decode-mule-utf-16-be-with-signature): New CCL programs.
(utf-16-le-encode-loop, utf-16-be-encode-loop): New temporary
variables.
(ccl-encode-mule-utf-16-le): Use utf-16-le-encode-loop.
(ccl-encode-mule-utf-16-be): Use utf-16-be-encode-loop
(ccl-encode-mule-utf-16-le-with-signature)
(ccl-encode-mule-utf-16-be-with-signature): New CCL programs.
(mule-utf-16-le-with-signature, mule-utf-16-be-with-signature):
New coding systems.
(utf-16-le-with-signature, utf-16-be-with-signature): Aliases of
the above coding systems.
Kenichi Handa [Tue, 6 May 2003 06:59:34 +0000 (06:59 +0000)]
(sort-coding-systems): Set lower
priority to a utf-16 base coding system.
Kenichi Handa [Tue, 6 May 2003 06:51:13 +0000 (06:51 +0000)]
*** empty log message ***
Dave Love [Sat, 3 May 2003 14:41:34 +0000 (14:41 +0000)]
*** empty log message ***
Dave Love [Sat, 3 May 2003 14:40:41 +0000 (14:40 +0000)]
Add HAVE_LIBLOCKFILE.
Dave Love [Sat, 3 May 2003 14:40:25 +0000 (14:40 +0000)]
(MAIL_USE_FLOCK): Don't define if we should use
maillock.
Dave Love [Sat, 3 May 2003 14:37:40 +0000 (14:37 +0000)]
Check HAVE_LIBLOCKFILE.
Dave Love [Sat, 3 May 2003 14:35:59 +0000 (14:35 +0000)]
When we have -llockfile, define HAVE_LIBMAIL, not
LIBMAIL.
Juanma Barranquero [Thu, 1 May 2003 11:31:31 +0000 (11:31 +0000)]
(ls-lisp-format-file-size): New function to implement "-h" switch.
(ls-lisp-format): Use it.
Richard M. Stallman [Wed, 30 Apr 2003 13:10:05 +0000 (13:10 +0000)]
Undo previous change.
Richard M. Stallman [Wed, 30 Apr 2003 13:08:38 +0000 (13:08 +0000)]
Update Library GPL to Lesser GPL.
Juanma Barranquero [Wed, 30 Apr 2003 00:09:54 +0000 (00:09 +0000)]
Make things function properly in case both LessTif and Open Motif are installed.
Francesco Potortì [Mon, 28 Apr 2003 16:32:26 +0000 (16:32 +0000)]
Put #include of jpeglib.h at start of line.
Rudy Gevaert [Sat, 26 Apr 2003 09:39:04 +0000 (09:39 +0000)]
testing
Kenichi Handa [Wed, 23 Apr 2003 02:15:05 +0000 (02:15 +0000)]
("Devanagari"): Documentation string modified.
Francesco Potortì [Mon, 21 Apr 2003 22:34:15 +0000 (22:34 +0000)]
(process_send_signal) [HPUX11]: Make C-c C-c work in shell mode.
Francesco Potortì [Mon, 21 Apr 2003 22:33:32 +0000 (22:33 +0000)]
*** empty log message ***
Stefan Monnier [Sat, 12 Apr 2003 20:54:24 +0000 (20:54 +0000)]
(ange-ftp-insert-directory): Fix handling of symlinks.
Juanma Barranquero [Sat, 12 Apr 2003 19:44:02 +0000 (19:44 +0000)]
(add-change-log-entry): Get add-log-full-name and add-log-mailing-address from
the right buffer.
Andreas Schwab [Fri, 11 Apr 2003 13:26:36 +0000 (13:26 +0000)]
*** empty log message ***
Francesco Potortì [Mon, 7 Apr 2003 14:05:11 +0000 (14:05 +0000)]
(xterm-mouse-event-read): New function.
(xterm-mouse-event): Use it to get xterm sequences above #x7f.
Suggested by Aman Bhargava <emacs-bug@amanb.net>.
Francesco Potortì [Mon, 7 Apr 2003 14:04:25 +0000 (14:04 +0000)]
*** empty log message ***
Andreas Schwab [Mon, 7 Apr 2003 09:35:02 +0000 (09:35 +0000)]
Rebuild.
Andreas Schwab [Mon, 7 Apr 2003 09:34:40 +0000 (09:34 +0000)]
* configure.in: Avoid whitespace before preprocessor directive.
Francesco Potortì [Sun, 6 Apr 2003 10:47:51 +0000 (10:47 +0000)]
Use the same configuration for all aix5, not just aix5.1.
Francesco Potortì [Sun, 6 Apr 2003 10:47:16 +0000 (10:47 +0000)]
*** empty log message ***
Francesco Potortì [Sat, 5 Apr 2003 20:12:03 +0000 (20:12 +0000)]
Brought in synch with latest version.
Francesco Potortì [Fri, 28 Mar 2003 13:15:22 +0000 (13:15 +0000)]
register tiny change
Francesco Potortì [Fri, 28 Mar 2003 13:09:10 +0000 (13:09 +0000)]
(erlang_attribute): Account for error returned by erlang_atom.
Francesco Potortì [Fri, 28 Mar 2003 13:07:59 +0000 (13:07 +0000)]
*** empty log message ***
Francesco Potortì [Tue, 18 Mar 2003 15:19:53 +0000 (15:19 +0000)]
Emacs version 21.3
Francesco Potortì [Sun, 16 Mar 2003 22:26:14 +0000 (22:26 +0000)]
Check for need for bigtoc support on IBM AIX for
solving a linker table overflow problem.
Francesco Potortì [Sun, 16 Mar 2003 22:24:31 +0000 (22:24 +0000)]
*** empty log message ***
Jan Djärv [Sat, 8 Mar 2003 10:43:36 +0000 (10:43 +0000)]
Fix hourglass problems
Kenichi Handa [Fri, 7 Mar 2003 04:38:06 +0000 (04:38 +0000)]
*** empty log message ***
Juanma Barranquero [Thu, 6 Mar 2003 08:14:37 +0000 (08:14 +0000)]
(frame-set-background-mode): Fix reference to attribute "backgroundMode".
Juanma Barranquero [Wed, 5 Mar 2003 12:57:16 +0000 (12:57 +0000)]
(command-line-x-option-alist): Make --border-color set the border-color
attribute, not border-width.
Francesco Potortì [Tue, 4 Mar 2003 14:33:05 +0000 (14:33 +0000)]
(vhdl-comment-uncomment-region): Remove two comment characters at start
of line instead of one.
Francesco Potortì [Tue, 4 Mar 2003 14:32:37 +0000 (14:32 +0000)]
*** empty log message ***
Kenichi Handa [Mon, 3 Mar 2003 01:42:53 +0000 (01:42 +0000)]
(japanese-symbol-table): Add two entries to make it complete.
Francesco Potortì [Sat, 1 Mar 2003 14:01:35 +0000 (14:01 +0000)]
Undo previous change.
Francesco Potortì [Fri, 28 Feb 2003 17:06:43 +0000 (17:06 +0000)]
Note that SSL support needs external libraries.
Francesco Potortì [Fri, 28 Feb 2003 17:06:22 +0000 (17:06 +0000)]
*** empty log message ***
Juanma Barranquero [Mon, 24 Feb 2003 17:40:37 +0000 (17:40 +0000)]
(outline-pre-command-business): Fix docstring and update maintainer's e-mail
address.
Jan Djärv [Sun, 23 Feb 2003 18:57:54 +0000 (18:57 +0000)]
Workaround for when TIOCSIGSEND fails.
Juanma Barranquero [Thu, 20 Feb 2003 11:26:15 +0000 (11:26 +0000)]
(WINS): Add obsolete and toolbar directories.
Juanma Barranquero [Wed, 19 Feb 2003 15:42:57 +0000 (15:42 +0000)]
(HPUX10): Define it just once.