1996-09-05 |
Karl Heuer | (Finsert_buffer_substring): Check for deleted buffer. |
commit | commitdiff | tree | snapshot |
1996-09-04 |
Richard M.... | Add many declarations. |
commit | commitdiff | tree | snapshot |
1996-09-04 |
Richard M.... | (BITS_PER_EMACS_INT): New definition. |
commit | commitdiff | tree | snapshot |
1996-09-04 |
Richard M.... | (LIBS_SYSTEM): Use -lkstat instead of -lelf -lkvm |
commit | commitdiff | tree | snapshot |
1996-09-04 |
Richard M.... | (apropos-print): Don't say `Type ' before M-x cmd. |
commit | commitdiff | tree | snapshot |
1996-09-04 |
Richard M.... | (perform-replace): Increment replace-count |
commit | commitdiff | tree | snapshot |
1996-09-04 |
Richard M.... | (executable-insert): Doc fix. |
commit | commitdiff | tree | snapshot |
1996-09-04 |
Richard M.... | (create_process): Test HAVE_SETPGID for using setpgid. |
commit | commitdiff | tree | snapshot |
1996-09-04 |
Richard M.... | (HAVE_SETPGID): Add #undef. |
commit | commitdiff | tree | snapshot |
1996-09-04 |
Richard M.... | (syms_of_keymap): staticpro current_global_map; |
commit | commitdiff | tree | snapshot |
1996-09-04 |
Richard M.... | (get_local_map): Call indirect-function. |
commit | commitdiff | tree | snapshot |
1996-09-04 |
Richard M.... | Mention local-value property on an overlay. |
commit | commitdiff | tree | snapshot |
1996-09-04 |
Richard M.... | (main): Declare `fromunix' as size_t. |
commit | commitdiff | tree | snapshot |
1996-09-04 |
Richard M.... | Whitespace fix. |
commit | commitdiff | tree | snapshot |
1996-09-04 |
Richard M.... | unexelf1.c merged into this file. |
commit | commitdiff | tree | snapshot |
1996-09-04 |
Richard M.... | (UNEXEC): Use unexelf.c. |
commit | commitdiff | tree | snapshot |
1996-09-04 |
Richard M.... | Include config.h. |
commit | commitdiff | tree | snapshot |
1996-09-04 |
Richard M.... | [HAVE_TERMIOS_H]: Include termios.h. |
commit | commitdiff | tree | snapshot |
1996-09-04 |
Richard M.... | (create_process_1, sigchld_handler) [POSIX_SIGNALS]: |
commit | commitdiff | tree | snapshot |
1996-09-04 |
Richard M.... | (input_available_signal) [POSIX_SIGNALS]: |
commit | commitdiff | tree | snapshot |
1996-09-04 |
Richard M.... | (HAVE_TERMIOS_H): Add #undef. |
commit | commitdiff | tree | snapshot |
1996-09-04 |
Richard M.... | (Fmacroexpand): Don't declare `form' as register. |
commit | commitdiff | tree | snapshot |
1996-09-04 |
Richard M.... | (Fredirect_frame_focus): Don't call Ffocus_frame. |
commit | commitdiff | tree | snapshot |
1996-09-04 |
Richard M.... | (Fexecute_extended_command): Fix previous change. |
commit | commitdiff | tree | snapshot |
1996-09-04 |
Richard M.... | (copy_intervals_to_string): Take arg as buffer. |
commit | commitdiff | tree | snapshot |
1996-09-04 |
Richard M.... | (Fcommand_execute): gcpro cmd and prefixarg while calli... |
commit | commitdiff | tree | snapshot |
1996-09-04 |
Richard M.... | (Fmacroexpand): gcpro form while calling do_autoload. |
commit | commitdiff | tree | snapshot |
1996-09-04 |
Richard M.... | (Fexecute_extended_command): gcpro prefixarg. |
commit | commitdiff | tree | snapshot |
1996-09-04 |
Richard M.... | (x_set_frame_parameters): Make height and width ints. |
commit | commitdiff | tree | snapshot |
1996-09-04 |
Richard M.... | (map_char_table): Declare depth as int. |
commit | commitdiff | tree | snapshot |
1996-09-04 |
Richard M.... | (note_mouse_highlight): Pass POS argument to fast_find_... |
commit | commitdiff | tree | snapshot |
1996-09-04 |
Richard M.... | (set_properties, add_properties, remove_properties): |
commit | commitdiff | tree | snapshot |
1996-09-04 |
Richard M.... | (prepare_to_modify_buffer): Take integer arguments. |
commit | commitdiff | tree | snapshot |
1996-09-04 |
Richard M.... | (Fmake_byte_code): Call make_pure_vector using nargs. |
commit | commitdiff | tree | snapshot |
1996-09-03 |
Richard M.... | (Fpurecopy): Cast arg to make_pure_vector. |
commit | commitdiff | tree | snapshot |
1996-09-03 |
Richard M.... | (calendar-current-date): Simplify by using decode-time... |
commit | commitdiff | tree | snapshot |
1996-09-03 |
Richard M.... | (insert-directory): Use same value of `now' for all... |
commit | commitdiff | tree | snapshot |
1996-09-03 |
Richard M.... | (Fformat): Pass a string using XSTRING. |
commit | commitdiff | tree | snapshot |
1996-09-03 |
Richard M.... | (doprnt1): If lispstrings, accept a string |
commit | commitdiff | tree | snapshot |
1996-09-03 |
Richard M.... | (message): Cast size arg to doprnt. |
commit | commitdiff | tree | snapshot |
1996-09-03 |
Richard M.... | (OUTPUT_IF, OUTPUT): Cast frame height to int. |
commit | commitdiff | tree | snapshot |
1996-09-03 |
Richard M.... | (term_init): Avoid type-mismatch calling get_frame_size. |
commit | commitdiff | tree | snapshot |
1996-09-03 |
Richard M.... | (command-line, command-line-1): |
commit | commitdiff | tree | snapshot |
1996-09-03 |
Richard M.... | (sort_args): Don't rearrange any args that follow ... |
commit | commitdiff | tree | snapshot |
1996-09-03 |
Richard M.... | (dired-mode-map): Add revert-buffer to Immediate menu. |
commit | commitdiff | tree | snapshot |
1996-09-03 |
Richard M.... | (Ffocus_frame, Funfocus_frame): Functions deleted. |
commit | commitdiff | tree | snapshot |
1996-09-03 |
Richard M.... | (other-frame): Don't call unfocus-frame. |
commit | commitdiff | tree | snapshot |
1996-09-03 |
Richard M.... | (mouse-select-window): Don't call unfocus-frame. |
commit | commitdiff | tree | snapshot |
1996-09-03 |
Richard M.... | (etags_getcwd): Use getcwd if available even if MSDOS. |
commit | commitdiff | tree | snapshot |
1996-09-03 |
Paul Eggert | (timer-next-integral-multiple-of-time): New function. |
commit | commitdiff | tree | snapshot |
1996-09-03 |
Paul Eggert | (display-time): Use new run-at-time functionality to |
commit | commitdiff | tree | snapshot |
1996-09-03 |
Paul Eggert | (mktime): Fix typo in previous patch. |
commit | commitdiff | tree | snapshot |
1996-09-03 |
Paul Eggert | (mktime): #undef so that we don't mess up the file... |
commit | commitdiff | tree | snapshot |
1996-09-03 |
Paul Eggert | (mktime): Define to emacs_mktime if HAVE_MKTIME &&... |
commit | commitdiff | tree | snapshot |
1996-09-03 |
Richard M.... | (show-paren-function): Handle unbalanced parens as |
commit | commitdiff | tree | snapshot |
1996-09-03 |
Paul Eggert | (Fencode_time): Remove NEXTSTEP workaround; |
commit | commitdiff | tree | snapshot |
1996-09-03 |
Paul Eggert | (MKTIME_OBJ): Use our mktime instead of NEXTSTEP's, |
commit | commitdiff | tree | snapshot |
1996-09-03 |
Paul Eggert | (run-at-time): Doc fix. |
commit | commitdiff | tree | snapshot |
1996-09-03 |
Richard M.... | (create_process): Undo previous change. |
commit | commitdiff | tree | snapshot |
1996-09-02 |
Richard M.... | (server-process-filter): Quote with &, not \. |
commit | commitdiff | tree | snapshot |
1996-09-02 |
Richard M.... | (quote_file_name): Quote with &, not \. |
commit | commitdiff | tree | snapshot |
1996-09-02 |
Richard M.... | (Fencode_time) [_NEXT_SOURCE]: Use ZONE, not ABSZONE. |
commit | commitdiff | tree | snapshot |
1996-09-02 |
Richard M.... | (save-match-data): Definition deleted. |
commit | commitdiff | tree | snapshot |
1996-09-02 |
Richard M.... | Include signal.h properly; |
commit | commitdiff | tree | snapshot |
1996-09-02 |
Richard M.... | On fatal signal, delete socket-file: |
commit | commitdiff | tree | snapshot |
1996-09-02 |
Richard M.... | (redisplay_internal): Test last_selected_window slot. |
commit | commitdiff | tree | snapshot |
1996-09-02 |
Richard M.... | (unshow_buffer): Clear last_selected_window slot, maybe. |
commit | commitdiff | tree | snapshot |
1996-09-02 |
Richard M.... | (reset_buffer): Initialize last_selected_window slot. |
commit | commitdiff | tree | snapshot |
1996-09-02 |
Richard M.... | (strict buffer): New slot last_selected_window. |
commit | commitdiff | tree | snapshot |
1996-09-02 |
Richard M.... | (ffap-locate-file): Function deleted. |
commit | commitdiff | tree | snapshot |
1996-09-02 |
Richard M.... | (locate-library): New arg PATH. Handle autocompression... |
commit | commitdiff | tree | snapshot |
1996-09-02 |
Richard M.... | (locate-library): Doc fix. |
commit | commitdiff | tree | snapshot |
1996-09-02 |
Richard M.... | (rmail-dont-reply-to): Recognize the names to delete |
commit | commitdiff | tree | snapshot |
1996-09-02 |
Richard M.... | (quote_file_name): New function. |
commit | commitdiff | tree | snapshot |
1996-09-02 |
Richard M.... | (server-process-filter): Undo the quoting with |
commit | commitdiff | tree | snapshot |
1996-09-01 |
Richard M.... | Comment change. |
commit | commitdiff | tree | snapshot |
1996-09-01 |
Richard M.... | (Fprocess_contact): New function. |
commit | commitdiff | tree | snapshot |
1996-09-01 |
Richard M.... | Turn on byte-compile-dynamic. |
commit | commitdiff | tree | snapshot |
1996-09-01 |
Richard M.... | Explain better about abnormal hooks. |
commit | commitdiff | tree | snapshot |
1996-09-01 |
Richard M.... | (record_asynch_buffer_change, gobble_input): |
commit | commitdiff | tree | snapshot |
1996-09-01 |
Richard M.... | (sigunblockx): Definitions deleted. |
commit | commitdiff | tree | snapshot |
1996-09-01 |
Richard M.... | (create_process): Test defined (TIOCSCTTY) |
commit | commitdiff | tree | snapshot |
1996-09-01 |
Richard M.... | (insert-directory): If ls fails, get an error. |
commit | commitdiff | tree | snapshot |
1996-09-01 |
Karl Heuer | Removed support for !MULTI_FRAME. |
commit | commitdiff | tree | snapshot |
1996-09-01 |
Karl Heuer | (MULTI_FRAME): Obsolete macro deleted. |
commit | commitdiff | tree | snapshot |
1996-09-01 |
Richard M.... | (struct x_display_info): Add element Xatom_FONT. |
commit | commitdiff | tree | snapshot |
1996-09-01 |
Richard M.... | (x_term_init): Initialize Xatom_FONT member. |
commit | commitdiff | tree | snapshot |
1996-09-01 |
Richard M.... | Doc fixes. |
commit | commitdiff | tree | snapshot |
1996-09-01 |
Richard M.... | [HAVE_SETRLIMIT]: Include time.h and resource.h. |
commit | commitdiff | tree | snapshot |
1996-09-01 |
Richard M.... | (isearch-*-char): Use the isearch-other-end as new |
commit | commitdiff | tree | snapshot |
1996-09-01 |
Richard M.... | (build_annotations): Remember original buffer that the |
commit | commitdiff | tree | snapshot |
1996-09-01 |
Richard M.... | Add menu items and xrefs to the menu bar menu. |
commit | commitdiff | tree | snapshot |
1996-09-01 |
Richard M.... | (compilation-finish-functions): New variable. |
commit | commitdiff | tree | snapshot |
1996-09-01 |
Richard M.... | (Fx_list_fonts): New optional arg MAXIMUM. |
commit | commitdiff | tree | snapshot |
1996-09-01 |
Richard M.... | (tmm-add-one-shortcut): New subroutine. |
commit | commitdiff | tree | snapshot |
1996-09-01 |
Karl Heuer | Change all references from point to PT. |
commit | commitdiff | tree | snapshot |
1996-09-01 |
Richard M.... | (vip-custom-file-name): Use convert-standard-filename. |
commit | commitdiff | tree | snapshot |
1996-09-01 |
Richard M.... | (desktop-basefilename): Use convert-standard-filename. |
commit | commitdiff | tree | snapshot |
1996-09-01 |
Richard M.... | (bookmark-default-file): Use convert-standard-filename. |
commit | commitdiff | tree | snapshot |
1996-09-01 |
Richard M.... | (change-log-name): Don't treat MSDOS, NT specially. |
commit | commitdiff | tree | snapshot |
next |