]> code.delx.au - gnu-emacs/log
gnu-emacs
19 years ago(Log Buffer): Document when there can be more than one file to be committed.
Luc Teirlinck [Wed, 8 Jun 2005 22:36:28 +0000 (22:36 +0000)]
(Log Buffer): Document when there can be more than one file to be committed.

19 years ago*** empty log message ***
Luc Teirlinck [Wed, 8 Jun 2005 22:34:19 +0000 (22:34 +0000)]
*** empty log message ***

19 years ago* composite.c (compose_chars_in_text):
Kim F. Storm [Wed, 8 Jun 2005 22:33:36 +0000 (22:33 +0000)]
* composite.c (compose_chars_in_text):
* eval.c (do_autoload):
* macmenu.c (set_frame_menubar):
* process.c (read_process_output, exec_sentinel):
* xmenu.c (set_frame_menubar):
* xdisp.c (prepare_menu_bars, update_menu_bar, update_tool_bar):
* w32menu.c (set_frame_menubar):
Use record_unwind_save_match_data.
Rename restore_match_data to restore_search_regs.

19 years ago(Fmatch_data, Fset_match_data): Fix EXFUN.
Kim F. Storm [Wed, 8 Jun 2005 22:32:33 +0000 (22:32 +0000)]
(Fmatch_data, Fset_match_data): Fix EXFUN.
(record_unwind_save_match_data): Add prototype.
(restore_search_regs): Rename from restore_match_data.

19 years ago(Fmatch_data): Add optional RESEAT arg. Unchain markers
Kim F. Storm [Wed, 8 Jun 2005 22:32:20 +0000 (22:32 +0000)]
(Fmatch_data): Add optional RESEAT arg.  Unchain markers
in REUSE list if non-nil; free them if equal to evaporate.
(Fset_match_data): Add optional RESEAT arg.  Unchain markers in LIST
if non-nil; free them if equal to evaporate.  Use XCAR/XCDR.
(restore_search_regs): Rename from restore_match_data.  Uses changed.
(unwind_set_match_data): New function.
(record_unwind_save_match_data): New function like save-match-data.

19 years ago*** empty log message ***
Stefan Monnier [Wed, 8 Jun 2005 19:41:19 +0000 (19:41 +0000)]
*** empty log message ***

19 years ago(debug): Don't iconify if we know we'll re-enter the debugger immediately
Stefan Monnier [Wed, 8 Jun 2005 19:35:54 +0000 (19:35 +0000)]
(debug): Don't iconify if we know we'll re-enter the debugger immediately
anyway.  Undo the 2005-06-06 change, rendered unnecessary now.

19 years ago*** empty log message ***
Richard M. Stallman [Wed, 8 Jun 2005 15:55:18 +0000 (15:55 +0000)]
*** empty log message ***

19 years ago(define-minor-mode): If BODY is empty, give the variable a doc string
Richard M. Stallman [Wed, 8 Jun 2005 15:54:43 +0000 (15:54 +0000)]
(define-minor-mode): If BODY is empty, give the variable a doc string
that doesn't say don't set it directly.

19 years ago(no-break-space): Test `class' before `min-colors'
Richard M. Stallman [Wed, 8 Jun 2005 15:53:51 +0000 (15:53 +0000)]
(no-break-space): Test `class' before `min-colors'

