]> code.delx.au - gnu-emacs/log
gnu-emacs
17 years ago(Event Input Misc): Update unread-command-events.
Kim F. Storm [Mon, 23 Oct 2006 16:46:47 +0000 (16:46 +0000)]
(Event Input Misc): Update unread-command-events.

17 years ago*** empty log message ***
Kim F. Storm [Mon, 23 Oct 2006 16:46:33 +0000 (16:46 +0000)]
*** empty log message ***

17 years agoRegenerate.
Andreas Schwab [Mon, 23 Oct 2006 15:35:40 +0000 (15:35 +0000)]
Regenerate.

17 years agoMake sure x_default_search_path is always set even
Andreas Schwab [Mon, 23 Oct 2006 15:28:18 +0000 (15:28 +0000)]
Make sure x_default_search_path is always set even
when x_libraries is empty, and look in .../share as well for each
library directory.

17 years ago* textmodes/flyspell.el (flyspell-check-region-doublons): Fix last
Chong Yidong [Mon, 23 Oct 2006 13:59:44 +0000 (13:59 +0000)]
* textmodes/flyspell.el (flyspell-check-region-doublons): Fix last
fix.

17 years ago(remember_mouse_glyph): Simplify last change.
Kim F. Storm [Mon, 23 Oct 2006 11:49:48 +0000 (11:49 +0000)]
(remember_mouse_glyph): Simplify last change.

17 years agoFix bug: sds@podval.org, Oct 18: crash in cvs head.
Kim F. Storm [Mon, 23 Oct 2006 10:02:31 +0000 (10:02 +0000)]
Fix bug: sds@podval.org, Oct 18: crash in cvs head.

17 years ago(remember_mouse_glyph): Don't crash if glyphs are not initialized.
Kim F. Storm [Mon, 23 Oct 2006 09:58:49 +0000 (09:58 +0000)]
(remember_mouse_glyph): Don't crash if glyphs are not initialized.

17 years ago*** empty log message ***
Kim F. Storm [Mon, 23 Oct 2006 09:51:56 +0000 (09:51 +0000)]
*** empty log message ***

17 years ago(mode-line-mode-menu): List global minor modes
Nick Roberts [Mon, 23 Oct 2006 06:33:25 +0000 (06:33 +0000)]
(mode-line-mode-menu): List global minor modes
before local ones.

17 years ago*** empty log message ***
Nick Roberts [Mon, 23 Oct 2006 06:33:00 +0000 (06:33 +0000)]
*** empty log message ***

17 years agoAdd: sds@podval.org, Oct 18: crash in cvs head.
Richard M. Stallman [Mon, 23 Oct 2006 05:15:03 +0000 (05:15 +0000)]
Add: sds@podval.org, Oct 18: crash in cvs head.

17 years ago(Expanding Abbrevs): Expansion happens only when Abbrev mode is enabled.
Richard M. Stallman [Mon, 23 Oct 2006 05:13:24 +0000 (05:13 +0000)]
(Expanding Abbrevs): Expansion happens only when Abbrev mode is enabled.

17 years ago* emacs.py (eargs): Return expected _emacs_out string even if
Chong Yidong [Sun, 22 Oct 2006 23:03:09 +0000 (23:03 +0000)]
* emacs.py (eargs): Return expected _emacs_out string even if
errors occur.

17 years agoFix bug: Strange behavior of C-u in the presence of sit-for in p-c-h
Kim F. Storm [Sun, 22 Oct 2006 22:56:56 +0000 (22:56 +0000)]
Fix bug: Strange behavior of C-u in the presence of sit-for in p-c-h

17 years ago(Sets And Lists): Fix typos.
Nick Roberts [Sun, 22 Oct 2006 22:51:10 +0000 (22:51 +0000)]
(Sets And Lists): Fix typos.

17 years ago*** empty log message ***
Nick Roberts [Sun, 22 Oct 2006 22:50:17 +0000 (22:50 +0000)]
*** empty log message ***

