From 88a337ec3ddd28d9c108d411a155018e773960b2 Mon Sep 17 00:00:00 2001 From: Jason Rumney Date: Thu, 12 Jul 2007 10:43:46 +0000 Subject: [PATCH] Remove dashes from front of first line. --- lisp/isearch.el | 2 +- src/ChangeLog | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/lisp/isearch.el b/lisp/isearch.el index 770d607713e..1804233847f 100644 --- a/lisp/isearch.el +++ b/lisp/isearch.el @@ -1,4 +1,4 @@ -----------;;; isearch.el --- incremental search minor mode +;;; isearch.el --- incremental search minor mode ;; Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1999, 2000, ;; 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. diff --git a/src/ChangeLog b/src/ChangeLog index d112f7297bf..e507754c0ba 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -703,13 +703,13 @@ when popup menu finishes. * w32fns.c (menubar_in_use): New flag. - (w32_wnd_proc) [WM_INITMENU, WM_EXITMENULOOP, WM_TIMER, WM_COMMAND]: + (w32_wnd_proc) : Use it. * w32menu.c (Fx_popup_menu): Don't free menu strings here. (w32_menu_show): Do it here instead. - * w32fns.c (w32_wnd_proc) [WM_INITMENU]: Set menubar_active frame + * w32fns.c (w32_wnd_proc) : Set menubar_active frame parameter. * w32menu.c (current_popup_menu): Make available globally. @@ -717,7 +717,7 @@ menu event into the keyboard buffer. Remove menu_command_in_progress. * w32fns.c (current_popup_menu): Use from w32menu.c. - (w32_wnd_proc) [WM_EXITMENULOOP, WM_TIMER]: Use menubar_active + (w32_wnd_proc) : Use menubar_active and current_popup_menu to determine whether a menubar menu has been cancelled. @@ -9827,7 +9827,7 @@ * w32term.h (x_output): Add focus_state. * w32term.c (x_focus_changed, w32_detect_focus_change): New functions. - (w32_read_socket) [WM_SETFOCUS]: Call w32_detect_focus_change. + (w32_read_socket) : Call w32_detect_focus_change. 2005-03-25 Stefan Monnier @@ -13120,7 +13120,7 @@ * w32term.h (AppendMenuW_Proc): Move declaration from w32menu.c. - * w32fns.c (w32_wnd_proc) [WM_MEASUREITEM, WM_DRAWITEM]: + * w32fns.c (w32_wnd_proc) : Handle Unicode menu titles. 2004-09-07 Kim F. Storm -- 2.39.2