]> git.eshelyaron.com Git - emacs.git/shortlog
emacs.git
2000-09-27 Miles Bader*** empty log message ***
2000-09-27 Miles BaderInitial checkin.
2000-09-27 Gerd Moellmann(adjust_glyph_matrix, enable_glyph_matrix_rows):
2000-09-27 Gerd Moellmann(window_box_height): Add an assertion.
2000-09-27 Gerd Moellmann(x_set_tool_bar_lines): Don't use more lines for the
2000-09-27 Gerd Moellmann*** empty log message ***
2000-09-27 Gerd Moellmann(ediff-control-frame-parameters): Add zero
2000-09-27 Dave LoveIrix64.
2000-09-27 Dave Love*** empty log message ***
2000-09-27 Dave LoveNow works 64-bit. Tidied.
2000-09-27 Miles BaderAdd entry for Info using emacs header-lines.
2000-09-27 Dave LoveFix last change.
2000-09-27 Miles Bader(tool-bar-help): Use `mouse-pixel-position'.
2000-09-27 Kenichi Handa(quail-help): The output message is improved.
2000-09-27 Kenichi Handa*** empty log message ***
2000-09-26 Gerd Moellmann*** empty log message ***
2000-09-26 Gerd MoellmannMake this the leim Makefile.in.
2000-09-26 Gerd MoellmannAdapt to the change of leim/Makefile which was
2000-09-26 Gerd MoellmannMoved to leim/Makefile.in..
2000-09-26 Sam Steingold(find-file-suppress-same-file-warnings): period in...
2000-09-26 Dave Love*** empty log message ***
2000-09-26 Dave Love(popup-menu): If POSITION is nil, set it using
2000-09-26 Gerd Moellmann*** empty log message ***
2000-09-26 Gerd Moellmann(frame-notice-user-settings): Don't add a
2000-09-26 Sam Steingold(browse-url-file-url): Check for null maps.
2000-09-26 Gerd Moellmann(XINT) [EXPLICIT_SIGN_EXTEND]: Use BITS_PER_EMACS_INT
2000-09-26 Gerd Moellmann(BITS_PER_EMACS_INT) [__arch64__]: Don't define.
2000-09-26 Gerd Moellmann(ELFSIZE) [__NetBSD__ && __sparc_v9__]: Define to 64.
2000-09-26 Gerd Moellmann*** empty log message ***
2000-09-26 Gerd Moellmann(freeze_window_starts): Construct last argument for
2000-09-26 Gerd Moellmann(x_decode_color): Don't return a Lisp_Object.
2000-09-26 Gerd Moellmann(union Lisp_Object) [!NO_UNION_TYPE]: Use EMACS_INT and
2000-09-26 Gerd Moellmann(struct frame): Make the `nothing' member of union
2000-09-26 Gerd Moellmann(frame-notice-user-settings): Make tool-bar-mode and
2000-09-26 Gerd Moellmann(GC_CHECK_STRING_BYTES): Temporarily define, for bug
2000-09-26 Gerd Moellmann(tool-bar-help): New function.
2000-09-25 Dave Lovegnus-user-agent, iswitchb-mode
2000-09-25 Dave Love(__malloc_size_t) [DOUG_LEA_MALLOC]: Don't redefine it.
2000-09-25 Dave Love(__malloc_extra_blocks): Declare as __malloc_size_t.
2000-09-25 Gerd Moellmann(mark_image): Use GC_NILP instead of NILP.
2000-09-25 Dave Love*** empty log message ***
2000-09-25 Dave Love(fancy-splash-head): Check XPM is available.
2000-09-25 Dave LoveInclude stdio.h.
2000-09-25 Dave Love*** empty log message ***
2000-09-25 Dave LoveInclude config.h.
2000-09-25 Gerd Moellmann*** empty log message ***
2000-09-25 Gerd Moellmann(byte-compile-defvar-or-defconst): Only cons onto
2000-09-25 Gerd Moellmann*** empty log message ***
2000-09-25 Gerd Moellmann(rmail-dont-reply-to): Fix last change.
2000-09-25 Dave Love(auto-insert): Doc fix.
2000-09-25 Gerd Moellmann(show_help_echo): Set help_echo_showing_p.
2000-09-25 Gerd Moellmann(help_echo_showing_p): New variable.
2000-09-25 Gerd Moellmann(help_echo_showing_p): Declare extern.
2000-09-25 Gerd MoellmannFix typo in __GNUC_MINOR__.
2000-09-25 Gerd Moellmann(quit_throw_to_read_char): Declare NO_RETURN.
2000-09-25 Gerd Moellmann*** empty log message ***
2000-09-25 Gerd Moellmann(POSIX_SIGNALS): Define.
2000-09-25 Gerd Moellmann(texinfo-mode): Prevent filling lines
2000-09-25 Gerd Moellmann(rmail-dont-reply-to): Avoid infinite loop if
2000-09-25 Gerd Moellmann*** empty log message ***
2000-09-25 Dave Love(base64_encode_1): Fix last change.
2000-09-25 Gerd Moellmann(x_clear_mouse_face): Blick/unblock input.
2000-09-25 Gerd Moellmann(command-line-1, fancy-splash-text): Change the
2000-09-25 Gerd MoellmannRemove/comment speedbar stuff.
2000-09-24 Jason RumneyAdd definition of NO_RETURN
2000-09-23 Thien-Thi NguyenFix typo.
2000-09-23 Thien-Thi NguyenUpdate hideshow.el section.
2000-09-23 Thien-Thi NguyenUpdate author email address.
2000-09-22 Dave LoveChange setfilename.
2000-09-22 Dave LoveAdd emacs-mime.
2000-09-22 Dave Love*** empty log message ***
2000-09-22 Dave LoveNew version for Gnus 5.9.
2000-09-22 Gerd Moellmann(enable_glyph_matrix_rows): Remove xasserts.
2000-09-22 Gerd Moellmann(try_window_reusing_current_matrix): More fixes
2000-09-22 Dave Love*** empty log message ***
2000-09-22 Dave Love(fortran-mode): Locally set
2000-09-22 Dave Love(hl-line-overlay): Don't make it buffer-local.
2000-09-22 Dave Love(syms_of_xdisp): Defvar Vmenu_bar_update_hook to provide
2000-09-22 Dave Love[SOLARIS2]: Remove redundant include of string.h.
2000-09-22 Dave Love(Fstring_as_unibyte, Fstring_as_multibyte): Doc fix.
2000-09-22 Gerd Moellmann*** empty log message ***
2000-09-22 Gerd Moellmann(toplevel): Require `vc' when compiling.
2000-09-22 Gerd Moellmann(fancy-splash-head): Use splash.pbm instead of
2000-09-22 André Spiegel#
2000-09-22 André Spiegel(vc-switch-backend): Signal an error if the file is...
2000-09-22 André Spiegel(vc-rcs-checkin): Fix bug that prevented check-in witho...
2000-09-21 Gerd Moellmann(wrong_type_argument, Fthrow, Fsignal, error): Declare
2000-09-21 Gerd Moellmann(NO_RETURN): Define.as `__attribute__((__noreturn__))'
2000-09-21 Gerd MoellmannAvoid some more compiler warnings.
2000-09-21 Gerd MoellmannAvoid some more compiler warnings.
2000-09-21 Kenichi Handa(quail-help): The output message is improved.
2000-09-21 Gerd Moellmann*** empty log message ***
2000-09-21 Gerd Moellmann(try_window_reusing_current_matrix): Fix computation of
2000-09-21 Gerd Moellmann(scrolling_window): Compare y-positions of rows
2000-09-21 Gerd Moellmann(Fx_create_frame): Set default frame parameter value
2000-09-21 Gerd Moellmann(command-line): If frame was created with a non-zero
2000-09-21 Dave Love(top-level): Clean up
2000-09-21 Stefan Monnier(diff-hunk-text): Properly handle one-sided context...
2000-09-21 Dave Love(smiley-region): Test if display-graphic-p bound
2000-09-21 Stefan Monnier(diff-file-header-face): Reset to its previous value.
next