17 years ago(add-to-list): Fix last change--optimize for no compare-fn.
Kim F. Storm [Sun, 22 Oct 2006 22:37:51 +0000 (22:37 +0000)]
(add-to-list): Fix last change--optimize for no compare-fn.

17 years ago(add-to-list): Optimize if compare-fn is `eq' or `eql'.
Kim F. Storm [Sun, 22 Oct 2006 22:32:53 +0000 (22:32 +0000)]
(add-to-list): Optimize if compare-fn is `eq' or `eql'.
(sit-for): If last command was a prefix arg, add the read-ahead
event to unread-command-events as (t . EVENT) so it will be added
to this-command-keys by read-key-sequence.

17 years ago*** empty log message ***
Kim F. Storm [Sun, 22 Oct 2006 22:32:43 +0000 (22:32 +0000)]
*** empty log message ***

17 years ago(read_char): Make an element (t . EVENT) in
Kim F. Storm [Sun, 22 Oct 2006 22:25:03 +0000 (22:25 +0000)]
(read_char): Make an element (t . EVENT) in
unread-command-events add EVENT to the current command's key sequence.
(syms_of_keyboard) <unread-command-events>: Update doc.

17 years ago* textmodes/flyspell.el (flyspell-word): Skip past all previous
Chong Yidong [Sun, 22 Oct 2006 21:29:33 +0000 (21:29 +0000)]
* textmodes/flyspell.el (flyspell-word): Skip past all previous
whitespace when checking doublons.
(flyspell-check-region-doublons): Fix doublon regexp.
(flyspell-highlight-incorrect-region): Highlight doublons using
flyspell-duplicate face.

17 years ago* progmodes/cperl-mode.el (cperl-invalid-face): Fix defcustom.
Chong Yidong [Sun, 22 Oct 2006 21:00:25 +0000 (21:00 +0000)]
* progmodes/cperl-mode.el (cperl-invalid-face): Fix defcustom.

17 years ago2006-10-22 John Wiegley <johnw@newartisans.com>
John Wiegley [Sun, 22 Oct 2006 20:39:36 +0000 (20:39 +0000)]
2006-10-22  John Wiegley  <johnw@newartisans.com>

