]>
git.eshelyaron.com Git - emacs.git/log
Andrew Innes [Sun, 6 Feb 2000 23:37:45 +0000 (23:37 +0000)]
Add dependencies on w32gui.h.
(OBJ1): Include atimer.obj.
($$(BLD)\atimer.obj): New dependency rule.
Andrew Innes [Sun, 6 Feb 2000 23:37:44 +0000 (23:37 +0000)]
(syms_of_lread): Fix literal newlines.
Andrew Innes [Sun, 6 Feb 2000 23:37:43 +0000 (23:37 +0000)]
(USAGE): Split into USAGE1 and USAGE2, to work-around
the string constant limit (2048 bytes) in MSVC.
(main): Ditto.
Andrew Innes [Sun, 6 Feb 2000 23:37:42 +0000 (23:37 +0000)]
Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
around image definitions and prototypes.
(gamma_correct) [WINDOWSNT]: New prototype.
Andrew Innes [Sun, 6 Feb 2000 23:37:34 +0000 (23:37 +0000)]
Add include protection.
Andrew Innes [Sun, 6 Feb 2000 23:37:33 +0000 (23:37 +0000)]
(SYS_LDFLAGS): Add -nologo.
Andrew Innes [Sun, 6 Feb 2000 23:37:19 +0000 (23:37 +0000)]
(x-handle-args): Comment out call to message.
Andrew Innes [Sun, 6 Feb 2000 23:36:33 +0000 (23:36 +0000)]
(install): Synchronize rules for compiling with Unix version.
Andrew Innes [Sun, 6 Feb 2000 23:36:06 +0000 (23:36 +0000)]
(ETAGSOBJ): Remove reference to obsolete alloca.obj.
(CTAGSOBJ): Ditto.
($$(BLD)\alloca.obj): Delete obsolete dependency rule.
Gerd Moellmann [Sat, 5 Feb 2000 16:50:32 +0000 (16:50 +0000)]
* xterm.c (x_display_and_set_cursor): Set pre-edit area.
(x_display_cursor): Don't set it here.
(XTread_socket) [HAVE_X_I18N] <KeyPress, KeyRelease>: Don't
dispatch the event.
Dave Love [Fri, 4 Feb 2000 20:53:21 +0000 (20:53 +0000)]
Fix junk from last checkin.
Dave Love [Fri, 4 Feb 2000 20:35:08 +0000 (20:35 +0000)]
(mode-line-mule-info): Fix/extend last change.
Dave Love [Fri, 4 Feb 2000 18:18:41 +0000 (18:18 +0000)]
#
Dave Love [Fri, 4 Feb 2000 17:56:46 +0000 (17:56 +0000)]
Remove some unused vars.
(_GNU_SOURCE): Define (for euidaccess).
Dave Love [Fri, 4 Feb 2000 17:45:44 +0000 (17:45 +0000)]
(_XOPEN_SOURCE): Declare (for ftello).
Dave Love [Fri, 4 Feb 2000 17:31:33 +0000 (17:31 +0000)]
(read_minibuf_noninteractive): Remove undeclared gcpro1, gcpro2.
(read_minibuf): Deal with allow_props correctly.
Dave Love [Fri, 4 Feb 2000 15:18:30 +0000 (15:18 +0000)]
*** empty log message ***
Carsten Dominik [Fri, 4 Feb 2000 10:14:51 +0000 (10:14 +0000)]
Version number and date updated
Carsten Dominik [Fri, 4 Feb 2000 10:10:40 +0000 (10:10 +0000)]
(idlwave-shell-print): Fixed bug with
idlwave-shell-expression-overlay. Implemented printing of
expressions on higher levels of the calling stack.
(idlwave-shell-display-level-in-calling-stack): Restore stack
level.
(idlwave-retrieve-expression-from-level): New function.
(idlwave-shell-last-calling-stack): Variable removed.
(idlwave-shell-reset): Argument action reversed (`visible' to
`hidden'). Also remove stop-line overlay.
(idlwave-shell-calling-stack-routine): New variable.
(idlwave-shell-parse-stack-and-display): Messages now display
negative level numbers.
(idlwave-shell-mode): Set `modeline-format'.
(idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
(idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
21.
(idlwave-shell-print-expression-function): New option.
Carsten Dominik [Fri, 4 Feb 2000 10:09:56 +0000 (10:09 +0000)]
(idlwave-template): Respect `idlwave-abbrev-change-case'.
(idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
idlwave-while): respect `idlwave-reserved-word-upcase'.
(idlwave-rw-case): New function.
(idlwave-statement-match): Fixed problem with assignment regexp.
(idlwave-font-lock-keywords): Improved regexp for keyword
parameters.
(idlwave-surround): New argument LENGTH to support padding of
operators longer than 1 char.
Carsten Dominik [Fri, 4 Feb 2000 10:08:49 +0000 (10:08 +0000)]
(idlwave-toolbar-add-everywhere, idlwave-toolbar-remove-everywhere):
Keybindings prefix is now `tool-bar' instead of `toolbar'.
Carsten Dominik [Fri, 4 Feb 2000 10:04:45 +0000 (10:04 +0000)]
RefTeX 4.11
Carsten Dominik [Fri, 4 Feb 2000 10:04:00 +0000 (10:04 +0000)]
(reftex-change-label): add `A-Z' to char class in regexp.
Carsten Dominik [Fri, 4 Feb 2000 10:03:22 +0000 (10:03 +0000)]
(reftex-with-special-syntax): Bind `case-fold-search' to nil.
Carsten Dominik [Fri, 4 Feb 2000 10:01:08 +0000 (10:01 +0000)]
(reftex-compile-variables): regexp-quote the
environment names before they go into the section regexp.
Carsten Dominik [Fri, 4 Feb 2000 09:57:10 +0000 (09:57 +0000)]
IDLWAVE 3.15
Dave Love [Thu, 3 Feb 2000 15:45:10 +0000 (15:45 +0000)]
Replace completion-dolist with dolist.
Dave Love [Thu, 3 Feb 2000 15:14:15 +0000 (15:14 +0000)]
Replace tar-dolist, tar-dotimes with dolist, dotimes.
Francesco Potortì [Thu, 3 Feb 2000 13:20:50 +0000 (13:20 +0000)]
Typos corrected for etags
Francesco Potortì [Thu, 3 Feb 2000 12:00:56 +0000 (12:00 +0000)]
etags
Francesco Potortì [Thu, 3 Feb 2000 11:58:48 +0000 (11:58 +0000)]
2000-01-31 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
* etags.c [MSDOS]: Set MSDOS to 1 if #defined, 0 otherwise.
(get_compressor_from_suffix, process_file): Use MSDOS in if clause.
(etags_strchr, etags_strrchr): Use const char * and int as arguments.
(getenv, getcwd): Only declare them if necessary.
(EMACS_NAME): New constant macro.
(print_version): Use it.
(P_) [__STDC__]: Macro for defining function prototypes.
(all functions): Made them static.
2000-01-18 Fabrice Popineau <Fabrice.Popineau@supelec.fr>
* etags.c [WINDOWSNT]: #include <direct.h>
2000-01-18 Martin Buchholz <martin@xemacs.org>
* etags.c: Prototypes and static for all the functions.
Eli Zaretskii [Thu, 3 Feb 2000 10:10:38 +0000 (10:10 +0000)]
(SYSTEM_PURESIZE_EXTRA): Enlarge to 60000.
Ken Raeburn [Thu, 3 Feb 2000 07:54:12 +0000 (07:54 +0000)]
* search.c (compile_pattern): If a cache entry has a nil regexp, fill in that
entry instead of clobbering a previously cached string regexp.
Ken Raeburn [Wed, 2 Feb 2000 21:06:43 +0000 (21:06 +0000)]
* puresize.h (BASE_PURESIZE): Increase to 610000.
Dave Love [Wed, 2 Feb 2000 20:25:23 +0000 (20:25 +0000)]
*** empty log message ***
Dave Love [Wed, 2 Feb 2000 16:00:17 +0000 (16:00 +0000)]
Change maintainer.
Dave Love [Wed, 2 Feb 2000 15:25:07 +0000 (15:25 +0000)]
(cl-builtin-gethash, cl-builtin-remhash, cl-builtin-clrhash)
(cl-builtin-maphash): Remove definitions. Use the new builtins
directly.
Gerd Moellmann [Wed, 2 Feb 2000 15:22:19 +0000 (15:22 +0000)]
*** empty log message ***
Dave Love [Wed, 2 Feb 2000 15:20:31 +0000 (15:20 +0000)]
Use bytecomp-load-hook, not emacs-lisp-mode-hook.
Don't check for defalias being defined.
Gerd Moellmann [Wed, 2 Feb 2000 15:11:39 +0000 (15:11 +0000)]
(ange-ftp-write-region): Handle case that
succeeding process operation sets a different coding system.
Dave Love [Wed, 2 Feb 2000 15:10:35 +0000 (15:10 +0000)]
Run bytecomp-load-hook.
Dave Love [Wed, 2 Feb 2000 15:01:39 +0000 (15:01 +0000)]
(whitespace): Add :version to defgroup.
Dave Love [Wed, 2 Feb 2000 14:59:02 +0000 (14:59 +0000)]
(tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
Doc fix.
Dave Love [Wed, 2 Feb 2000 14:51:22 +0000 (14:51 +0000)]
(sexp-at-point, symbol-at-point)
(number-at-point, list-at-point): Add autoload cookie.
Dave Love [Wed, 2 Feb 2000 14:46:06 +0000 (14:46 +0000)]
(recentf): Add :version to defgroup.
Dave Love [Wed, 2 Feb 2000 14:41:52 +0000 (14:41 +0000)]
(quickurl): Add :version to defgroup.
Dave Love [Wed, 2 Feb 2000 14:27:03 +0000 (14:27 +0000)]
(elide-head): Use point-marker more.
Dave Love [Wed, 2 Feb 2000 14:05:36 +0000 (14:05 +0000)]
Fix keywords comment.
Dave Love [Wed, 2 Feb 2000 14:03:26 +0000 (14:03 +0000)]
(bs): Add :version to defgroup.
Gerd Moellmann [Wed, 2 Feb 2000 14:00:00 +0000 (14:00 +0000)]
(Fframe_parameters): Add GCPRO because tty_color_name can GC.
Dave Love [Wed, 2 Feb 2000 13:55:46 +0000 (13:55 +0000)]
(global-auto-revert-mode): Add autoload cookie.
Eli Zaretskii [Wed, 2 Feb 2000 11:54:55 +0000 (11:54 +0000)]
Document functions which return display capabilities.
Eli Zaretskii [Wed, 2 Feb 2000 11:38:16 +0000 (11:38 +0000)]
(display-color-p): Use framep-on-display.
(display-grayscale-p): New function.
Eli Zaretskii [Wed, 2 Feb 2000 11:35:43 +0000 (11:35 +0000)]
(frames-on-display-list, framep-on-display): New functions.
(display-mouse-p, display-popup-menus-p, display-graphic-p)
(display-selections-p, display-screens, display-pixel-width)
(display-pixel-height, display-mm-width, display-mm-height)
(display-backing-store, display-save-under, display-planes)
(display-color-cells, display-visual-class): New functions.
Eli Zaretskii [Wed, 2 Feb 2000 11:34:25 +0000 (11:34 +0000)]
Don't count colors without RGB values as gray shades.
Eli Zaretskii [Wed, 2 Feb 2000 11:33:01 +0000 (11:33 +0000)]
(tty-color-gray-shades): New function.
Kenichi Handa [Wed, 2 Feb 2000 07:06:26 +0000 (07:06 +0000)]
(ccl_driver) <CCL_WriteExprRegister>: Set jump_address
instead of incrementing ic directly.
<CCL_WriteExprConst> Likewise.
<ccl_set_expr>: Set ic to jump_address.
Kenichi Handa [Wed, 2 Feb 2000 06:58:58 +0000 (06:58 +0000)]
(e_write): Fix the handling of
CODING_FINISH_INSUFFICIENT_SRC.
Gerd Moellmann [Tue, 1 Feb 2000 16:47:22 +0000 (16:47 +0000)]
Various fixes for new development tree.
Dave Love [Tue, 1 Feb 2000 15:20:31 +0000 (15:20 +0000)]
*** empty log message ***
Dave Love [Tue, 1 Feb 2000 15:19:30 +0000 (15:19 +0000)]
Copyright up-date.
Dave Love [Tue, 1 Feb 2000 15:13:01 +0000 (15:13 +0000)]
(Fpropertize): Doc fix.
Dave Love [Tue, 1 Feb 2000 15:01:28 +0000 (15:01 +0000)]
(Fstart_process): Doc fix.
Gerd Moellmann [Tue, 1 Feb 2000 14:57:24 +0000 (14:57 +0000)]
*** empty log message ***
Gerd Moellmann [Tue, 1 Feb 2000 14:56:00 +0000 (14:56 +0000)]
Make this the no-leim Makefile. Move the
leim Makefile.in to ../leim-Makefile.in as it originally was.
Gerd Moellmann [Tue, 1 Feb 2000 14:55:30 +0000 (14:55 +0000)]
Make this the no-leim Makefile.in. Leim Makefile.in is now found
in ../leim-Makefile.in.
Dave Love [Tue, 1 Feb 2000 14:54:52 +0000 (14:54 +0000)]
Fix various doc strings not to duplicate information from
help-manyarg-func-alist.
Dave Love [Tue, 1 Feb 2000 14:52:08 +0000 (14:52 +0000)]
(Fset_window_margins): Don't make interactive. Doc fix.
Dave Love [Tue, 1 Feb 2000 14:45:38 +0000 (14:45 +0000)]
(Vhelp_manyarg_func_alist): New variable.
(Fdocumentation): Use it.
(syms_of_doc): Define it.
Dave Love [Tue, 1 Feb 2000 14:32:21 +0000 (14:32 +0000)]
(delphi): Add :version to defgroup.
Dave Love [Tue, 1 Feb 2000 14:12:00 +0000 (14:12 +0000)]
(describe-function-1): Print note about arglist of autoloaded
functions. Move arglist of primitives up from end of doc string.
(help-manyarg-func-alist): Populate it.
Dave Love [Tue, 1 Feb 2000 10:03:58 +0000 (10:03 +0000)]
*** empty log message ***
Dave Love [Mon, 31 Jan 2000 22:21:01 +0000 (22:21 +0000)]
Fix year ranges in copyright notice.
Dave Love [Mon, 31 Jan 2000 22:14:01 +0000 (22:14 +0000)]
(display-time-update): Change load-average help-echo.
Dave Love [Mon, 31 Jan 2000 22:03:00 +0000 (22:03 +0000)]
Fix copyright dates.
Gerd Moellmann [Mon, 31 Jan 2000 21:38:34 +0000 (21:38 +0000)]
*** empty log message ***
Gerd Moellmann [Mon, 31 Jan 2000 21:34:33 +0000 (21:34 +0000)]
Some changes in documentation. Removed some trailing
whitespace. Changed some parameter names to agree with
documentation.
(view-mode-exit): Keep entry in `view-return-to-alist' only when a
window is not deleted. Modifies change 1998-04-26.
Gerd Moellmann [Mon, 31 Jan 2000 21:28:41 +0000 (21:28 +0000)]
*** empty log message ***
Gerd Moellmann [Mon, 31 Jan 2000 20:48:01 +0000 (20:48 +0000)]
(xim_open_dpy): Remove unused local variable.
Gerd Moellmann [Mon, 31 Jan 2000 20:18:20 +0000 (20:18 +0000)]
*** empty log message ***
Gerd Moellmann [Mon, 31 Jan 2000 20:12:37 +0000 (20:12 +0000)]
(Ftrace_to_stderr) [GLYPH_DEBUG]: New function.
(syms_of_xdisp) [GLYPH_DEBUG]: Defsubr it.
Gerd Moellmann [Mon, 31 Jan 2000 20:11:54 +0000 (20:11 +0000)]
Update copyright.
Gerd Moellmann [Mon, 31 Jan 2000 20:09:04 +0000 (20:09 +0000)]
(USAGE): Use term `display options' instead of `X
options'.
Gerd Moellmann [Mon, 31 Jan 2000 19:47:38 +0000 (19:47 +0000)]
(jit-lock-function): Widen before calculating end
position.
(jit-lock-stealth-chunk-start): Rewritten.
Gerd Moellmann [Mon, 31 Jan 2000 19:46:04 +0000 (19:46 +0000)]
(Info-title-face-alist): Removed.
(Info-title-1-face, Info-title-2-face, Info-title-3-face): New
faces.
(Info-fontify-node): Use these faces.
Dave Love [Mon, 31 Jan 2000 18:07:17 +0000 (18:07 +0000)]
Fix copyright dates.
Dave Love [Mon, 31 Jan 2000 17:17:49 +0000 (17:17 +0000)]
(standard-fontset-spec): Purecopy it.
(create-fontset-from-x-resource): Don't concat integers.
Eli Zaretskii [Mon, 31 Jan 2000 14:36:52 +0000 (14:36 +0000)]
A typo ("ocatal" instead of "octal").
Richard M. Stallman [Mon, 31 Jan 2000 14:24:19 +0000 (14:24 +0000)]
*** empty log message ***
Gerd Moellmann [Mon, 31 Jan 2000 14:04:19 +0000 (14:04 +0000)]
*** empty log message ***
Gerd Moellmann [Mon, 31 Jan 2000 14:03:15 +0000 (14:03 +0000)]
(sweep_weak_table): New function.
(sweep_weak_hash_tables): Use it. Keep on marking until there
is no more change.
Gerd Moellmann [Mon, 31 Jan 2000 14:01:49 +0000 (14:01 +0000)]
(dist): Call ./make-dist.
Dave Love [Mon, 31 Jan 2000 12:48:43 +0000 (12:48 +0000)]
keywordp, user-variable-p change.
Gerd Moellmann [Sun, 30 Jan 2000 21:22:55 +0000 (21:22 +0000)]
*** empty log message ***
Gerd Moellmann [Sun, 30 Jan 2000 21:20:14 +0000 (21:20 +0000)]
(cl-lambda-list, cl-macro-list)
(cl-macro-list1): Recognize `&allow-other-keys' instead of
`&allow-other-keywords'.
Gerd Moellmann [Sun, 30 Jan 2000 21:19:21 +0000 (21:19 +0000)]
(mh-find-progs): Add directory `etc' to
the list of directories scanned heuristically.
Gerd Moellmann [Sun, 30 Jan 2000 21:12:53 +0000 (21:12 +0000)]
(x_delete_display): Update next_noop_dpyinfo to ensure
that XTread_socket does not crash by trying to call XNoOp on a
closed display.
Jason Rumney [Sun, 30 Jan 2000 19:04:28 +0000 (19:04 +0000)]
*** empty log message ***
Jason Rumney [Sun, 30 Jan 2000 19:02:51 +0000 (19:02 +0000)]
(command-line): Use w32-tty-standard-colors when in w32 console mode.
Jason Rumney [Sun, 30 Jan 2000 19:01:08 +0000 (19:01 +0000)]
Define w32-tty-standard-colors.