1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-26 07:11:34 -08:00

*** empty log message ***

This commit is contained in:
Thien-Thi Nguyen 2006-07-30 12:45:36 +00:00
parent f554db0f96
commit 0f42ea765f
2 changed files with 10 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
* text.texi (Fields): Mention POS
requirement when narrowing is in effect.
2006-07-28 Richard Stallman <rms@gnu.org>
* display.texi (Face Attributes): Simplify wording.

View file

@ -1,3 +1,7 @@
2006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
* editfns.c: Undo 2006-06-27 change.
2006-07-29 Eli Zaretskii <eliz@gnu.org>
* coding.c (Ffind_operation_coding_system): Revert the change from
@ -7,7 +11,7 @@
2006-07-28 Richard Stallman <rms@gnu.org>
* xfaces.c (lookup_named_face, Fdisplay_supports_face_attributes_p):
* xfaces.c (lookup_named_face, Fdisplay_supports_face_attributes_p):
Add conditional aborts for clarity.
* xdisp.c (update_menu_bar): New arg HOOKS_RUN. Callers changed.