* progmodes/python.el (python-use-skeletons): python-mode was
auto-inserting templates (for those with abbrev-mode on), not only
by default -- *but without a configuration variable to disable
it*.  This rendered python-mode completely useless for me, so I
have added `python-use-skeletons', which is now off by default.

17 years ago** kzeitler@lucent.com, Oct 19: cperl + isearch + font-lock-multiline sometimes very...
Chong Yidong [Sun, 22 Oct 2006 17:32:30 +0000 (17:32 +0000)]
** kzeitler@lucent.com, Oct 19: cperl + isearch + font-lock-multiline sometimes very slow
Fixed.

17 years ago* progmodes/cperl-mode.el (cperl-mode): Don't assume
Chong Yidong [Sun, 22 Oct 2006 17:28:56 +0000 (17:28 +0000)]
* progmodes/cperl-mode.el (cperl-mode): Don't assume
font-lock-multiline is auto-local (it's not).
(cperl-windowed-init): Ensure that cperl-font-lock-multiline is
initialized before calling cperl-init-faces.

17 years ago* emacs.py (eargs): Return expected _emacs_out string even if
Chong Yidong [Sun, 22 Oct 2006 14:04:02 +0000 (14:04 +0000)]
* emacs.py (eargs): Return expected _emacs_out string even if
errors occur.

17 years ago(gdb-info-stack-custom): Don't try to give
Nick Roberts [Sun, 22 Oct 2006 05:40:08 +0000 (05:40 +0000)]
(gdb-info-stack-custom): Don't try to give
gdb-stack-position a value when there is no fringe.

17 years ago*** empty log message ***
Nick Roberts [Sun, 22 Oct 2006 05:39:34 +0000 (05:39 +0000)]
*** empty log message ***

17 years ago(mode-line-mode-menu): Disable auto-revert-tail-mode
Nick Roberts [Sat, 21 Oct 2006 23:42:21 +0000 (23:42 +0000)]
(mode-line-mode-menu): Disable auto-revert-tail-mode
indicator if not visiting a file.

17 years ago*** empty log message ***
Nick Roberts [Sat, 21 Oct 2006 23:41:53 +0000 (23:41 +0000)]
*** empty log message ***

17 years ago(Vread_expression_map): Define here.
Richard M. Stallman [Sat, 21 Oct 2006 17:40:03 +0000 (17:40 +0000)]
(Vread_expression_map): Define here.
(Qread_expression_history): New variable.
(syms_of_minibuf): Initialize them.
(Feval_minibuffer): Use Vread_expression_map and Qread_expression_history.

17 years ago(xic_create_fontsetname): If ADSTYLE field is not a wild
Kenichi Handa [Sat, 21 Oct 2006 01:57:34 +0000 (01:57 +0000)]
(xic_create_fontsetname): If ADSTYLE field is not a wild
card, change it to "*".
(xic_create_xfontset): Call XCreateFontSet for each single
fontname in fontsetname.

17 years ago(kill-buffer-and-window): Fix a bug where an aborted
David Kastrup [Fri, 20 Oct 2006 15:12:31 +0000 (15:12 +0000)]
(kill-buffer-and-window): Fix a bug where an aborted
operation would still cause some window to collapse later.

17 years ago** id.brep@gmail.com, Oct 17: `.newsrc.eld' saves chinese group name in wrong coding
Chong Yidong [Fri, 20 Oct 2006 12:40:30 +0000 (12:40 +0000)]
** id.brep@gmail.com, Oct 17: `.newsrc.eld' saves chinese group name in wrong coding
Resolved; see 2006-10-20 message to emacs-pretest-bug by Katsumi Yamaoka.

17 years ago(vc-switch-backend): Try to be more careful with unwanted
Stefan Monnier [Fri, 20 Oct 2006 07:58:11 +0000 (07:58 +0000)]
(vc-switch-backend): Try to be more careful with unwanted
side-effect due to mixing various backends's file properties.

17 years ago(vc-svn-parse-status): Remove unused arg `localp'.
Stefan Monnier [Fri, 20 Oct 2006 07:56:20 +0000 (07:56 +0000)]
(vc-svn-parse-status): Remove unused arg `localp'.
Add arg `filename' instead.  Don't set vc-backend if `filename' is set.
Return `filename's status if applicable.  Update callers.

17 years ago(Sample .emacs File): Added missing `)' in sample code `my-c-initialization-hook'.
Masatake YAMATO [Fri, 20 Oct 2006 06:43:56 +0000 (06:43 +0000)]
(Sample .emacs File): Added missing `)' in sample code `my-c-initialization-hook'.

17 years ago** bojohan+mail@dd.chalmers.se, Oct 17: Formatting `interactive' strings.
Chong Yidong [Thu, 19 Oct 2006 14:16:57 +0000 (14:16 +0000)]
** bojohan+mail@dd.chalmers.se, Oct 17: Formatting `interactive' strings.
Fixed.

17 years ago* callint.c (callint_message): Convert to a Lisp string.
Chong Yidong [Thu, 19 Oct 2006 14:13:52 +0000 (14:13 +0000)]
* callint.c (callint_message): Convert to a Lisp string.
(syms_of_callint): Initialize it.
(callint_message_size): Var deleted.
(Fcall_interactively): Use Fformat instead of doprnt to construct
prompt string.

17 years agoFix typos.
Richard M. Stallman [Thu, 19 Oct 2006 12:46:54 +0000 (12:46 +0000)]
Fix typos.

