aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* (Fcase_table_p, Fcurrent_case_table): Delete unused local variables.Erik Naggum1995-10-231-11/+9
* Minor fix.Richard M. Stallman1995-10-221-8/+10
* Whitespace changes.Richard M. Stallman1995-10-221-24/+26
* Don't declare alloca.Richard M. Stallman1995-10-221-0/+2
* (enable-flow-control): Use a char-table.Richard M. Stallman1995-10-221-17/+20
* (comint-exec-1): Don't alter EMACS envvar if it's already defined.Richard M. Stallman1995-10-221-2/+3
* (reset_buffer_local_variables): CallRichard M. Stallman1995-10-221-0/+8
* (copy-case-table): New function.Richard M. Stallman1995-10-221-13/+37
* (derived-mode-init-mode-variables): Make proper syntax-table.Richard M. Stallman1995-10-221-7/+9
* (read_char): If we reread a char, the next pauseRichard M. Stallman1995-10-211-2/+12
* (try_window_id): Stop the compute_motion at ZV, not Z,Richard M. Stallman1995-10-211-3/+33
* (Fnext_single_property_change): Rearrange handling ofRichard M. Stallman1995-10-211-3/+10
* (struct buffer): New slot redisplay_end_trigger.Richard M. Stallman1995-10-211-0/+8
* (reset_buffer): Initialize extra1, extra2 and extra3 slots.Richard M. Stallman1995-10-211-0/+3
* (reset_buffer): Initialize redisplay_end_trigger slot.Richard M. Stallman1995-10-211-1/+12
* Fix key bindings.Richard M. Stallman1995-10-211-16/+67
* (Electric-command-loop): Don't display a promptRichard M. Stallman1995-10-211-14/+25
* (outline-view-change-hook): New hook variable.Richard M. Stallman1995-10-201-1/+5
* (mail-abbrev-syntax-table): Rewrite using map-char-table.Richard M. Stallman1995-10-201-8/+9
* (dabbrev--find-expansion): Move buffers that are visible on the screenRichard M. Stallman1995-10-201-0/+9
* (dabbrev-expand): When no more expansions,Richard M. Stallman1995-10-201-2/+4
* (add-log-current-defun): Handle `private', `public' in C++ class definitions.Richard M. Stallman1995-10-201-0/+8
* (isearch-message-prefix):Richard M. Stallman1995-10-191-0/+5
* (calculate-c++-indent): Skip over paren-groupRichard M. Stallman1995-10-191-1/+10
* (Fmap_char_table): Call map_char_table with correct args.Erik Naggum1995-10-191-1/+1
* (report-emacs-bug): Don't mentionRichard M. Stallman1995-10-191-2/+6
* (TRANSLATE, PATFETCH): Cast elt of `translate'.Richard M. Stallman1995-10-191-12/+30
* (RE_TRANSLATE_TYPE): Define, if not already defined.Richard M. Stallman1995-10-191-1/+5
* (tex-start-of-header): Now a regexp.Richard M. Stallman1995-10-191-10/+10
* Arg of other-buffer can't be a buffer name.Richard M. Stallman1995-10-191-6/+6
* (read_char): Let Vkeyboard_translate_table be char-table.Richard M. Stallman1995-10-191-2/+15
* (describe_map_tree): New arg always_title. Callers changed.Richard M. Stallman1995-10-191-8/+13
* (Fsubstitute_command_keys): Pass new arg to describe_map_tree.Richard M. Stallman1995-10-191-1/+1
* (RE_TRANSLATE_TYPE): New definition.Richard M. Stallman1995-10-191-0/+5
* Case tables are now char-tables,Richard M. Stallman1995-10-191-76/+66
* (UPCASE_TABLE): Definition deleted.Richard M. Stallman1995-10-191-13/+10
* (reset_buffer_local_variables): Init case_table slots the new way.Richard M. Stallman1995-10-191-3/+3
* Comment changes.Richard M. Stallman1995-10-191-4/+5
* (Fchar_equal): Handle char-table as case table.Richard M. Stallman1995-10-181-2/+3
* (compile_pattern_1, compile_pattern, search_buffer):Richard M. Stallman1995-10-181-8/+10
* (Fchar_table_subtype): New function.Richard M. Stallman1995-10-181-0/+49
* (read1): Handle #' as prefix.Richard M. Stallman1995-10-181-1/+7
* (pc-selection-mode): Add autoload cookie.Richard M. Stallman1995-10-171-0/+1
* Initial revisionRichard M. Stallman1995-10-171-0/+572
* (x_term_init, XTread_socket): Add HAVE_X_I18N support.Richard M. Stallman1995-10-171-0/+39
* All doc strings changed to comply with standard Emacs conventions.Richard M. Stallman1995-10-171-89/+109
* * config.guess: Recognize HP model 819 machines has havingJeff Law1995-10-161-3/+3
* Minor fixes.Richard M. Stallman1995-10-162-10/+12
* Fix format example.Richard M. Stallman1995-10-161-1/+1
* (x_window, both versions): Add HAVE_X_I18N support.Richard M. Stallman1995-10-151-0/+44