* 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 <p.j.heslin@durham.ac.uk> (tiny change)
+2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (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 <Manuel.Serrano@sophia.inria.fr>
+2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
* flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
(flyspell-default-delayed-commands): Add backward-delete-char-untabify.
* 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.
* 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 <storm@cua.dk>
2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
- * 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
* 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.
* 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
(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)
* 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.
(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.
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 <storm@cua.dk>
* 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 <teirllm@auburn.edu>
2005-04-30 Nick Roberts <nickrob@snap.net.nz>
* 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.
2005-04-28 Nick Roberts <nickrob@snap.net.nz>
- * 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.
2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
* 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 <lute@gnu.org>
* 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 <Roland.Winkler@physik.uni-erlangen.de>
* 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.
2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (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.
(fill-newline): Use fill-text-properties-at instead of
text-properties-at.
-2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
+2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
* textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
not comint-quote-filename.
(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 <belanger@truman.edu>
* 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 <olive.lin@versateladsl.be> (tiny change)
+2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
* textmodes/tex-mode.el (tex-send-command): shell-quote-argument
on the file name we pass to the inferior shell.
(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 <storm@cua.dk>
* files.el (mode-require-final-newline): Doc fix.
-2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
+2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
* progmodes/which-func.el (which-function):
Specify NOERROR when calling imenu--make-index-alist.
* 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 <teirllm@auburn.edu>
2005-02-05 Nick Roberts <nickrob@snap.net.nz>
- * 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 <belanger@truman.edu>
* 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.
2005-02-02 Nick Roberts <nickrob@snap.net.nz>
- * 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.
2004-12-21 Eli Barzilay <eli@barzilay.org>
- * 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.
(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'.
(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.
(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.
(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.
* 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 <belanger@truman.edu>
2004-11-10 Nick Roberts <nickrob@snap.net.nz>
- * 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 <occitan@esperanto.org>
* 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
* 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.
* 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.
(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
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.
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.
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 <michael.albinus@gmx.de>
2004-06-23 Nick Roberts <nickrob@gnu.org>
- * 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
2004-06-04 Karl Fogel <kfogel@red-bean.com>
- * 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 <mdxi@collapsar.net> in
http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
* 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.
2004-03-15 David Ponce <david@dponce.com>
- * 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)
2004-02-16 Eli Tziperman <eli@deas.harvard.edu>
- * 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
* mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
-2004-01-18 David Ponce <david@dponce.com> (tiny change)
+2004-01-18 David Ponce <david@dponce.com> (tiny change)
* progmodes/which-func.el (which-function-mode): Don't cancel
which-func-update-timer if not set.
2005-01-13 Kim F. Storm <storm@cua.dk>
* 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 <rms@gnu.org>
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
* 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.
* 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.
* 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 <rms@gnu.org>
(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.
* 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.
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.
(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
* 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.
(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.
2003-01-21 David Ponce <david@dponce.com>
* 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 <handa@m17n.org> on
- 2002-09-30.)
+ ccl->reg[2] to -1 before calling ccl_driver.
+ (Sync. with xterm.c x_encode_char change by Kenichi Handa
+ <handa@m17n.org> on 2002-09-30.)
(w32_draw_relief_rect): Declare all args.
(w32_define_cursor): New.
2002-06-27 Kim F. Storm <storm@cua.dk>
- * 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
2002-06-24 Juanma Barranquero <lektu@terra.es>
- * w32select.c: Include composite.h
+ * w32select.c: Include composite.h.
* w16select.c: Likewise.
* config.in: Add HAVE_SHARED_GAME_DIR.
- * callproc.c: (Vgame_score_directory): New variable.
+ * callproc.c (Vgame_score_directory): New variable.
(syms_of_callproc) <Vgame_score_directory>: DEFVAR_LISP.
2002-04-10 Richard M. Stallman <rms@gnu.org>
* 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.
2002-02-17 Kim F. Storm <storm@cua.dk>
- * 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.
2001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
- * 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 <a.wiseman@btclick.com>.
2001-11-16 Kim F. Storm <storm@cua.dk>
* 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 <gerd@gnu.org>
2001-10-24 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
- * 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'.
(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'.