bpt/emacs.git
1995-10-24 Richard M.... (set-visited-file-name): Abbreviate buffer-file-name.
1995-10-24 Richard M.... (gud-dbx-directories): New variable.
1995-10-24 Richard M.... (Info-following-node-name, Info-extract-menu-node-name)
1995-10-24 Richard M.... (syms_of_minibuf): Doc fix.
1995-10-24 Edward M. ReingoldFix menu for Chinese calendar.
1995-10-24 Edward M. ReingoldMinor doc fixes.
1995-10-24 Edward M. ReingoldVarious fixes and simplifications.
1995-10-24 Richard M.... (get-method-definition, get-method-definition-1):
1995-10-23 Edward M. ReingoldCompletely rewritten!
1995-10-23 Richard M.... (distclean): Delete line with just a tab in it.
1995-10-23 Richard M.... (normal-top-level): Set auto-save-list-file-name later,
1995-10-23 Richard M.... (internal-ange-ftp-mode):
1995-10-23 Erik Naggum(map_char_table): Set size to CHAR_TABLE_ORDINARY_SLOTS.
1995-10-23 Erik Naggum(Fcase_table_p, Fcurrent_case_table): Delete unused...
1995-10-22 Richard M.... Minor fix.
1995-10-22 Richard M.... Whitespace changes.
1995-10-22 Richard M.... Don't declare alloca.
1995-10-22 Richard M.... (enable-flow-control): Use a char-table.
1995-10-22 Richard M.... (comint-exec-1): Don't alter EMACS envvar if it's alrea...
1995-10-22 Richard M.... (reset_buffer_local_variables): Call
1995-10-22 Richard M.... (copy-case-table): New function.
1995-10-22 Richard M.... (derived-mode-init-mode-variables): Make proper syntax...
1995-10-21 Richard M.... (read_char): If we reread a char, the next pause
1995-10-21 Richard M.... (try_window_id): Stop the compute_motion at ZV, not Z,
1995-10-21 Richard M.... (Fnext_single_property_change): Rearrange handling of
1995-10-21 Richard M.... (struct buffer): New slot redisplay_end_trigger.
1995-10-21 Richard M.... (reset_buffer): Initialize extra1, extra2 and extra3...
1995-10-21 Richard M.... (reset_buffer): Initialize redisplay_end_trigger slot.
1995-10-21 Richard M.... Fix key bindings.
1995-10-21 Richard M.... (Electric-command-loop): Don't display a prompt
1995-10-20 Richard M.... (outline-view-change-hook): New hook variable.
1995-10-20 Richard M.... (mail-abbrev-syntax-table): Rewrite using map-char...
1995-10-20 Richard M.... (dabbrev--find-expansion): Move buffers that are visibl...
1995-10-20 Richard M.... (dabbrev-expand): When no more expansions,
1995-10-20 Richard M.... (add-log-current-defun): Handle `private', `public...
1995-10-19 Richard M.... (isearch-message-prefix):
1995-10-19 Richard M.... (calculate-c++-indent): Skip over paren-group
1995-10-19 Erik Naggum(Fmap_char_table): Call map_char_table with correct...
1995-10-19 Richard M.... (report-emacs-bug): Don't mention
1995-10-19 Richard M.... (TRANSLATE, PATFETCH): Cast elt of `translate'.
1995-10-19 Richard M.... (RE_TRANSLATE_TYPE): Define, if not already defined.
1995-10-19 Richard M.... (tex-start-of-header): Now a regexp.
1995-10-19 Richard M.... Arg of other-buffer can't be a buffer name.
1995-10-19 Richard M.... (read_char): Let Vkeyboard_translate_table be char...
1995-10-19 Richard M.... (describe_map_tree): New arg always_title. Callers...
1995-10-19 Richard M.... (Fsubstitute_command_keys): Pass new arg to describe_ma...
1995-10-19 Richard M.... (RE_TRANSLATE_TYPE): New definition.
1995-10-19 Richard M.... Case tables are now char-tables,
1995-10-19 Richard M.... (UPCASE_TABLE): Definition deleted.
1995-10-19 Richard M.... (reset_buffer_local_variables): Init case_table slots...
1995-10-19 Richard M.... Comment changes.
1995-10-18 Richard M.... (Fchar_equal): Handle char-table as case table.
1995-10-18 Richard M.... (compile_pattern_1, compile_pattern, search_buffer):
1995-10-18 Richard M.... (Fchar_table_subtype): New function.
1995-10-18 Richard M.... (read1): Handle #' as prefix.
1995-10-17 Richard M.... (pc-selection-mode): Add autoload cookie.
1995-10-17 Richard M.... Initial revision
1995-10-17 Richard M.... (x_term_init, XTread_socket): Add HAVE_X_I18N support.
1995-10-17 Richard M.... All doc strings changed to comply with standard Emacs...
1995-10-16 Jeff Law* config.guess: Recognize HP model 819 machines has...
1995-10-16 Richard M.... Minor fixes.
1995-10-16 Richard M.... Fix format example.
1995-10-15 Richard M.... (x_window, both versions): Add HAVE_X_I18N support.
1995-10-15 Richard M.... (HAVE_X_I18N): New macro.
1995-10-15 Richard M.... (he-transfer-case): Fix typo in prev change.
1995-10-15 Erik NaggumRepair line wrapping damage.
1995-10-15 Richard M.... (find_section): New function.
1995-10-15 Richard M.... (unexec): Find the old data section.
1995-10-14 Richard M.... (Finsert_file_contents): If replacing,
1995-10-14 Richard M.... (Qdisplay_table): New variable.
1995-10-14 Richard M.... (Qchar_table_extra_slots): New variable.
1995-10-14 Richard M.... (Qsyntax_table): New variable.
1995-10-14 Michael Kifer(ediff-version): is now autoloaded.
1995-10-14 Michael KiferMoved defsubsts up.
1995-10-14 Michael KiferNow defines [window] in menu-bar-ediff-menu.
1995-10-14 Michael Kifer(vip-set-hooks): Use view-mode-hook in emacs and view
1995-10-14 Michael Kifer(vip-leave-region-active): new function.
1995-10-14 Michael Kifer* viper-mous.el (vip-surrounding-word): modified to...
1995-10-14 Michael Kifer(vip-record-kbd-macro): correctly escapes `.' and ...
1995-10-14 Michael Kifer(ex-write): uses better defaults.
1995-10-14 Richard M.... (variable-at-point, function-called-at-point):
1995-10-13 Richard M.... Initial revision
1995-10-13 Richard M.... (hippie-expand): Removed bug - don't undo from another...
1995-10-13 Edward M. ReingoldMinor fixes.
1995-10-12 Richard M.... (x_connection_signal_1): New function.
1995-10-12 Richard M.... *** empty log message ***
1995-10-12 Richard M.... Handle aliases dead-acute,...
1995-10-12 Richard M.... (struct Lisp_Char_Table): New slot `purpose'.
1995-10-12 Richard M.... (describe_vector): Support nested char-tables.
1995-10-12 Richard M.... (Qvector_or_char_table_p): New variable.
1995-10-12 Richard M.... (display-table-slot, set-display-table-slot):
1995-10-12 Richard M.... (Fdelete_other_windows): Set w->force_start.
1995-10-12 Richard M.... (variable-at-point, function-called-at-point): Fix...
1995-10-12 Richard M.... (syms_of_xdisp): Doc fix.
1995-10-12 Edward M. ReingoldInitial revision
1995-10-12 Edward M. ReingoldAdded menu items for cal-tex.el (a new file).
1995-10-12 Edward M. ReingoldAdded key definitions and autoloads for cal-tex.el...
1995-10-11 Richard M.... (mail-strip-quoted-names): Preserve white space
1995-10-11 Richard M.... (make_lispy_event) [!USE_X_TOOLKIT]: Dragging
1995-10-11 Richard M.... (gud-filter): Move the gud-display-frame call
next