summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* (src, lib-src): Don't distribute Makefile.c.Karl Heuer1995-11-021-3/+3
| | | | (etc/e): Do cleanup in $tempdir/etc/e, not $tempdir/etc.
* Create lisp/MANIFEST.Karl Heuer1995-11-021-0/+4
|
* (with-electric-help): Add missing argument MINHEIGHT.Erik Naggum1995-11-021-1/+1
|
* * etags.c (lowcase): Use the standard tolower function.Francesco Potortì1995-11-021-96/+81
| | | | | | | | | | | | | (substitute): Remove some wrong and some useless code related with escape `\` character in regexp replacement string. (TEX_defenv): Added part, appendix, entry, index. Removed typeout. (lang_suffixes): New suffixes: .hpp for C++; .f90 for Fortran; .bib, .ltx, .TeX for TeX (.bbl, .dtx removed); .ml for Lisp; .prolog for prolog (.pl removed). (massage_name, etags_getcwd): Use lowcase instead of tolower. (regex.h): Don't include it if REGEX_IN_LIBC is defined. (C_entries, find_entries): Added comments about memory leakage. (add_node): Dead code removed.
* (vc-backend-diff): Use new variable vc-rcsdiff-knows-brief.André Spiegel1995-11-021-8/+14
|
* (vc-utc-string): Use timezone of TIMEVAL for the correction, not theAndré Spiegel1995-11-021-10/+23
| | | | | | current one. (vc-rcsdiff-knows-brief): New variable. (vc-rcs-lock-from-diff): Use it.
* (tpu-set-mode-line): Add element for column number.Karl Heuer1995-11-021-0/+1
|
* Don't require initial whitespace in vendor name.Karl Heuer1995-11-021-1/+1
|
* Always load menu-bar.Richard M. Stallman1995-10-311-1/+1
|
* (SHORTBITS, INTBITS, LONGBITS): Deleted; now in config.h.Karl Heuer1995-10-3162-555/+0
|
* Initial revisionKarl Heuer1995-10-311-0/+137
|
* (msb--toggle-menu-type): Pass t as arg.Richard M. Stallman1995-10-311-1/+1
|
* (command-line-1): Say how to invoke menu bar, if not X.Richard M. Stallman1995-10-311-2/+9
| | | | (command-line): If not X, do enable menu bar.
* Add some commented-out code.Richard M. Stallman1995-10-311-0/+13
|
* Initial revisionRichard M. Stallman1995-10-311-0/+88
|
* (m68k-*-linux*): New alternative.Richard M. Stallman1995-10-311-0/+5
|
* Explain when user-mail-address is set.Richard M. Stallman1995-10-311-2/+4
|
* Fix previous change.Richard M. Stallman1995-10-311-1/+1
|
* (SHORTBITS, INTBITS, LONGBITS): Deleted; now in config.hKarl Heuer1995-10-318-100/+20
| | | | Used new names for those macros in all references.
* (BITS_PER_CHAR, BITS_PER_INT, BITS_PER_SHORT)Richard M. Stallman1995-10-311-0/+22
| | | | (BITS_PER_LONG): Define if not already defined.
* (BITS_PER_SHORT, BITS_PER_INT, BITS_PER_LONG):Karl Heuer1995-10-3113-61/+35
| | | | Rename from SHORTBITS, INTBITS, LONGBITS.
* (mail-abbrev-syntax-table): Fix initialization.Richard M. Stallman1995-10-311-1/+2
|
* (debug_print): Print a newline here.Richard M. Stallman1995-10-311-0/+1
|
* (pr): Don't print newline here.Richard M. Stallman1995-10-311-1/+0
|
* Do `set main' to make gdb_valbits etc. available.Richard M. Stallman1995-10-311-0/+3
|
* (describe-function): Call documentation just once.Richard M. Stallman1995-10-311-8/+10
| | | | (describe-key): Likewise.
* (CHECK_CHAR_TABLE): Don't accept nil.Richard M. Stallman1995-10-311-1/+1
|
* update some doc strings.Karl Heuer1995-10-311-70/+93
| | | | | | (time-stamp-strftime): ignore some additional chars we might want to use in the future for additional controls or parameters. (time-stamp): minor optimizations.
* (prefix-args): Use LDFLAGS, not ALL_LDFLAGS.Richard M. Stallman1995-10-301-2/+5
|
* Comment changeErik Naggum1995-10-301-0/+1
|
* Comment change.Erik Naggum1995-10-301-1/+1
|
* Correct initial line typo.Erik Naggum1995-10-301-1/+1
|
* (getdate.o, movemail.o): Specify -Demacs.Richard M. Stallman1995-10-301-6/+8
| | | | (ALL_CFLAGS, LINK_CFLAGS, CPP_CFLAGS): Delete -Demacs.
* (sparc-*-nextstep*): Remove incorrect .h's.Richard M. Stallman1995-10-301-1/+1
|
* Document \= in doc string.Richard M. Stallman1995-10-301-0/+5
|
* (describe-variable): Don't call substitute-command-keys.Richard M. Stallman1995-10-301-3/+1
|
* (Fencode_time): Add cast.Richard M. Stallman1995-10-301-2/+2
| | | | (Fset_time_zone_rule): Add cast.
* Move the include of Xlocale.h after setting HAVE_X11R5.Richard M. Stallman1995-10-301-5/+5
|
* (temp_echo_area_glyphs): Only delete the temporary message.Richard M. Stallman1995-10-301-1/+1
|
* (Fsafe_length): Add missing parentheses around & within comparison.Richard M. Stallman1995-10-301-1/+1
|
* (describe_translation): Insert newline after key description.Richard M. Stallman1995-10-301-1/+4
|
* (finding existing executable versions): Add a period to the end of BASE.Richard M. Stallman1995-10-301-1/+1
|
* (select-tags-table): Don't modify the value of tags-table-list.Richard M. Stallman1995-10-301-1/+1
|
* (disassemble-internal): Handle lazy-loaded doc strings.Richard M. Stallman1995-10-301-1/+4
| | | | (disassemble-1): Handle lazy-loaded bytecode objects.
* (archive-zoo-summarize): Handle archives with long file names.Richard M. Stallman1995-10-301-3/+17
|
* (byte-recompile-directory): New arg FORCE.Richard M. Stallman1995-10-301-3/+16
| | | | (byte-force-recompile): New function.
* Comment change.Richard M. Stallman1995-10-3054-173/+161
|
* Comment change.Richard M. Stallman1995-10-303-5/+5
|
* Initial revisionRichard M. Stallman1995-10-302-0/+137
|
* (tmm-old-mb-map): Initialize to nil.Richard M. Stallman1995-10-301-94/+125
| | | | | | | | | | | | | | | | | (tmm-delete-map): Don't use tmm-old-mb-map if nil. (tmm-add-prompt): Bind C-n and C-p. Put only the shortcuts into the completion buffer's map. Produce the completion list by hand so as not to sort it. (tmm-prompt): Start at the first item in the menu. Don't reverse tmm-km-list; reverse compl-list instead. Use try-completion in last-ditch attempt to find a match. Rename compl-list to history. (tmm-get-keybind): Put more local bindings last in a menu. Major rewrite. (tmm-menubar): Handle menu-bar-final-items. (tmm-remove-shortcuts): Function deleted. (tmm-add-shortcuts): If we can't find a letter shortcut, use a numeric shortcut.