bpt/emacs.git
1998-03-27 Richard M.... (item_properties): New variable.
1998-03-27 Richard M.... *** empty log message ***
1998-03-26 Richard M.... (pop_getline): Renamed from getline.
1998-03-26 Richard M.... (perform-replace): Before recursive edit,
1998-03-26 Richard M.... (rmail-clear-headers): Handle failure to find "\n[...
1998-03-26 Richard M.... (normal-top-level-add-subdirs-to-load-path):
1998-03-26 Richard M.... (init_lread): Init Vstandard_input.
1998-03-26 Kenichi Handa(redisplay_window): Fix previous change.
1998-03-25 Dave LoveFix header line.
1998-03-25 Dave LoveVarious doc fixes, mainly grammar.
1998-03-25 Dave Love(auto-insert, auto-insert-query): :tag choices.
1998-03-25 Simon Marshalladd some C/C++ keywords.
1998-03-25 Simon Marshalluse new UPDATE window-end arg.
1998-03-25 Simon Marshallcheck length of mail-header-separator before using...
1998-03-25 Kenichi Handa(compute_motion): Call strwidth only when necessary.
1998-03-25 Kenichi Handa(make_buffer_string, make_buffer_string_both): Extern...
1998-03-25 Kenichi Handa(read_process_output): Count multibyte characters. If
1998-03-25 Kenichi Handa(redisplay_window): Give byte position to FETCH_BYTE.
1998-03-24 Dave Love(dired-run-shell-command): Maybe run handler.
1998-03-24 Dave Love(shell-command): Define handler.
1998-03-24 Kenichi Handa(record_delete): The second arg is Lisp_Object.
1998-03-24 Kenichi HandaDeclarations changed.
1998-03-24 Kenichi Handa(MULTIBYTE_BYTES_WIDTH): Set wide_column only when we
1998-03-24 Kenichi Handa(del_range_2): Move gap again to a proper place just
1998-03-24 Kenichi Handa(shrink_decoding_region): If EOL_CONVERSION is nonzero,
1998-03-24 Kenichi Handa(record_delete): Record last_point_position when there's
1998-03-24 Kenichi Handa(top_distclean): Check the existence of `lock' subdir.
1998-03-23 Andreas Schwab(xterm-mouse-translate, xterm-mouse-event): Replace
1998-03-23 Andreas Schwab(resize-minibuffer-mode): Make it a proper minor
1998-03-23 Andreas Schwab(popup_get_selection): On receiving a KeyPress event
1998-03-23 Andreas Schwab(Fx_create_frame): Use "borderWidth", not "borderwidth",
1998-03-23 Karl Heuer(PC-expand-many-files): Apply completion-ignored-extens...
1998-03-23 Karl Heuer(install-arch-indep): Put special subdirs.el files
1998-03-23 Karl Heuer(normal-top-level-add-subdirs-to-load-path): New function.
1998-03-23 Karl Heuer(find-file-noselect): Use set-buffer-multibyte
1998-03-23 Karl Heuer(standard-display-underline): Shift face id by 19 bits.
1998-03-21 Richard M.... (Fdirectory_files): In FULL case, compute number of...
1998-03-21 Richard M.... (substring_both, Fsubstring): Use make_specified_string.
1998-03-21 Richard M.... (syms_of_sunfns): Pass new arg to make_pure_string.
1998-03-21 Richard M.... (make_specified_string): New function.
1998-03-21 Richard M.... (Fchar_to_string): Use make_string_from_bytes.
1998-03-21 Richard M.... (casify_object): Use make_specified_string.
1998-03-21 Richard M.... (Fstring): Use make_string_from_bytes.
1998-03-21 Richard M.... (internal_self_insert): Use make_string_from_bytes.
1998-03-21 Richard M.... (code_convert_string): Use make_string_from_bytes.
1998-03-21 Richard M.... (Fsubstitute_command_keys): Use make_string_from_bytes.
1998-03-21 Richard M.... (read1): Pass new arg to make_pure_string.
1998-03-21 Richard M.... (PRINTPREPARE): Use make_string_from_bytes.
1998-03-21 Richard M.... (read_process_output): Use make_string_from_bytes.
1998-03-21 Richard M.... (Fregexp_quote): Use make_specified_string.
1998-03-21 Richard M.... (selection_data_to_lisp_data): Use make_string_from_bytes.
1998-03-21 Richard M.... (insert_from_string_1, replace_range):
1998-03-21 Richard M.... Use STRING_BYTES and SET_STRING_BYTES.
1998-03-21 Richard M.... Use STRING_BYTES and SET_STRING_BYTES.
1998-03-21 Richard M.... (comint-preoutput-filter-functions): Doc fix.
1998-03-21 Richard M.... Don't include puresize.h any more as code that needs it
1998-03-21 Richard M.... (fix_submap_inheritance, get_keyelt, store_in_keymap,
1998-03-21 Richard M.... Include puresize.h for CHECK_IMPURE.
1998-03-21 Richard M.... (replace_range): New arg NOMARKERS.
1998-03-21 Richard M.... (internal_self_insert): Pass new arg to replace_range.
1998-03-21 Richard M.... (record_delete): Replace LENGTH arg with STRING.
1998-03-21 Richard M.... (insert_1_both, insert_from_string_1, insert_from_buffe...
1998-03-21 Richard M.... (make_buffer_string_both): New function.
1998-03-20 Richard M.... (keymap.o): Depend on puresize.h.
1998-03-20 André Spiegel(vc-next-action-on-file): Properly handle the case...
1998-03-20 André Spiegel(vc-sccs-project-dir, vc-search-sccs-project-dir):...
1998-03-20 Dave Love(browse-url-of-region): Use its args. From <mit@nines...
1998-03-20 Richard M.... (reporter-mail): New function.
1998-03-20 Richard M.... (set-language-environment): Doc fix.
1998-03-20 Richard M.... (del_range_2): Use adjust_markers_for_record_delete.
1998-03-20 Richard M.... (window_display_table): Don't look inside buffer if...
1998-03-20 Richard M.... (Fgoto_char): If POSITION is a marker pointing a
1998-03-20 Richard M.... (Fformat): Handle padding before or after, for %s etc.
1998-03-20 Richard M.... (compilation-error-regexp-alist):
1998-03-19 Richard M.... (get_boot_time): Conditionalize on BOOT_TIME.
1998-03-19 Dave Love(shell-command-on-region): Amend message to report
1998-03-19 Kenichi Handa("latin-1-prefix"): Fix the translation of
1998-03-19 Kenichi Handa(read1): Call multibyte_chars_in_text
1998-03-19 Kenichi Handa(byte_char_debug_check): Call multibyte_chars_in_text
1998-03-19 Kenichi Handa(Fstring_as_multibyte): Call multibyte_chars_in_text
1998-03-19 Richard M.... (current_lock_owner): If lock file data doesn't include
1998-03-18 Richard M.... (other-frame): Fix previous change.
1998-03-18 Richard M.... (focus-follows-mouse): Make it defcustom.
1998-03-18 Richard M.... (focus-follows-mouse): New variable.
1998-03-18 Dave Love(lisp-fill-paragraph): Adjust
1998-03-18 André Spiegel(vc-restore-buffer-context): Only try to restore mark...
1998-03-18 Richard M.... (read0): Swap args to Fmake_string.
1998-03-18 Richard M.... (view-emacs-news): Handle prefix arg.
1998-03-18 Richard M.... (syms_of_callproc): Doc fixes.
1998-03-18 Richard M.... Load language/czech and language/slovak.
1998-03-18 Richard M.... (Fbackward_prefix_chars): Set point properly while...
1998-03-17 Richard M.... (SYNTAX_FLAGS_COMSTART_FIRST): New macro.
1998-03-17 Richard M.... Initial revision
1998-03-17 Richard M.... (setup-slovak-environment): 3rd arg to setup-8-bit...
1998-03-17 Richard M.... (setup-czech-environment): 3rd arg to setup-8-bit-envir...
1998-03-17 Richard M.... (Fformat): Properly print floats.
1998-03-17 Richard M.... (setenv): Simplify reading of args by passing old value...
1998-03-17 Richard M.... (Fchar_after, Fchar_before): Properly check arg type
1998-03-17 Richard M.... Fstore_match_data => Fset_match_data.
1998-03-17 Richard M.... (Frecenter): Operate on window's buffer even if some...
next