1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-25 07:28:20 +00:00
Commit Graph

44637 Commits

Author SHA1 Message Date
Markus Rost
3ff2317b2f (scroll-all-mode): Add groups. 2002-11-23 03:26:24 +00:00
Markus Rost
ddff27f94e (scroll-all-mode): Move arg LIGHTER to the right place. 2002-11-23 01:44:30 +00:00
Dave Love
5598c32e91 (interrupt_signal): Provide forward declaration.
(kbd_buffer_store_event): Don't declare interrupt_signal.
2002-11-22 12:23:29 +00:00
Dave Love
0c2338d819 (stuff_char) [PROTOTYPES]: Provide ISO C arglist. 2002-11-22 12:22:43 +00:00
Dave Love
5d15cc8f7e (store_frame_title_char) [PROTOTYPES]: Provide ISO C
arglist.
2002-11-22 12:22:20 +00:00
Juanma Barranquero
8c95f45096 Upgrade to current (2002-11-13) version from <ftp://ftp.gnu.org/pub/gnu/config/>. 2002-11-22 11:29:23 +00:00
Juanma Barranquero
1fc628ee03 Extensively changed and updated by Rafael Sep�a <drs@gnulinux.org.mx>. 2002-11-22 10:27:10 +00:00
Jason Rumney
f85bf1bf0b Added note about sound support on MS Windows 2002-11-21 22:46:15 +00:00
Jason Rumney
c5c7f9cc61 Removed Windows crash problem fixed by Ben Key on 2002-11-17 2002-11-21 22:35:26 +00:00
Nick Roberts
b121cb5b7f *** empty log message *** 2002-11-21 21:15:22 +00:00
Nick Roberts
71227e306c General tidying. Patches from Stefan Monnier. 2002-11-21 21:07:01 +00:00
Dave Love
22044edfce *** empty log message *** 2002-11-21 20:38:07 +00:00
Simon Josefsson
34c4c919b0 (morse-code): Add Norwegian non-ASCII characters. 2002-11-21 19:18:07 +00:00
Simon Josefsson
4203c128a6 (morse-code): Add non-ASCII characters, according
to table at http://www.soton.ac.uk/~scp93ch/morse/.
2002-11-21 18:11:49 +00:00
Richard M. Stallman
97b14e2251 *** empty log message *** 2002-11-21 17:34:00 +00:00
Richard M. Stallman
4402a9ed6f (interactive_p): Skip any number of bytecode
and subr frames, in any order.
2002-11-21 17:33:01 +00:00
Richard M. Stallman
23fc67ead9 (dired-sort-inhibit): New variable.
(dired-sort-toggle-or-edit): Err if dired-sort-inhibit non-nil.
2002-11-21 17:31:51 +00:00
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