aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Don't declare HAVE_GETWD.Dave Love2000-06-207-13/+0
|
* Don't declare xmalloc, xrealloc.Dave Love2000-06-202-4/+0
|
* *** empty log message ***Dave Love2000-06-201-0/+9
|
* Don't declare GETTIMEOFDAY_ONE_ARGUMENT.Dave Love2000-06-201-1/+0
|
* Don't declare HAVE_GETWD, VFORK_RETURN_TYPE.Dave Love2000-06-201-2/+1
|
* Don't declare HAVE_GETWD, HAVE_GETTIMEOFDAY.Dave Love2000-06-201-2/+0
|
* Add xfree missed from last change.Dave Love2000-06-202-0/+22
|
* commentDave Love2000-06-201-1/+2
|
* (poll_for_input_1): Declare.Dave Love2000-06-201-0/+3
|
* Don't define NLIST_STRUCT (handled by configure).Dave Love2000-06-201-61/+0
|
* (xmalloc, xrealloc, xfree): Define using POINTER_TYPE.Dave Love2000-06-201-9/+9
|
* Remove duplicate prototypes. Declare free_frame_xic,Dave Love2000-06-201-12/+5
| | | | x_set_tool_bar_lines.
* (x_set_tool_bar_lines, free_frame_xic, compose_text, getenv, ctime)Dave Love2000-06-201-10/+3
| | | | | (getwd): Removed. (xmalloc, xrealloc, xfree): Declare using POINTER_TYPE.
* Add HAVE_GETWD. Move some definitions above machine/system includes.Dave Love2000-06-201-8/+9
|
* *** empty log message ***Carsten Dominik2000-06-201-0/+36
|
* *** empty log message ***Dave Love2000-06-201-0/+23
|
* * textmodes/reftex.el (reftex-find-citation-regexp-format):Carsten Dominik2000-06-2011-22/+49
| | | | | | | | | | | | | | | | | | | | | | | Support for bibentry. (reftex-compile-variables): Fixed problem with end of section-re. * texmodes/reftex-dcr.el (reftex-view-crossref, reftex-view-crossref-from-bibtex): Deal with changed `reftex-find-citation-regexp-format'. (reftex-view-regexp-match, reftex-view-crossref-from-bibtex): Replaced `remprop' with `put'. (reftex-view-crossref, reftex-view-crossref-when-idle): Support for bibentry. * textmodes/reftex-vars.el (reftex-cite-format-builtin): New entry for bibentry package. * textmodes/reftex-parse.el (reftex-locate-bibliography-files): Regexp also matches "\nobibliography". * textmodes/reftex-global.el (reftex-renumber-simple-labels): Call `reftex-ensure-write-access' before doing anything. (reftex-ensure-write-access): New function.
* Files re-installed, because changes are too massive to document them here.Carsten Dominik2000-06-204-1896/+3487
|
* Update to idlwave 4.2Carsten Dominik2000-06-201-283/+786
|
* Update to reftex 4 14Carsten Dominik2000-06-201-22/+48
|
* (HAVE_GETLOADAVG): Define it as 1.Kenichi Handa2000-06-201-1/+1
|
* *** empty log message ***Kenichi Handa2000-06-201-0/+2
|
* (frame-background-mode): Use set-default, not set, in setter.Dave Love2000-06-201-5/+3
| | | | (frame-update-faces, frame-update-face-colors): Define with defalias.
* (font_list): Handle the case that REGISTRY doesn't contain informationKenichi Handa2000-06-201-6/+13
| | | | about ENCODING.
* (FONTSET_ASCII): Use the first element of char tableKenichi Handa2000-06-201-19/+16
| | | | | | | | | | for an ASCII font, not defalt slot. (fontset_ref_via_base): If FONTSET doesn't contain information for C, try the default fontset. (make_fontset): Don't copy the default fontset. (fontset_font_pattern): Likewise. (accumulate_font_info): If ELT is nil, use the corresponding element in the default fontset.
* *** empty log message ***Kenichi Handa2000-06-201-0/+14
|
* (enriched-decode-foreground, enriched-decode-background): Don't useDave Love2000-06-201-2/+2
| | | | internal-find-face.
* Doc fixes.Dave Love2000-06-201-14/+14
|
* Fix header line.Dave Love2000-06-201-1/+1
|
* (customize-changed-options): Check arg.Dave Love2000-06-201-7/+18
| | | | (customize-version-lessp): Don't require decimal point.
* (defcustom, defgroup): Doc fix.Dave Love2000-06-201-3/+10
|
* (comment) <defgroup>: Add :version.Dave Love2000-06-201-3/+6
| | | | (comment-multi-line): Doc fix.
* (define-hooked-local-abbrev, define-hooked-global-abbrev): Fix, usingDave Love2000-06-201-2/+2
| | | | define-abbrev.
* (Fparse_partial_sexp): Doc fix.Dave Love2000-06-192-3/+7
|
* Remove redundant unistd.h inclusion.Dave Love2000-06-191-1/+0
|
* (x_load_resources): Set default resources for resourceDave Love2000-06-191-9/+5
| | | | classes instead of for the specific Emacs.
* Test PROTOTYPES as well as __STDC__.Dave Love2000-06-191-3/+3
|
* line-number-display-limit changeDave Love2000-06-191-3/+3
|
* *** empty log message ***Dave Love2000-06-192-3/+16
|
* Include errno.h, string.h, unistd.h. Don't declare errno, strerror.Dave Love2000-06-191-6/+11
| | | | Put text after #endif in comment.
* ignore *.elcSam Steingold2000-06-1913-0/+13
|
* (x_frame_of_widget): Add `static' to declaration (for pcc).Dave Love2000-06-191-1/+1
|
* (dump_glyph_matrix): Add `static' to declaration (for pcc).Dave Love2000-06-191-1/+1
|
* *** empty log message ***Gerd Moellmann2000-06-192-0/+18
|
* ignore bootstrap-emacsSam Steingold2000-06-191-0/+1
|
* (menu-bar-edit-menu): Add menu item for markingGerd Moellmann2000-06-191-0/+3
| | | | the whole buffer.
* (XTread_socket) <KeyPress>: In case XmbLookupStringGerd Moellmann2000-06-191-1/+4
| | | | returns XLookupChars, reset `modifiers' to zero.
* (mark_object) [GC_CHECK_MARKED_OBJECTS]: Check that noGerd Moellmann2000-06-191-2/+81
| | | | | | bogus objects are marked. This slows down GC by ~80 percent, but it might be worth trying when debugging GC-related problems. This feature requires conservative stack marking to be enabled.
* (syms_of_abbrev): Set buffer_default's abbrev tableGerd Moellmann2000-06-191-0/+1
| | | | to Vfundamental_mode_abbrev_table.
* (menu-bar-options-menu): Capitalize "Save Options".Dave Love2000-06-191-1/+1
|