1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-26 00:34:17 -07:00
Commit graph

26840 commits

Author SHA1 Message Date
Richard M. Stallman
056a21c458 (list-holidays): New function. 1997-04-11 02:38:51 +00:00
Richard M. Stallman
5cb9391022 (diary-islamic-date): Use `date'. 1997-04-11 02:35:34 +00:00
Richard M. Stallman
7801463cd5 (diary-coptic-date): Use `date'.
If calendar-coptic-date-string gives nonempty string,
add additional text to it.
1997-04-11 02:35:08 +00:00
Richard M. Stallman
edbf26946d (diary-persian-date): Use `date'.
Add  some additional text at the end.
1997-04-11 02:34:37 +00:00
Richard M. Stallman
69b31c6922 (diary-french-date): Use `date'.
Add  some additional text at the end.
1997-04-11 02:34:09 +00:00
Richard M. Stallman
75697ad97f (diary-astro-day-number): Change format string. 1997-04-11 02:32:13 +00:00
Richard M. Stallman
2d6562a572 (file-relative-name): Expand both args before
checking for device mismatch.

(file-relative-name): Handle differing drive letters on Microsoft systems.
1997-04-11 01:47:41 +00:00
Richard M. Stallman
f2b7eb2618 Use defcustom for user variables. 1997-04-11 01:37:50 +00:00
Richard M. Stallman
297744f0e5 Change email address. 1997-04-11 01:30:20 +00:00
Karl Heuer
6787d111ea (internal_self_insert): Fix return value. 1997-04-10 22:45:03 +00:00
Karl Heuer
49db96ce3d (scmp, Fdisplay_completion_list): Fix Lisp_Object/integer confusion. 1997-04-10 22:42:34 +00:00
Richard M. Stallman
8835e400fc Delete the explicit autoload calls.
(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.
1997-04-10 22:39:54 +00:00
Karl Heuer
e688a0806b (Fcombine_after_change_execute): Fix Lisp_Object/integer confusion. 1997-04-10 22:37:54 +00:00
Karl Heuer
6c070502b6 (expect_property_change): Fix Lisp_Object/integer confusion. 1997-04-10 22:32:00 +00:00
Karl Heuer
26459b28a9 (construct_menu_click, note_mouse_highlight, fast_find_position):
Fix Lisp_Object/integer confusion.
1997-04-10 22:25:45 +00:00
Karl Heuer
e995085f70 (ccl_driver): Fix Lisp_Object/integer confusion. 1997-04-10 22:19:52 +00:00
Karl Heuer
15c60737b7 (Fmake_category_set): Use XSETFASTINT. 1997-04-10 22:12:04 +00:00
Karl Heuer
efee68610e (Ffind_coding_system): Don't use Lisp_Object as integer. 1997-04-10 21:53:28 +00:00
Richard M. Stallman
8c7d9baf9f Comment change. 1997-04-10 21:42:07 +00:00
Karl Heuer
53316e5587 (ONE_BYTE_CHAR_WIDTH, Fconcat_chars): Don't use Lisp_Object as integer. 1997-04-10 21:35:28 +00:00
Karl Heuer
296b535c36 (delete_window): Don't return value from void function.
(Fset_window_buffer, Fdisplay_buffer): Don't use Lisp_Object as integer.
1997-04-10 21:26:07 +00:00
Karl Heuer
99d3fac764 (Fx_popup_menu): Don't use Lisp_Object as integer.
(set_frame_menubar): Likewise.
1997-04-10 21:19:16 +00:00
Karl Heuer
10ffbb91cf (DISP_TABLE_P): Don't use Lisp_Object as integer. 1997-04-10 21:16:33 +00:00
Karl Heuer
8bb6ca1467 (display_text_line): Don't use Lisp_Object as integer. 1997-04-10 21:15:53 +00:00
Richard M. Stallman
5e33ba39fe Initial revision 1997-04-10 20:43:54 +00:00
Karl Heuer
488f0c6466 (Fframe_or_buffer_changed_p): Use EQ, not ==. 1997-04-10 20:42:25 +00:00
Richard M. Stallman
1367ff3a18 Add DSSSL mode and share code with newly required
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.
1997-04-10 19:41:00 +00:00
Richard M. Stallman
7677344385 (custom-initialize-frame): Add autoload cookie. 1997-04-10 07:23:30 +00:00
Richard M. Stallman
b5d48854de (frame-parameter): New function. 1997-04-10 06:49:45 +00:00
Richard M. Stallman
2718efdd52 (sh-mode): Set font-lock-comment-start-regexp via font-lock-defaults.
(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.
1997-04-10 06:38:26 +00:00
Richard M. Stallman
1b657835fc (keyboard-escape-quit): Exit recursive edits,
and switch away from buffers whose names start with space.
1997-04-10 06:29:59 +00:00
Richard M. Stallman
45f13532b2 (scheme-mode-map): Add some menu items. 1997-04-10 06:18:40 +00:00
Richard M. Stallman
2c66f5d196 (eval-defun): For defcustom, always set the value. 1997-04-10 05:58:24 +00:00
Richard M. Stallman
328c069714 (PC-try-load-many-files): Set truename. 1997-04-10 00:37:52 +00:00
Richard M. Stallman
3e7562b11e (BSD_SYSTEM): Alternate definition for FreeBSD v3. 1997-04-10 00:27:09 +00:00
Richard M. Stallman
e0b5b76c4e (GETPGRP_NO_ARG): If Glibc 2.1 or later,
don't define this if _BSD_SOURCE is defined.
1997-04-09 05:57:50 +00:00
Richard M. Stallman
b1377d7f09 (mallocobj): Don't add gmalloc if using glibc.
Drop check for `old malloc'; it isn't distributed with Emacs.
1997-04-09 04:01:31 +00:00
Richard M. Stallman
188b4aeaac Update copyright year. 1997-04-09 04:00:39 +00:00
Richard M. Stallman
3689ff1491 (DOUG_LEA_MALLOC): Add #undef. 1997-04-09 04:00:22 +00:00
Richard M. Stallman
15aaf1b5d2 (malloc_get_state, malloc_set_state): New declarations.
(main): Restore internal malloc state when loading from dumped image.
(Fdump_emacs): Copy internal malloc state for dumping, then free it.
1997-04-09 04:00:10 +00:00
Richard M. Stallman
d165822189 For glibc's malloc, include <malloc.h> for mallinfo,
mallopt, struct mallinfo, and mallopt constants.
(BYTES_USED): New macro.
(memory_full, emacs_blocked_free): Replace _bytes_used with BYTES_USED.
(emacs_blocked_malloc): Set sbrk padding value for glibc, as is
done with gmalloc.
(allocate_vectorlike, make_uninit_string):
Prevent using mmap for possible large chunks.
(init_alloc_once): Set trim and mmap malloc parms, when using glibc.
1997-04-09 03:59:08 +00:00
Richard M. Stallman
b05a95cbef If malloc_{get,set}_state exist, set DOUG_LEA_MALLOC. 1997-04-09 03:52:47 +00:00
Kenichi Handa
486ece3d96 Ethiopic fixed, Tibetan added. 1997-04-09 00:08:54 +00:00
Richard M. Stallman
ec6c7d0bc7 (make-frame): Call `custom-initialize-frame'. 1997-04-08 22:33:45 +00:00
Richard M. Stallman
a9f53ffbf8 (menu-bar-custom-menu): New variable; add it as a submenu of the Help menu. 1997-04-08 22:20:30 +00:00
Richard M. Stallman
e1b490ca36 (init_casetab_once): Initialize the purpose slot. 1997-04-08 19:05:57 +00:00
Richard M. Stallman
2316704abd When calling put-charset-property, ignore errors.
(x-charset-registries): Turn Tibetan on again.
1997-04-08 01:41:40 +00:00
Richard M. Stallman
b8668259e2 (calculate-perl-indent): When indenting under a
containing openparen, skip spaces after the openparen.
1997-04-08 01:18:14 +00:00
Paul D. Smith
6b2e9efd12 Last-minute changed for 3.75.1 1997-04-07 18:02:44 +00:00
Richard M. Stallman
4b1a66da07 (x-charset-registries): Turn off Tibetan. 1997-04-07 17:34:05 +00:00