1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-24 10:38:38 +00:00

Fix typos and add bug references.

This commit is contained in:
Juanma Barranquero 2009-02-11 08:44:18 +00:00
parent c7f9e44060
commit adab88bd5a
3 changed files with 5 additions and 5 deletions

View File

@ -13,7 +13,7 @@
2009-01-22 Yavor Doganov <yavor@gnu.org> (tiny change)
* configure.in (HAVE_RSVG): Use librsvg under HAVE_NS also. (Bug#616)
* configure.in (HAVE_RSVG): Use librsvg under HAVE_NS also. (Bug#616)
2009-01-22 Dan Nicolaescu <dann@ics.uci.edu>

View File

@ -19,7 +19,7 @@
2009-02-11 Chong Yidong <cyd@stupidchicken.com>
* emacs-lisp/find-func.el (find-library-name, find-library): Doc
fixes.
fixes. (Part of bug#2270)
2009-02-10 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)

View File

@ -5,7 +5,7 @@
2009-02-10 Andreas Schwab <schwab@suse.de>
* process.c (send_process): Properly relocate pointer into data
when using encoded data.
when using encoded data. (Bug#2272)
2009-02-08 ARISAWA Akihiro <ari@mbf.sphere.ne.jp>
@ -14,7 +14,7 @@
2009-02-08 Jason Rumney <jasonr@gnu.org>
* w32fns.c (w32_hide_hourglass): Handle case where frame
disappeared while hourglass was displayed. (Bug #2193)
disappeared while hourglass was displayed. (Bug #2193)
2009-02-07 Andreas Schwab <schwab@suse.de>
@ -23,7 +23,7 @@
2009-02-07 Adrian Robert <Adrian.B.Robert@gmail.com>
* nsterm.m (EmacsApp-sendEvent:): Defer NSApplicationDefined event
when modal window is active. (Bug #2152)
when modal window is active. (Bug #2152)
(applicationShouldTerminate:): Remove now-unneeded while loop
around NSRunAlertPanel.