17 years ago(kkc-region): When a key sequence is not
Kenichi Handa [Thu, 19 Oct 2006 12:28:17 +0000 (12:28 +0000)]
(kkc-region): When a key sequence is not
defined, append (this-single-command-raw-keys) to
unread-input-method-events.

17 years agoFixed: Oct 16: Emacs allocates unnecessary memory
Kim F. Storm [Thu, 19 Oct 2006 11:40:53 +0000 (11:40 +0000)]
Fixed:  Oct 16: Emacs allocates unnecessary memory

17 years ago*** empty log message ***
Juanma Barranquero [Thu, 19 Oct 2006 10:39:16 +0000 (10:39 +0000)]
*** empty log message ***

17 years ago(ada-in-string-p): Doc fix.
Juanma Barranquero [Thu, 19 Oct 2006 10:31:48 +0000 (10:31 +0000)]
(ada-in-string-p): Doc fix.

17 years ago2006-10-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Kim F. Storm [Thu, 19 Oct 2006 09:49:23 +0000 (09:49 +0000)]
2006-10-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
(display_mode_line): Clear enabled_p flag on mode-line row.

17 years ago*** empty log message ***
Kim F. Storm [Thu, 19 Oct 2006 09:48:55 +0000 (09:48 +0000)]
*** empty log message ***

17 years ago*** empty log message ***
YAMAMOTO Mitsuharu [Thu, 19 Oct 2006 08:02:23 +0000 (08:02 +0000)]
*** empty log message ***

17 years ago(Vmac_carbon_version_string) [TARGET_API_MAC_CARBON]:
YAMAMOTO Mitsuharu [Thu, 19 Oct 2006 08:01:25 +0000 (08:01 +0000)]
(Vmac_carbon_version_string) [TARGET_API_MAC_CARBON]:
New variable.
(syms_of_macfns) [TARGET_API_MAC_CARBON]: Defvar it.

17 years ago(emacs-version): Use mac-carbon-version-string.
YAMAMOTO Mitsuharu [Thu, 19 Oct 2006 08:00:30 +0000 (08:00 +0000)]
(emacs-version): Use mac-carbon-version-string.

17 years ago*** empty log message ***
Richard M. Stallman [Thu, 19 Oct 2006 07:39:58 +0000 (07:39 +0000)]
*** empty log message ***

17 years ago* xselect.c (x_handle_selection_request): If the converted_selection
Jan Djärv [Thu, 19 Oct 2006 07:17:42 +0000 (07:17 +0000)]
* xselect.c (x_handle_selection_request): If the converted_selection
 is NIL or XCDR (converted_selection) is NIL, decline the request.

17 years ago* select.el (ccl-check-utf-8, string-utf-8-p): New functions
Jan Djärv [Thu, 19 Oct 2006 07:16:27 +0000 (07:16 +0000)]
* select.el (ccl-check-utf-8, string-utf-8-p): New functions
 (by Kenichi Handa).
 (xselect-convert-to-string): Decline requests for UTF8_STRING if
 the selection is not UTF-8.

17 years ago* tramp.texi (Frequently Asked Questions): Remove questions marked with
Michael Albinus [Thu, 19 Oct 2006 04:56:46 +0000 (04:56 +0000)]
* tramp.texi (Frequently Asked Questions): Remove questions marked with
"???".  There have been no complaints for years, so the information
must be appropriate.

17 years ago*** empty log message ***
Juanma Barranquero [Wed, 18 Oct 2006 19:27:27 +0000 (19:27 +0000)]
*** empty log message ***

17 years ago*** empty log message ***
Richard M. Stallman [Wed, 18 Oct 2006 18:14:02 +0000 (18:14 +0000)]
*** empty log message ***

