bpt/emacs.git
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 ***

17 years ago2006-10-15 Michaël Cadilhac <michael.cadilhac@lrde.org>
Kim F. Storm [Sun, 15 Oct 2006 20:33:12 +0000 (20:33 +0000)]
2006-10-15  Michaël Cadilhac  <michael.cadilhac@lrde.org>
(ido-exhibit): Allow `-', `_', and trailing `$' in user id.

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

17 years ago* woman.el (woman2-format-paragraphs): Avoid infinite loop in case
Chong Yidong [Sun, 15 Oct 2006 19:13:44 +0000 (19:13 +0000)]
* woman.el (woman2-format-paragraphs): Avoid infinite loop in case
there is no terminating newline.

17 years ago(set-version): Set version numbers in "mac" subdirectory.
YAMAMOTO Mitsuharu [Sun, 15 Oct 2006 04:19:49 +0000 (04:19 +0000)]
(set-version): Set version numbers in "mac" subdirectory.

17 years ago*** empty log message ***
Richard M. Stallman [Sun, 15 Oct 2006 04:04:45 +0000 (04:04 +0000)]
*** empty log message ***

17 years agoMerge from gnus--rel--5.10
Miles Bader [Sun, 15 Oct 2006 02:49:46 +0000 (02:49 +0000)]
Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 150-152)

   - Update from CVS

2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>

   * lisp/gnus/mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
   "blank line" when searching for end of armor headers.

2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/gmm-utils.el (gmm-write-region): Fix variable name.

2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>

   * lisp/gnus/gmm-utils.el (gmm-write-region): New function based on compatibility
   code from `mm-make-temp-file'.

   * lisp/gnus/mm-util.el (mm-make-temp-file): Use `gmm-write-region'.

   * lisp/gnus/nnmaildir.el (nnmaildir--update-nov)
   (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
   Use `gmm-write-region'.

2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>

   * man/gnus.texi (Other modes): Fix typo. Add alternative index entry for
   gnus-dired-attach.
   (Selecting a Group): Fix typo.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-475

17 years ago(filesets-run-cmd--repl-fn): Use shell-quote-argument.
Kim F. Storm [Sat, 14 Oct 2006 23:25:55 +0000 (23:25 +0000)]
(filesets-run-cmd--repl-fn): Use shell-quote-argument.

17 years ago*** empty log message ***
Kim F. Storm [Sat, 14 Oct 2006 23:25:43 +0000 (23:25 +0000)]
*** empty log message ***

17 years ago(filesets-cmd-shell-command): Quote buffer-file-name to protect whitespace and
Eli Zaretskii [Sat, 14 Oct 2006 14:10:25 +0000 (14:10 +0000)]
(filesets-cmd-shell-command): Quote buffer-file-name to protect whitespace and
metacharacters from the shell.

17 years ago*** empty log message ***
Eli Zaretskii [Sat, 14 Oct 2006 13:03:17 +0000 (13:03 +0000)]
*** empty log message ***

17 years ago*** empty log message ***
Richard M. Stallman [Sat, 14 Oct 2006 10:09:53 +0000 (10:09 +0000)]
*** empty log message ***

17 years ago(init_sys_modes): Delete DEFVAR_LISP in the wrong place.
Richard M. Stallman [Sat, 14 Oct 2006 10:09:32 +0000 (10:09 +0000)]
(init_sys_modes): Delete DEFVAR_LISP in the wrong place.

17 years agoAdded extra info about Drew Adams 12 Aug bug
Jason Rumney [Fri, 13 Oct 2006 22:42:36 +0000 (22:42 +0000)]
Added extra info about Drew Adams 12 Aug bug

17 years agoFix upload instructions: pretest files should not be uploaded in
Romain Francoise [Fri, 13 Oct 2006 20:47:27 +0000 (20:47 +0000)]
Fix upload instructions: pretest files should not be uploaded in
/incoming/ftp, but in /incoming/alpha.

17 years ago(apropos-pattern-quoted): Fix a typo in a doc string.
Eli Zaretskii [Fri, 13 Oct 2006 19:32:50 +0000 (19:32 +0000)]
(apropos-pattern-quoted): Fix a typo in a doc string.

17 years ago(start-process-shell-command): Doc fix.
Eli Zaretskii [Fri, 13 Oct 2006 19:25:26 +0000 (19:25 +0000)]
(start-process-shell-command): Doc fix.

17 years ago* info-look.el: Update lookup regexp for maxima modes.
Chong Yidong [Fri, 13 Oct 2006 14:52:48 +0000 (14:52 +0000)]
* info-look.el: Update lookup regexp for maxima modes.

17 years ago"id.brep@gmail.com, Oct 11: Crash after setting frame-title-format" is fixed.
Chong Yidong [Fri, 13 Oct 2006 14:30:31 +0000 (14:30 +0000)]
"id.brep@gmail.com, Oct 11: Crash after setting frame-title-format" is fixed.

17 years ago%c and %l constructs are now ignored in frame-title-format.
Chong Yidong [Fri, 13 Oct 2006 14:26:25 +0000 (14:26 +0000)]
%c and %l constructs are now ignored in frame-title-format.

17 years ago* frames.texi (Frame Titles): %c and %l are ignored in
Chong Yidong [Fri, 13 Oct 2006 14:22:42 +0000 (14:22 +0000)]
* frames.texi (Frame Titles): %c and %l are ignored in
frame-title-format.

17 years ago* xdisp.c (decode_mode_spec): Ignore %c and %l constructs in frame
Chong Yidong [Fri, 13 Oct 2006 14:18:09 +0000 (14:18 +0000)]
* xdisp.c (decode_mode_spec): Ignore %c and %l constructs in frame
title.