bpt/emacs.git
21 years ago(Ffile_attributes): Don't return negative file sizes for
Jason Rumney [Wed, 27 Nov 2002 23:51:02 +0000 (23:51 +0000)]
(Ffile_attributes): Don't return negative file sizes for
files bigger than 2Gb when off_t is 32 bit.

21 years ago(Finsert_file_contents): Give a more appropriate error
Jason Rumney [Wed, 27 Nov 2002 23:50:54 +0000 (23:50 +0000)]
(Finsert_file_contents): Give a more appropriate error
for files bigger than 2Gb when off_t is 32 bit.

21 years agoDoc fix
Jason Rumney [Wed, 27 Nov 2002 23:48:33 +0000 (23:48 +0000)]
Doc fix

21 years ago(ido-xemacs): Remove defvar. All uses changed to
Kim F. Storm [Wed, 27 Nov 2002 23:13:27 +0000 (23:13 +0000)]
(ido-xemacs): Remove defvar.  All uses changed to
check (featurep 'xemacs) instead.
(ido-visit-buffer): Use select-frame-set-input-focus
unconditionally.

21 years ago*** empty log message ***
Dave Love [Wed, 27 Nov 2002 23:01:32 +0000 (23:01 +0000)]
*** empty log message ***

21 years ago(WAIT_USE_INT, SYS_SIGLIST_DECLARED, sys_siglist):
Dave Love [Wed, 27 Nov 2002 22:59:22 +0000 (22:59 +0000)]
(WAIT_USE_INT, SYS_SIGLIST_DECLARED, sys_siglist):
Don't define.
(GC_SETJMP_WORKS, GC_MARK_STACK): Define.

21 years agoDon't conditionally define GETPGRP_NO_ARG. Test
Dave Love [Wed, 27 Nov 2002 22:55:26 +0000 (22:55 +0000)]
Don't conditionally define GETPGRP_NO_ARG.  Test
GETPGRP_VOID instead.
[BSD_TERMIOS]: Remove definitions (never used).

21 years agoUse AC_CHECK_DECLS, not AC_DECL_SYS_SIGLIST.
Dave Love [Wed, 27 Nov 2002 22:53:51 +0000 (22:53 +0000)]
Use AC_CHECK_DECLS, not AC_DECL_SYS_SIGLIST.
Check for __sys_siglist too.  Check for memset.  Use
AC_FUNC_GETPGRP.  Add mipsel-*-linux-gnu* target.

21 years agoUpdated from /gd/gnuorg.
Dave Love [Wed, 27 Nov 2002 21:34:23 +0000 (21:34 +0000)]
Updated from /gd/gnuorg.

21 years ago(WORDS_BIG_ENDIAN): Define conditionally.
Dave Love [Wed, 27 Nov 2002 20:47:18 +0000 (20:47 +0000)]
(WORDS_BIG_ENDIAN): Define conditionally.

21 years agoMove `predicates for analyzing Lisp
Dave Love [Wed, 27 Nov 2002 12:25:11 +0000 (12:25 +0000)]
Move `predicates for analyzing Lisp
forms' block to top (before uses).
(help-fns): Don't require at top level.  (Recursively.)
(cl-transform-lambda): Require help-fns.

21 years ago(cp-make-coding-system): Deal with
Dave Love [Tue, 26 Nov 2002 18:17:33 +0000 (18:17 +0000)]
(cp-make-coding-system): Deal with
unencodable characters.

21 years ago(ccl-encode-koi8, ccl-encode-koi8-u)
Dave Love [Tue, 26 Nov 2002 18:16:58 +0000 (18:16 +0000)]
(ccl-encode-koi8, ccl-encode-koi8-u)
(ccl-encode-alternativnyj): Deal with unencodable characters.

21 years ago(encode-mac-roman): Deal with unencodable
Dave Love [Tue, 26 Nov 2002 18:16:28 +0000 (18:16 +0000)]
(encode-mac-roman): Deal with unencodable
characters.

21 years ago(sys_write): Avoid non-blocking mode, which is not fully
Jason Rumney [Mon, 25 Nov 2002 23:30:19 +0000 (23:30 +0000)]
(sys_write): Avoid non-blocking mode, which is not fully
supported.

21 years ago*** empty log message ***
Jason Rumney [Mon, 25 Nov 2002 23:29:35 +0000 (23:29 +0000)]
*** empty log message ***

21 years ago(update_dynamic_symbols): Cast arg of fatal_unexec.
Dave Love [Mon, 25 Nov 2002 19:21:33 +0000 (19:21 +0000)]
(update_dynamic_symbols): Cast arg of fatal_unexec.

21 years ago(TEMACS_LDFLAGS): Update last change.
Dave Love [Mon, 25 Nov 2002 19:08:14 +0000 (19:08 +0000)]
(TEMACS_LDFLAGS): Update last change.

21 years agoComment.
Dave Love [Mon, 25 Nov 2002 19:06:07 +0000 (19:06 +0000)]
Comment.

21 years agoComment fix.
Dave Love [Mon, 25 Nov 2002 19:05:57 +0000 (19:05 +0000)]
Comment fix.

21 years agoMention problem with Emacs executable crashing after system updates
Andrew Choi [Mon, 25 Nov 2002 16:24:23 +0000 (16:24 +0000)]
Mention problem with Emacs executable crashing after system updates
solved.

21 years agoRestore `#ifndef NOT_C_CODE' deleted by last change.
Andreas Schwab [Mon, 25 Nov 2002 14:53:26 +0000 (14:53 +0000)]
Restore `#ifndef NOT_C_CODE' deleted by last change.

21 years agoUse malloc_default_zone to determine the size of pointers alloced in unexec
Steven Tamm [Sun, 24 Nov 2002 22:56:59 +0000 (22:56 +0000)]
Use malloc_default_zone to determine the size of pointers alloced in unexec
space instead of using possibly invalid emacs_zone pointers.  This fixes
the binary incompatibility problems caused by updates to libSystem.B

21 years agoindicate-empty-lines => indicate-unused-lines, etc.
Richard M. Stallman [Sun, 24 Nov 2002 19:08:21 +0000 (19:08 +0000)]
indicate-empty-lines => indicate-unused-lines, etc.

21 years ago(Unconditional Replace): Explain how to replace two strings
Richard M. Stallman [Sun, 24 Nov 2002 19:07:46 +0000 (19:07 +0000)]
(Unconditional Replace): Explain how to replace two strings
each with the other.

21 years agoFor C-x =, explain how to use CTRL key.
Richard M. Stallman [Sun, 24 Nov 2002 19:06:57 +0000 (19:06 +0000)]
For C-x =, explain how to use CTRL key.

21 years agoRemove duplicate reference to Info tutorial.
Richard M. Stallman [Sun, 24 Nov 2002 19:06:22 +0000 (19:06 +0000)]
Remove duplicate reference to Info tutorial.

21 years agoExplain how ESC is different from META.
Richard M. Stallman [Sun, 24 Nov 2002 19:05:45 +0000 (19:05 +0000)]
Explain how ESC is different from META.

21 years ago*** empty log message ***
Richard M. Stallman [Sun, 24 Nov 2002 19:05:06 +0000 (19:05 +0000)]
*** empty log message ***

21 years ago(Fstring_match): Doc fix.
Richard M. Stallman [Sun, 24 Nov 2002 19:04:57 +0000 (19:04 +0000)]
(Fstring_match): Doc fix.

21 years ago(Fcall_interactively): If a command fails because
Richard M. Stallman [Sun, 24 Nov 2002 19:04:25 +0000 (19:04 +0000)]
(Fcall_interactively): If a command fails because
`*' detects a read-only buffer, but RECORD_FLAG is set,
record it anyway if the args don't actually do tty input.

21 years ago(mail-signature): Handle case where
Richard M. Stallman [Sun, 24 Nov 2002 19:02:14 +0000 (19:02 +0000)]
(mail-signature): Handle case where
value of mail-signature is a string.

21 years ago(menu-bar-describe-menu): Add "What's This?" item.
Richard M. Stallman [Sun, 24 Nov 2002 19:01:18 +0000 (19:01 +0000)]
(menu-bar-describe-menu): Add "What's This?" item.

21 years ago(c++-font-lock-extra-types): Add various STL classes.
Richard M. Stallman [Sun, 24 Nov 2002 18:59:48 +0000 (18:59 +0000)]
(c++-font-lock-extra-types): Add various STL classes.

21 years ago(face-set-after-frame-default): Ignore errors in face-spec-face-set.
Richard M. Stallman [Sun, 24 Nov 2002 18:59:08 +0000 (18:59 +0000)]
(face-set-after-frame-default): Ignore errors in face-spec-face-set.

21 years ago(custom-declare-face): Add face-defface-spec prop after applying the
Richard M. Stallman [Sun, 24 Nov 2002 18:58:35 +0000 (18:58 +0000)]
(custom-declare-face): Add face-defface-spec prop after applying the
face spec.

21 years agoUpdated texinfmt-version number and date.
Robert J. Chassell [Sun, 24 Nov 2002 02:35:49 +0000 (02:35 +0000)]
Updated texinfmt-version number and date.

21 years ago(texinfo-no-refill-regexp): add "itemize\\|" because of a problem with
Robert J. Chassell [Sun, 24 Nov 2002 02:18:01 +0000 (02:18 +0000)]
(texinfo-no-refill-regexp): add "itemize\\|" because of a problem with
@end itemize@refill, but worry whether this causes other problems.

21 years ago(texinfo-format-separate-node): Handle node names with
Robert J. Chassell [Sun, 24 Nov 2002 01:39:02 +0000 (01:39 +0000)]
(texinfo-format-separate-node): Handle node names with
properties and with regular expression symbols in them.

21 years ago(tooltip-gud-print-command): Add server prefix to the
Nick Roberts [Sat, 23 Nov 2002 14:10:19 +0000 (14:10 +0000)]
(tooltip-gud-print-command): Add server prefix to the
print command for gdb to keep it out of the command history.

21 years agoMajor re-organisation. Simplify legacy gdba code to allow only one gdb process.
Nick Roberts [Sat, 23 Nov 2002 14:09:26 +0000 (14:09 +0000)]
Major re-organisation. Simplify legacy gdba code to allow only one gdb process.

21 years ago*** empty log message ***
Nick Roberts [Sat, 23 Nov 2002 14:03:22 +0000 (14:03 +0000)]
*** empty log message ***

21 years ago(scroll-all-mode): Add groups.
Markus Rost [Sat, 23 Nov 2002 03:26:24 +0000 (03:26 +0000)]
(scroll-all-mode): Add groups.

21 years ago(scroll-all-mode): Move arg LIGHTER to the right place.
Markus Rost [Sat, 23 Nov 2002 01:44:30 +0000 (01:44 +0000)]
(scroll-all-mode): Move arg LIGHTER to the right place.

21 years ago(interrupt_signal): Provide forward declaration.
Dave Love [Fri, 22 Nov 2002 12:23:29 +0000 (12:23 +0000)]
(interrupt_signal): Provide forward declaration.
(kbd_buffer_store_event): Don't declare interrupt_signal.

21 years ago(stuff_char) [PROTOTYPES]: Provide ISO C arglist.
Dave Love [Fri, 22 Nov 2002 12:22:43 +0000 (12:22 +0000)]
(stuff_char) [PROTOTYPES]: Provide ISO C arglist.

21 years ago(store_frame_title_char) [PROTOTYPES]: Provide ISO C
Dave Love [Fri, 22 Nov 2002 12:22:20 +0000 (12:22 +0000)]
(store_frame_title_char) [PROTOTYPES]:  Provide ISO C
arglist.

21 years agoUpgrade to current (2002-11-13) version from <ftp://ftp.gnu.org/pub/gnu/config/>.
Juanma Barranquero [Fri, 22 Nov 2002 11:29:23 +0000 (11:29 +0000)]
Upgrade to current (2002-11-13) version from <ftp://ftp.gnu.org/pub/gnu/config/>.

21 years agoExtensively changed and updated by Rafael Sep�a <drs@gnulinux.org.mx>.
Juanma Barranquero [Fri, 22 Nov 2002 10:27:10 +0000 (10:27 +0000)]
Extensively changed and updated by Rafael Sep�a <drs@gnulinux.org.mx>.

21 years agoAdded note about sound support on MS Windows
Jason Rumney [Thu, 21 Nov 2002 22:46:15 +0000 (22:46 +0000)]
Added note about sound support on MS Windows

21 years agoRemoved Windows crash problem fixed by Ben Key on 2002-11-17
Jason Rumney [Thu, 21 Nov 2002 22:35:26 +0000 (22:35 +0000)]
Removed Windows crash problem fixed by Ben Key on 2002-11-17

21 years ago*** empty log message ***
Nick Roberts [Thu, 21 Nov 2002 21:15:22 +0000 (21:15 +0000)]
*** empty log message ***

21 years agoGeneral tidying. Patches from Stefan Monnier.
Nick Roberts [Thu, 21 Nov 2002 21:07:01 +0000 (21:07 +0000)]
General tidying. Patches from Stefan Monnier.

21 years ago*** empty log message ***
Dave Love [Thu, 21 Nov 2002 20:38:07 +0000 (20:38 +0000)]
*** empty log message ***

21 years ago(morse-code): Add Norwegian non-ASCII characters.
Simon Josefsson [Thu, 21 Nov 2002 19:18:07 +0000 (19:18 +0000)]
(morse-code): Add Norwegian non-ASCII characters.

21 years ago(morse-code): Add non-ASCII characters, according
Simon Josefsson [Thu, 21 Nov 2002 18:11:49 +0000 (18:11 +0000)]
(morse-code): Add non-ASCII characters, according
to table at http://www.soton.ac.uk/~scp93ch/morse/.

21 years ago*** empty log message ***
Richard M. Stallman [Thu, 21 Nov 2002 17:34:00 +0000 (17:34 +0000)]
*** empty log message ***

21 years ago(interactive_p): Skip any number of bytecode
Richard M. Stallman [Thu, 21 Nov 2002 17:33:01 +0000 (17:33 +0000)]
(interactive_p): Skip any number of bytecode
and subr frames, in any order.

21 years ago(dired-sort-inhibit): New variable.
Richard M. Stallman [Thu, 21 Nov 2002 17:31:51 +0000 (17:31 +0000)]
(dired-sort-inhibit): New variable.
(dired-sort-toggle-or-edit): Err if dired-sort-inhibit non-nil.

21 years ago(find-dired): Set dired-sort-inhibit to t buffer-locally.
Richard M. Stallman [Thu, 21 Nov 2002 17:29:22 +0000 (17:29 +0000)]
(find-dired): Set dired-sort-inhibit to t buffer-locally.

21 years agoProvide ISO C arglists for functions
Dave Love [Thu, 21 Nov 2002 10:58:13 +0000 (10:58 +0000)]
Provide ISO C arglists for functions
with Boolean args.

21 years agoAdded LINTER support.
Juanma Barranquero [Thu, 21 Nov 2002 08:32:06 +0000 (08:32 +0000)]
Added LINTER support.
(sql-linter-program): New variable.
(sql-linter-options): New variable.
(sql-mode-menu): Added Linter keywords.
(sql-mode-linter-font-lock-keywords): New variable.
(sql-highlight-linter-keywords): New function.
(sql-linter): New function.
(sql-ms-options): New variable.
(sql-ms): Use it.

21 years ago(ibuffer-formats): Change default value; bump width
John Paul Wallington [Thu, 21 Nov 2002 05:36:06 +0000 (05:36 +0000)]
(ibuffer-formats): Change default value; bump width
of size column in first format to 7.

21 years ago(convert_mono_to_color_image): New function.
Jason Rumney [Wed, 20 Nov 2002 23:14:20 +0000 (23:14 +0000)]
(convert_mono_to_color_image): New function.
(xbm_load, xbm_load_image): Use it when foreground or background
is explicitly set.

21 years ago* autogen.sh: New file.
Karl Fogel [Wed, 20 Nov 2002 22:34:01 +0000 (22:34 +0000)]
* autogen.sh: New file.

21 years agoRemove obsolete USE_OLIT code.
Dave Love [Wed, 20 Nov 2002 19:26:18 +0000 (19:26 +0000)]
Remove obsolete USE_OLIT code.
[PROTOTYPES]: Provide ISO C arglists for functions with Boolean
args.
(lwlib_memset): Declare length arg as size_t.
(malloc_widget_value): Cast arg of lwlib_memset.

21 years ago(separator_height): Prototype.
Dave Love [Wed, 20 Nov 2002 19:19:14 +0000 (19:19 +0000)]
(separator_height): Prototype.

21 years ago*** empty log message ***
Stefan Monnier [Wed, 20 Nov 2002 18:54:25 +0000 (18:54 +0000)]
*** empty log message ***

21 years ago(describe-variable): Look for (defvar . <sym>) in the
Stefan Monnier [Wed, 20 Nov 2002 14:37:19 +0000 (14:37 +0000)]
(describe-variable): Look for (defvar . <sym>) in the
load-history since `defvar' now uses this format.

21 years ago(custom-declare-variable): Use push.
Stefan Monnier [Wed, 20 Nov 2002 14:35:54 +0000 (14:35 +0000)]
(custom-declare-variable): Use push.
Use the (defvar . <sym>) format in load-history like `defvar' does.

21 years ago(symbol-file): Accept a non-atomic `function' arg.
Stefan Monnier [Wed, 20 Nov 2002 14:31:52 +0000 (14:31 +0000)]
(symbol-file): Accept a non-atomic `function' arg.
(with-local-quit): Add debug and indentation info.

21 years ago(symbol-file): Remove unused variable `functions'.
John Paul Wallington [Wed, 20 Nov 2002 12:58:37 +0000 (12:58 +0000)]
(symbol-file): Remove unused variable `functions'.

21 years agoRegenerated.
Markus Rost [Wed, 20 Nov 2002 07:32:42 +0000 (07:32 +0000)]
Regenerated.

21 years ago(setwins_almost): Renamed from finder_setwins.
Markus Rost [Wed, 20 Nov 2002 07:16:19 +0000 (07:16 +0000)]
(setwins_almost): Renamed from finder_setwins.
(custom-deps): Use it.
(finder-data): Adjust to that name change.

21 years ago(eldoc-print-current-symbol-info):
Stefan Monnier [Tue, 19 Nov 2002 23:32:54 +0000 (23:32 +0000)]
(eldoc-print-current-symbol-info):
Turn errors into messages so they don't get ignored.
(eldoc-get-fnsym-args-string): Use help-split-fundoc.
(eldoc-beginning-of-sexp): Simplify.
(eldoc-function-arglist): Remove.
(eldoc-function-argstring): Use help-function-arglist instead.
(eldoc-function-argstring-from-docstring-method-table)
(eldoc-function-argstring-from-docstring): Remove.

21 years ago(maphash, map-char-table): Use
Dave Love [Tue, 19 Nov 2002 18:02:07 +0000 (18:02 +0000)]
(maphash, map-char-table): Use
byte-compile-funarg.

21 years ago(side-effect-free-fns): Several
Dave Love [Tue, 19 Nov 2002 17:59:30 +0000 (17:59 +0000)]
(side-effect-free-fns): Several
additions.

21 years ago(defgroup vhdl-related): Declare the members here rather than with
Markus Rost [Tue, 19 Nov 2002 17:22:52 +0000 (17:22 +0000)]
(defgroup vhdl-related): Declare the members here rather than with
custom-add-to-group.  This is the intended way of using defgroup and
also lets custom-make-dependencies do its job.
(defgroup vhdl-highlight-faces): Ditto.

21 years ago*** empty log message ***
Stefan Monnier [Tue, 19 Nov 2002 16:50:40 +0000 (16:50 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
Stefan Monnier [Tue, 19 Nov 2002 16:37:35 +0000 (16:37 +0000)]
*** empty log message ***

21 years ago(multiple-value-call): Add docstring.
Stefan Monnier [Tue, 19 Nov 2002 15:56:28 +0000 (15:56 +0000)]
(multiple-value-call): Add docstring.

21 years ago(binhex-decode-region): Don't hardcode point-min == 1.
Stefan Monnier [Tue, 19 Nov 2002 15:56:01 +0000 (15:56 +0000)]
(binhex-decode-region): Don't hardcode point-min == 1.

21 years ago(defgroup lisp-shadow): New group name. Previous group name shadow is
Markus Rost [Tue, 19 Nov 2002 15:01:56 +0000 (15:01 +0000)]
(defgroup lisp-shadow): New group name.  Previous group name shadow is
used in shadowfile.el.
(shadows-compare-text-p): Use group lisp-shadow.

21 years ago(bcopy, bzero, bcmp): Don't define.
Dave Love [Tue, 19 Nov 2002 14:47:11 +0000 (14:47 +0000)]
(bcopy, bzero, bcmp): Don't define.

21 years agoFix spacing and adapt to GNU coding conventions.
Juanma Barranquero [Tue, 19 Nov 2002 13:05:28 +0000 (13:05 +0000)]
Fix spacing and adapt to GNU coding conventions.

21 years ago*** empty log message ***
Juanma Barranquero [Tue, 19 Nov 2002 12:18:07 +0000 (12:18 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
Juanma Barranquero [Tue, 19 Nov 2002 09:31:31 +0000 (09:31 +0000)]
*** empty log message ***

21 years agoFixed a bug in makefile.w32-in that caused the documentation for the built in functio...
Ben Key [Tue, 19 Nov 2002 07:50:22 +0000 (07:50 +0000)]
Fixed a bug in makefile.w32-in that caused the documentation for the built in function play-sound-internal not to be included in /etc/DOC.

21 years ago(describe-register-1): Don't assign to val the value returned by
Juanma Barranquero [Tue, 19 Nov 2002 07:38:38 +0000 (07:38 +0000)]
(describe-register-1): Don't assign to val the value returned by
`remove-list-of-text-properties'.

21 years ago(xpm_format, pbm_format, png_format, jpeg_format, tiff_format)
Jason Rumney [Mon, 18 Nov 2002 23:07:39 +0000 (23:07 +0000)]
(xpm_format, pbm_format, png_format, jpeg_format, tiff_format)
(gif_format, gs_format): Use IMAGE_ASCENT_VALUE.
(xpm_image_p, pbm_image_p, png_image_p, jpeg_image_p)
(tiff_image_p, gif_image_p, gs_image_p): Don't check ascent.

21 years ago(x_build_heuristic_mask): Filter palette info from color.
Jason Rumney [Mon, 18 Nov 2002 21:32:55 +0000 (21:32 +0000)]
(x_build_heuristic_mask): Filter palette info from color.
(XPutPixel): Swap blue and red.

21 years ago*** empty log message ***
Jason Rumney [Mon, 18 Nov 2002 21:29:05 +0000 (21:29 +0000)]
*** empty log message ***

21 years ago(cvs-minor-mode, cvs-mode-commit-hook): Add group.
Markus Rost [Mon, 18 Nov 2002 20:56:45 +0000 (20:56 +0000)]
(cvs-minor-mode, cvs-mode-commit-hook): Add group.

21 years ago(x_build_heuristic_mask): Filter palette info from color.
Jason Rumney [Mon, 18 Nov 2002 20:16:39 +0000 (20:16 +0000)]
(x_build_heuristic_mask): Filter palette info from color.

21 years ago*** empty log message ***
Jason Rumney [Mon, 18 Nov 2002 20:06:15 +0000 (20:06 +0000)]
*** empty log message ***

21 years agoUse AC_GNU_SOURCE.
Dave Love [Mon, 18 Nov 2002 19:24:03 +0000 (19:24 +0000)]
Use AC_GNU_SOURCE.
Test for bzero.
(nlist.h): Move test up.

21 years ago*** empty log message ***
Dave Love [Mon, 18 Nov 2002 16:50:02 +0000 (16:50 +0000)]
*** empty log message ***

21 years agoDon't define
Dave Love [Mon, 18 Nov 2002 16:48:15 +0000 (16:48 +0000)]
Don't define
alloca.

21 years ago(bcopy, bzero, bcmp): Don't define.
Dave Love [Mon, 18 Nov 2002 16:45:33 +0000 (16:45 +0000)]
(bcopy, bzero, bcmp): Don't define.

21 years agoDon't define alloca.
Dave Love [Mon, 18 Nov 2002 16:44:04 +0000 (16:44 +0000)]
Don't define alloca.