]> code.delx.au - gnu-emacs/shortlog
gnu-emacs
2004-06-29 Steven Tammmacterm.c (mac_get_emulated_btn)
2004-06-29 David Kastrup(Fset_match_data): Allow buffer before end of list
2004-06-28 Juri Linkov*** empty log message ***
2004-06-28 Juri Linkov(pp-buffer): Add autoload.
2004-06-28 Juri Linkov(query-replace-read-args): Swallow a space after
2004-06-28 Kim F. StormAdd Gnus and face remapping entries.
2004-06-28 Steven Tammmacterm.c (XTread_socket): Correctly set the frame...
2004-06-28 Jan Djärv* FOR-RELEASE: Removed entry about GTK and monochrome...
2004-06-28 Jan Djärv(xg_get_image_for_pixmap): Add workaround for monochrom...
2004-06-28 Jan Djärv* gtkutil.c (xg_get_image_for_pixmap): Call g_object_un...
2004-06-28 Kim F. StormUse outline-mode.
2004-06-28 Kim F. Storm*** empty log message ***
2004-06-28 Richard M.... (font-lock-fontify-syntactic-keywords-region):
2004-06-27 Jason Rumney(file_dialog_callback): Disable edit control if set
2004-06-26 David Kastrup(perform-replace): Highlight the match even in
2004-06-26 Kai Großjohann(tramp-handle-file-remote-p): New implementation to
2004-06-26 Kai GroßjohannSync with Tramp 2.0.42.
2004-06-26 Kai Großjohann* net/ange-ftp.el (ange-ftp-file-remote-p): New return...
2004-06-26 Nick Roberts(gdb-toggle-breakpoint)
2004-06-26 Nick Roberts*** empty log message ***
2004-06-26 Eli ZaretskiiUpdate Eli's email address.
2004-06-26 Eli Zaretskii(Man-getpage-in-background): Add windows-nt to the...
2004-06-26 Eli ZaretskiiMoved FOR-RELEASE from etc/ to admin/.
2004-06-25 Richard M.... (Regexp Replace): Rewrite description of \# \, and \?.
2004-06-25 Sam Steingold(change-log-font-lock-keywords): Support
2004-06-25 David KastrupChangeLog format fix.
2004-06-25 David KastrupFixing +++ tag from last checkin.
2004-06-25 David Kastrup(Regexp Replace): Some typo corrections and
2004-06-24 Richard M.... *** empty log message ***
2004-06-24 Richard M.... (query-replace-read-args): Swallow space after \,SYMBOL.
2004-06-24 Richard M.... (font-lock-set-defaults): Fix previous change.
2004-06-24 Richard M.... (Misc Events): Describe usr1-signal, usr2-signal event.
2004-06-24 Kim F. Storm(free_misc): Add prototype.
2004-06-24 Kim F. Storm(Fmapconcat, Fmapcar): Remove superfluous GCPROs.
2004-06-24 Kim F. Storm(allocate_misc): Update total_free_markers.
2004-06-24 Richard M.... (font-lock-keywords): Change format of compiled values...
2004-06-24 Richard M.... *** empty log message ***
2004-06-24 Richard M.... (Vsignal_USR1_hook, Vsignal_USR2_hook): Definitions...
2004-06-24 Richard M.... (Variable Definitions): Note about doc strings and...
2004-06-24 Richard M.... (Keymap Terminology): Document `kbd'.
2004-06-24 Richard M.... (Invisible Text): Setting buffer-invisibility-spec...
2004-06-24 Richard M.... (Accessing Events): Clarify posn-col-row and posn-actua...
2004-06-24 Richard M.... (Saving Buffers): Correct previous change.
2004-06-24 David Kastrup(Unconditional Replace): Use replace-string instead
2004-06-24 David KastrupMove description from new paragraph-start and
2004-06-24 David Kastrup(query-replace-read-args): Implement `\,' and `\#'
2004-06-23 Daniel Pfeiffer(grep-error-screen-columns): New variable.
2004-06-23 Jan DjärvAdded GTK items
2004-06-23 David Kastrup(Freplace_match): Adjust the match-data more
2004-06-23 David Kastrup2004-06-23 David Kastrup <dak@gnu.org>
2004-06-23 Nick Roberts(Shell History Copying): Document comint-insert-input.
2004-06-23 Nick Roberts*** empty log message ***
2004-06-23 Nick Roberts(comint-insert-clicked-input, comint-copy-old-input):
2004-06-23 Luc Teirlinck*** empty log message ***
2004-06-23 Luc TeirlinckMORE.STUFF: Delete obsolete URL.
2004-06-23 Luc Teirlinck(Ftext_char_description): Doc fix.
2004-06-23 Luc Teirlinck(Fsnarf_documentation): Doc fix.
2004-06-23 Luc TeirlinckReposition @anchor's.
2004-06-23 Luc TeirlinckChange position of @anchor's. Add anchor.
2004-06-23 Luc TeirlinckVarious small changes in addition to the following.
2004-06-23 Luc Teirlinck*** empty log message ***
2004-06-23 John Paul WallingtonAdd emacs-xtra.
2004-06-23 Luc Teirlinck(goto-address-fontify): Fix help-echo text.
2004-06-23 Lars Hansen*** empty log message ***
2004-06-23 Lars Hansen(write-contents-functions): Doc fix.
2004-06-23 Lars Hansen(Saving Buffers): Correct description of `write-content...
2004-06-22 Kim F. Storm(Fmapcar, Fmapconcat): GCPRO the args array.
2004-06-22 Kim F. Storm*** empty log message ***
2004-06-22 Kim F. Storm(struct Lisp_Save_Value): New member dogc.
2004-06-22 Kim F. Storm(Fmapconcat, Fmapcar): Use new SAFE_ALLOCA_LISP and
2004-06-22 Kim F. Storm(safe_alloca_unwind): Clear dogc and pointer members.
2004-06-22 Kim F. Storm*** empty log message ***
2004-06-22 Luc Teirlinck*** empty log message ***
2004-06-21 Kim F. Storm(Fmapconcat, Fmapcar): Use SAFE_ALLOCA_LISP.
2004-06-21 Kim F. Storm(SAFE_ALLOCA_LISP): New macro to allocate Lisp_Objects.
2004-06-21 Kim F. Storm*** empty log message ***
2004-06-21 Kim F. Storm(add_to_log): Use SAFE_ALLOCA.
2004-06-21 Kim F. Storm* fns.c (string_make_multibyte, string_to_multibyte)
2004-06-21 Kim F. Storm(Fformat, Ftranspose_regions): Use SAFE_ALLOCA.
2004-06-21 Kim F. Storm(MAX_ALLOCA): Remove define.
2004-06-21 Juanma Barranquero*** empty log message ***
2004-06-21 Kim F. Storm(MAX_ALLOCA): Remove define.
2004-06-21 Kim F. Storm(Fstring): Use SAFE_ALLOCA.
2004-06-21 Juanma Barranquero(image-library-alist): Rewrite docstring in active...
2004-06-21 Kim F. Storm(casify_object): Use SAFE_ALLOCA.
2004-06-21 Kim F. Storm(safe_alloca_unwind): New function.
2004-06-21 Kim F. Storm(MAX_ALLOCA): Define here.
2004-06-21 Juanma Barranquero(Images): Remove redundant @vindex directives.
2004-06-21 Kim F. Storm*** empty log message ***
2004-06-21 Eli Zaretskii(Fwith_output_to_temp_buffer): Doc fix.
2004-06-21 Karl Berryinfo.texi
2004-06-21 Karl Berry(Top): mention that only Emacs has mouse support.
2004-06-21 Kenichi HandaLink leim-ext.el into tempdir.
2004-06-21 Richard M.... *** empty log message ***
2004-06-21 Richard M.... (Finternal_copy_lisp_face): Small cleanup; doc fix.
2004-06-21 Richard M.... (match_limit): Cleaner err msg when no match data avail...
2004-06-21 Richard M.... (syms_of_window): Doc fix.
2004-06-21 Richard M.... (command_loop_1): Handle values `only' and `identity...
2004-06-21 Richard M.... (syms_of_buffer): Doc fix.
2004-06-21 Richard M.... (mouse-set-region-1): Set transient-mark-mode to `only'.
next