aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* (elp-version): Deleted.Dave Love2000-05-261-4/+0
|
* (add-change-log-entry): Merge the current entry with theStefan Monnier2000-05-262-1/+19
| | | | previous one if the previous one is empty.
* (unload-feature): Fix interactive spec [fromDave Love2000-05-262-2/+5
| | | | [email protected]].
* (byte-compile-callargs-warn): Use subr-arity to check primitives.Dave Love2000-05-262-16/+33
| | | | | | | (byte-compile-flush-pending, byte-compile-file-form-progn) (byte-compile-normal-call, byte-compile-list, byte-compile-concat) (byte-compile-insert, byte-compile-funcall): Use mapc instead of mapcar.
* subr-arityDave Love2000-05-261-1/+4
|
* (Qsubrp, Qmany, Qunevalled): New variables.Dave Love2000-05-261-1/+32
| | | | | (Fsubr_arity): New function. (syms_of_data): Install them.
* Change maintainer to FSF.Dave Love2000-05-261-22/+1
|
* *** empty log message ***Kenichi Handa2000-05-262-2/+11
|
* Set family names of non-latin charsets in default fontset to "*".Kenichi Handa2000-05-261-71/+68
|
* (check_registry_encoding): This function deleted.Kenichi Handa2000-05-261-31/+16
| | | | | (Fset_fontset_font): Remove the adhoc condition for the default fontset. Allow cons in FONTNAME.
* (map_char_table): Ignore char-table entries forKenichi Handa2000-05-261-1/+4
| | | | charsets eight-bit-control and eight-bit-graphic.
* (syms_of_fontset): Adjust the font name for ascii ofKenichi Handa2000-05-261-1/+2
| | | | the default fontset to what Emacs uses by default.
* (print-fontset): Combine family partKenichi Handa2000-05-263-2/+8
| | | | and registry part of the fontname by "-*-" instead of "-".
* (encode-coding-char): Make stringsKenichi Handa2000-05-261-4/+4
| | | | multibyte before calling encode-coding-string.
* *** empty log message ***Kenichi Handa2000-05-262-0/+10
|
* (init_charset_once): Set the table bytes_by_char_headKenichi Handa2000-05-261-5/+4
| | | | correctly.
* Fix keywords.Stefan Monnier2000-05-262-3/+6
| | | | (define-derived-mode): Only define if needed.
* (install-arch-indep): Install ebrowse.info.Gerd Moellmann2000-05-252-1/+2
|
* Fix keywords.Stefan Monnier2000-05-252-1/+20
|
* newcomment and the change of binding for M-;Stefan Monnier2000-05-251-0/+7
|
* (fill-comment, comment-column, comment-start)Stefan Monnier2000-05-251-350/+0
| | | | | | | (comment-start-skip, comment-end, comment-indent-function) (block-comment-start, block-comment-end, indent-for-comment) (set-comment-column, kill-comment, comment-padding, comment-region) (comment-multi-line, indent-new-comment-line): Remove.
* (esc-map): Change ; to comment-dwim and use the new functionStefan Monnier2000-05-251-4/+4
| | | | names for comment operations.
* Add abundant autoload cookies.Stefan Monnier2000-05-251-13/+35
| | | | | | | (comment-style): Be careful not to depend on runtime data at compile-time. (comment-indent-hook): Remove. (comment-indent): Check if comment-indent-hook is bound. (comment-region): Docstring fix.
* Delete obsolete URL comment.Dave Love2000-05-252-1/+12
|
* Add finder keywords.Dave Love2000-05-251-0/+1
|
* (elp-restore-function): Don't use obsolete byte-code-function-p.Dave Love2000-05-251-1/+1
|
* Add provide.Dave Love2000-05-251-0/+2
|
* (goto-address-fontify): Add help-echo property.Dave Love2000-05-251-0/+4
|
* Add Finder keywords.Dave Love2000-05-251-0/+1
|
* (smerge-diff-switches): Don't use list* in defcustom.Dave Love2000-05-251-3/+11
|
* 2000-05-25 Michael Kifer <[email protected]>Michael Kifer2000-05-252-0/+8
| | | | | * ediff-diff.el (ediff-exec-process): delete --binary option from non-buffer ediff jobs.
* (highlight-changes-mode): Ask about color orEli Zaretskii2000-05-252-2/+24
| | | | grayscale support, not about window-system.
* (ffap-menu-text-plist): Use display-mouse-p, not window-system.Eli Zaretskii2000-05-251-3/+3
| | | | (ffap-highlight): Always default to t.
* (edebug-emacs-19-specific): CallEli Zaretskii2000-05-251-1/+1
| | | | display-popup-menus-p instead of looking at window-system.
* (standard-display-g1, standard-display-graphic):Eli Zaretskii2000-05-251-2/+2
| | | | Only refuse to use string glyphs on X and MS-Windows.
* Remove window-system from comments, suggest using display-*-p instead.Eli Zaretskii2000-05-251-2/+2
|
* (apropos-print): Use display-mouse-p instead ofEli Zaretskii2000-05-251-1/+1
| | | | window-system.
* * emacs.c (main): Initialize keyboard syms before initializingKen Raeburn2000-05-252-1/+10
| | | | window code, so face names are available.
* * Makefile.in (install-arch-dep): Install fns-*.el only if itKen Raeburn2000-05-252-1/+8
| | | | exists; it won't in the CANNOT_DUMP case.
* (at_begline_loc_p): Also recognize the \\(?:^ caseStefan Monnier2000-05-252-1/+11
| | | | of an anchor at the beginning of a shy-group.
* *** empty log message ***Gerd Moellmann2000-05-254-8/+17
|
* Fix @direntry, add @dircategory.Gerd Moellmann2000-05-251-1/+2
|
* (handle_invisible_prop): Don't try to skip overGerd Moellmann2000-05-251-2/+4
| | | | invisible text if end of text is already reached.
* (cp-decoding-vector-for-codepage):Eli Zaretskii2000-05-252-1/+7
| | | | Fill up unsupported characters with their own codes.
* (describe-char-after): UseEli Zaretskii2000-05-252-1/+7
| | | | | display-graphic-p instead of window-system, so that this function works on MS-DOS.
* (Fdump_glyph_matrix): Declare the arg.Dave Love2000-05-252-1/+4
|
* Fix junk from last checkin.Dave Love2000-05-251-1/+1
|
* (encode_eol): Add null statement after label.Dave Love2000-05-252-0/+7
|
* *** empty log message ***Eli Zaretskii2000-05-252-0/+11
|
* (cp-make-coding-systems-for-codepage):Eli Zaretskii2000-05-251-4/+7
| | | | | Remove the eight-bit-graphic and eight-bit-control charsets from the list of charsets which we convert into `?'.