]>
git.eshelyaron.com Git - emacs.git/log
Thien-Thi Nguyen [Thu, 3 Mar 2005 21:21:42 +0000 (21:21 +0000)]
Remove eol whitespace; nfc.
Thien-Thi Nguyen [Thu, 3 Mar 2005 20:04:38 +0000 (20:04 +0000)]
(FILE_SYSTEM_CASE): Define macro if not already defined.
(Ffile_name_directory): Use FILE_SYSTEM_CASE unconditionally.
(Fexpand_file_name): Likewise.
Thien-Thi Nguyen [Thu, 3 Mar 2005 15:04:06 +0000 (15:04 +0000)]
(Fkill_emacs): Use EXIT_SUCCESS;
no longer special-case VMS. Add bogus return value.
Thien-Thi Nguyen [Fri, 10 Dec 2004 16:51:43 +0000 (16:51 +0000)]
(auto-mode-alist): Map .com to DCL mode.
Thien-Thi Nguyen [Wed, 12 May 2004 15:14:59 +0000 (15:14 +0000)]
(malloc, realloc): Declarations deleted.
Thien-Thi Nguyen [Wed, 12 May 2004 14:56:22 +0000 (14:56 +0000)]
Conditionally include various headers.
Use "epaths.h", not <../src/epaths.h>.
(yow): Cast result of malloc and realloc.
(malloc, realloc): Declarations deleted.
(main): Use time_t, not long, to avoid a compiler warning.
Thien-Thi Nguyen [Mon, 10 May 2004 21:06:21 +0000 (21:06 +0000)]
Include config.h.
Thien-Thi Nguyen [Mon, 10 May 2004 17:40:08 +0000 (17:40 +0000)]
(main): For failing cases, exit with `EXIT_FAILURE'.
Thien-Thi Nguyen [Sun, 9 May 2004 22:46:43 +0000 (22:46 +0000)]
Conditionally include fcntl.h.
Thien-Thi Nguyen [Sun, 9 May 2004 16:20:36 +0000 (16:20 +0000)]
Throughout, replace 0 destined for `exit' arg
with `EXIT_SUCCESS'. Likewise, replace 1 with `EXIT_FAILURE'.
(main): Use `EXIT_SUCCESS' or `EXIT_FAILURE' for return value.
Thien-Thi Nguyen [Sat, 8 May 2004 17:04:04 +0000 (17:04 +0000)]
[VMS] Include lib$routines.h.
Thien-Thi Nguyen [Sat, 8 May 2004 16:35:54 +0000 (16:35 +0000)]
(GOOD, BAD): Delete macros. Throughout,
replace w/ `EXIT_SUCCESS' and `EXIT_FAILURE', respectively.
(main): Use `EXIT_SUCCESS' or `EXIT_FAILURE' for return value.
Thien-Thi Nguyen [Sat, 8 May 2004 03:04:45 +0000 (03:04 +0000)]
Initial revision
Thien-Thi Nguyen [Fri, 7 May 2004 15:57:54 +0000 (15:57 +0000)]
Properly spell the name of Emacs.
(main): Parenthesize assignment when used
as truth value to prevent gcc warnings.
Thien-Thi Nguyen [Thu, 6 May 2004 19:56:35 +0000 (19:56 +0000)]
(main) [VMS]: Fix var ref.
Thien-Thi Nguyen [Tue, 4 May 2004 17:52:33 +0000 (17:52 +0000)]
Include config.h, not ../src/config.h.
Include systime.h, not ../src/systime.h.
Thien-Thi Nguyen [Mon, 3 May 2004 06:54:26 +0000 (06:54 +0000)]
(detect_coding_mask): Fix call of detect_coding_iso2022.
Thien-Thi Nguyen [Sun, 2 May 2004 18:31:49 +0000 (18:31 +0000)]
Include stdio.h.
Thien-Thi Nguyen [Sun, 2 May 2004 16:07:15 +0000 (16:07 +0000)]
(init_signals): Move decl outside `#ifdef POSIX_SIGNALS'.
Thien-Thi Nguyen [Sun, 2 May 2004 14:19:36 +0000 (14:19 +0000)]
(tgetst1): Scan for "%pN"; if all
N are continuous in [1,9], remove all "%pN".
Thien-Thi Nguyen [Sun, 2 May 2004 14:17:51 +0000 (14:17 +0000)]
*** empty log message ***
Thien-Thi Nguyen [Sun, 2 May 2004 14:05:36 +0000 (14:05 +0000)]
(tparam1): Add handling for `%pN', which
means use param N for the next substitution.
Thien-Thi Nguyen [Sun, 2 May 2004 00:16:24 +0000 (00:16 +0000)]
(PURE_BEF_ATTRS, PURE_AFT_ATTRS): New macros, by default empty.
(pure): Use new macros in decl.
[VMS, __GNUC__] (PURE_AFT_ATTRS): Define.
[VMS, not __GNUC__] (PURE_BEF_ATTRS): Define.
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.
Juanma Barranquero [Mon, 17 Feb 2003 09:00:36 +0000 (09:00 +0000)]
*** empty log message ***
Juanma Barranquero [Mon, 17 Feb 2003 09:00:06 +0000 (09:00 +0000)]
Set new hpux10-20.h as "major" include for 10.20.
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.
Juanma Barranquero [Mon, 17 Feb 2003 08:57:56 +0000 (08:57 +0000)]
Include hpux10-20.h instead of hpux10.h.
Juanma Barranquero [Mon, 17 Feb 2003 08:57:23 +0000 (08:57 +0000)]
(POLL_INTERRUPTED_SYS_CALL): Defined.
Juanma Barranquero [Mon, 17 Feb 2003 08:56:27 +0000 (08:56 +0000)]
New file.
Juanma Barranquero [Tue, 11 Feb 2003 17:12:14 +0000 (17:12 +0000)]
("Vietnamese"): Fix typos.
Juanma Barranquero [Tue, 11 Feb 2003 07:26:36 +0000 (07:26 +0000)]
*** empty log message ***
Juanma Barranquero [Mon, 10 Feb 2003 12:06:21 +0000 (12:06 +0000)]
(Insertion): Don't show COUNT argument of `insert-char' as optional.
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.
Francesco Potortì [Fri, 7 Feb 2003 11:55:11 +0000 (11:55 +0000)]
Italian GNU Translation Group <tp@lists.linux.it>
Francesco Potortì [Fri, 7 Feb 2003 11:51:59 +0000 (11:51 +0000)]
*** empty log message ***
Francesco Potortì [Fri, 7 Feb 2003 11:42:24 +0000 (11:42 +0000)]
("French", "Italian"): New languages.
("German", "Slovenian", "Latin-1"): Fix doc strings.
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.
Francesco Potortì [Thu, 6 Feb 2003 08:34:47 +0000 (08:34 +0000)]
Italian reviewer.
Francesco Potortì [Thu, 6 Feb 2003 08:32:59 +0000 (08:32 +0000)]
Italian translator.
Francesco Potortì [Thu, 6 Feb 2003 08:23:31 +0000 (08:23 +0000)]
*** empty log message ***
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.
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>
Juanma Barranquero [Tue, 4 Feb 2003 17:47:29 +0000 (17:47 +0000)]
(Fdisplay_buffer): Fix docstring.
Francesco Potortì [Tue, 4 Feb 2003 10:37:30 +0000 (10:37 +0000)]
(rmail-output): If preserving MIME-version, preserve Content-type too.
Francesco Potortì [Tue, 4 Feb 2003 10:36:58 +0000 (10:36 +0000)]
*** empty log message ***
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'.
Jason Rumney [Sat, 1 Feb 2003 01:17:09 +0000 (01:17 +0000)]
(Fcopy_file) [WINDOWS_NT]: Reverse logic for setting
timestamp.
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.
Jan Djärv [Thu, 30 Jan 2003 17:24:58 +0000 (17:24 +0000)]
Update real name
Juanma Barranquero [Wed, 29 Jan 2003 15:50:49 +0000 (15:50 +0000)]
Fix typos in description of image properties.
Juanma Barranquero [Wed, 29 Jan 2003 12:13:49 +0000 (12:13 +0000)]
*** empty log message ***
Francesco Potortì [Wed, 29 Jan 2003 11:26:38 +0000 (11:26 +0000)]
Regenerated for the 21.2.95 pretest
Juanma Barranquero [Wed, 29 Jan 2003 09:21:51 +0000 (09:21 +0000)]
(x-set-cut-buffer): Fix docstring.
Juanma Barranquero [Wed, 29 Jan 2003 08:59:43 +0000 (08:59 +0000)]
(decompose-composite-char): Fix docstring.
Jan Djärv [Mon, 27 Jan 2003 18:47:01 +0000 (18:47 +0000)]
lwlib-Xm.c: Fixed memory leak for menus.
Juanma Barranquero [Mon, 27 Jan 2003 08:40:28 +0000 (08:40 +0000)]
*** empty log message ***
Juanma Barranquero [Mon, 27 Jan 2003 08:39:47 +0000 (08:39 +0000)]
(c-offsets-alist): Fix typo.
Juanma Barranquero [Mon, 27 Jan 2003 08:38:03 +0000 (08:38 +0000)]
(imap-mailbox-status): Fix typo.
Juanma Barranquero [Sun, 26 Jan 2003 21:46:47 +0000 (21:46 +0000)]
*** empty log message ***
Juanma Barranquero [Sun, 26 Jan 2003 21:44:53 +0000 (21:44 +0000)]
(ebrowse-draw-tree-fn): Fix typo.
Juanma Barranquero [Sun, 26 Jan 2003 21:44:11 +0000 (21:44 +0000)]
(cperl-tips): Fix typo.
Juanma Barranquero [Sun, 26 Jan 2003 21:43:09 +0000 (21:43 +0000)]
(c-make-styles-buffer-local): Fix typo.
Juanma Barranquero [Sun, 26 Jan 2003 21:42:11 +0000 (21:42 +0000)]
(vcursor-disable): Fix typo.
Juanma Barranquero [Sun, 26 Jan 2003 21:41:30 +0000 (21:41 +0000)]
(eshell-separate-commands): Fix typo.
Juanma Barranquero [Sun, 26 Jan 2003 21:40:21 +0000 (21:40 +0000)]
(strokes-xpm-encode-length-as-string): Fix typo.
Eli Zaretskii [Sun, 26 Jan 2003 17:04:40 +0000 (17:04 +0000)]
Make it clear the change of the default selection-coding-system is
only for X.
Andreas Schwab [Fri, 24 Jan 2003 19:12:57 +0000 (19:12 +0000)]
(Fminibuffer_message): Verify type of parameter.
Juanma Barranquero [Fri, 24 Jan 2003 17:15:03 +0000 (17:15 +0000)]
(isearch-forward): Fix typo.
Juanma Barranquero [Thu, 23 Jan 2003 09:19:12 +0000 (09:19 +0000)]
(asm-mode): Added syntax table entries for /* */ comments.
Juanma Barranquero [Wed, 22 Jan 2003 16:56:20 +0000 (16:56 +0000)]
*** empty log message ***
Juanma Barranquero [Wed, 22 Jan 2003 16:48:21 +0000 (16:48 +0000)]
(calculator-displayers, calculator-mode-map): Fix typos.
Juanma Barranquero [Tue, 21 Jan 2003 21:40:51 +0000 (21:40 +0000)]
(ALL_CFLAGS): Include MYCPPFLAGS, not MYCPPFLAG.
André Spiegel [Mon, 20 Jan 2003 22:06:38 +0000 (22:06 +0000)]
Add entry for my changes on 2003-01-19.
Glenn Morris [Mon, 20 Jan 2003 21:35:25 +0000 (21:35 +0000)]
(calendar-only-one-frame-setup): Autoload it.
Francesco Potortì [Mon, 20 Jan 2003 13:35:27 +0000 (13:35 +0000)]
regenerataed for Emacs 21.2.94
Francesco Potortì [Mon, 20 Jan 2003 11:10:23 +0000 (11:10 +0000)]
21.3 not released yet
Juanma Barranquero [Mon, 20 Jan 2003 09:29:23 +0000 (09:29 +0000)]
Don't make faces depend on window-system.
Kenichi Handa [Mon, 20 Jan 2003 00:23:25 +0000 (00:23 +0000)]
(Fformat): Update thissize from field_width based on
the actual width, in the string case (back-porting of the
2002-01-02 change in HEAD).
André Spiegel [Sun, 19 Jan 2003 07:03:18 +0000 (07:03 +0000)]
(log-view-message-re): The rev might be locked.
André Spiegel [Sun, 19 Jan 2003 06:59:27 +0000 (06:59 +0000)]
(vc-rcs-checkout): Handle t argument for REV.
(vc-rcs-checkin): By default, specify the current workfile
branch as the check-in revision.
(vc-rcs-revert): Unlock only if the user does have the lock.
André Spiegel [Sun, 19 Jan 2003 06:52:58 +0000 (06:52 +0000)]
(vc-sccs-checkout): Handle t argument for REV.
André Spiegel [Sun, 19 Jan 2003 06:51:23 +0000 (06:51 +0000)]
(vc-cvs-checkout): Handle t argument for REV.
André Spiegel [Sun, 19 Jan 2003 06:46:21 +0000 (06:46 +0000)]
(vc-next-action-on-file): Use t argument to vc-checkout in
order to get the latest version on the current branch.
Update documentation of vc-BACKEND-checkout to explain this.