]> git.eshelyaron.com Git - emacs.git/log
emacs.git
21 years ago*** empty log message ***
Kenichi Handa [Wed, 4 Jun 2003 12:46:20 +0000 (12:46 +0000)]
*** empty log message ***

21 years ago(Fset_buffer_multibyte): Fix previous change.
Kenichi Handa [Mon, 2 Jun 2003 00:57:05 +0000 (00:57 +0000)]
(Fset_buffer_multibyte): Fix previous change.

21 years ago(Fset_buffer_multibyte): Correctly recover a narrowed
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.

21 years ago*** empty log message ***
Kenichi Handa [Sun, 1 Jun 2003 23:38:55 +0000 (23:38 +0000)]
*** empty log message ***

21 years ago(CCL_WRITE_CHAR): Increment extra_bytes only when it is
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.

21 years ago(struct ccl_program) <eight_bit_control: Comment fixed.
Kenichi Handa [Fri, 30 May 2003 08:12:38 +0000 (08:12 +0000)]
(struct ccl_program) <eight_bit_control: Comment fixed.

21 years ago(ccl_coding_driver): Set ccl->eight_bit_control
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.

21 years ago*** empty log message ***
Dave Love [Wed, 28 May 2003 14:22:17 +0000 (14:22 +0000)]
*** empty log message ***

21 years agoDon't mention ORDERS.{EUROPE,JAPAN}.
Dave Love [Wed, 28 May 2003 14:21:11 +0000 (14:21 +0000)]
Don't mention ORDERS.{EUROPE,JAPAN}.

21 years ago(cl-make-hash-table): Fix typo.
Francesco Potortì [Mon, 26 May 2003 15:57:47 +0000 (15:57 +0000)]
(cl-make-hash-table): Fix typo.

21 years ago*** empty log message ***
Francesco Potortì [Mon, 26 May 2003 15:57:21 +0000 (15:57 +0000)]
*** empty log message ***

21 years ago("chinese-py-punct-b5"): Change the title
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.

21 years ago*** empty log message ***
Kenichi Handa [Thu, 22 May 2003 04:24:41 +0000 (04:24 +0000)]
*** empty log message ***

21 years ago(make_lispy_event): Apply modifiers to multibyte chars.
Stefan Monnier [Wed, 14 May 2003 18:35:09 +0000 (18:35 +0000)]
(make_lispy_event): Apply modifiers to multibyte chars.

21 years agoFix typo.
Juanma Barranquero [Tue, 13 May 2003 18:42:21 +0000 (18:42 +0000)]
Fix typo.

21 years agoFix typo.
Juanma Barranquero [Mon, 12 May 2003 22:19:47 +0000 (22:19 +0000)]
Fix typo.

21 years ago(command-line-processed): 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.

21 years agotesting in RC
Rudy Gevaert [Thu, 8 May 2003 14:30:59 +0000 (14:30 +0000)]
testing in RC

21 years agotesting
Rudy Gevaert [Thu, 8 May 2003 14:17:29 +0000 (14:17 +0000)]
testing

21 years ago*** empty log message ***
Juanma Barranquero [Wed, 7 May 2003 22:35:47 +0000 (22:35 +0000)]
*** empty log message ***

21 years ago(insert-file-contents-literally): Allow it to be called within a magic file name
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.

21 years ago(utf-16-le-decode-loop)
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.

21 years ago(sort-coding-systems): Set lower
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.

