From 52eb0373913e6b085d6b3b69aff7b027f058ec3c Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Wed, 1 Jun 2005 23:49:36 +0000 Subject: [PATCH] Spacing and formatting fixes. --- lisp/ChangeLog | 126 ++++++++++++++++++++++++++++----------------------------- src/ChangeLog | 48 +++++++++++----------- 2 files changed, 87 insertions(+), 87 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6ed3d80282b..c9c4d26844b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -172,13 +172,13 @@ * progmodes/which-func.el (which-func-update-1): Turn the mode off in case of error by setting which-func-mode. -2005-05-29 Peter Heslin (tiny change) +2005-05-29 Peter Heslin (tiny change) * flyspell.el (flyspell-auto-correct-previous-word): Narrow down to what's on the screen, and recenter overlays at the end of the next word. -2005-05-29 Manuel Serrano +2005-05-29 Manuel Serrano * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up. (flyspell-default-delayed-commands): Add backward-delete-char-untabify. @@ -683,7 +683,7 @@ * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for already deleted variables: auto-fill-hook, blink-paren-hook, - lisp-indent-hook, inhibit-local-variables, unread-command-event + lisp-indent-hook, inhibit-local-variables, unread-command-event, suspend-hooks, comment-indent-hook, meta-flag, before-change-function, after-change-function, font-lock-doc-string-face. @@ -1195,8 +1195,8 @@ * progmodes/compile.el (compilation-setup): Set local value of overlay-arrow-string to "" always. - (compilation-set-window): Left fringe then don't scroll. No left - fringe then no arrow and scroll message to top. + (compilation-set-window): Left fringe then don't scroll. + No left fringe then no arrow and scroll message to top. (compilation-context-lines): Adjust doc string accordingly. 2005-05-16 Kim F. Storm @@ -1455,7 +1455,7 @@ 2005-05-11 Stefan Monnier - * files.el (executable-find): Move from executable.el. Use locate-file. + * files.el (executable-find): Move from executable.el. Use locate-file. * progmodes/executable.el (executable-find): Move to files.el. * font-lock.el (font-lock-fontify-keywords-region): Use a marker @@ -1505,10 +1505,10 @@ * progmodes/gdb-ui.el (gdb-macro-info): New variable. (gdb-source-info): Check for preprocessor info. - (gdb-tooltip-print-1): New function. Don't print tooltip if it is + (gdb-tooltip-print-1): New function. Don't print tooltip if it is a macro for a function. - found (user might have used GDB dir command). (gdb-info-breakpoints-custom): Try to find file again if not already + found (user might have used GDB dir command). (gdb-get-location): Update gdb-location-alist correctly for change to gdb-info-breakpoints-custom. @@ -1604,7 +1604,7 @@ * tooltip.el: Move code for GUD tooltips into gud.el. (require): CL no longer needed to compile case. (tooltip-mode): Do not toggle functions for GUD tooltips. - (tooltip-gud-tips-p): Remove. Replace with minor mode + (tooltip-gud-tips-p): Remove. Replace with minor mode gud-tooltip-mode in gud.el. (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area) (tooltip-gud-toggle-dereference): Rename in gud.el by replacing @@ -1616,14 +1616,14 @@ (tooltip-gud-original-filter, tooltip-gud-dereference) (tooltip-gud-event, tooltip-toggle-gud-tips) (tooltip-gud-process-output, tooltip-gud-print-command) - (tooltip-gud-tips): GUD tooltip functions/variables. Rename in + (tooltip-gud-tips): GUD tooltip functions/variables. Rename in gud.el by replacing tooltip-gud prefix with gud-tooltip. (gdb-tooltip-print): Move to gdb-ui.el. * progmodes/gud.el: Move code for GUD tooltips from tooltip.el. (require): CL needed to compile case. (gud-tooltip-mode): Use to toggle GUD tooltips unstead of - tooltip-gud-tips-p. Make it a minor-mode. + tooltip-gud-tips-p. Make it a minor-mode. (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t. (gud-menu-map): GUD tooltips use gud-tooltip-mode now. (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area) @@ -1719,7 +1719,7 @@ * ido.el (ido-setup-hook): New hook. (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead. (ido-input-stack): New var. - (ido-define-mode-map): Bind M-b to ido-push-dir. Move old + (ido-define-mode-map): Bind M-b to ido-push-dir. Move old ido-next-work-file binding to M-O. Bind M-f to ido-wide-find-file-or-pop-dir. (ido-define-mode-map): Don't run ido-define-mode-map-hook. @@ -1812,7 +1812,7 @@ (gdb-set-gud-minor-mode-1): Handle gdb-define-alist. (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int with string-to-number. - (gdb-reset): Kill gdb-define-alist. Move assignments outside loop. + (gdb-reset): Kill gdb-define-alist. Move assignments outside loop. * progmodes/gud.el: Replace string-to-int with string-to-number. (gud-find-file): Handle gdb-define-alist. @@ -1858,7 +1858,7 @@ move to cc-vars.el. * progmodes/cc-vars.el (cc-define-list-program): - Change to "gcc -E -dM -". Make customizable. + Change to "gcc -E -dM -". Make customizable. 2005-05-02 Kim F. Storm @@ -1909,7 +1909,7 @@ * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo) (compiled-function-p, focus-frame, unfocus-frame): Remove aliases and obsolete declarations. - Back out inadvertant changes from previous commit. + Back out inadvertent changes from previous commit. 2005-05-01 Luc Teirlinck @@ -1964,7 +1964,7 @@ 2005-04-30 Nick Roberts * progmodes/cc-mode.el (cc-create-define-alist): Check that file - exists. Initialise cc-define-alist. + exists. Initialise cc-define-alist. (c-mode): Add cc-create-define-alist locally to after-save-hook. If there is no file (Macroexpansion) don't create an alist. @@ -2054,7 +2054,7 @@ 2005-04-28 Nick Roberts - * progmodes/cc-mode.el: (cc-create-define-alist): New function. + * progmodes/cc-mode.el (cc-create-define-alist): New function. (cc-define-alist): New variable. (c-mode): Make it local and initialise it. @@ -2183,7 +2183,7 @@ 2005-04-25 Dan Nicolaescu * term.el (ansi-term-color-vector): Use the xterm colors. - (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar. + (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar. 2005-04-25 Lute Kamstra @@ -3205,13 +3205,13 @@ * add-log.el (change-log-font-lock-keywords): The manual describing a Change Log entry, says: (...) "Aside from these header lines, every line in the change log starts with a space or - a tab.". The font-lock was not highlighting lines started with + a tab.". The font-lock was not highlighting lines started with spaces, added support for it. 2005-04-03 Roland Winkler * textmodes/bibtex.el (bibtex-url): Use format to generate the url. - (bibtex-generate-url-list): Update docstring accordingly. Put the + (bibtex-generate-url-list): Update docstring accordingly. Put the complex example in the docstring. (bibtex-font-lock-url): Use pop. @@ -3244,7 +3244,7 @@ 2005-04-02 Sergey Poznyakoff (tiny change) - * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional + * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional mailbox specifications as well as URLs. (rmail-insert-inbox-text): Remove unused conditional branches. @@ -3346,7 +3346,7 @@ (fill-newline): Use fill-text-properties-at instead of text-properties-at. -2005-03-31 Olive Lin (tiny change) +2005-03-31 Olive Lin (tiny change) * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument, not comint-quote-filename. @@ -3485,12 +3485,12 @@ (hs-special-modes-alist): Add a Fortran entry. (fortran-mode-map): Bind fortran-end-of-block, fortran-beginning-of-block to \M-\C-n, \M-\C-p. - (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4. + (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4. (fortran-looking-at-if-then, fortran-end-of-block) (fortran-beginning-of-block): New functions, for hideshow. - * progmodes/f90.el (f90-end-block-re, f90-start-block-re): Doc - fix. Tweak regexp. + * progmodes/f90.el (f90-end-block-re, f90-start-block-re): + Doc fix. Tweak regexp. (f90-beginning-of-block): Push mark first. 2005-03-29 Jay Belanger @@ -3508,7 +3508,7 @@ * vc.el (vc-do-command): Use a pipe for async processes, so password prompts don't show up at places where the user can't reply. -2005-03-29 Olive Lin (tiny change) +2005-03-29 Olive Lin (tiny change) * textmodes/tex-mode.el (tex-send-command): shell-quote-argument on the file name we pass to the inferior shell. @@ -3881,11 +3881,11 @@ (recentf-include-p): More robust. (recentf-keep-p): New function. (recentf-remove-if-non-kept): Rename from - `recentf-remove-if-non-readable'. Use `recentf-keep-p'. + `recentf-remove-if-non-readable'. Use `recentf-keep-p'. All callers updated. (recentf-menu-items-for-commands): Fix help string. - (recentf-track-closed-file): Update. Doc fix. - (recentf-cleanup): Update. Count removed files. Doc fix. + (recentf-track-closed-file): Update. Doc fix. + (recentf-cleanup): Update. Count removed files. Doc fix. 2005-03-23 Kim F. Storm @@ -4601,7 +4601,7 @@ * files.el (mode-require-final-newline): Doc fix. -2005-03-03 Stephan Stahl (tiny change) +2005-03-03 Stephan Stahl (tiny change) * progmodes/which-func.el (which-function): Specify NOERROR when calling imenu--make-index-alist. @@ -5196,7 +5196,7 @@ * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable. (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1) (gdb-set-gud-minor-mode-existing-buffers): New functions. - (gdb-find-file-hook): New hook. Add it to find-file-hook. + (gdb-find-file-hook): New hook. Add it to find-file-hook. (gdb-info-breakpoints-custom, gdb-source-info): Simplify. 2005-02-14 Luc Teirlinck @@ -5360,13 +5360,13 @@ 2005-02-05 Nick Roberts - * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before + * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before GDB-Windows on the menu-bar as this works better. 2005-02-04 Jay Belanger * calc/calc-embed.el (calc-embedded-update): Don't put in - unnecessary newlines. Adjust the end of formula marker. + unnecessary newlines. Adjust the end of formula marker. * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments. (math-latex-parse-two-args): New function. @@ -5428,7 +5428,7 @@ 2005-02-02 Nick Roberts - * progmodes/gdb-ui.el: (gdb-goto-info): Delete. + * progmodes/gdb-ui.el (gdb-goto-info): Delete. * progmodes/gud.el (gud-goto-info): New function. (gud-tool-bar-map): Use correct icon. @@ -6861,7 +6861,7 @@ 2004-12-21 Eli Barzilay - * calculator.el: (calculator-radix-grouping-mode) + * calculator.el (calculator-radix-grouping-mode) (calculator-radix-grouping-digits) (calculator-radix-grouping-separator): New defcustoms for the new radix grouping mode functionality. @@ -7062,11 +7062,11 @@ (zone-replace-char): New defsubst. (zone-park/sit-for): Likewise. (zone-fret): Take window-start arg. - Update callers. Use `zone-park/sit-for'. + Update callers. Use `zone-park/sit-for'. (zone-fill-out-screen): Rewrite. - (zone-fall-through-ws): Likewise. Update callers. + (zone-fall-through-ws): Likewise. Update callers. (zone-pgm-drip): Use `zone-replace-char'. - Move var inits before while-loop. Use `zone-park/sit-for'. + Move var inits before while-loop. Use `zone-park/sit-for'. (zone-pgm-random-life): Handle empty initial field. Use `zone-replace-char' and `zone-park/sit-for'. @@ -7907,16 +7907,16 @@ (tramp-file-name-handler-alist): Delete file-directory-files, add directory-files-and-attributes. (tramp-perl-file-attributes): Surround uid and gid by double - quotes. Change parameter id-format from nonnumeric. + quotes. Change parameter id-format from nonnumeric. (tramp-convert-file-attributes): New function. (tramp-handle-file-attributes): Use it. (tramp-maybe-send-perl-script): New function. - (tramp-handle-file-attributes-with-perl): Use it. Don't convert - file mode. Change parameter id-format from nonnumeric. + (tramp-handle-file-attributes-with-perl): Use it. Don't convert + file mode. Change parameter id-format from nonnumeric. (tramp-handle-file-attributes-with-ls): Change parameter id-format from nonnumeric. (tramp-post-connection): Don't send tramp-perl-file-attributes - script. Reset connection property "perl-scripts". + script. Reset connection property "perl-scripts". (tramp-handle-insert-directory): Run real handler when ls-lisp is in use. @@ -7939,7 +7939,7 @@ (gdb-view-source-function, gdb-view-assembler): Delete functions. (menu): Delete menu bindings for viewing source/assembler. (gdb-setup-windows, gdb-restore-windows): - Don't dedicate GUD. No assembler now. + Don't dedicate GUD. No assembler now. (gdb-reset): No need to undedicate source buffers now. (gdb-source-info): No assembler now. @@ -8066,7 +8066,7 @@ (gdb-var-evaluate-expression-handler, gdb-put-string): Remove unused variable bindings. (gdb-setup-windows, gdb-display-buffer): - Simplify. Use pop-to-buffer. + Simplify. Use pop-to-buffer. (gdb-view-source-function): Simplify. (gdb-frame-breakpoints-buffer): Use pop-to-buffer, special-display-regexps. @@ -8150,8 +8150,8 @@ * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function. (gdb-ann3, gdb-setup-windows, gdb-restore-windows): Dedicate gdb-related windows. - (gdb-display-buffer): Dedicate gdb-related windows. Don't grab - other frames. + (gdb-display-buffer): Dedicate gdb-related windows. + Don't grab other frames. (gdb-reset): Remove dedicated property after debugging. 2004-11-24 Jay Belanger @@ -9017,8 +9017,8 @@ 2004-11-10 Nick Roberts - * tooltip.el: Don't require cl, comint, gud, gdb-ui for - compilation. The resulting compiler warnings appear to be harmless. + * tooltip.el: Don't require cl, comint, gud, gdb-ui for compilation. + The resulting compiler warnings appear to be harmless. 2004-11-10 Daniel Pfeiffer @@ -10246,7 +10246,7 @@ * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and reset kmacro-initial-counter-value if set. (kmacro-set-counter): Only set kmacro-counter if defining or executing - macro. Set kmacro-initial-counter-value otherwise. Never set both. + macro. Set kmacro-initial-counter-value otherwise. Never set both. (kmacro-display): Show macro counter if non-zero. * subr.el (substitute-key-definition): Mention command remapping @@ -10433,8 +10433,8 @@ * term.el (term-adjust-current-row-cache): Don't allow the current row to become negative. - (term-emulate-terminal): Fix insert mode. Handle tab insertion at - the end of the line. Fix scroll down. Add comments. + (term-emulate-terminal): Fix insert mode. Handle tab insertion at + the end of the line. Fix scroll down. Add comments. (term-handle-ansi-escape): Don't exceed terminal width when moving right. (term-scroll-region): Move the cursor after setting the scroll region. @@ -10589,7 +10589,7 @@ * calendar/holidays.el (holiday-advent): Report on a specified day offset from advent, not just advent. (holiday-easter-etc): Report on one specified day offset from - easter, not all easter holidays. Various Easter holidays moved to + easter, not all easter holidays. Various Easter holidays moved to `christian-holidays' variable in calendar.el. * calendar/calendar.el (christian-holidays): Adapt for new behaviour of `holiday-advent' and `holiday-easter-etc' functions. @@ -10604,7 +10604,7 @@ (ido-read-internal): Handle new `list' context. Handle insert-buffer and insert-file ido-exit values. (ido-buffer-internal): New arg switch-cmd. Use it to setup - ido-context-switch-command. Handle insert-file ido-exit value. + ido-context-switch-command. Handle insert-file ido-exit value. (ido-read-buffer): Set ido-context-switch-command to 'ignore unless it is already bound by caller. (ido-file-internal): New arg switch-cmd. Use it to setup @@ -10934,7 +10934,7 @@ Do not call obsolete function compilation-parse-errors. (bibtex-remove-delimiters): Only remove delimiters if present. (bibtex-copy-entry-as-kill): Add docstring. - (bibtex-clean-entry): Use bibtex-string=. Handle empty keys. + (bibtex-clean-entry): Use bibtex-string=. Handle empty keys. Detect duplicate keys if bibtex-maintain-sorted-entries is nil. (bibtex-complete): Use bibtex-predefined-month-strings, bibtex-string=, and new function bibtex-complete-key-cleanup. @@ -11620,8 +11620,8 @@ when `c-opt-type-concat-key' is used (i.e. in Pike). * progmodes/cc-engine.el (c-looking-at-special-brace-list): - Fix bug when the inner char pair doesn't have paren syntax, i.e. "(< - >)". + Fix bug when the inner char pair doesn't have paren syntax, + i.e. "(<>)". * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic whitespace safe. @@ -11701,7 +11701,7 @@ string. (2) Check that settings to `c-offsets-alist' are not spuriously quoted. - * progmodes/cc-cmds.el: (c-electric-brace): Don't delete a comment + * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment which precedes the newly inserted `{'. 2004-08-10 Michael Albinus @@ -12354,7 +12354,7 @@ 2004-06-23 Nick Roberts - * comint.el: (comint-insert-clicked-input, comint-copy-old-input): + * comint.el (comint-insert-clicked-input, comint-copy-old-input): Remove. (comint-insert-input, comint-mouse-insert-input): New functions based on comint-insert-clicked-input for two bindings but just @@ -12865,7 +12865,7 @@ 2004-06-04 Karl Fogel - * vc-svn.el (vc-svn-checkin): Use 'nconc' instead of 'list*', + * vc-svn.el (vc-svn-checkin): Use `nconc' instead of `list*', because the latter is a CL-ism. This fixes the bug reported by Shawn Boyette in http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html. @@ -14631,7 +14631,7 @@ * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code. (rx-bracket, rx-check-any, rx-any): Clean up name space. - * wdired.el: (wdired-mode-map): Move init into declaration. + * wdired.el (wdired-mode-map): Move init into declaration. Fix `return' binding. (wdired-change-to-wdired-mode, wdired-change-to-dired-mode): Use force-mode-line-update. @@ -16174,7 +16174,7 @@ 2004-03-15 David Ponce - * ruler-mode.el: (ruler-mode-left-fringe-cols) + * ruler-mode.el (ruler-mode-left-fringe-cols) (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols) (ruler-mode-right-scroll-bar-cols): Remove. (ruler-mode-window-col, ruler-mode-mouse-set-left-margin) @@ -16921,7 +16921,7 @@ 2004-02-16 Eli Tziperman - * rmail-spam-filter.el: (vm-use-spam-filter) + * rmail-spam-filter.el (vm-use-spam-filter) (rsf-min-region-length-added-to-spam-list): New variables. (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for @@ -17579,7 +17579,7 @@ * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline. -2004-01-18 David Ponce (tiny change) +2004-01-18 David Ponce (tiny change) * progmodes/which-func.el (which-function-mode): Don't cancel which-func-update-timer if not set. diff --git a/src/ChangeLog b/src/ChangeLog index 1561394928d..80f0007670a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -2032,7 +2032,7 @@ 2005-01-13 Kim F. Storm * xdisp.c (Fformat_mode_line): Fix last change. Remove NO_PROPS arg - (specify 0 for FACE instead). Reorder arg list. Doc fix. + (specify 0 for FACE instead). Reorder arg list. Doc fix. 2005-01-12 Richard M. Stallman @@ -2183,7 +2183,7 @@ fontp->space_width to FONT_WIDTH so they are valid. * w32fns.c (w32_load_system_font): Set FONT_WIDTH to maximum, not - average width. Set fontp->average_width and fontp->space_width to + average width. Set fontp->average_width and fontp->space_width to their appropriate values. * w32term.c (x_new_font): Set FRAME_COLUMN_WIDTH to @@ -2210,7 +2210,7 @@ * xdisp.c (setup_for_ellipsis, get_next_display_element): Set it->ellipsis_p to 1 or 0. (display_line): Record whether row ends in mid-ellipsis. - (set_cursor_from_row): If ends in ellipsis. find start of it. + (set_cursor_from_row): If ends in ellipsis, find start of it. (cursor_row_p): If PT's at the end of the ellipsis the row ends within, don't display cursor on this row. @@ -2913,7 +2913,7 @@ * fringe.c (update_window_fringes): Prefer truncation bitmaps over angle bitmaps at top/bottom line. - * xdisp.c: Undo recent changes for restoring saved_face_id. Instead, + * xdisp.c: Undo recent changes for restoring saved_face_id. Instead, set it when it->method is set to next_element_from_display_vector. (setup_for_ellipsis): Add LEN argument. Callers changed. Set it->saved_face_id. @@ -3109,7 +3109,7 @@ * xfns.c (Fx_file_dialog): Call popup_activated instead of x_menu_in_use. Call x_menu_set_in_use in Motif version also. - * xterm.h: (x_menu_in_use): Remove. + * xterm.h (x_menu_in_use): Remove. 2004-11-16 Richard M. Stallman @@ -3243,7 +3243,7 @@ (MR_PARTIALLY_VISIBLE_AT_BOTTOM): New helper macros. (MATRIX_ROW_PARTIALLY_VISIBLE_P): Fix to return false if invisible part of last line is only extra line spacing (so the text on the - line is fully visible). Use helper macros. + line is fully visible). Use helper macros. Add W arg (to use them). All callers changed. (MATRIX_ROW_PARTIALLY_VISIBLE_AT_TOP_P) (MATRIX_ROW_PARTIALLY_VISIBLE_AT_BOTTOM_P): Use helper macros. @@ -3929,7 +3929,7 @@ * keyboard.c (timer_resume_idle): New function to resume idle timer without resetting timers on the idle list. - (read_char): Use timer_resume_idle. Remove local var last_idle_start. + (read_char): Use timer_resume_idle. Remove local var last_idle_start. (timer_start_idle, timer_stop_idle): Declare static. (read_key_sequence): Use timer_resume_idle instead of timer_start_idle. @@ -6003,7 +6003,7 @@ elt_prefix combined with Fsingle_key_description. (describe_vector): Declare static. Replace arg `elt_prefix' with `prefix'. Add KEYMAP_P arg. Add local var `elt_prefix'; use it - if !KEYMAP_P. Use Fkey_description with prefix instead of + if !KEYMAP_P. Use Fkey_description with prefix instead of Fsingle_key_description. * keymap.h (Fkey_description): Fix prototype. @@ -6218,7 +6218,7 @@ (display_mode_line): Set mode_line_p before displaying line. (calc_pixel_width_or_height): Declare extern. Add separate :align-to handling. Remove complex cases for fringes and scroll-bars. - Add left, right, and center alignment positions. Add text (area) + Add left, right, and center alignment positions. Add text (area) width/height. Return width or height for image specs. (produce_stretch_glyph): Improve handling of :align-to. Is now relative to left of text area by default, but other base offsets @@ -10526,7 +10526,7 @@ * intervals.h (CHECK_TOTAL_LENGTH): New macro. * intervals.c: Add many calls to CHECK_TOTAL_LENGTH. - * alloc.c: (VALIDATE_LISP_STORAGE): Macro deleted. + * alloc.c (VALIDATE_LISP_STORAGE): Macro deleted. All calls deleted. (lisp_malloc): Do the work here directly. @@ -10685,7 +10685,7 @@ (syms_of_w32fns): Don't intern/staticpro removed vars. * w32term.c: Remove unnecessary extern declarations. - (x_fullscreen_adjust): Remove. Use generic instead. + (x_fullscreen_adjust): Remove. Use generic instead. (x_redisplay_interface): Add w32_frame_parm_handlers member. * w32reg.c (x_get_string_resource): Use XrmDatabase. @@ -11911,9 +11911,9 @@ 2003-01-21 David Ponce * w32term.c (w32_encode_char): For DIM=1 charset, set - ccl->reg[2] to -1 before calling ccl_driver. (Sync. with xterm.c - x_encode_char change by Kenichi Handa on - 2002-09-30.) + ccl->reg[2] to -1 before calling ccl_driver. + (Sync. with xterm.c x_encode_char change by Kenichi Handa + on 2002-09-30.) (w32_draw_relief_rect): Declare all args. (w32_define_cursor): New. @@ -14596,7 +14596,7 @@ 2002-06-27 Kim F. Storm - * xdisp.c: (mode_line_string_list, mode_line_string_face) + * xdisp.c (mode_line_string_list, mode_line_string_face) (mode_line_string_face_prop): New variables. (store_mode_line_string): New function. (display_mode_element): Use store_mode_line_string to @@ -14639,7 +14639,7 @@ 2002-06-24 Juanma Barranquero - * w32select.c: Include composite.h + * w32select.c: Include composite.h. * w16select.c: Likewise. @@ -15630,7 +15630,7 @@ * config.in: Add HAVE_SHARED_GAME_DIR. - * callproc.c: (Vgame_score_directory): New variable. + * callproc.c (Vgame_score_directory): New variable. (syms_of_callproc) : DEFVAR_LISP. 2002-04-10 Richard M. Stallman @@ -16178,7 +16178,7 @@ * xterm.h (x_session_check_input, x_session_initialize): Declare. - * xterm.c: (XTread_socket): Add call to x_session_check_input and + * xterm.c (XTread_socket): Add call to x_session_check_input and x_session_have_connection. (x_initialize): Add call to x_session_initialize. @@ -16595,10 +16595,10 @@ 2002-02-17 Kim F. Storm - * frame.c: (Vmouse_highlight): New variable. + * frame.c (Vmouse_highlight): New variable. (syms_of_frame): DEFVAR_LISP it. - * frame.h: (Vmouse_highlight): Declare extern. + * frame.h (Vmouse_highlight): Declare extern. * xterm.h (struct x_display_info): Add mouse_face_hidden. @@ -18123,7 +18123,7 @@ 2001-11-16 Eli Zaretskii - * syswait.h: (HAVE_SYS_WAIT_H): Undef for ISC 4.1. Reported by + * syswait.h (HAVE_SYS_WAIT_H): Undef for ISC 4.1. Reported by Andrew Wiseman . 2001-11-16 Kim F. Storm @@ -18811,7 +18811,7 @@ * xterm.c: Fix typo in a comment. - * lisp.h: (gdb_lisp_params): Remove code in #if 0 which is now in + * lisp.h (gdb_lisp_params): Remove code in #if 0 which is now in emacs.c. 2001-10-27 Gerd Moellmann @@ -18935,7 +18935,7 @@ 2001-10-24 Pavel Jan,Am(Bk - * xterm.c: (x_insert_glyphs): Remove unused variables `real_end' + * xterm.c (x_insert_glyphs): Remove unused variables `real_end' and `real_start'. (x_draw_image_foreground): Remove unused variables `mask' and `xgcv'. (glyph_rect): Remove unused variable `area'. @@ -18967,7 +18967,7 @@ (HAVE_BOXES): Fix typo in comment. (push_menu_pane): Fix typo in comment. - * xdisp.c: (display_prop_string_p): Remove unused local declaration + * xdisp.c (display_prop_string_p): Remove unused local declaration of `Qwhen'. (single_display_prop_string_p): Remove unused local declarations of `Qwhen' and `Qmargin'. -- 2.11.4.GIT