1995-11-11 |
Richard M.... | (set_menu_bar_lines): Record the fact that the window... |
commit | commitdiff | tree | snapshot |
1995-11-10 |
Karl Heuer | (find-file-noselect): Respect the value of |
commit | commitdiff | tree | snapshot |
1995-11-10 |
Richard M.... | (set-auto-mode): If mode cmds move point, obey them. |
commit | commitdiff | tree | snapshot |
1995-11-10 |
Karl Heuer | (facemenu-active-faces): Replaces function |
commit | commitdiff | tree | snapshot |
1995-11-10 |
Karl Heuer | All faces added to facemenu-unlisted-faces list. |
commit | commitdiff | tree | snapshot |
1995-11-10 |
Karl Heuer | (makefile-space-face): Don't list in facemenu. |
commit | commitdiff | tree | snapshot |
1995-11-10 |
Karl Heuer | (show-paren-command-hook): Don't list `paren-mismatch' |
commit | commitdiff | tree | snapshot |
1995-11-10 |
Karl Heuer | Don't list any faces in menu. |
commit | commitdiff | tree | snapshot |
1995-11-10 |
Karl Heuer | (holiday-face, calendar-today-face, diary-face): Add |
commit | commitdiff | tree | snapshot |
1995-11-10 |
Richard M.... | Don't include Xaw/Paned.h unless USE_LUCID is defined. |
commit | commitdiff | tree | snapshot |
1995-11-10 |
Richard M.... | (enriched-next-annotation): Doc fix. |
commit | commitdiff | tree | snapshot |
1995-11-10 |
Richard M.... | Fix previous change. |
commit | commitdiff | tree | snapshot |
1995-11-10 |
Richard M.... | (LIBS): Add libsrc_libs and keep the old LIBS. |
commit | commitdiff | tree | snapshot |
1995-11-10 |
Richard M.... | (display_menu_item): Don't treat buttons specially. |
commit | commitdiff | tree | snapshot |
1995-11-10 |
Richard M.... | (x-display-color-p): Accept optional arg. |
commit | commitdiff | tree | snapshot |
1995-11-10 |
Richard M.... | Rewrite for new case tables. |
commit | commitdiff | tree | snapshot |
1995-11-10 |
Richard M.... | (do-auto-fill): Use fill-context-prefix. |
commit | commitdiff | tree | snapshot |
1995-11-10 |
Richard M.... | (view-mode-map): Use ordinary Help command. |
commit | commitdiff | tree | snapshot |
1995-11-10 |
Richard M.... | (tmm-define-keys): New subroutine. |
commit | commitdiff | tree | snapshot |
1995-11-10 |
Richard M.... | (command-line): Complain about unknown options. |
commit | commitdiff | tree | snapshot |
1995-11-10 |
Richard M.... | (mail-yank-clear-headers): Do nothing if |
commit | commitdiff | tree | snapshot |
1995-11-10 |
Richard M.... | (rmail-delete-message-hook): New hook. |
commit | commitdiff | tree | snapshot |
1995-11-10 |
Richard M.... | (pc-selection-mode): Don't mess with c-mode-map. |
commit | commitdiff | tree | snapshot |
1995-11-10 |
Richard M.... | (menu-bar-tools-menu): Always define GNUS entry. |
commit | commitdiff | tree | snapshot |
1995-11-10 |
Richard M.... | (byte-compile-associative): Do operations left to right. |
commit | commitdiff | tree | snapshot |
1995-11-10 |
Richard M.... | (fill-region-as-paragraph): Use fill-context-prefix. |
commit | commitdiff | tree | snapshot |
1995-11-10 |
Richard M.... | (mode-line-format): Modify it, don't override it entirely. |
commit | commitdiff | tree | snapshot |
1995-11-10 |
Richard M.... | (awk-mode): Require cc-mode. |
commit | commitdiff | tree | snapshot |
1995-11-10 |
Richard M.... | (apropos-print): Use buffer *Apropos*, not *Help*. |
commit | commitdiff | tree | snapshot |
1995-11-10 |
Richard M.... | (sh-mode-map): Put sh-execute-region on C-M-x. |
commit | commitdiff | tree | snapshot |
1995-11-10 |
Richard M.... | (server-log): Record the current time. |
commit | commitdiff | tree | snapshot |
1995-11-10 |
Richard M.... | Don't test THIS_IS_YMAKEFILE. |
commit | commitdiff | tree | snapshot |
1995-11-10 |
Richard M.... | Always include sys/wait.h unless NOT_C_CODE; |
commit | commitdiff | tree | snapshot |
1995-11-10 |
Richard M.... | (SYMS_SYSTEM): Add syms_of_msdos. |
commit | commitdiff | tree | snapshot |
1995-11-10 |
Richard M.... | (LIB_STANDARD_1): New macro. |
commit | commitdiff | tree | snapshot |
1995-11-10 |
Richard M.... | (LIBXMU): Never define this. |
commit | commitdiff | tree | snapshot |
1995-11-10 |
Richard M.... | Test NOT_C_CODE instead of THIS_IS_YMAKEFILE. |
commit | commitdiff | tree | snapshot |
1995-11-10 |
Richard M.... | (lisp): Add loadup.el. |
commit | commitdiff | tree | snapshot |
1995-11-10 |
Richard M.... | (unload_font): Invalidate computed faces. |
commit | commitdiff | tree | snapshot |
1995-11-10 |
Richard M.... | (display_text_line): Get redisplay_end_trigger from... |
commit | commitdiff | tree | snapshot |
1995-11-10 |
Richard M.... | (struct window): New field redisplay_end_trigger. |
commit | commitdiff | tree | snapshot |
1995-11-10 |
Richard M.... | (Fwindow_redisplay_end_trigger): New function. |
commit | commitdiff | tree | snapshot |
1995-11-10 |
Richard M.... | (debug_print): Explicitly print a CR. |
commit | commitdiff | tree | snapshot |
1995-11-10 |
Richard M.... | (oblookup): Clear ARRAY_MARK_FLAG in obsize. |
commit | commitdiff | tree | snapshot |
1995-11-10 |
Richard M.... | (interrupt_signal): Do special things in GC. |
commit | commitdiff | tree | snapshot |
1995-11-10 |
Richard M.... | (Fmove_to_column): Doc fix. |
commit | commitdiff | tree | snapshot |
1995-11-10 |
Simon Marshall | Oops; left a note in a doc-string. |
commit | commitdiff | tree | snapshot |
1995-11-10 |
Richard M.... | (Fwrite_region): Move the code that writes annotations... |
commit | commitdiff | tree | snapshot |
1995-11-10 |
Richard M.... | (Fformat): Use doprnt_lisp. |
commit | commitdiff | tree | snapshot |
1995-11-10 |
Richard M.... | Include lisp.h. |
commit | commitdiff | tree | snapshot |
1995-11-10 |
Richard M.... | (update_line): Avoid indexing into obody by -1. |
commit | commitdiff | tree | snapshot |
1995-11-10 |
Richard M.... | (syms_of_callint): Set up Qlet, Qletx, Qsave_excursion. |
commit | commitdiff | tree | snapshot |
1995-11-10 |
Richard M.... | (Fmake_overlay): New args front-advance and rear-advance. |
commit | commitdiff | tree | snapshot |
1995-11-10 |
Richard M.... | (lisp): Don't distribute site-start. |
commit | commitdiff | tree | snapshot |
1995-11-10 |
Richard M.... | (run-hook-with-args, run-hook-list-with-args): Safeguard |
commit | commitdiff | tree | snapshot |
1995-11-10 |
Richard M.... | (makefile-mode): Call makefile-define-space-face only... |
commit | commitdiff | tree | snapshot |
1995-11-10 |
Richard M.... | Fexpt): Doc fix. |
commit | commitdiff | tree | snapshot |
1995-11-10 |
Richard M.... | Require calendar. |
commit | commitdiff | tree | snapshot |
1995-11-09 |
Simon Marshall | 1. Use local hooks, not local variables. |
commit | commitdiff | tree | snapshot |
1995-11-09 |
Simon Marshall | compilation-mode-font-lock-keywords tweak |
commit | commitdiff | tree | snapshot |
1995-11-07 |
Geoff Voelker | (env_vars): New variable. |
commit | commitdiff | tree | snapshot |
1995-11-07 |
Geoff Voelker | Update to latest src/config.in. |
commit | commitdiff | tree | snapshot |
1995-11-07 |
Geoff Voelker | (NTGUI): New macro. |
commit | commitdiff | tree | snapshot |
1995-11-07 |
Geoff Voelker | (addpm.exe): Link with $(ADVAPI32). |
commit | commitdiff | tree | snapshot |
1995-11-07 |
Geoff Voelker | Initial revision |
commit | commitdiff | tree | snapshot |
1995-11-07 |
Geoff Voelker | [win32] (face-menu-read-color, list-colors-display... |
commit | commitdiff | tree | snapshot |
1995-11-07 |
Geoff Voelker | [win32] (make-face, make-face-x-resource-internal): |
commit | commitdiff | tree | snapshot |
1995-11-07 |
Geoff Voelker | mouse.el [win32] (mouse-set-region): |
commit | commitdiff | tree | snapshot |
1995-11-07 |
Geoff Voelker | [win32] (normal-top-level, command-line, command-line-1): |
commit | commitdiff | tree | snapshot |
1995-11-07 |
Geoff Voelker | (DOC): Include strings from w32term.c, w32xfns.c, |
commit | commitdiff | tree | snapshot |
1995-11-07 |
Geoff Voelker | (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined. |
commit | commitdiff | tree | snapshot |
1995-11-07 |
Geoff Voelker | (nt_get_resource, init_environment): Defined. |
commit | commitdiff | tree | snapshot |
1995-11-07 |
Geoff Voelker | (nt_get_resource): Prototype defined. |
commit | commitdiff | tree | snapshot |
1995-11-07 |
Geoff Voelker | [HAVE_NTGUI] (create_child): Pass handles to children. |
commit | commitdiff | tree | snapshot |
1995-11-07 |
Geoff Voelker | (nt_ring_bell): Renamed from ring_bell, now global. |
commit | commitdiff | tree | snapshot |
1995-11-07 |
Geoff Voelker | [HAVE_NTGUI] (WinMain): New procedure. |
commit | commitdiff | tree | snapshot |
1995-11-07 |
Geoff Voelker | [HAVE_NTGUI] (abort): New macro. |
commit | commitdiff | tree | snapshot |
1995-11-07 |
Geoff Voelker | [HAVE_X_WINDOWS] (HAVE_WINDOW_SYSTEM): New macro. |
commit | commitdiff | tree | snapshot |
1995-11-07 |
Geoff Voelker | (FRAME_INTERNAL_BORDER_WIDTH, FRAME_LINE_HEIGHT): New... |
commit | commitdiff | tree | snapshot |
1995-11-07 |
Geoff Voelker | [HAVE_NTGUI] (set_menu_framebar): Declare external. |
commit | commitdiff | tree | snapshot |
1995-11-07 |
Geoff Voelker | [HAVE_NTGUI] (Fset_window_configuration): Set menu... |
commit | commitdiff | tree | snapshot |
1995-11-07 |
Geoff Voelker | [HAVE_NTGUI] (FRAME_TERMCAP_P): Don't redefine. |
commit | commitdiff | tree | snapshot |
1995-11-07 |
Geoff Voelker | [HAVE_NTGUI] (init_sys_modes, reset_sys_modes): |
commit | commitdiff | tree | snapshot |
1995-11-07 |
Geoff Voelker | [HAVE_NTGUI] (do_scrolling, do_direct_scrolling): Updat... |
commit | commitdiff | tree | snapshot |
1995-11-07 |
Geoff Voelker | [HAVE_NTGUI] (POLL_FOR_INPUT): Define macro. |
commit | commitdiff | tree | snapshot |
1995-11-07 |
Geoff Voelker | [HAVE_NTGUI]: Include w32term.h. |
commit | commitdiff | tree | snapshot |
1995-11-07 |
Geoff Voelker | [HAVE_NTGUI]: Test for a Win32 frame in procedures... |
commit | commitdiff | tree | snapshot |
1995-11-07 |
Geoff Voelker | (output_method): New method: output_win32. |
commit | commitdiff | tree | snapshot |
1995-11-07 |
Geoff Voelker | [HAVE_NTGUI] (Fy_or_n_p, Fyes_or_no_p): Allow popup. |
commit | commitdiff | tree | snapshot |
1995-11-07 |
Geoff Voelker | [HAVE_NTGUI]: Declare Vwindow_system. |
commit | commitdiff | tree | snapshot |
1995-11-07 |
Geoff Voelker | [HAVE_NTGUI]: Include w32term.h. |
commit | commitdiff | tree | snapshot |
1995-11-07 |
Geoff Voelker | [HAVE_NTGUI]: Include win32.h. |
commit | commitdiff | tree | snapshot |
1995-11-06 |
Karl Heuer | Break the hard link on alloca.c. |
commit | commitdiff | tree | snapshot |
1995-11-06 |
Erik Naggum | (debug_print): Print newline to stderr, too. |
commit | commitdiff | tree | snapshot |
1995-11-06 |
Francesco Potortì | * etags.c (get_lang_from_name, get_lang_from_interpreter, |
commit | commitdiff | tree | snapshot |
1995-11-06 |
Simon Marshall | Make byte-force-recompile suitably interactive. |
commit | commitdiff | tree | snapshot |
1995-11-05 |
Karl Heuer | (makefile-define-space-face): Don't make face if non-X. |
commit | commitdiff | tree | snapshot |
1995-11-04 |
Lars Magne... | entered into RCS |
commit | commitdiff | tree | snapshot |
1995-11-04 |
Erik Naggum | Removed old gnus hooks. |
commit | commitdiff | tree | snapshot |
1995-11-04 |
Karl Heuer | (tex-send-command): Give meaningful error message. |
commit | commitdiff | tree | snapshot |
next |