21 years ago*** empty log message ***
Kenichi Handa [Tue, 6 May 2003 06:51:13 +0000 (06:51 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
Dave Love [Sat, 3 May 2003 14:41:34 +0000 (14:41 +0000)]
*** empty log message ***

21 years agoAdd HAVE_LIBLOCKFILE.
Dave Love [Sat, 3 May 2003 14:40:41 +0000 (14:40 +0000)]
Add HAVE_LIBLOCKFILE.

21 years ago(MAIL_USE_FLOCK): Don't define if we should use
Dave Love [Sat, 3 May 2003 14:40:25 +0000 (14:40 +0000)]
(MAIL_USE_FLOCK): Don't define if we should use
maillock.

21 years agoCheck HAVE_LIBLOCKFILE.
Dave Love [Sat, 3 May 2003 14:37:40 +0000 (14:37 +0000)]
Check HAVE_LIBLOCKFILE.

21 years agoWhen we have -llockfile, define HAVE_LIBMAIL, not
Dave Love [Sat, 3 May 2003 14:35:59 +0000 (14:35 +0000)]
When we have -llockfile, define HAVE_LIBMAIL, not
LIBMAIL.

21 years ago(ls-lisp-format-file-size): New function to implement "-h" switch.
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.

21 years agoUndo previous change.
Richard M. Stallman [Wed, 30 Apr 2003 13:10:05 +0000 (13:10 +0000)]
Undo previous change.

21 years agoUpdate Library GPL to Lesser GPL.
Richard M. Stallman [Wed, 30 Apr 2003 13:08:38 +0000 (13:08 +0000)]
Update Library GPL to Lesser GPL.

21 years agoMake things function properly in case both LessTif and Open Motif are installed.
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.

21 years agoPut #include of jpeglib.h at start of line.
Francesco Potortì [Mon, 28 Apr 2003 16:32:26 +0000 (16:32 +0000)]
Put #include of jpeglib.h at start of line.

21 years agotesting
Rudy Gevaert [Sat, 26 Apr 2003 09:39:04 +0000 (09:39 +0000)]
testing

21 years ago("Devanagari"): Documentation string modified.
Kenichi Handa [Wed, 23 Apr 2003 02:15:05 +0000 (02:15 +0000)]
("Devanagari"): Documentation string modified.

21 years ago(process_send_signal) [HPUX11]: Make C-c C-c work in shell mode.
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.

21 years ago*** empty log message ***
Francesco Potortì [Mon, 21 Apr 2003 22:33:32 +0000 (22:33 +0000)]
*** empty log message ***

21 years ago(ange-ftp-insert-directory): Fix handling of symlinks.
Stefan Monnier [Sat, 12 Apr 2003 20:54:24 +0000 (20:54 +0000)]
(ange-ftp-insert-directory): Fix handling of symlinks.

21 years ago(add-change-log-entry): Get add-log-full-name and add-log-mailing-address from
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.

21 years ago*** empty log message ***
Andreas Schwab [Fri, 11 Apr 2003 13:26:36 +0000 (13:26 +0000)]
*** empty log message ***

21 years ago(xterm-mouse-event-read): New function.
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>.

21 years ago*** empty log message ***
Francesco Potortì [Mon, 7 Apr 2003 14:04:25 +0000 (14:04 +0000)]
*** empty log message ***

21 years agoRebuild.
Andreas Schwab [Mon, 7 Apr 2003 09:35:02 +0000 (09:35 +0000)]
Rebuild.

21 years ago* configure.in: Avoid whitespace before preprocessor directive.
Andreas Schwab [Mon, 7 Apr 2003 09:34:40 +0000 (09:34 +0000)]
* configure.in: Avoid whitespace before preprocessor directive.

21 years agoUse the same configuration for all aix5, not just aix5.1.
Francesco Potortì [Sun, 6 Apr 2003 10:47:51 +0000 (10:47 +0000)]
Use the same configuration for all aix5, not just aix5.1.

21 years ago*** empty log message ***
Francesco Potortì [Sun, 6 Apr 2003 10:47:16 +0000 (10:47 +0000)]
*** empty log message ***

21 years agoBrought in synch with latest version.
Francesco Potortì [Sat, 5 Apr 2003 20:12:03 +0000 (20:12 +0000)]
Brought in synch with latest version.

21 years agoregister tiny change
Francesco Potortì [Fri, 28 Mar 2003 13:15:22 +0000 (13:15 +0000)]
register tiny change

21 years ago(erlang_attribute): Account for error returned by erlang_atom.
Francesco Potortì [Fri, 28 Mar 2003 13:09:10 +0000 (13:09 +0000)]
(erlang_attribute): Account for error returned by erlang_atom.

21 years ago*** empty log message ***
Francesco Potortì [Fri, 28 Mar 2003 13:07:59 +0000 (13:07 +0000)]
*** empty log message ***

22 years agoEmacs version 21.3 emacs-21.3
Francesco Potortì [Tue, 18 Mar 2003 15:19:53 +0000 (15:19 +0000)]
Emacs version 21.3

22 years agoCheck for need for bigtoc support on IBM AIX for
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.

22 years ago*** empty log message ***
Francesco Potortì [Sun, 16 Mar 2003 22:24:31 +0000 (22:24 +0000)]
*** empty log message ***

22 years agoFix hourglass problems
Jan Djärv [Sat, 8 Mar 2003 10:43:36 +0000 (10:43 +0000)]
Fix hourglass problems

22 years ago*** empty log message ***
Kenichi Handa [Fri, 7 Mar 2003 04:38:06 +0000 (04:38 +0000)]
*** empty log message ***

22 years ago(frame-set-background-mode): Fix reference to attribute "backgroundMode".
Juanma Barranquero [Thu, 6 Mar 2003 08:14:37 +0000 (08:14 +0000)]
(frame-set-background-mode): Fix reference to attribute "backgroundMode".

22 years ago(command-line-x-option-alist): Make --border-color set the border-color
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.

22 years ago(vhdl-comment-uncomment-region): Remove two comment characters at start
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.

22 years ago*** empty log message ***
Francesco Potortì [Tue, 4 Mar 2003 14:32:37 +0000 (14:32 +0000)]
*** empty log message ***

22 years ago(japanese-symbol-table): Add two entries to make it complete.
Kenichi Handa [Mon, 3 Mar 2003 01:42:53 +0000 (01:42 +0000)]
(japanese-symbol-table): Add two entries to make it complete.

22 years agoUndo previous change.
Francesco Potortì [Sat, 1 Mar 2003 14:01:35 +0000 (14:01 +0000)]
Undo previous change.

22 years agoNote that SSL support needs external libraries.
Francesco Potortì [Fri, 28 Feb 2003 17:06:43 +0000 (17:06 +0000)]
Note that SSL support needs external libraries.

22 years ago*** empty log message ***
Francesco Potortì [Fri, 28 Feb 2003 17:06:22 +0000 (17:06 +0000)]
*** empty log message ***

22 years ago(outline-pre-command-business): Fix docstring and update maintainer's e-mail
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.

22 years agoWorkaround for when TIOCSIGSEND fails.
Jan Djärv [Sun, 23 Feb 2003 18:57:54 +0000 (18:57 +0000)]
Workaround for when TIOCSIGSEND fails.

22 years ago(WINS): Add obsolete and toolbar directories.
Juanma Barranquero [Thu, 20 Feb 2003 11:26:15 +0000 (11:26 +0000)]
(WINS): Add obsolete and toolbar directories.

22 years ago(HPUX10): Define it just once.
Juanma Barranquero [Wed, 19 Feb 2003 15:42:57 +0000 (15:42 +0000)]
(HPUX10): Define it just once.

22 years ago*** empty log message ***
Juanma Barranquero [Mon, 17 Feb 2003 09:00:36 +0000 (09:00 +0000)]
*** empty log message ***

22 years agoSet new hpux10-20.h as "major" include for 10.20.
Juanma Barranquero [Mon, 17 Feb 2003 09:00:06 +0000 (09:00 +0000)]
Set new hpux10-20.h as "major" include for 10.20.

22 years ago(wait_reading_process_input): Make the 2 patches in wait_reading_process_input
Juanma Barranquero [Mon, 17 Feb 2003 08:58:43 +0000 (08:58 +0000)]
(wait_reading_process_input): Make the 2 patches in wait_reading_process_input
for HP-UX 10.10 from AlainF invalid for HP-UX 10.20 and higher. Nevertheless add
the stop_polling call to AlainF's patch in wait_reading_process_input so that
the code can work under 10.10.

22 years agoInclude hpux10-20.h instead of hpux10.h.
Juanma Barranquero [Mon, 17 Feb 2003 08:57:56 +0000 (08:57 +0000)]
Include hpux10-20.h instead of hpux10.h.

22 years ago(POLL_INTERRUPTED_SYS_CALL): Defined.
Juanma Barranquero [Mon, 17 Feb 2003 08:57:23 +0000 (08:57 +0000)]
(POLL_INTERRUPTED_SYS_CALL): Defined.

22 years agoNew file.
Juanma Barranquero [Mon, 17 Feb 2003 08:56:27 +0000 (08:56 +0000)]
New file.

22 years ago("Vietnamese"): Fix typos.
Juanma Barranquero [Tue, 11 Feb 2003 17:12:14 +0000 (17:12 +0000)]
("Vietnamese"): Fix typos.

22 years ago*** empty log message ***
Juanma Barranquero [Tue, 11 Feb 2003 07:26:36 +0000 (07:26 +0000)]
*** empty log message ***

22 years ago(Insertion): Don't show COUNT argument of `insert-char' as optional.
Juanma Barranquero [Mon, 10 Feb 2003 12:06:21 +0000 (12:06 +0000)]
(Insertion): Don't show COUNT argument of `insert-char' as optional.

22 years ago(Current Buffer): Describe `save-current-buffer' as a special form, not a macro.
Juanma Barranquero [Mon, 10 Feb 2003 12:04:59 +0000 (12:04 +0000)]
(Current Buffer): Describe `save-current-buffer' as a special form, not a macro.

22 years agoItalian GNU Translation Group <tp@lists.linux.it>
Francesco Potortì [Fri, 7 Feb 2003 11:55:11 +0000 (11:55 +0000)]
Italian GNU Translation Group <tp@lists.linux.it>

22 years ago*** empty log message ***
Francesco Potortì [Fri, 7 Feb 2003 11:51:59 +0000 (11:51 +0000)]
*** empty log message ***

22 years ago("French", "Italian"): New languages.
Francesco Potortì [Fri, 7 Feb 2003 11:42:24 +0000 (11:42 +0000)]
("French", "Italian"): New languages.
("German", "Slovenian", "Latin-1"): Fix doc strings.

22 years ago(update-subdirs-CMD): Fix generation of subdirs.el (from Tak Ota
Juanma Barranquero [Thu, 6 Feb 2003 13:09:41 +0000 (13:09 +0000)]
(update-subdirs-CMD): Fix generation of subdirs.el (from Tak Ota
<Takaaki.Ota@am.sony.com>) and make it non-compilable.

22 years agoItalian reviewer.
Francesco Potortì [Thu, 6 Feb 2003 08:34:47 +0000 (08:34 +0000)]
Italian reviewer.

22 years agoItalian translator.
Francesco Potortì [Thu, 6 Feb 2003 08:32:59 +0000 (08:32 +0000)]
Italian translator.

22 years ago*** empty log message ***
Francesco Potortì [Thu, 6 Feb 2003 08:23:31 +0000 (08:23 +0000)]
*** empty log message ***

22 years ago(dired-move-to-filename-regexp): Support "K" suffix on "ls -alh" output.
Juanma Barranquero [Thu, 6 Feb 2003 08:22:10 +0000 (08:22 +0000)]
(dired-move-to-filename-regexp): Support "K" suffix on "ls -alh" output.

22 years agoItalian tutorial.
Francesco Potortì [Thu, 6 Feb 2003 08:19:32 +0000 (08:19 +0000)]
Italian tutorial.
translated by
 Alfredo Finelli <alfredofnl@tiscali.it>
revised by
 Francesco Potort�pot@gnu.org>

22 years ago(Fdisplay_buffer): Fix docstring.
Juanma Barranquero [Tue, 4 Feb 2003 17:47:29 +0000 (17:47 +0000)]
(Fdisplay_buffer): Fix docstring.

22 years ago(rmail-output): If preserving MIME-version, preserve Content-type too.
Francesco Potortì [Tue, 4 Feb 2003 10:37:30 +0000 (10:37 +0000)]
(rmail-output): If preserving MIME-version, preserve Content-type too.

22 years ago*** empty log message ***
Francesco Potortì [Tue, 4 Feb 2003 10:36:58 +0000 (10:36 +0000)]
*** empty log message ***

22 years ago(hexl-mode-map): Bind C-m to `hexl-self-insert-command'.
John Paul Wallington [Sun, 2 Feb 2003 16:14:05 +0000 (16:14 +0000)]
(hexl-mode-map): Bind C-m to `hexl-self-insert-command'.

22 years ago(Fcopy_file) [WINDOWS_NT]: Reverse logic for setting
Jason Rumney [Sat, 1 Feb 2003 01:17:09 +0000 (01:17 +0000)]
(Fcopy_file) [WINDOWS_NT]: Reverse logic for setting
timestamp.

22 years agoApply this change from HEAD:
Jason Rumney [Thu, 30 Jan 2003 20:55:52 +0000 (20:55 +0000)]
Apply this change from HEAD:

2002-10-28  Harald Maier  <Harald.Maier.BW@t-online.de>  (tiny change)

* w32heap.c: Don't redefine _heap_init and _heap_term on MSVC 7 build
environments.

22 years agoUpdate real name
Jan Djärv [Thu, 30 Jan 2003 17:24:58 +0000 (17:24 +0000)]
Update real name

22 years agoFix typos in description of image properties.
Juanma Barranquero [Wed, 29 Jan 2003 15:50:49 +0000 (15:50 +0000)]
Fix typos in description of image properties.

22 years ago*** empty log message ***
Juanma Barranquero [Wed, 29 Jan 2003 12:13:49 +0000 (12:13 +0000)]
*** empty log message ***

22 years agoRegenerated for the 21.2.95 pretest emacs-pretest-21.2.95
Francesco Potortì [Wed, 29 Jan 2003 11:26:38 +0000 (11:26 +0000)]
Regenerated for the 21.2.95 pretest

22 years ago(x-set-cut-buffer): Fix docstring.
Juanma Barranquero [Wed, 29 Jan 2003 09:21:51 +0000 (09:21 +0000)]
(x-set-cut-buffer): Fix docstring.

22 years ago(decompose-composite-char): Fix docstring.
Juanma Barranquero [Wed, 29 Jan 2003 08:59:43 +0000 (08:59 +0000)]
(decompose-composite-char): Fix docstring.

22 years agolwlib-Xm.c: Fixed memory leak for menus.
Jan Djärv [Mon, 27 Jan 2003 18:47:01 +0000 (18:47 +0000)]
lwlib-Xm.c: Fixed memory leak for menus.