]> git.eshelyaron.com Git - emacs.git/commitdiff
ChangeLog fixes.
authorJuanma Barranquero <lekktu@gmail.com>
Sun, 7 Jul 2013 23:05:52 +0000 (01:05 +0200)
committerJuanma Barranquero <lekktu@gmail.com>
Sun, 7 Jul 2013 23:05:52 +0000 (01:05 +0200)
lib-src/ChangeLog
lisp/ChangeLog
src/ChangeLog

index 4a43a741e54fa7851ec874100c29038ffb3b2f57..875e6b167d5b5d5cb60155019f09082b44ca8558 100644 (file)
 
 1995-06-13  Geoff Voelker  <voelker@cs.washington.edu>
 
-       * etags.c (process_file,absolute_filename): Handle filenames
+       * etags.c (process_file, absolute_filename): Handle filenames
        starting with a drive letter.
 
        * makefile.nt (install): Copy wakeup.exe properly.
 1995-05-25  Geoff Voelker  <voelker@cs.washington.edu>
 
        * makefile.nt (LIBS): Use BASE_LIBS.
-       (make-docfile.exe,hexl.exe,wakeup.exe,etags.exe): Don't depend
+       (make-docfile.exe, hexl.exe, wakeup.exe, etags.exe): Don't depend
        upon LIBS.
        (DOC): Use del instead of rm.
        (DOC) [WINDOWS95]: Use DOC.
        (clean): Handle MSVC aux files.
-       (config.h,paths.h): Use $(CP) instead of cp.
+       (config.h, paths.h): Use $(CP) instead of cp.
        (config.h): Use $(CONFIG_H)
        (make-docfile.obj): Depend upon config.h.
        Clean up comments.
index ed02200144799d902d0bcc8de93ed6985d5d6cb0..c5d8b71bb8dcdd260518845954696741af063941 100644 (file)
@@ -3,39 +3,36 @@
        * subr.el (read-quoted-char): Remove unused local variable `char'.
 
 2013-07-07  Michael Kifer  <kifer@cs.stonybrook.edu>
+            Stefan Monnier  <monnier@iro.umontreal.ca>
 
-       * faces.el  (tty-run-terminal-initialization): function changed (Stefan
-       Monnier's patch).
-
-       * viper.el (viper-emacs-state-mode-list): add egg-status-buffer-mode.
-       (viper-version): version update.
-       (viper-go-away,viper-setup-hooks): function changed (Stefan Monnier's
-       patch).
-       (viper--lookup-key,viper-catch-tty-ESC,viper-uncatch-tty-ESC,
-       viper-setup-ESC-to-escape): new functions (Stefan Monnier's
-       patch).
-
-       * viper-cmd.el: (viper-del-forward-char-in-insert): new function.
-       (viper-save-kill-buffer): check if buffer is modified.
-       (viper-envelop-ESC-key): function deleted (Stefan Monnier's patch).
-       (viper-intercept-ESC-key): function changed (Stefan Monnier's patch).
-
-       * viper-keym.el (viper-ESC-key): constant changed (Stefan Monnier's
-       patch).
-
-       * ediff.el (ediff-files-command,ediff3-files-command): new functions.
-       (ediff-merge-command,ediff-merge-with-ancestor-command): new functions.
-       (ediff-directories-command,ediff-directories3-command): new functions.
-       (ediff-merge-directories-command): new function.
-       (ediff-merge-directories-with-ancestor-command): new function.
+       * faces.el (tty-run-terminal-initialization): Function changed.
+
+       * viper.el (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
+       (viper-version): Version update.
+       (viper-go-away, viper-setup-hooks): Function changed.
+       (viper--lookup-key, viper-catch-tty-ESC, viper-uncatch-tty-ESC)
+       (viper-setup-ESC-to-escape): New functions.
+
+       * viper-cmd.el (viper-del-forward-char-in-insert): New function.
+       (viper-save-kill-buffer): Check if buffer is modified.
+       (viper-envelop-ESC-key): Function deleted.
+       (viper-intercept-ESC-key): Function changed.
+
+       * viper-keym.el (viper-ESC-key): Constant changed.
+
+       * ediff.el (ediff-files-command, ediff3-files-command): New functions.
+       (ediff-merge-command, ediff-merge-with-ancestor-command): New functions.
+       (ediff-directories-command, ediff-directories3-command): New functions.
+       (ediff-merge-directories-command): New function.
+       (ediff-merge-directories-with-ancestor-command): New function.
        All the above are command-line interfaces to ediff: facilitate calling
        Emacs with the appropriate ediff functions invoked.
-       (ediff-version): version update.
+       (ediff-version): Version update.
 
 2013-07-07  Eli Zaretskii  <eliz@gnu.org>
 
-       * simple.el (default-font-height, window-screen-lines): New
-       functions.
+       * simple.el (default-font-height, window-screen-lines):
+       New functions.
        (line-move, line-move-partial): Use them instead of
        frame-char-height and window-text-height.  This makes scrolling
        text smoother when the buffer's default face uses a font that is
index 9eb7b5b862a1d5f8846dec6054e93678701ef6d5..f73c94f0752b39bb87413362a8941cea210c0260 100644 (file)
        (VALMASK): Also a constant, for benefit of old GDB.
        (LISP_INT_TAG_P): Remove; no longer needed as the only caller
        is INTEGERP, which can fold it in.
-       (XLI, XIL, XHASH, XTYPE,XINT, XFASTINT, XUINT)
+       (XLI, XIL, XHASH, XTYPE, XINT, XFASTINT, XUINT)
        (make_number, XPNTR, XUNTAG, EQ, XCONS, XVECTOR, XSTRING, XSYMBOL)
        (XFLOAT, XPROCESS, XWINDOW, XTERMINAL, XSUBR, XBUFFER, XCHAR_TABLE)
        (XSUB_CHAR_TABLE, XBOOL_VECTOR, make_lisp_ptr, CHECK_TYPE)