bpt/emacs.git
2000-04-01 Ken RaeburnFix Lisp_Object/int type confusion revealed by making...
2000-04-01 Ken Raeburn* window.c (CURBEG, CURSIZE): Don't overload lisp objec...
2000-04-01 Gerd Moellmann*** empty log message ***
2000-04-01 Gerd Moellmann(realize_basic_faces): Block input while realizing
2000-04-01 Gerd Moellmann(vc-backend-diff): Return the correct status if we...
2000-04-01 Dave Love(vcursor-move): Use display-color-p.
2000-04-01 Dave LoveProvide mule-utils.
2000-04-01 Dave Love(make-coding-system): Purecopy doc-string.
2000-04-01 Dave LoveVarious menu changes.
2000-04-01 Gerd Moellmann(lispy_mouse_names): Add additional mouse names.
2000-04-01 Gerd Moellmann(NUM_MOUSE_BUTTONS): Increase to 15.
2000-03-31 Dave Love(help-manyarg-func-alist): Correct several omissions.
2000-03-31 Dave Love*** empty log message ***
2000-03-31 Dave Love*** empty log message ***
2000-03-31 Dave Love(Emulation): Mention TPU.
2000-03-31 Dave Love(Other Repeating Search): Mention tags-based search.
2000-03-31 Dave LoveDon't require cl, fortran.
2000-03-31 Dave Love*** empty log message ***
2000-03-31 Gerd Moellmann*** empty log message ***
2000-03-31 Gerd Moellmann(x_produce_glyphs): When displaying unibyte text
2000-03-31 Gerd Moellmann(print-region-1): Use -d to specify printer name for
2000-03-31 Gerd Moellmann(byte-compile-file-form-autoload): Re-enable new code.
2000-03-31 Gerd Moellmann(byte-compile-inline-expand): Look
2000-03-31 Dave Love(outline-font-lock-keywords): Use :upper:
2000-03-31 Dave LoveZap MULE/NEmacs advice.
2000-03-31 Dave LoveDefvar curline when compiling.
2000-03-31 Kenichi Handa("Polish"): New language environment.
2000-03-31 Kenichi Handa*** empty log message ***
2000-03-31 Kenichi Handa("polish-slash"): New input method.
2000-03-30 Dave LoveHyperlinks, help echo.
2000-03-30 Dave LoveTooltips extra. C-x 5 1.
2000-03-30 Dave LoveOverlay arrow in margin. eval-expression variables.
2000-03-30 Ken Raeburn* lisp.h (NO_UNION_TYPE) [ENABLE_CHECKING]: Undef.
2000-03-30 Gerd Moellmann*** empty log message ***
2000-03-30 Gerd MoellmannReplace gs_languagelevel by languagelevel.
2000-03-30 Gerd MoellmannReplace gs_languagelevel by languagelevel.
2000-03-30 Gerd MoellmannPostScript programming fix for ghostview, doc fix.
2000-03-30 Dave LoveFix comment. Don't bother to require format.
2000-03-30 Gerd Moellmann*** empty log message ***
2000-03-30 Gerd Moellmann(byte-compile-inline-expand): Fix bug
2000-03-30 Gerd Moellmann(byte-compile-file-form-autoload): Disable new code.
2000-03-30 Peter Breton*** empty log message ***
2000-03-30 Dave LoveAdd `extensions' to Keywords.
2000-03-30 Peter Bretonnetwork-connection-mode is derived from comint-mode
2000-03-30 Ken Raeburn* configure.in: Line up "--help" output a little better.
2000-03-30 Ken Raeburn* lisp.h (XCONS, XSTRING, XSYMBOL, XFLOAT, XPROCESS...
2000-03-30 Peter BretonChanges for locate.el
2000-03-30 Gerd Moellmann(xstrdup): Add prototype.
2000-03-30 Peter BretonAdd locate-word-at-point function
2000-03-30 Gerd Moellmann(realize_tty_face): Use find_symbol_value instead
2000-03-30 Gerd Moellmann(xstrdup): Moved here from xfaces.c.
2000-03-30 Gerd Moellmann(free_image_cache): Free the cache structure itself
2000-03-30 Kenichi Handa*** empty log message ***
2000-03-30 Kenichi HandaAugment the comment of lookup_face.
2000-03-29 Ken Raeburn* scroll.c (CHECK_BOUNDS): Renamed from CHECK.
2000-03-29 Ken RaeburnStop assuming interval pointers and lisp objects can...
2000-03-29 Dave Love*** empty log message ***
2000-03-29 Dave LoveDoc fixes.
2000-03-29 Andreas Schwab.
2000-03-29 Dave LoveDoc fixes.
2000-03-29 Andreas Schwab(scan_lisp_file): Also look for `defsubst'.
2000-03-29 Andreas SchwabAlso print defsubst doc string
2000-03-29 Andreas Schwab(dired-insert-directory): If dired-free-space-program
2000-03-29 Richard M.... *** empty log message ***
2000-03-29 Dave Loveiso-iso2sgml
2000-03-29 Dave Love(format-alist): Use iso-cvt functions for SGML/HTML.
2000-03-29 Dave LoveMove provide to end. Doc fixes.
2000-03-29 Andreas Schwab.
2000-03-29 Andreas Schwab(Imenu): Fix cross ref.
2000-03-29 Gerd Moellmann*** empty log message ***
2000-03-29 Gerd Moellmann(Ftop_level): Cancel busy-cursor.
2000-03-29 Gerd Moellmann(read1): Accept `.' (period) as symbol start like in CL
2000-03-29 Kenichi Handa(Freplace_match): Adjust multibyteness of the current
2000-03-29 Kenichi Handa*** empty log message ***
2000-03-29 Gerd Moellmann*** empty log message ***
2000-03-29 Gerd Moellmann(call_debugger): Cancel busy-cursor.
2000-03-29 Dave Love*** empty log message ***
2000-03-29 Stefan Monnier(analyse_first): New function obtained by ripping out...
2000-03-28 Dave Love(GC_SETJMP_WORKS): Define for i386, sparc, m68k, alpha.
2000-03-28 Gerd Moellmann*** empty log message ***
2000-03-28 Gerd Moellmann(lm-last-modified-date): Add parameter
2000-03-28 Dave LoveInclude stdio.h. Test STDC_HEADERS, not __STDC__.
2000-03-27 Stefan Monnier(REGEX_FREE_STACK, RESET_FAIL_STACK): Make them usable...
2000-03-27 Jason Rumney*** empty log message ***
2000-03-27 Jason Rumney(Fload): Move safe_p definition to above #ifdef DOS_NT...
2000-03-27 Jason Rumney(w32_read_socket): Handle WM_MENUSELECT message.
2000-03-27 Gerd MoellmannUse new macro names for handling per-buffer variables.
2000-03-27 Gerd Moellmann(mark_maybe_object): New function.
2000-03-27 Gerd Moellmann(GC_SETJMP_WORKS): Define.
2000-03-27 Gerd Moellmann(face_before_or_after_it_pos): Pass multibyteness
2000-03-27 Gerd Moellmann(direct_output_for_insert): Use DEC_TEXT_POS
2000-03-27 Gerd Moellmann(INC_TEXT_POS, DEC_TEXT_POS): Add parameter MULTIBYTE_P.
2000-03-27 Gerd Moellmann(Fsubst_char_in_region): Don't use INC_POS in unibyte
2000-03-27 Gerd Moellmann(x_copy_color): New function.
2000-03-27 Gerd Moellmann(x_set_cursor_color): Get color reference counts right.
2000-03-27 Gerd Moellmann(register_color, unregister_colors, unregister_colors)
2000-03-27 Gerd Moellmann(x_specified_cursor_type, x_copy_color): Add prototypes.
2000-03-27 Gerd Moellmann(buffer_permanent_local_flags): Use MAX_PER_BUFFER_VARS
2000-03-27 Gerd MoellmannUse new macro names
2000-03-27 Gerd Moellmann(MAX_PER_BUFFER_VARS): Renamed from MAX_BUFFER_LOCAL_VARS.
next