branch: externals/auctex commit ecdb72bef3fd1e216d6f75dffe3a90031799052f Author: Mosè Giordano <m...@gnu.org> Date: Fri Nov 28 20:48:55 2014 +0100
Move preview changes to ChangeLog-preview. --- ChangeLog | 7 ------- ChangeLog-preview | 9 +++++++++ 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index f61101a..339d936 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,13 +2,6 @@ * tex.el (TeX-view-program-list-builtin): Fix up paren typo. - * preview.el: Cleanup compiler warnings. Mark unused arguments. - (error): Don't declare; we don't use it anyway. - (view-exit-action): Declare. - (desktop-buffer-preview): Use normal names for the function's args. - (preview-parse-messages): Remove unused vars `error', `context-start', - and `context' (this last one wasn't even bound). - 2014-11-28 Mos� Giordano <m...@gnu.org> * tex.el (TeX-view-program-list-builtin): Add the new third diff --git a/ChangeLog-preview b/ChangeLog-preview index b6518eb..d86946d 100644 --- a/ChangeLog-preview +++ b/ChangeLog-preview @@ -1,3 +1,12 @@ +2014-11-28 Stefan Monnier <monn...@iro.umontreal.ca> + + * preview.el.in: Cleanup compiler warnings. Mark unused arguments. + (error): Don't declare; we don't use it anyway. + (view-exit-action): Declare. + (desktop-buffer-preview): Use normal names for the function's args. + (preview-parse-messages): Remove unused vars `error', `context-start', + and `context' (this last one wasn't even bound). + 2014-11-04 Stefan Monnier <monn...@iro.umontreal.ca> * prv-install.el: Adjust copyright years.