19 years ago(ispell-check-version): Use match-string-no-properties.
Richard M. Stallman [Wed, 8 Jun 2005 15:45:34 +0000 (15:45 +0000)]
(ispell-check-version): Use match-string-no-properties.
(ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
(ispell-buffer-local-words): Likewise.

19 years ago(makefile-shell-face): Make this a no-op
Richard M. Stallman [Wed, 8 Jun 2005 15:43:59 +0000 (15:43 +0000)]
(makefile-shell-face): Make this a no-op
except on terminals with enough colors to really display it.
(makefile-dependency-regex): Delete spurious `bb'.

19 years ago(escape-glyph): Use blue once again in last case.
Richard M. Stallman [Wed, 8 Jun 2005 15:41:36 +0000 (15:41 +0000)]
(escape-glyph): Use blue once again in last case.
(no-break-space): Redefined so that it isn't invisible on a tty.

19 years agoComment changes.
Richard M. Stallman [Wed, 8 Jun 2005 15:35:05 +0000 (15:35 +0000)]
Comment changes.

19 years ago(Entire Match Data): Clarify when match-data
Richard M. Stallman [Wed, 8 Jun 2005 15:34:13 +0000 (15:34 +0000)]
(Entire Match Data): Clarify when match-data
returns markers and when integers.

19 years ago(Defining Faces): Explain that face name should not end in `-face'.
Richard M. Stallman [Wed, 8 Jun 2005 15:33:10 +0000 (15:33 +0000)]
(Defining Faces): Explain that face name should not end in `-face'.

19 years ago(Mode Line Data): Minor cleanup.
Richard M. Stallman [Wed, 8 Jun 2005 15:32:01 +0000 (15:32 +0000)]
(Mode Line Data): Minor cleanup.
(Customizing Keywords): Node split out of Search-based Fontification.
Add example of using font-lock-add-keywords from a hook.
Clarify when MODE should be non-nil, and when nil.

19 years agoUndo previous change.
Richard M. Stallman [Wed, 8 Jun 2005 15:28:27 +0000 (15:28 +0000)]
Undo previous change.

19 years ago(get_next_display_element): Alter previous change:
Richard M. Stallman [Wed, 8 Jun 2005 15:26:33 +0000 (15:26 +0000)]
(get_next_display_element): Alter previous change:
Distinguish Vshow_nonbreak_escape = t or not t.
For t, use escape_glyph once again, as before previous change.
Use space or hyphen for display, instead of the non-ASCII char.
(syms_of_xdisp) <show-nonbreak-escape>: Doc fix.

19 years agoClean up whitespace.
Richard M. Stallman [Wed, 8 Jun 2005 15:18:49 +0000 (15:18 +0000)]
Clean up whitespace.

19 years ago(Fstart_process): Don't touch command_channel_p slot.
Richard M. Stallman [Wed, 8 Jun 2005 15:18:10 +0000 (15:18 +0000)]
(Fstart_process): Don't touch command_channel_p slot.

19 years ago(struct process): Conditionalize slots adaptive_read_buffering,
Richard M. Stallman [Wed, 8 Jun 2005 15:16:31 +0000 (15:16 +0000)]
(struct process): Conditionalize slots adaptive_read_buffering,
read_output_delay and read_output_skip on ADAPTIVE_READ_BUFFERING.
Delete command_channel_p.

19 years agoLinux kernel 2.6.10 may corrupt process output.
Kim F. Storm [Wed, 8 Jun 2005 12:13:32 +0000 (12:13 +0000)]
Linux kernel 2.6.10 may corrupt process output.
Warn that using CVS+SSH may corrupt files, include work-around.

19 years ago*** empty log message ***
Kim F. Storm [Wed, 8 Jun 2005 12:13:21 +0000 (12:13 +0000)]
*** empty log message ***

19 years ago(ido-read-file-name): Fallback to read-file-name on C-f
Kim F. Storm [Wed, 8 Jun 2005 12:00:46 +0000 (12:00 +0000)]
(ido-read-file-name): Fallback to read-file-name on C-f
also when reading directory name.

19 years ago(flyspell-mode-line-string): Remove autoload cookie.
Lute Kamstra [Wed, 8 Jun 2005 09:49:58 +0000 (09:49 +0000)]
(flyspell-mode-line-string): Remove autoload cookie.
(flyspell-mode): Remove defvar.

19 years ago(flyspell-mode): Use define-minor-mode.
Lute Kamstra [Wed, 8 Jun 2005 08:14:32 +0000 (08:14 +0000)]
(flyspell-mode): Use define-minor-mode.

19 years ago*** empty log message ***
Juri Linkov [Wed, 8 Jun 2005 03:21:08 +0000 (03:21 +0000)]
*** empty log message ***

19 years ago(Faces): Add `shadow' face.
Juri Linkov [Wed, 8 Jun 2005 03:20:56 +0000 (03:20 +0000)]
(Faces): Add `shadow' face.

19 years ago(Standard Faces): Add `shadow' face.
Juri Linkov [Wed, 8 Jun 2005 03:18:35 +0000 (03:18 +0000)]
(Standard Faces): Add `shadow' face.

19 years agoAdd `shadow' face and move `mode-line-highlight' to new section `New faces'.
Juri Linkov [Wed, 8 Jun 2005 03:15:45 +0000 (03:15 +0000)]
Add `shadow' face and move `mode-line-highlight' to new section `New faces'.

19 years ago* xdisp.c (note_mode_line_or_margin_highlight): Check
Masatake YAMATO [Tue, 7 Jun 2005 14:32:23 +0000 (14:32 +0000)]
* xdisp.c (note_mode_line_or_margin_highlight): Check
the overlapping of re-rendering area to avoid flickering.
(note_mouse_highlight): Call clear_mouse_face if PART
is not ON_MODE_LINE nor ON_HEADER_LINE.

19 years agoImprove commentary for adaptive read buffering.
Kim F. Storm [Tue, 7 Jun 2005 13:19:25 +0000 (13:19 +0000)]
Improve commentary for adaptive read buffering.

19 years ago*** empty log message ***
Kim F. Storm [Tue, 7 Jun 2005 13:19:11 +0000 (13:19 +0000)]
*** empty log message ***

19 years agoUpdate comment.
Juanma Barranquero [Tue, 7 Jun 2005 13:02:04 +0000 (13:02 +0000)]
Update comment.

19 years ago(org-run-mode-hooks): New function.
Lute Kamstra [Tue, 7 Jun 2005 12:56:00 +0000 (12:56 +0000)]
(org-run-mode-hooks): New function.
(org-agenda-mode): Use it.

19 years ago(defstruct): Set 'doc-string-elt property.
Juanma Barranquero [Tue, 7 Jun 2005 10:52:08 +0000 (10:52 +0000)]
(defstruct): Set 'doc-string-elt property.

19 years ago* display.texi (Faces): Write about mode-line-highlight.
Masatake YAMATO [Tue, 7 Jun 2005 03:30:21 +0000 (03:30 +0000)]
* display.texi (Faces): Write about mode-line-highlight.

19 years ago*** empty log message ***
Stefan Monnier [Mon, 6 Jun 2005 21:33:29 +0000 (21:33 +0000)]
*** empty log message ***

19 years ago(font-lock-add-keywords): Doc fix.
Luc Teirlinck [Mon, 6 Jun 2005 21:32:57 +0000 (21:32 +0000)]
(font-lock-add-keywords): Doc fix.

19 years ago*** empty log message ***
Luc Teirlinck [Mon, 6 Jun 2005 21:31:22 +0000 (21:31 +0000)]
*** empty log message ***

19 years ago(x_create_toolkit_scroll_bar): Use XtNarrowScrollbars if available.
Stefan Monnier [Mon, 6 Jun 2005 21:27:50 +0000 (21:27 +0000)]
(x_create_toolkit_scroll_bar): Use XtNarrowScrollbars if available.

19 years ago(iso-sgml2iso-trans-tab): Add NBSP.
Stefan Monnier [Mon, 6 Jun 2005 21:25:48 +0000 (21:25 +0000)]
(iso-sgml2iso-trans-tab): Add NBSP.

19 years ago(tex-guess-mode): Add RequirePackage.
Stefan Monnier [Mon, 6 Jun 2005 21:15:03 +0000 (21:15 +0000)]
(tex-guess-mode): Add RequirePackage.
(tex-compile-default): In the absence of any history, use the order in
tex-compile-alist to choose the preferred command.
(tex-compile-commands): Reorder a bit.

19 years ago(flyspell-auto-correct-binding, flyspell-incorrect-face)
Stefan Monnier [Mon, 6 Jun 2005 21:06:19 +0000 (21:06 +0000)]
(flyspell-auto-correct-binding, flyspell-incorrect-face)
(flyspell-duplicate-face): Use (X)Emacs-agnostic code.
(flyspell-mode-map): Don't overwrite at each load.  Remove code
redundant with the subsequent add-minor-mode.  Merge Emacs and XEmacs code.
(flyspell-word): Minor simplification.
(flyspell-math-tex-command-p): Quieten the byte-compiler.
(flyspell-external-point-words): Remove unused vars `size' and `start'.
(flyspell-do-correct): Rename from flyspell-xemacs-correct.
Merge the corresponding Emacs code.
(flyspell-correct-word, flyspell-xemacs-popup): Use flyspell-do-correct.

19 years ago* macmenu.c (menu_quit_handler, install_menu_quit_handler): New
Jan Djärv [Mon, 6 Jun 2005 20:24:13 +0000 (20:24 +0000)]
* macmenu.c (menu_quit_handler, install_menu_quit_handler): New
 functions for popping down menus on C-g.
 (set_frame_menubar, mac_menu_show): Call install_menu_quit_handler.

19 years ago* macterm.c: Make mac_quit_char_modifiers and mac_quit_char_keycode
Jan Djärv [Mon, 6 Jun 2005 20:23:56 +0000 (20:23 +0000)]
* macterm.c: Make mac_quit_char_modifiers and mac_quit_char_keycode
 non-static.

19 years ago* macmenu.c (menu_quit_handler, install_menu_quit_handler): New
Jan Djärv [Mon, 6 Jun 2005 20:23:30 +0000 (20:23 +0000)]
* macmenu.c (menu_quit_handler, install_menu_quit_handler): New
 functions for popping down menus on C-g.
 (set_frame_menubar, mac_menu_show): Call install_menu_quit_handler.

 * macterm.c: Make mac_quit_char_modifiers and mac_quit_char_keycode
 non-static.

 * config.in: Added HAVE_CANCELMENUTRACKING

19 years agoadded HAVE_CANCELMENUTRACKING
Jan Djärv [Mon, 6 Jun 2005 20:18:38 +0000 (20:18 +0000)]
added HAVE_CANCELMENUTRACKING

19 years agoRegenerate
Jan Djärv [Mon, 6 Jun 2005 20:18:11 +0000 (20:18 +0000)]
Regenerate

19 years ago* configure.in (HAVE_CANCELMENUTRACKING): New test.
Jan Djärv [Mon, 6 Jun 2005 20:17:49 +0000 (20:17 +0000)]
* configure.in (HAVE_CANCELMENUTRACKING): New test.

19 years ago* configure.in (HAVE_CANCELMENUTRACKING): New test.
Jan Djärv [Mon, 6 Jun 2005 20:17:29 +0000 (20:17 +0000)]
* configure.in (HAVE_CANCELMENUTRACKING): New test.
 * configure: Regenerate.

19 years ago(debug): Don't bury the buffer unless it's in a dedicated window.
Stefan Monnier [Mon, 6 Jun 2005 19:47:05 +0000 (19:47 +0000)]
(debug): Don't bury the buffer unless it's in a dedicated window.

19 years agoDoc fix.
Stefan Monnier [Mon, 6 Jun 2005 19:42:25 +0000 (19:42 +0000)]
Doc fix.

19 years ago($(BLD)/emacs.$(O), $(BLD)/w32select.$(O)): Depend on w32heap.h.
Eli Zaretskii [Mon, 6 Jun 2005 19:29:58 +0000 (19:29 +0000)]
($(BLD)/emacs.$(O), $(BLD)/w32select.$(O)): Depend on w32heap.h.

19 years ago(RVA_TO_PTR): No need to #undef now.
Eli Zaretskii [Mon, 6 Jun 2005 19:28:47 +0000 (19:28 +0000)]
(RVA_TO_PTR): No need to #undef now.

19 years ago(RVA_TO_PTR): New macro.
Eli Zaretskii [Mon, 6 Jun 2005 19:28:27 +0000 (19:28 +0000)]
(RVA_TO_PTR): New macro.

19 years ago(RVA_TO_PTR): Moved here from w32heap.h.
Eli Zaretskii [Mon, 6 Jun 2005 19:28:02 +0000 (19:28 +0000)]
(RVA_TO_PTR): Moved here from w32heap.h.

19 years ago(OFFSET_TO_RVA, RVA_TO_OFFSET, RVA_TO_PTR): Remove macros.
Eli Zaretskii [Mon, 6 Jun 2005 19:27:37 +0000 (19:27 +0000)]
(OFFSET_TO_RVA, RVA_TO_OFFSET, RVA_TO_PTR): Remove macros.

19 years ago(latexenc-find-file-coding-system):
Stefan Monnier [Mon, 6 Jun 2005 18:13:21 +0000 (18:13 +0000)]
(latexenc-find-file-coding-system):
Undo part of last patch, to turn off a compiler warning.

19 years ago(tmm-inactive, tmm-remove-inactive-mouse-face):
Juri Linkov [Mon, 6 Jun 2005 16:28:26 +0000 (16:28 +0000)]
(tmm-inactive, tmm-remove-inactive-mouse-face):
Rename `tmm-inactive-face' to `tmm-inactive'.

19 years ago(command_loop_1): Update Vthis_original_command.
Luc Teirlinck [Mon, 6 Jun 2005 16:17:44 +0000 (16:17 +0000)]
(command_loop_1): Update Vthis_original_command.

19 years ago*** empty log message ***
Luc Teirlinck [Mon, 6 Jun 2005 16:14:46 +0000 (16:14 +0000)]
*** empty log message ***

19 years ago(thumbs-thumbsdir-max-size, thumbs-image-resizing-step,
Juanma Barranquero [Mon, 6 Jun 2005 15:45:11 +0000 (15:45 +0000)]
(thumbs-thumbsdir-max-size, thumbs-image-resizing-step,
thumbs-thumbsdir-auto-clean): Fix typos in docstrings.

19 years ago*** empty log message ***
Juanma Barranquero [Mon, 6 Jun 2005 15:22:33 +0000 (15:22 +0000)]
*** empty log message ***

19 years ago(ps-default-fg, ps-default-bg): Fix typos in docstrings.
Juanma Barranquero [Mon, 6 Jun 2005 15:17:32 +0000 (15:17 +0000)]
(ps-default-fg, ps-default-bg): Fix typos in docstrings.

19 years ago2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
Kim F. Storm [Mon, 6 Jun 2005 14:21:14 +0000 (14:21 +0000)]
2005-06-06  Matt Hodges  <MPHodges@member.fsf.org>

* iswitchb.el: Rename faces.

19 years ago*** empty log message ***
Kim F. Storm [Mon, 6 Jun 2005 14:20:55 +0000 (14:20 +0000)]
*** empty log message ***

19 years ago* emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
Kim F. Storm [Mon, 6 Jun 2005 13:19:15 +0000 (13:19 +0000)]
* emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
(cua-global-mark): Remove -face suffix from face names.

* emulation/cua-gmrk.el (cua--init-global-mark): Remove
cua-global-mark face setup.

19 years ago*** empty log message ***
Kim F. Storm [Mon, 6 Jun 2005 13:18:36 +0000 (13:18 +0000)]
*** empty log message ***

19 years ago*** empty log message ***
Richard M. Stallman [Mon, 6 Jun 2005 12:58:13 +0000 (12:58 +0000)]
*** empty log message ***

19 years ago(popup_get_selection): Undo previous change.
Richard M. Stallman [Mon, 6 Jun 2005 12:56:53 +0000 (12:56 +0000)]
(popup_get_selection): Undo previous change.

19 years ago(Printing Package): Explain how to initialize printing package.
Richard M. Stallman [Mon, 6 Jun 2005 12:53:42 +0000 (12:53 +0000)]
(Printing Package): Explain how to initialize printing package.

19 years ago(Action Arguments): Clarify directory default for -l.
Richard M. Stallman [Mon, 6 Jun 2005 12:52:53 +0000 (12:52 +0000)]
(Action Arguments): Clarify directory default for -l.

19 years ago(makefile-dependency-regex): Handle whitespace
Richard M. Stallman [Mon, 6 Jun 2005 12:50:01 +0000 (12:50 +0000)]
(makefile-dependency-regex): Handle whitespace
just like other allowed characters.
(makefile-match-dependency): Exclude leading and training whitespace
from the range of regexp subexp 1.
(makefile-macroassign-regex): Don't try to match the body,
just the name of the macro being defined.

19 years ago(ido-first-match, ido-only-match, ido-subdir)
Kim F. Storm [Mon, 6 Jun 2005 12:48:02 +0000 (12:48 +0000)]
(ido-first-match, ido-only-match, ido-subdir)
(ido-indicator): Remove -face suffix from face names.

19 years ago(Info-read-node-name-2): New function.
Richard M. Stallman [Mon, 6 Jun 2005 12:47:51 +0000 (12:47 +0000)]
(Info-read-node-name-2): New function.
(Info-read-node-name-1): Use that.
Add a completion-base-size-function property.

19 years ago*** empty log message ***
Kim F. Storm [Mon, 6 Jun 2005 12:47:19 +0000 (12:47 +0000)]
*** empty log message ***

19 years ago(completion-setup-function): Look for completion-base-size-function
Richard M. Stallman [Mon, 6 Jun 2005 12:40:36 +0000 (12:40 +0000)]
(completion-setup-function): Look for completion-base-size-function
property of minibuffer-completion-table.

19 years ago*** empty log message ***
Juri Linkov [Mon, 6 Jun 2005 12:37:46 +0000 (12:37 +0000)]
*** empty log message ***

19 years ago(Qno_break_space): New variable.
Juri Linkov [Mon, 6 Jun 2005 12:36:29 +0000 (12:36 +0000)]
(Qno_break_space): New variable.
(syms_of_xdisp): Initialize it.
(get_next_display_element): Add no-break space and soft hypen
codes for iso8859-2 and iso8859-5.  Don't add `\' for them.
Use `no-break-space' face for no-break spaces.

19 years ago(hack-local-variables-confirm): New arg FLAG-TO-CHECK.
Richard M. Stallman [Mon, 6 Jun 2005 12:31:48 +0000 (12:31 +0000)]
(hack-local-variables-confirm): New arg FLAG-TO-CHECK.
(hack-one-local-variable, hack-local-variables)
(hack-local-variables-prop-line): Pass that arg.

(locate-file-completion): Doc fix.

19 years agoDon't call pr-update-menus; user must do that.
Richard M. Stallman [Mon, 6 Jun 2005 12:30:35 +0000 (12:30 +0000)]
Don't call pr-update-menus; user must do that.

19 years ago(debugger-window): New variable.
Richard M. Stallman [Mon, 6 Jun 2005 12:29:57 +0000 (12:29 +0000)]
(debugger-window): New variable.
(debug): Use debugger-window if it is set and still alive.
Record debugger-window for next entry.

19 years ago(compilation-start): Move `erase-buffer' up
Juri Linkov [Mon, 6 Jun 2005 12:27:44 +0000 (12:27 +0000)]
(compilation-start): Move `erase-buffer' up
before selecting the desired mode to not spend time fontifying
old contents.

19 years ago(sc-mail-glom-frame): Mark as risky.
Richard M. Stallman [Mon, 6 Jun 2005 12:27:26 +0000 (12:27 +0000)]
(sc-mail-glom-frame): Mark as risky.

19 years ago(Info-title-1-face): Use green instead of yellow because
Juri Linkov [Mon, 6 Jun 2005 12:26:07 +0000 (12:26 +0000)]
(Info-title-1-face): Use green instead of yellow because
bold yellow is not readable on light backgrounds.

19 years ago* tmm.el (tmm-inactive-face): Inherit from `shadow' face.
Juri Linkov [Mon, 6 Jun 2005 12:24:51 +0000 (12:24 +0000)]
* tmm.el (tmm-inactive-face): Inherit from `shadow' face.

19 years ago* rfn-eshadow.el (file-name-shadow): Inherit from `shadow' face.
Juri Linkov [Mon, 6 Jun 2005 12:23:49 +0000 (12:23 +0000)]
* rfn-eshadow.el (file-name-shadow): Inherit from `shadow' face.

19 years ago* dired.el (dired-ignored): Inherit from `shadow' face.
Juri Linkov [Mon, 6 Jun 2005 12:23:03 +0000 (12:23 +0000)]
* dired.el (dired-ignored): Inherit from `shadow' face.

19 years ago* diff-mode.el (diff-context-face): Inherit from `shadow' face.
Juri Linkov [Mon, 6 Jun 2005 12:22:00 +0000 (12:22 +0000)]
* diff-mode.el (diff-context-face): Inherit from `shadow' face.

19 years ago(no-break-space, shadow): New faces.
Juri Linkov [Mon, 6 Jun 2005 12:18:20 +0000 (12:18 +0000)]
(no-break-space, shadow): New faces.
(escape-glyph): Use less loud colors pink2 and red4.

19 years ago(font-lock-regexp-backslash)
Juri Linkov [Mon, 6 Jun 2005 12:02:35 +0000 (12:02 +0000)]
(font-lock-regexp-backslash)
(font-lock-regexp-backslash-construct): New faces.
(lisp-font-lock-keywords-2): Use new faces.  Match `?:' only
after `('.  Add `while-no-input' to control structures.

19 years agoDelete trailing whitespace.
Juri Linkov [Mon, 6 Jun 2005 11:50:37 +0000 (11:50 +0000)]
Delete trailing whitespace.

19 years agoChange NBSP to space. Move coding cookie from the
Juri Linkov [Mon, 6 Jun 2005 11:49:52 +0000 (11:49 +0000)]
Change NBSP to space.  Move coding cookie from the
second line to Local Variables.  Fix title line.

19 years agoChange NBSP to space.
Juri Linkov [Mon, 6 Jun 2005 11:47:49 +0000 (11:47 +0000)]
Change NBSP to space.

19 years ago* window.c (delete_window): Handle the case where a h/vchild has
Jan Djärv [Mon, 6 Jun 2005 10:38:40 +0000 (10:38 +0000)]
* window.c (delete_window): Handle the case where a h/vchild has
a h/vchild.

19 years agoFormatting fixes.
Juanma Barranquero [Mon, 6 Jun 2005 06:19:52 +0000 (06:19 +0000)]
Formatting fixes.

19 years ago(isearchb): Don't pass a spurious second argument to `iswitchb-completions'.
Juanma Barranquero [Mon, 6 Jun 2005 06:16:05 +0000 (06:16 +0000)]
(isearchb): Don't pass a spurious second argument to `iswitchb-completions'.

19 years ago*** empty log message ***
Kenichi Handa [Mon, 6 Jun 2005 00:45:57 +0000 (00:45 +0000)]
*** empty log message ***