17 years ago(ada-83-string-keywords, ada-last-which-function-line ada-no-auto-case,
Juanma Barranquero [Wed, 18 Oct 2006 16:29:36 +0000 (16:29 +0000)]
(ada-83-string-keywords, ada-last-which-function-line ada-no-auto-case,
ada-indent-region, ada-which-compiler, ada-align-modes, ada-adjust-case-buffer,
ada-looking-at-semi-private, ada-get-body-name): Fix typos in docstrings.
(ada-create-case-exception, ada-create-case-exception-substring):
Fix typos in error messages.
(ada-goto-matching-end, ada-narrow-to-defun): Doc fixes.

17 years agoFix badly written ChangeLog entry.
Chong Yidong [Wed, 18 Oct 2006 14:17:22 +0000 (14:17 +0000)]
Fix badly written ChangeLog entry.

17 years ago* term/x-win.el (res-geometry): Don't set geometry from Xresources
Jan Djärv [Wed, 18 Oct 2006 14:05:16 +0000 (14:05 +0000)]
* term/x-win.el (res-geometry): Don't set geometry from Xresources
 to default-frame-alist if default-frame-alist already contains
 widht/height.

17 years ago*** empty log message ***
Richard M. Stallman [Wed, 18 Oct 2006 11:12:59 +0000 (11:12 +0000)]
*** empty log message ***

17 years agoComment change.
Richard M. Stallman [Wed, 18 Oct 2006 11:11:32 +0000 (11:11 +0000)]
Comment change.

17 years ago(pp-eval-expression): Use `X' to read value.
Richard M. Stallman [Wed, 18 Oct 2006 11:02:31 +0000 (11:02 +0000)]
(pp-eval-expression): Use `X' to read value.
Non-interactive arg is the value, not the expression.

17 years ago(read-expression-map): Just set it, no defvar.
Richard M. Stallman [Wed, 18 Oct 2006 10:58:39 +0000 (10:58 +0000)]
(read-expression-map): Just set it, no defvar.

17 years ago(insert-for-yank-1): If last inserted char has properties,
Richard M. Stallman [Wed, 18 Oct 2006 10:56:46 +0000 (10:56 +0000)]
(insert-for-yank-1): If last inserted char has properties,
mark them as rear-nonsticky.

17 years ago*** empty log message ***
Juanma Barranquero [Wed, 18 Oct 2006 10:55:32 +0000 (10:55 +0000)]
*** empty log message ***

17 years ago(recentf-mode): Doc fix.
Richard M. Stallman [Wed, 18 Oct 2006 10:51:30 +0000 (10:51 +0000)]
(recentf-mode): Doc fix.

17 years ago(facemenu-add-new-face): Defend against symbol that isn't a face name.
Richard M. Stallman [Wed, 18 Oct 2006 10:51:00 +0000 (10:51 +0000)]
(facemenu-add-new-face): Defend against symbol that isn't a face name.

17 years ago(dired-do-copy): Doc fix.
Richard M. Stallman [Wed, 18 Oct 2006 10:50:28 +0000 (10:50 +0000)]
(dired-do-copy): Doc fix.

17 years ago(Processing of Errors): Use @var for an argument, not @code.
Juanma Barranquero [Wed, 18 Oct 2006 10:41:08 +0000 (10:41 +0000)]
(Processing of Errors): Use @var for an argument, not @code.

17 years ago** raman@users.sf.net, Oct 9: shell-mode: cursor Point loses on long prompts:
Chong Yidong [Wed, 18 Oct 2006 04:59:49 +0000 (04:59 +0000)]
** raman@users.sf.net, Oct 9: shell-mode: cursor Point loses on long prompts:
is fixed.

17 years ago* simple.el (line-move-1): During fields during motion to the
Chong Yidong [Wed, 18 Oct 2006 04:58:29 +0000 (04:58 +0000)]
* simple.el (line-move-1): During fields during motion to the
beginning of line to avoid getting point stuck.

17 years ago"dominik@science.uva.nl, Oct 12: org-mode with flyspell-mode freezes emacs"
Chong Yidong [Wed, 18 Oct 2006 04:18:11 +0000 (04:18 +0000)]
"dominik@science.uva.nl, Oct 12: org-mode with flyspell-mode freezes emacs"
is fixed

17 years ago* textmodes/flyspell.el (flyspell-word-search-backward): Set
Chong Yidong [Wed, 18 Oct 2006 04:13:46 +0000 (04:13 +0000)]
* textmodes/flyspell.el (flyspell-word-search-backward): Set
inhibit-point-motion-hooks to avoid looping due to intangibile
text.

17 years ago*** empty log message ***
Richard M. Stallman [Tue, 17 Oct 2006 19:39:43 +0000 (19:39 +0000)]
*** empty log message ***

17 years ago*** empty log message ***
Richard M. Stallman [Tue, 17 Oct 2006 06:51:34 +0000 (06:51 +0000)]
*** empty log message ***

17 years ago(adjust_frame_glyphs_for_window_redisplay): Fix #endif comments.
YAMAMOTO Mitsuharu [Tue, 17 Oct 2006 00:29:25 +0000 (00:29 +0000)]
(adjust_frame_glyphs_for_window_redisplay): Fix #endif comments.

17 years ago*** empty log message ***
Richard M. Stallman [Mon, 16 Oct 2006 18:57:58 +0000 (18:57 +0000)]
*** empty log message ***

17 years ago(Edebug Recursive Edit): Minor cleanup.
Richard M. Stallman [Mon, 16 Oct 2006 18:57:45 +0000 (18:57 +0000)]
(Edebug Recursive Edit): Minor cleanup.

17 years ago(Format of Keymaps): Show all the keymap element
Richard M. Stallman [Mon, 16 Oct 2006 18:57:04 +0000 (18:57 +0000)]
(Format of Keymaps): Show all the keymap element
patterns that result from menu items.
(Key Lookup): Minor cleanups.

17 years ago(Precalculated Fontification): Don't say that
Richard M. Stallman [Mon, 16 Oct 2006 18:54:26 +0000 (18:54 +0000)]
(Precalculated Fontification): Don't say that
not setting font-lock-defaults avoids loading font-lock.

17 years agoFix prev change.
Richard M. Stallman [Mon, 16 Oct 2006 18:53:23 +0000 (18:53 +0000)]
Fix prev change.

17 years ago(Documentation): Move xref to Emacs Manual here.
Richard M. Stallman [Mon, 16 Oct 2006 18:53:04 +0000 (18:53 +0000)]
(Documentation): Move xref to Emacs Manual here.
(Documentation Basics): From here.
Also doc emacs-lisp-docstring-fill-column.

17 years agoUpdate version and ISBN.
Richard M. Stallman [Mon, 16 Oct 2006 18:51:34 +0000 (18:51 +0000)]
Update version and ISBN.

17 years ago(Interactive Call): Clarify KEYS arg to call-interactively is a vector.
Richard M. Stallman [Mon, 16 Oct 2006 18:50:56 +0000 (18:50 +0000)]
(Interactive Call): Clarify KEYS arg to call-interactively is a vector.
(Command Loop Info): Delete anchor in this-command-keys.
Add anchor in this-command-keys-vector.
(Recursive Editing): Document how recursive-edit handles the current buffer.

17 years agoUse @var instead of capitalization.
Richard M. Stallman [Mon, 16 Oct 2006 18:48:28 +0000 (18:48 +0000)]
Use @var instead of capitalization.
Clarify many widget type descriptions.

17 years agoUpdate ISBN.
Richard M. Stallman [Mon, 16 Oct 2006 18:47:11 +0000 (18:47 +0000)]
Update ISBN.

17 years ago(describe-function-1): Special case optimization for self-insert-command.
Richard M. Stallman [Mon, 16 Oct 2006 14:57:01 +0000 (14:57 +0000)]
(describe-function-1): Special case optimization for self-insert-command.

17 years ago(url-https-create-secure-wrapper): Always use tls gateway method.
Magnus Henoch [Mon, 16 Oct 2006 14:28:46 +0000 (14:28 +0000)]
(url-https-create-secure-wrapper): Always use tls gateway method.

17 years ago* gtkutil.c (get_utf8_string): Remove warnings with casts.
Jan Djärv [Mon, 16 Oct 2006 14:20:38 +0000 (14:20 +0000)]
* gtkutil.c (get_utf8_string): Remove warnings with casts.
 (xg_tool_bar_button_cb): Ditto
 (xg_tool_bar_callback): Ditto.

17 years ago(ido-reread-directory): Work in `dir' mode too.
Kim F. Storm [Mon, 16 Oct 2006 12:42:24 +0000 (12:42 +0000)]
(ido-reread-directory): Work in `dir' mode too.

17 years ago*** empty log message ***
Kim F. Storm [Mon, 16 Oct 2006 12:41:37 +0000 (12:41 +0000)]
*** empty log message ***

17 years ago(mac_query_char_extents): Don't return glyph ID if layout
YAMAMOTO Mitsuharu [Mon, 16 Oct 2006 08:59:31 +0000 (08:59 +0000)]
(mac_query_char_extents): Don't return glyph ID if layout
adjustment is needed.
(mac_load_query_font): Check if width and height are positive.

17 years ago(Fmac_get_preference, Fmac_code_convert_string): Add GCPROs.
YAMAMOTO Mitsuharu [Mon, 16 Oct 2006 08:58:39 +0000 (08:58 +0000)]
(Fmac_get_preference, Fmac_code_convert_string): Add GCPROs.

17 years ago(adjust_frame_glyphs_for_frame_redisplay): Remove unused variable ch_dim.
YAMAMOTO Mitsuharu [Mon, 16 Oct 2006 08:58:20 +0000 (08:58 +0000)]
(adjust_frame_glyphs_for_frame_redisplay): Remove unused variable ch_dim.
(adjust_frame_glyphs_for_window_redisplay): Likewise.  Don't allocate
menu bar window matrices on non-X systems.

17 years ago2006-10-15 Martin Rudalics <rudalics@gmx.at>
Kim F. Storm [Sun, 15 Oct 2006 20:48:56 +0000 (20:48 +0000)]
2006-10-15  Martin Rudalics <rudalics@gmx.at>
Require 'regexp-opt.

17 years ago*** empty log message ***
Kim F. Storm [Sun, 15 Oct 2006 20:48:35 +0000 (20:48 +0000)]
*** empty log message ***

17 years ago2006-10-15 Lennart Borgman <lennart.borgman.073@student.lu.se>
Kim F. Storm [Sun, 15 Oct 2006 20:42:28 +0000 (20:42 +0000)]
2006-10-15  Lennart Borgman  <lennart.borgman.073@student.lu.se>
(flymake-get-project-include-dirs-imp): Use shell-quote-argument.

17 years ago2006-10-15 Lennart Borgman <lennart.borgman.073@student.lu.se>
Kim F. Storm [Sun, 15 Oct 2006 20:42:10 +0000 (20:42 +0000)]
2006-10-15  Lennart Borgman  <lennart.borgman.073@student.lu.se>
(explicit-bash-args): Use shell-quote-argument.

17 years ago2006-10-15 Lennart Borgman <lennart.borgman.073@student.lu.se>
Kim F. Storm [Sun, 15 Oct 2006 20:41:42 +0000 (20:41 +0000)]
2006-10-15  Lennart Borgman  <lennart.borgman.073@student.lu.se>
(ada-find-in-src-path): Use shell-quote-argument.
Use grep -E rather than egrep.

17 years ago*** empty log message ***
Kim F. Storm [Sun, 15 Oct 2006 20:41:03 +0000 (20:41 +0000)]
*** empty log message ***