From ba60bd44c7d909fa471f82d3f0477fec6d991751 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Fri, 18 Jul 2008 15:42:14 +0000 Subject: [PATCH] Fix typos. --- ChangeLog | 6 ++-- admin/ChangeLog | 2 +- doc/emacs/ChangeLog | 2 +- etc/ChangeLog | 4 +-- leim/ChangeLog | 2 +- lib-src/ChangeLog | 8 ++--- lisp/ChangeLog | 41 ++++++++++++------------- lisp/erc/ChangeLog | 7 ++--- lisp/gnus/ChangeLog | 10 +++--- lisp/url/ChangeLog | 7 ++--- lwlib/ChangeLog | 2 +- mac/ChangeLog | 4 +-- nextstep/ChangeLog | 40 +++++++++++------------- nt/ChangeLog | 2 +- src/ChangeLog | 74 ++++++++++++++++++++++----------------------- 15 files changed, 101 insertions(+), 110 deletions(-) diff --git a/ChangeLog b/ChangeLog index 57da3cafd0..3353ed48ad 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,7 +3,7 @@ * INSTALL (Complex Text Layout support libraries): Delete the paragraph about --enable-font-backend. -2008-07-17 Adrian Robert +2008-07-17 Adrian Robert * configure.in: Print out some info to user for NeXTstep builds. (ns-app): Remove enable option. @@ -18,7 +18,7 @@ * configure.in: Extract and substitute GNUSTEP_MAKEFILES. -2008-07-16 Adrian Robert +2008-07-16 Adrian Robert * configure.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to NS_IMPL_COCOA. @@ -40,7 +40,7 @@ (USER_FULL_NAME): Remove, not used anymore. * configure: Regenerate. -2008-07-15 Adrian Robert +2008-07-15 Adrian Robert Changes and additions for NeXTstep windowing system (Cocoa and GNUstep) support. diff --git a/admin/ChangeLog b/admin/ChangeLog index b20420a28e..e3e8d86edb 100644 --- a/admin/ChangeLog +++ b/admin/ChangeLog @@ -2,7 +2,7 @@ * admin.el (set-version, set-copyright): Add nextstep/ files. -2008-07-15 Adrian Robert +2008-07-15 Adrian Robert * CPP_DEFINES: Add NS port related defines. diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 4646563989..981522d996 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog @@ -5,7 +5,7 @@ (Exiting): Describe how to kill Emacs first. Change description of iconification to handle modern window systems. -2008-07-15 Adrian Robert +2008-07-15 Adrian Robert * ns-emacs.texi: New file, documents features of Emacs port under NeXTstep windowing. diff --git a/etc/ChangeLog b/etc/ChangeLog index 7f8b898ec1..133466d945 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -2,11 +2,11 @@ * images/splash8.xpm: Remove. -2008-07-17 Adrian Robert +2008-07-17 Adrian Robert * NEWS: Add entry about NS port. -2008-07-15 Adrian Robert +2008-07-15 Adrian Robert * Emacs.clr: New file, add support for X color names to NS display implementations. diff --git a/leim/ChangeLog b/leim/ChangeLog index 303c34036b..c289b6591b 100644 --- a/leim/ChangeLog +++ b/leim/ChangeLog @@ -1,4 +1,4 @@ -2008-07-17 Adrian Robert +2008-07-17 Adrian Robert * Makefile.in (install): Perform post-install cleanup inside NS app bundle. diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 4efe4a374f..1606ff668d 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -4,17 +4,17 @@ (LIB_STANDARD_LIBSRC): Don't define. (LOADLIBES): Remove LIB_STANDARD_LIBSRC. -2008-07-16 Adrian Robert +2008-07-16 Adrian Robert * Makefile.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to NS_IMPL_COCOA. 2008-07-16 Dan Nicolaescu - * ntlib.h (fcloseall, fgetchar, flushall, fputchar, putw): Remove, - unused. + * ntlib.h (fcloseall, fgetchar, flushall, fputchar, putw): + Remove, unused. -2008-07-15 Adrian Robert +2008-07-15 Adrian Robert * .cvsignore: Add mac-fix-env. * mac-fix-env.m: New file, automatically update diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4a201e637d..ac10d0ee1c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -98,7 +98,7 @@ * frame.el (ns-initialize-window-system): Declare for compiler. * term/ns-win.el: Add numerous declarations for compiler. - (ns-pop-up-frames): Move definition before use. Doc fix. + (ns-pop-up-frames): Move definition before use. Doc fix. * emacs-lisp/check-declare.el (check-declare-locate) (check-declare-verify): Handle .m files. @@ -110,13 +110,13 @@ * ns-grabenv.el: New file: functionality useful on OS X platform to expose environment variables inside Emacs started from icon. * Makefile.in (ELCFILES): Add ns-carbon-compat, ns-grabenv, ns-win. - * cus-edit.el - * cus-face.el - * disp-table.el - * faces.el - * info.el - * mouse.el - * mwheel.el + * cus-edit.el: + * cus-face.el: + * disp-table.el: + * faces.el: + * info.el: + * mouse.el: + * mwheel.el: * simple.el: Add ns to window systems treated as GUIs. * facemenu.el (facemenu-read-color): Don't require a name match under NS, to allow numeric color entry. @@ -145,11 +145,11 @@ 2008-07-14 Jason Rumney - * term/w32-win.el (x-handle-switch, x-handle-name-switch) - (x-handle-numeric-switch, x-handle-initial-switch) - (x-handle-xrm-switch, x-handle-args, x-handle-display) - (xw-defined-colors, w32-initialize-window-system): - Avoid use of cl pop and push macros. + * term/w32-win.el (x-handle-switch, x-handle-name-switch) + (x-handle-numeric-switch, x-handle-initial-switch) + (x-handle-xrm-switch, x-handle-args, x-handle-display) + (xw-defined-colors, w32-initialize-window-system): + Avoid use of cl pop and push macros. 2008-07-14 Martin Rudalics @@ -158,7 +158,8 @@ 2008-07-13 Martin Rudalics - * add-log.el (change-log-search-file-name): Use match-string-no-properties. + * add-log.el (change-log-search-file-name): + Use match-string-no-properties. (change-log-search-tag-name-1, change-log-search-tag-name) (change-log-goto-source-1, change-log-goto-source): New functions. (change-log-tag-re, change-log-find-head, change-log-find-tail): @@ -177,13 +178,12 @@ 2008-07-12 Chong Yidong - * simple.el (line-move-visual): Handle null pixel position - gracefully. + * simple.el (line-move-visual): Handle null pixel position gracefully. 2008-07-11 Jason Rumney - * files.el (file-truename): Get truename of ancestors if file does - not exist on Windows. + * files.el (file-truename): Get truename of ancestors if file does + not exist on Windows. 2008-07-11 Chong Yidong @@ -208,8 +208,7 @@ * window.el (truncated-partial-width-window-p): New function. - * menu-bar.el: Remove Longlines mode from menu. Add word-wrap - option. + * menu-bar.el: Remove Longlines mode from menu. Add word-wrap option. * faces.el (x-create-frame-with-faces): Don't pass parameters that are set later to x-create-frame. @@ -234,7 +233,7 @@ * net/newst-backend.el (newsticker--get-news-by-url): Catch errors from url-retrieve. - (newsticker--sentinel-work): Fixed xerror typo. + (newsticker--sentinel-work): Fix xerror typo. 2008-07-07 Dan Nicolaescu diff --git a/lisp/erc/ChangeLog b/lisp/erc/ChangeLog index 9905e7fda2..f49748da00 100644 --- a/lisp/erc/ChangeLog +++ b/lisp/erc/ChangeLog @@ -7,11 +7,11 @@ * erc-backend.el (328): New response handler. - * erc.el (english): Added 328 to catalog. + * erc.el (english): Add 328 to catalog. 2008-05-29 Diane Murray - * erc-services.el (erc-nickserv-alist): Updated REGEXP and + * erc-services.el (erc-nickserv-alist): Update REGEXP and SUCCESS-REGEXP for freenode. 2008-05-05 Juanma Barranquero @@ -87,8 +87,7 @@ * erc-pkg.el: Make the version string a template. * erc.texi (Obtaining ERC): Update extras URLs for 5.3. - (Development): Write instructions for git, and remove those for - Arch. + (Development): Write instructions for git, and remove those for Arch. (History): Mention the switch to git. 2008-01-25 Michael Olson diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index ff4e7abfd9..d7840e30c7 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog @@ -24,8 +24,8 @@ (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program instead of gnus-last-shell-command. - * gnus-sum.el (gnus-summary-pipe-output-default-command): New user - option. + * gnus-sum.el (gnus-summary-pipe-output-default-command): + New user option. (gnus-summary-muttprint-program): Mention the value will be changed. (gnus-summary-save-article): Force showing of all headers. (gnus-summary-pipe-output): Work with the 2nd argument HEADERS. @@ -95,9 +95,9 @@ (nnmairix-determine-original-group-from-registry) (nnmairix-determine-original-group-from-path) (nnmairix-get-group-from-file-path, nnmairix-map-range) - (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter): New - helper functions. - (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Inserted new + (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter): + New helper functions. + (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new keystrokes for new commands. (nnmairix-delete-and-create-on-change): Doc string cleanup. (nnmairix-request-group): Check allow-fast group parameter. diff --git a/lisp/url/ChangeLog b/lisp/url/ChangeLog index d093d44631..214c7a2bd2 100644 --- a/lisp/url/ChangeLog +++ b/lisp/url/ChangeLog @@ -52,8 +52,7 @@ 2008-05-12 Teodor Zlatanov - * url-auth.el: Add autoload cookie for - `auth-source-user-or-password'. + * url-auth.el: Add autoload cookie for `auth-source-user-or-password'. (url-basic-auth, url-digest-auth): Use it with any realm, overriding the user name and password before the prompt. @@ -72,8 +71,8 @@ 2008-02-28 Teodor Zlatanov - * url-util.el (url-get-normalized-date): Simplify - to use `format-time-string'. Always generate date in UTC, but + * url-util.el (url-get-normalized-date): Simplify to use + `format-time-string'. Always generate date in UTC, but call it GMT for full compatibility with the RFCs. 2008-02-06 Michael Albinus diff --git a/lwlib/ChangeLog b/lwlib/ChangeLog index a3fe863e9f..1c0ce2e18c 100644 --- a/lwlib/ChangeLog +++ b/lwlib/ChangeLog @@ -4,7 +4,7 @@ 2008-06-02 Jim Meyering - remove useless if-before-free tests + Remove useless if-before-free tests. * lwlib-Xm.c (xm_update_one_value): Likewise. * lwlib.c (safe_free_str, free_widget_value_tree): Likewise. diff --git a/mac/ChangeLog b/mac/ChangeLog index a12f532c36..edfaef17ea 100644 --- a/mac/ChangeLog +++ b/mac/ChangeLog @@ -42,8 +42,8 @@ Takanori Yamamoto Kentaro Ohkouchi - * Emacs.app/Contents/Info.plist: Add - filetype/extension entries for the document icon. + * Emacs.app/Contents/Info.plist: Add filetype/extension entries + for the document icon. * Emacs.app/Contents/Resources/Emacs.icns: Update. * Emacs.app/Contents/Resources/document.icns: New file. diff --git a/nextstep/ChangeLog b/nextstep/ChangeLog index e1edcbba2a..5dff800e2e 100644 --- a/nextstep/ChangeLog +++ b/nextstep/ChangeLog @@ -1,21 +1,21 @@ -2008-07-17 Adrian Robert +2008-07-17 Adrian Robert - * README.txt + * README.txt: * compile: Remove. - * README + * README: * INSTALL: New files. * FOR_RELEASE: Updated. -2008-07-15 Adrian Robert +2008-07-15 Adrian Robert * Cocoa/Contents/Resources/Credits.html: Change URL from sf.net to GNU.org. -2008-07-15 Adrian Robert +2008-07-15 Adrian Robert * FOR-RELEASE: Remove historical info. -2008-07-15 Adrian Robert +2008-07-15 Adrian Robert New directory with support files to support NeXTstep window system. @@ -25,23 +25,21 @@ * ChangeLog: New file: recent history of the NS port itself. * Cocoa: New directory: support files for building .app package on OS X systems. - * Cocoa/Emacs.base + * Cocoa/Emacs.base: * Cocoa/Emacs.base/Contents: New directories. - * Cocoa/Emacs.base/Contents/Info.plist + * Cocoa/Emacs.base/Contents/Info.plist: * Cocoa/Emacs.base/Contents/PkgInfo: New files. * Cocoa/Emacs.base/Contents/Resources: New directory. * Cocoa/Emacs.base/Contents/Resources/Credits.html: New file: About popup support. * Cocoa/Emacs.base/Contents/Resources/Emacs.icns: New file: copied from Carbon port. - * Cocoa/Emacs.base/Contents/Resources/English.lproj: New - directory. + * Cocoa/Emacs.base/Contents/Resources/English.lproj: New directory. * Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings: New file. - * Cocoa/Emacs.base/Contents/Resources/preferences.nib: New - directory. - * Cocoa/Emacs.base/Contents/Resources/preferences.nib/classes.nib - * Cocoa/Emacs.base/Contents/Resources/preferences.nib/info.nib + * Cocoa/Emacs.base/Contents/Resources/preferences.nib: New directory. + * Cocoa/Emacs.base/Contents/Resources/preferences.nib/classes.nib: + * Cocoa/Emacs.base/Contents/Resources/preferences.nib/info.nib: * Cocoa/Emacs.base/Contents/Resources/preferences.nib/keyedobjects.nib: New files. * Cocoa/Emacs.xcodeproj: New directory: build support. @@ -49,17 +47,15 @@ * GNUstep: New directory: support files for building .app package on GNUstep systems. * GNUstep/Resources: New directory. - * GNUstep/Resources/Emacs.desktop - * GNUstep/Resources/Info-gnustep.plist + * GNUstep/Resources/Emacs.desktop: + * GNUstep/Resources/Info-gnustep.plist: * GNUstep/Resources/emacs.tiff: New files. * GNUstep/Resources/preferences.gorm: New directory. - * GNUstep/Resources/preferences.gorm/data.classes - * GNUstep/Resources/preferences.gorm/data.info - * GNUstep/Resources/preferences.gorm/objects.gorm: New - files. + * GNUstep/Resources/preferences.gorm/data.classes: + * GNUstep/Resources/preferences.gorm/data.info: + * GNUstep/Resources/preferences.gorm/objects.gorm: New files. * compile: New file: utility script for building Emacs.app. - * FOR_RELEASE: New file: release tasks specific to NeXTstep - port. + * FOR_RELEASE: New file: release tasks specific to NeXTstep port. * README.txt: New file: descriptive info for NeXTstep port. ;; Local Variables: diff --git a/nt/ChangeLog b/nt/ChangeLog index 5131e1403b..c2b4141594 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog @@ -71,7 +71,7 @@ 2008-04-09 Jason Rumney * makefile.w32-in (clean-other-dirs-nmake): Don't clean lisp dir. - (clean-other-dirs-gmake): Likewise. Clean doc dirs. + (clean-other-dirs-gmake): Likewise. Clean doc dirs. (top-distclean, distclean, distclean-other-dirs-nmake) (distclean-other-dirs-gmake, maintainer-clean-other-dirs-nmake) (maintainer-clean-other-dirs-gmake, maintainer-clean): New targets. diff --git a/src/ChangeLog b/src/ChangeLog index 7dcca1f545..9bd4755b9f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -34,15 +34,15 @@ 2008-07-17 David Robinow (tiny change) - * w32inevt.c (change_frame_size): Remove extern declaration. - (resize_event, maybe_generate_resize_event): Pass SAFE arg to - change_frame_size. + * w32inevt.c (change_frame_size): Remove extern declaration. + (resize_event, maybe_generate_resize_event): Pass SAFE arg to + change_frame_size. -2008-07-17 Adrian Robert +2008-07-17 Adrian Robert * getloadavg.c: Revert last change (2008-07-15). -2008-07-17 Adrian Robert +2008-07-17 Adrian Robert * Makefile.in: Replace emacsapp, emacsbindir, emacsappsrc variables set here with ns_appdir, ns_appresdir, ns_appbindir, ns_appsrc) set @@ -69,21 +69,20 @@ * s/darwin.h: Reorganize ifdefs. -2008-07-17 Adrian Robert - - * config.in - * dispextern.h - * frame.c - * image.c - * nsfns.m - * nsfont.m - * nsgui.h - * nsmenu.m - * nsterm.h - * nsterm.m - * s/darwin.h - * xdisp.c: Change most cases of PENDING to TODO, some to FIXME or - XXX. +2008-07-17 Adrian Robert + + * config.in: + * dispextern.h: + * frame.c: + * image.c: + * nsfns.m: + * nsfont.m: + * nsgui.h: + * nsmenu.m: + * nsterm.h: + * nsterm.m: + * s/darwin.h: + * xdisp.c: Change most cases of PENDING to TODO, some to FIXME or XXX. 2008-07-17 Andreas Schwab @@ -121,7 +120,7 @@ * frame.h: Include dispextern.h for Display_Info. (display_x_get_resource): Declare. -2008-07-16 Adrian Robert +2008-07-16 Adrian Robert * syntax.c: Remove stdio.h include accidentally introduced in Emacs.app commit. @@ -265,10 +264,10 @@ USER_FULL_NAME with its value. * config.in: Regenerate. -2008-07-16 David Reitter +2008-07-16 David Reitter - * Makefile.in: add ns-win, ns-carbon-compat, easy-mmode and - easy-menu to SOME_MACHINE_LISP for the new NeXTstep port + * Makefile.in: Add ns-win, ns-carbon-compat, easy-mmode and + easy-menu to SOME_MACHINE_LISP for the new NeXTstep port. 2008-07-16 Glenn Morris @@ -279,17 +278,17 @@ * keyboard.c (parse_menu_item): Don't use cachelist, even under NS. If the cache doesn't work, let's fix it, rather than work around it. -2008-07-15 Adrian Robert +2008-07-15 Adrian Robert * Makefile.in: Correct additions for nsfont.o in last commit. * nsfont.m: New file (forgot last commit). -2008-07-15 Adrian Robert +2008-07-15 Adrian Robert Changes and additions for NeXTstep windowing system (Cocoa and GNUstep) support. - * Makefile.in + * Makefile.in: * config.in: Support defines and build commands for NS port. * blockinput.h (BLOCK_INPUT, UNBLOCK_INPUT, TOTALLY_UNBLOCK_INPUT) (UNBLOCK_INPUT_TO): Don't use under NS unless EXPERIMENTAL_CONTROL_G. @@ -370,12 +369,12 @@ (free_menubar_widget_tree_value, update_submenu_strings) (find_and_call_menu_selection): Treat NS as X and NT. (find_and_return_menu_selection): New function, used for popup menus. - * nsgui.h - * nsterm.h - * nsfns.m - * nsimage.m - * nsmenu.m - * nsselect.m + * nsgui.h: + * nsterm.h: + * nsfns.m: + * nsimage.m: + * nsmenu.m: + * nsselect.m: * nsterm.m: New files. * process.c (wait_reading_process_output): Under NS, call ns_select() instead of plain select(). @@ -569,8 +568,7 @@ 2008-07-10 Chong Yidong - * xdisp.c (move_it_to): Backtrack if past the edge of a wrapped - line. + * xdisp.c (move_it_to): Backtrack if past the edge of a wrapped line. 2008-07-10 Dan Nicolaescu @@ -959,9 +957,9 @@ Add hfont member. (FONT_COMPAT): Remove obsolete macro. - * w32font.c (w32font_close): Remove compat code. Delete hfont member. + * w32font.c (w32font_close): Remove compat code. Delete hfont member. (w32font_encode_char, w32font_text_extents): Use new hfont member. - (w32font_open_internal): Remove compat code. Set new hfont member. + (w32font_open_internal): Remove compat code. Set new hfont member. (Fx_select_font): Use new hfont member. * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape) @@ -1123,7 +1121,7 @@ replacing truncate_partial_width_windows. (init_iterator): If Vtruncate_partial_width_windows is an integer, truncate only if the window width is below that integer. - (start_display. resize_mini_window, produce_stretch_glyph) + (start_display, resize_mini_window, produce_stretch_glyph) (display_string, move_it_in_display_line_to): Use line_wrap. (back_to_previous_visible_line_start, reseat_1): Reset string_from_display_prop_p. -- 2.20.1