Richard M. Stallman
304d3e5d3d
(find-dired): Set dired-sort-inhibit to t buffer-locally.
2002-11-21 17:29:22 +00:00
Dave Love
207c13a78f
Provide ISO C arglists for functions
...
with Boolean args.
2002-11-21 10:58:13 +00:00
Juanma Barranquero
f4df536d0a
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.
2002-11-21 08:32:06 +00:00
John Paul Wallington
1fb876f665
(ibuffer-formats): Change default value; bump width
...
of size column in first format to 7.
2002-11-21 05:36:06 +00:00
Jason Rumney
516eea8e3c
(convert_mono_to_color_image): New function.
...
(xbm_load, xbm_load_image): Use it when foreground or background
is explicitly set.
2002-11-20 23:14:20 +00:00
Karl Fogel
39f7b5f7f6
* autogen.sh: New file.
2002-11-20 22:34:01 +00:00
Dave Love
db0e17de66
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.
2002-11-20 19:26:18 +00:00
Dave Love
8fdc938415
(separator_height): Prototype.
2002-11-20 19:19:14 +00:00
Stefan Monnier
18b69481b7
*** empty log message ***
2002-11-20 18:54:25 +00:00
Stefan Monnier
dcae291f23
(describe-variable): Look for (defvar . <sym>) in the
...
load-history since `defvar' now uses this format.
2002-11-20 14:37:19 +00:00
Stefan Monnier
6f0d61bf2c
(custom-declare-variable): Use push.
...
Use the (defvar . <sym>) format in load-history like `defvar' does.
2002-11-20 14:35:54 +00:00
Stefan Monnier
1232083369
(symbol-file): Accept a non-atomic `function' arg.
...
(with-local-quit): Add debug and indentation info.
2002-11-20 14:31:52 +00:00
John Paul Wallington
cb21744eb5
(symbol-file): Remove unused variable `functions'.
2002-11-20 12:58:37 +00:00
Markus Rost
c595cc5fbd
Regenerated.
2002-11-20 07:32:42 +00:00
Markus Rost
30089f1de0
(setwins_almost): Renamed from finder_setwins.
...
(custom-deps): Use it.
(finder-data): Adjust to that name change.
2002-11-20 07:16:19 +00:00
Stefan Monnier
a2dff4d3d3
(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.
2002-11-19 23:32:54 +00:00
Dave Love
def9389aaa
(maphash, map-char-table): Use
...
byte-compile-funarg.
2002-11-19 18:02:07 +00:00
Dave Love
d9881cf17f
(side-effect-free-fns): Several
...
additions.
2002-11-19 17:59:30 +00:00
Markus Rost
a152344b14
(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.
2002-11-19 17:22:52 +00:00
Stefan Monnier
3582b6a3ef
*** empty log message ***
2002-11-19 16:50:40 +00:00
Stefan Monnier
a0f0878d96
*** empty log message ***
2002-11-19 16:37:35 +00:00
Stefan Monnier
a2e74caa23
(multiple-value-call): Add docstring.
2002-11-19 15:56:28 +00:00
Stefan Monnier
e429e0b87f
(binhex-decode-region): Don't hardcode point-min == 1.
2002-11-19 15:56:01 +00:00
Markus Rost
4e2ad9eaea
(defgroup lisp-shadow): New group name. Previous group name shadow is
...
used in shadowfile.el.
(shadows-compare-text-p): Use group lisp-shadow.
2002-11-19 15:01:56 +00:00
Dave Love
04dbfa089e
(bcopy, bzero, bcmp): Don't define.
2002-11-19 14:47:11 +00:00
Juanma Barranquero
06c3eeed12
Fix spacing and adapt to GNU coding conventions.
2002-11-19 13:05:28 +00:00
Juanma Barranquero
7be215b4a4
*** empty log message ***
2002-11-19 12:18:07 +00:00
Juanma Barranquero
4c11103ac0
*** empty log message ***
2002-11-19 09:31:31 +00:00
Ben Key
29f538e6b9
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.
2002-11-19 07:50:22 +00:00
Juanma Barranquero
4f23d31cf4
(describe-register-1): Don't assign to val the value returned by
...
`remove-list-of-text-properties'.
2002-11-19 07:38:38 +00:00
Jason Rumney
8f92c555dc
(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.
2002-11-18 23:07:39 +00:00
Jason Rumney
adda530bc8
(x_build_heuristic_mask): Filter palette info from color.
...
(XPutPixel): Swap blue and red.
2002-11-18 21:32:55 +00:00
Jason Rumney
cf234711dc
*** empty log message ***
2002-11-18 21:29:05 +00:00
Markus Rost
0082111598
(cvs-minor-mode, cvs-mode-commit-hook): Add group.
2002-11-18 20:56:45 +00:00
Jason Rumney
0040b8760a
(x_build_heuristic_mask): Filter palette info from color.
2002-11-18 20:16:39 +00:00
Jason Rumney
b4aebae399
*** empty log message ***
2002-11-18 20:06:15 +00:00
Dave Love
0d6f37680e
Use AC_GNU_SOURCE.
...
Test for bzero.
(nlist.h): Move test up.
2002-11-18 19:24:03 +00:00
Dave Love
d824beee65
*** empty log message ***
2002-11-18 16:50:02 +00:00
Dave Love
615833d2c3
Don't define
...
alloca.
2002-11-18 16:48:15 +00:00
Dave Love
5067721060
(bcopy, bzero, bcmp): Don't define.
2002-11-18 16:45:33 +00:00
Dave Love
e0db4f149c
Don't define alloca.
2002-11-18 16:44:04 +00:00
Dave Love
dee8ab28ac
Don't include alloca.h.
2002-11-18 16:37:53 +00:00
Dave Love
ca55a74c0b
Remove comments.
2002-11-18 16:34:38 +00:00
Dave Love
fd228b23c1
(HAVE_ALLOCA): Don't define.
2002-11-18 16:33:50 +00:00
Dave Love
28bf64d56f
Don't include alloca.h or define alloca.
2002-11-18 16:31:34 +00:00
Dave Love
1cc7156226
Don't include alloca.h, stdlib.h. Don't declare
...
malloc, realloc, calloc.
2002-11-18 16:27:08 +00:00
Dave Love
91b5aa9aac
Maybe define bcopy, bzero, bcmp.
2002-11-18 16:24:41 +00:00
Dave Love
cfae195296
(bcopy, bzero, bcmp, alloca): Don't define.
2002-11-18 16:15:15 +00:00
Dave Love
a13ec137bb
Don't define LIB_STANDARD.
2002-11-18 16:11:32 +00:00
Dave Love
87d8f6c5f8
Move OSF1 stuff from here to s/osf1.h.
2002-11-18 16:04:23 +00:00