summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Load widget and custom packages.Richard M. Stallman1997-04-111-0/+4
|
* (Finsert_file_contents): Do call signal_after_changeRichard M. Stallman1997-04-111-2/+7
| | | | | | when REPLACE is handled by reading directly from the file. Use insert_1 to insert replacement text, to avoid query about whether to modify the buffer.
* Added newline.Per Abrahamsen1997-04-111-0/+1
|
* Added cus-load.el target.Per Abrahamsen1997-04-111-0/+6
|
* Initial revisionPer Abrahamsen1997-04-111-0/+67
|
* Initial revisionPer Abrahamsen1997-04-111-0/+15
|
* (doug_lea_malloc): First check for SYSTEM_MALLOC,Richard M. Stallman1997-04-111-5/+8
| | | | in case it is desirable to disable the GNU malloc features withglibc.
* (mallocobj): Make non-REL_ALLOC configuration workRichard M. Stallman1997-04-111-1/+1
| | | | with glibc's malloc--do use vm-limit.o.
* (read_key_sequence): New argument FIX_CURRENT_BUFFER.Richard M. Stallman1997-04-111-4/+16
| | | | | Restore the current buffer from selected window on occasion. All callers changed.
* (list-holidays): Add autoload cookie.Richard M. Stallman1997-04-111-0/+1
|
* (read_minibuf): Get the string from the minibufferRichard M. Stallman1997-04-111-2/+4
| | | | even if the user has selected a different buffer.
* (make-face): New arg no-resources.Richard M. Stallman1997-04-111-5/+16
| | | | (make-empty-face): New function.
* (list-holidays): New function.Richard M. Stallman1997-04-111-0/+80
|
* (diary-islamic-date): Use `date'.Richard M. Stallman1997-04-111-1/+1
|
* (diary-coptic-date): Use `date'.Richard M. Stallman1997-04-111-2/+2
| | | | | If calendar-coptic-date-string gives nonempty string, add additional text to it.
* (diary-persian-date): Use `date'.Richard M. Stallman1997-04-111-1/+1
| | | | Add some additional text at the end.
* (diary-french-date): Use `date'.Richard M. Stallman1997-04-111-2/+2
| | | | Add some additional text at the end.
* (diary-astro-day-number): Change format string.Richard M. Stallman1997-04-111-1/+1
|
* (file-relative-name): Expand both args beforeRichard M. Stallman1997-04-111-9/+21
| | | | | | checking for device mismatch. (file-relative-name): Handle differing drive letters on Microsoft systems.
* Use defcustom for user variables.Richard M. Stallman1997-04-111-38/+81
|
* Change email address.Richard M. Stallman1997-04-111-1/+1
|
* (internal_self_insert): Fix return value.Karl Heuer1997-04-101-1/+1
|
* (scmp, Fdisplay_completion_list): Fix Lisp_Object/integer confusion.Karl Heuer1997-04-101-6/+6
|
* Delete the explicit autoload calls.Richard M. Stallman1997-04-101-46/+0
| | | | | | (custom-help-menu): Don't use easymenu; make the keymap explicitly. (custom-menu-reset): Function deleted. Don't call it, either. (custom-help-menu): Variable deleted.
* (Fcombine_after_change_execute): Fix Lisp_Object/integer confusion.Karl Heuer1997-04-101-1/+2
|
* (expect_property_change): Fix Lisp_Object/integer confusion.Karl Heuer1997-04-101-1/+1
|
* (construct_menu_click, note_mouse_highlight, fast_find_position):Karl Heuer1997-04-101-5/+6
| | | | Fix Lisp_Object/integer confusion.
* (ccl_driver): Fix Lisp_Object/integer confusion.Karl Heuer1997-04-101-1/+1
|
* (Fmake_category_set): Use XSETFASTINT.Karl Heuer1997-04-101-1/+2
|
* (Ffind_coding_system): Don't use Lisp_Object as integer.Karl Heuer1997-04-101-2/+2
|
* Comment change.Richard M. Stallman1997-04-101-1/+1
|
* (ONE_BYTE_CHAR_WIDTH, Fconcat_chars): Don't use Lisp_Object as integer.Karl Heuer1997-04-101-4/+4
|
* (delete_window): Don't return value from void function.Karl Heuer1997-04-101-6/+10
| | | | (Fset_window_buffer, Fdisplay_buffer): Don't use Lisp_Object as integer.
* (Fx_popup_menu): Don't use Lisp_Object as integer.Karl Heuer1997-04-101-3/+5
| | | | (set_frame_menubar): Likewise.
* (DISP_TABLE_P): Don't use Lisp_Object as integer.Karl Heuer1997-04-101-1/+1
|
* (display_text_line): Don't use Lisp_Object as integer.Karl Heuer1997-04-101-3/+4
|
* Initial revisionRichard M. Stallman1997-04-101-0/+189
|
* (Fframe_or_buffer_changed_p): Use EQ, not ==.Karl Heuer1997-04-101-1/+1
|
* Add DSSSL mode and share code with newly requiredRichard M. Stallman1997-04-101-275/+189
| | | | | | | | | | | | | | | | | | | lisp-mode as much as possible. (scheme-mode-variables): Copy filling stuff from lisp-mode. Add an outline-regexp. (scheme-mode-map): Inherit shared-lisp-mode-map and provide a menu. (dsssl-sgml-declaration): New variable. (dsssl-mode): New command. (dsssl-font-lock-keywords): New variable. (scheme-indent-function): Near copy of lisp-indent-function. (scheme-comment-indent, scheme-indent-offset, scheme-indent-function, scheme-indent-line, calculate-scheme-indent, scheme-indent-specform, scheme-indent-defform, scheme-indent-sexp): Removed; use lisp-mode equivalents. (scheme-imenu-generic-expression): New variable. (dsssl-imenu-generic-expression): New variable. (scheme-let-indent): Use lisp-indent-specform.
* (custom-initialize-frame): Add autoload cookie.Richard M. Stallman1997-04-101-0/+1
|
* (frame-parameter): New function.Richard M. Stallman1997-04-101-0/+4
|
* (sh-mode): Set font-lock-comment-start-regexp via font-lock-defaults.Richard M. Stallman1997-04-101-6/+9
| | | | | (sh-set-shell): Don't set font-lock-keywords or font-lock-syntax-table, and don't toggle Font Lock mode if it is already on.
* (keyboard-escape-quit): Exit recursive edits,Richard M. Stallman1997-04-101-1/+5
| | | | and switch away from buffers whose names start with space.
* (scheme-mode-map): Add some menu items.Richard M. Stallman1997-04-101-1/+27
|
* (eval-defun): For defcustom, always set the value.Richard M. Stallman1997-04-101-3/+8
|
* (PC-try-load-many-files): Set truename.Richard M. Stallman1997-04-101-1/+5
|
* (BSD_SYSTEM): Alternate definition for FreeBSD v3.Richard M. Stallman1997-04-101-0/+2
|
* (GETPGRP_NO_ARG): If Glibc 2.1 or later,Richard M. Stallman1997-04-091-0/+8
| | | | don't define this if _BSD_SOURCE is defined.
* (mallocobj): Don't add gmalloc if using glibc.Richard M. Stallman1997-04-091-4/+8
| | | | Drop check for `old malloc'; it isn't distributed with Emacs.
* Update copyright year.Richard M. Stallman1997-04-091-1/+1
|