]> git.eshelyaron.com Git - emacs.git/log
emacs.git
16 years agoNew file.
Kenichi Handa [Fri, 22 Feb 2008 01:51:04 +0000 (01:51 +0000)]
New file.

16 years ago(indian-font-foundry)
Kenichi Handa [Fri, 22 Feb 2008 01:49:10 +0000 (01:49 +0000)]
(indian-font-foundry)
(indian-script-language-alist, indian-font-char-index-table)
(indian-font-char, indian-font-char-range, indian-script-table)
(indian-default-script, indian-composable-pattern): Delete them.
("Devanagari", "Kannada", "Malayalam", "Tamil"): Definitions of
language environments moved to here.
("Bengali", "Punjabi", "Gujarati", "Oriya", "Telugu"): New
language environments.

16 years ago(lisp): Remove devanagari.el, kannada.el,
Kenichi Handa [Fri, 22 Feb 2008 01:41:58 +0000 (01:41 +0000)]
(lisp): Remove devanagari.el, kannada.el,
  malayalam.el, and tamil.el.   Add sinhala.el.

16 years agoetc/ChangeLog: Update.
Michael Olson [Fri, 22 Feb 2008 01:24:26 +0000 (01:24 +0000)]
etc/ChangeLog: Update.

16 years agoNEWS: Describe nXML mode and json.el.
Michael Olson [Fri, 22 Feb 2008 01:24:09 +0000 (01:24 +0000)]
NEWS: Describe nXML mode and json.el.

16 years agoUse new location for json.el in lisp/ChangeLog.
Michael Olson [Fri, 22 Feb 2008 01:15:42 +0000 (01:15 +0000)]
Use new location for json.el in lisp/ChangeLog.

16 years agoMove lisp/net/json.el to lisp/json.el.
Michael Olson [Fri, 22 Feb 2008 01:14:03 +0000 (01:14 +0000)]
Move lisp/net/json.el to lisp/json.el.

16 years agoRevise pdbtrack functionality to incorporate advances in python-mode.el.
Ken Manheimer [Thu, 21 Feb 2008 22:28:13 +0000 (22:28 +0000)]
Revise pdbtrack functionality to incorporate advances in python-mode.el.

(I'm doing this python.el checkin with some byte-compiler warnings.  These
warnings existed before Nick Roberts or I applied any of the pdbtrack
changes, and look very clearly like preexisting, incomplete adoption of
code from python-mode.el.  I'm going to next look at settling those
warnings, though I don't have time for a major reconciliation of the two
python-mode implementations.)

(python-pdbtrack-toggle-stack-tracking): Clarify docstring.
(python-pdbtrack-minor-mode-string): A sign indicating that pdb
tracking is happening.
(python-pdbtrack-stack-entry-regexp): Better recognize stack traces.
(python-pdbtrack-input-prompt): Better recognize PDB prompts.
(add python-pdbtrack-track-stack-file to comint-output-filter-functions):
Tracking is plugged in to all comint buffers once python.el is loaded.
(python-pdbtrack-overlay-arrow): Toggle activation of
`python-pdbtrack-minor-mode-string' in addition to the overlay arrow.
(python-pdbtrack-track-stack-file): Use new
`python-pdbtrack-get-source-buffer' for more flexible access to
debugging source files.
(python-pdbtrack-get-source-buffer): Identify debugging target
buffer according to pdb stack trace, optionally using new
`python-pdbtrack-grub-for-buffer' if file is not locally
available.
(python-pdbtrack-grub-for-buffer): Find most recent python-mode
named buffer, or having function with indicated name.
(python-shell): Remove comint-output-filter-functions hook
addition, it's being done elsewhere.  Wrap long line.

16 years agolisp/ChangeLog: Update.
Michael Olson [Thu, 21 Feb 2008 20:29:34 +0000 (20:29 +0000)]
lisp/ChangeLog: Update.

16 years agolisp/net/json.el: Fix compiler warning.
Michael Olson [Thu, 21 Feb 2008 20:28:27 +0000 (20:28 +0000)]
lisp/net/json.el: Fix compiler warning.

16 years agolisp/time.el: Fix compiler warning.
Michael Olson [Thu, 21 Feb 2008 20:28:12 +0000 (20:28 +0000)]
lisp/time.el: Fix compiler warning.

16 years agoInstall net/json.el, a JavaScript Object Notation parser / generator.
Michael Olson [Thu, 21 Feb 2008 19:41:38 +0000 (19:41 +0000)]
Install net/json.el, a JavaScript Object Notation parser / generator.

16 years agoMerge from Dave Love's 2008-01-20 version.
Chong Yidong [Thu, 21 Feb 2008 17:03:47 +0000 (17:03 +0000)]
Merge from Dave Love's 2008-01-20 version.
Require sym-comp.  Add Python buffer to same-window-buffer-names.
Fixup whitespaces.
(python-font-lock-keywords): Add highlighting for Python builtins.
(python-font-lock-syntactic-keywords): Rewrite.
(python-quote-syntax): Use syntax-ppss-context instead of parsing
ppss directly.
(python-mode-map): Add binding for python-find-function.
(python-calculate-indentation): Clean up the logic.
(python-beginning-of-defun): Explicitly set return value.
(python-beginning-of-statement): Stop looping if we get stuck
going backwards.
(python-next-statement): Stop looping if we somehow end up inside
a string while advancing.
(python-preoutput-continuation, python-version-checked): New vars.
(python-check-version): New function.
(run-python): Set default command to python-command instead of
python-python-command.
(run-python): Use python-check-version.  Give PYTHONPATH
precedence over data-directory in the process environment.  Load
function definitions in python process after.
(python-check-comint-prompt): New function.
(python-send-command, python-send-receive): Use it.
(python-complete-symbol, python-try-complete): Functions deleted.
Use symbol-complete instead of python-complete-symbol throughout.
(python-fill-paragraph): Further refine the fenced-string regexp.
(def-python-skeleton): Expand to the original abbrev instead if in
a comment or string.  Tweak skeletons for `if', `while', `for',
`try/except', `try/finally', `name'.
(python-pea-hook, python-abbrev-pc-hook): New functions.
(python-abbrev-syntax-table): New var.
(python-mode): Add python-pea-hook to pre-abbrev-expand-hook.  Use
symbol-completion-try-complete for hippie expansion.  Turn on font
lock unconditionally.
(python-mode-hook): Defcustom it.  No need to use make-local
variable on indent-tabs-mode in "Turn off Indent Tabs mode"
option, since it's buffer-local.

16 years agoNew file.
Chong Yidong [Thu, 21 Feb 2008 17:03:30 +0000 (17:03 +0000)]
New file.

16 years ago* progmodes/sym-comp.el: New file.
Chong Yidong [Thu, 21 Feb 2008 17:03:10 +0000 (17:03 +0000)]
* progmodes/sym-comp.el: New file.

* progmodes/python.el: Merge from Dave Love's 2008-01-20 version.
Require sym-comp.  Add Python buffer to same-window-buffer-names.
Fixup whitespaces.
(python-font-lock-keywords): Add highlighting for Python builtins.
(python-font-lock-syntactic-keywords): Rewrite.
(python-quote-syntax): Use syntax-ppss-context instead of parsing
ppss directly.
(python-mode-map): Add binding for python-find-function.
(python-calculate-indentation): Clean up the logic.
(python-beginning-of-defun): Explicitly set return value.
(python-beginning-of-statement): Stop looping if we get stuck
going backwards.
(python-next-statement): Stop looping if we somehow end up inside
a string while advancing.
(python-preoutput-continuation, python-version-checked): New vars.
(python-check-version): New function.
(run-python): Set default command to python-command instead of
python-python-command.
(run-python): Use python-check-version.  Give PYTHONPATH
precedence over data-directory in the process environment.  Load
function definitions in python process after.
(python-check-comint-prompt): New function.
(python-send-command, python-send-receive): Use it.
(python-complete-symbol, python-try-complete): Functions deleted.
Use symbol-complete instead of python-complete-symbol throughout.
(python-fill-paragraph): Further refine the fenced-string regexp.
(def-python-skeleton): Expand to the original abbrev instead if in
a comment or string.  Tweak skeletons for `if', `while', `for',
`try/except', `try/finally', `name'.
(python-pea-hook, python-abbrev-pc-hook): New functions.
(python-abbrev-syntax-table): New var.
(python-mode): Add python-pea-hook to pre-abbrev-expand-hook.  Use
symbol-completion-try-complete for hippie expansion.  Turn on font
lock unconditionally.
(python-mode-hook): Defcustom it.  No need to use make-local
variable on indent-tabs-mode in "Turn off Indent Tabs mode"
option, since it's buffer-local.

16 years ago(x_connection_closed): Consolidate identical tests.
Stefan Monnier [Thu, 21 Feb 2008 16:51:07 +0000 (16:51 +0000)]
(x_connection_closed): Consolidate identical tests.
(x_delete_terminal): Don't crash if called via x_connection_closed.

16 years ago(hanoi-internal): Set `show-trailing-whitespace' to nil.
Juanma Barranquero [Thu, 21 Feb 2008 15:27:15 +0000 (15:27 +0000)]
(hanoi-internal): Set `show-trailing-whitespace' to nil.

16 years ago*** empty log message ***
Dan Nicolaescu [Thu, 21 Feb 2008 10:24:59 +0000 (10:24 +0000)]
*** empty log message ***

16 years ago*** empty log message ***
Dan Nicolaescu [Thu, 21 Feb 2008 09:29:24 +0000 (09:29 +0000)]
*** empty log message ***

16 years ago* mouse.el (minor-mode-menu-from-indicator): Create a menu with a
Dan Nicolaescu [Thu, 21 Feb 2008 09:15:32 +0000 (09:15 +0000)]
* mouse.el (minor-mode-menu-from-indicator): Create a menu with a
"Turn off" and a "Help" entry when the minor mode has no menu.

16 years agoNew file.
Glenn Morris [Thu, 21 Feb 2008 09:12:20 +0000 (09:12 +0000)]
New file.

16 years ago(set_installuser): New.
Glenn Morris [Thu, 21 Feb 2008 09:04:29 +0000 (09:04 +0000)]
(set_installuser): New.
(install-arch-indep): Use set_installuser to avoid duplicate code.

16 years ago(spell-buffer, spell-word, spell-region)
Glenn Morris [Thu, 21 Feb 2008 09:01:37 +0000 (09:01 +0000)]
(spell-buffer, spell-word, spell-region)
(spell-string): Make obsolete, in favor of ispell.

16 years agoRegenerate for new autoload md5sum.
Glenn Morris [Thu, 21 Feb 2008 08:39:34 +0000 (08:39 +0000)]
Regenerate for new autoload md5sum.

16 years agoAdd missing FSF copyright years.
Glenn Morris [Thu, 21 Feb 2008 08:26:10 +0000 (08:26 +0000)]
Add missing FSF copyright years.

16 years ago(vc-status-mark, vc-status-unmark): New functions.
Dan Nicolaescu [Thu, 21 Feb 2008 08:26:00 +0000 (08:26 +0000)]
(vc-status-mark, vc-status-unmark): New functions.
(vc-status-mode-map, vc-status-mode-menu): Mark them instead for
vc-status-mark-file and vc-status-unmark-file.
(vc-status-mark-unmark): New function.
(vc-status-previous-line, vc-status-mark-all-files): No longer
interactive.

16 years agoDon't require devan-util.
Kenichi Handa [Thu, 21 Feb 2008 08:19:05 +0000 (08:19 +0000)]
Don't require devan-util.

16 years agoImprove the description about the removal of
Kenichi Handa [Thu, 21 Feb 2008 08:16:37 +0000 (08:16 +0000)]
Improve the description about the removal of
cp-...-codepage functions.  Describe the removal of the feature
`devan-util'.

16 years ago(sit-for): Fix obsolete form for nil second argument.
Glenn Morris [Thu, 21 Feb 2008 08:13:45 +0000 (08:13 +0000)]
(sit-for): Fix obsolete form for nil second argument.

16 years agoFix typos.
Glenn Morris [Thu, 21 Feb 2008 07:57:06 +0000 (07:57 +0000)]
Fix typos.

16 years agoFix comment typo.
Glenn Morris [Thu, 21 Feb 2008 07:56:06 +0000 (07:56 +0000)]
Fix comment typo.

16 years agoFix typos.
Glenn Morris [Thu, 21 Feb 2008 07:55:42 +0000 (07:55 +0000)]
Fix typos.

16 years agoFix comment typo.
Glenn Morris [Thu, 21 Feb 2008 07:55:04 +0000 (07:55 +0000)]
Fix comment typo.

16 years ago(encode-composition-rule): Fix typo in error message.
Glenn Morris [Thu, 21 Feb 2008 07:53:55 +0000 (07:53 +0000)]
(encode-composition-rule): Fix typo in error message.
(composition-function-table, auto-composition-mode): Doc fixes.

16 years agoFix comment typo.
Glenn Morris [Thu, 21 Feb 2008 07:52:22 +0000 (07:52 +0000)]
Fix comment typo.

16 years agoFix typo.
Glenn Morris [Thu, 21 Feb 2008 07:51:42 +0000 (07:51 +0000)]
Fix typo.

16 years ago*** empty log message ***
Glenn Morris [Thu, 21 Feb 2008 07:46:44 +0000 (07:46 +0000)]
*** empty log message ***

16 years agoCombine Auto Composition Mode mode entries and move to right place.
Glenn Morris [Thu, 21 Feb 2008 07:44:53 +0000 (07:44 +0000)]
Combine Auto Composition Mode mode entries and move to right place.

16 years ago(display_mode_element): Fix previous change.
Kenichi Handa [Thu, 21 Feb 2008 07:42:52 +0000 (07:42 +0000)]
(display_mode_element): Fix previous change.

16 years ago*** empty log message ***
Kenichi Handa [Thu, 21 Feb 2008 07:38:40 +0000 (07:38 +0000)]
*** empty log message ***

16 years agoDon't setup composition-function-table here.
Kenichi Handa [Thu, 21 Feb 2008 07:28:35 +0000 (07:28 +0000)]
Don't setup composition-function-table here.
("Devanagari"): Change charset, coding-system, coding-priority to
Unicode-based ones.  Don't require the feature devan-util.

16 years ago(decode_mode_spec): New arg string.
Kenichi Handa [Thu, 21 Feb 2008 07:06:33 +0000 (07:06 +0000)]
(decode_mode_spec): New arg string.
(display_mode_element): Adjusted for the above change.

16 years agoTweak FontBackend X resource entry.
Glenn Morris [Thu, 21 Feb 2008 06:29:02 +0000 (06:29 +0000)]
Tweak FontBackend X resource entry.

16 years ago*** empty log message ***
Glenn Morris [Thu, 21 Feb 2008 06:24:05 +0000 (06:24 +0000)]
*** empty log message ***

16 years agoAdd missing entries.
Glenn Morris [Thu, 21 Feb 2008 06:20:45 +0000 (06:20 +0000)]
Add missing entries.

16 years agoFix.
Glenn Morris [Thu, 21 Feb 2008 06:16:54 +0000 (06:16 +0000)]
Fix.

16 years agoSimplify an entry.
Glenn Morris [Thu, 21 Feb 2008 06:15:14 +0000 (06:15 +0000)]
Simplify an entry.

16 years ago(image-set-window-hscroll): Typo.
Stefan Monnier [Thu, 21 Feb 2008 05:38:30 +0000 (05:38 +0000)]
(image-set-window-hscroll): Typo.

16 years agoSplit into admin/notes/unicode,font-backend
Glenn Morris [Thu, 21 Feb 2008 04:04:06 +0000 (04:04 +0000)]
Split into admin/notes/unicode,font-backend

16 years agoSplit off from README.unicode
Glenn Morris [Thu, 21 Feb 2008 04:00:22 +0000 (04:00 +0000)]
Split off from README.unicode

16 years agoMerge in some font-backend stuff from README.unicode.
Glenn Morris [Thu, 21 Feb 2008 03:51:06 +0000 (03:51 +0000)]
Merge in some font-backend stuff from README.unicode.

16 years agoAllow different windows to show different pages.
Stefan Monnier [Thu, 21 Feb 2008 03:45:04 +0000 (03:45 +0000)]
Allow different windows to show different pages.
(doc-view-current-page, doc-view-current-slice, doc-view-current-info)
(doc-view-current-image, doc-view-current-overlay): Remove variables,
add them back as macros instead, using image-mode-winprops instead.
Update all users of those variables.
(doc-view-new-window-function): New function to create a new overlay
for each new window.
(doc-view-mode): Use it and image-mode-setup-winprops.
(doc-view-clone-buffer-hook): Rewrite accordingly.

16 years agoMerge into NEWS.
Glenn Morris [Thu, 21 Feb 2008 03:36:56 +0000 (03:36 +0000)]
Merge into NEWS.

16 years agoMerge entries from NEWS.unicode.
Glenn Morris [Thu, 21 Feb 2008 03:35:46 +0000 (03:35 +0000)]
Merge entries from NEWS.unicode.

16 years ago(compose-chars-after): Fix arguments for a function
Kenichi Handa [Thu, 21 Feb 2008 03:35:31 +0000 (03:35 +0000)]
(compose-chars-after): Fix arguments for a function
in composition-function-table.
(auto-compose-region): Likewise.

16 years agoExtend [hv]scroll support to per-window properties.
Stefan Monnier [Thu, 21 Feb 2008 03:27:15 +0000 (03:27 +0000)]
Extend [hv]scroll support to per-window properties.
(image-mode-current-vscroll, image-mode-current-hscroll): Remove.
(image-mode-winprops-alist): New var to replace them.
(image-mode-new-window-functions): New hook.
(image-mode-winprops, image-mode-window-get, image-mode-window-put): New funs.
(image-set-window-vscroll, image-set-window-hscroll): Use them.
Remove the `window' argument, update callers.
(image-mode-reapply-winprops): Rename image-reset-current-vhscroll.
Use the new functions.
(image-mode-reapply-winprops): New fun.
(image-mode): Use it.

16 years ago(math-sin-raw): Add optional argument to keep track of
Jay Belanger [Thu, 21 Feb 2008 02:35:14 +0000 (02:35 +0000)]
(math-sin-raw): Add optional argument to keep track of
original argument.
(math-cos-raw): Use optional argument when calling math-sin-raw.
(math-sin-raw-2, math-cos-raw-2): Check for a zero argument with close
to original precision.

16 years ago(ps-mule-font-info-database-bdf): Use
Kenichi Handa [Thu, 21 Feb 2008 01:57:10 +0000 (01:57 +0000)]
(ps-mule-font-info-database-bdf): Use
ethio16f-uni.bdf for Ethiopic.
(ps-mule-plot-string): Ignore glyph-string based compositions.

16 years ago*** empty log message ***
Juanma Barranquero [Wed, 20 Feb 2008 23:42:25 +0000 (23:42 +0000)]
*** empty log message ***

16 years agoExplain vc-BACKEND-root in Commentary; nfc.
Thien-Thi Nguyen [Wed, 20 Feb 2008 18:11:15 +0000 (18:11 +0000)]
Explain vc-BACKEND-root in Commentary; nfc.

16 years ago(bibtex-convert-alien): Do not use optional args in calls of sit-for.
Roland Winkler [Wed, 20 Feb 2008 17:45:52 +0000 (17:45 +0000)]
(bibtex-convert-alien): Do not use optional args in calls of sit-for.

16 years agoKill eol whitespace; nfc.
Thien-Thi Nguyen [Wed, 20 Feb 2008 15:21:55 +0000 (15:21 +0000)]
Kill eol whitespace; nfc.

16 years ago(vc-svn-program): Fix typo in docstring.
Juanma Barranquero [Wed, 20 Feb 2008 12:42:35 +0000 (12:42 +0000)]
(vc-svn-program): Fix typo in docstring.
(vc-svn-checkin): Fix typo in error message.

16 years agoRemove the problem of ucs-mule-8859-to-mule-unicode
Kenichi Handa [Wed, 20 Feb 2008 12:22:11 +0000 (12:22 +0000)]
Remove the problem of ucs-mule-8859-to-mule-unicode
being used in latin1-disp.el.  Remove the problem of
cp-supported-codepages.  Remove the problem of lost changelog for
ps-prin1.ps.

16 years ago(ps-mule-encode-region): Return a single string.
Kenichi Handa [Wed, 20 Feb 2008 12:18:29 +0000 (12:18 +0000)]
(ps-mule-encode-region): Return a single string.
(ps-mule-plot-string): Adjusted for the above change.
(ps-mule-encode-header-string): Likewise.

16 years agoFix typo in comment.
Juanma Barranquero [Wed, 20 Feb 2008 12:09:38 +0000 (12:09 +0000)]
Fix typo in comment.

16 years ago(main) [WINDOWSNT]: Understand DRIVE:NAME, where
Juanma Barranquero [Wed, 20 Feb 2008 12:06:52 +0000 (12:06 +0000)]
(main) [WINDOWSNT]: Understand DRIVE:NAME, where
NAME is relative to DRIVE'S current directory.

16 years agoRequire easymenu when compiling.
Juanma Barranquero [Wed, 20 Feb 2008 11:27:28 +0000 (11:27 +0000)]
Require easymenu when compiling.

16 years agoKill eol whitespace; nfc.
Thien-Thi Nguyen [Wed, 20 Feb 2008 10:40:46 +0000 (10:40 +0000)]
Kill eol whitespace; nfc.

16 years agoFix previous change.
Kenichi Handa [Wed, 20 Feb 2008 10:33:38 +0000 (10:33 +0000)]
Fix previous change.

16 years ago*** empty log message ***
Juanma Barranquero [Wed, 20 Feb 2008 09:52:39 +0000 (09:52 +0000)]
*** empty log message ***

16 years ago(help-mode-menu): New menu.
Dan Nicolaescu [Wed, 20 Feb 2008 06:37:53 +0000 (06:37 +0000)]
(help-mode-menu): New menu.

16 years ago(rmail-autodetect): Add .exe extension to movemail on Windows.
Glenn Morris [Wed, 20 Feb 2008 06:00:13 +0000 (06:00 +0000)]
(rmail-autodetect): Add .exe extension to movemail on Windows.

16 years agoRemove the problem of cp-supported-codepages.
Kenichi Handa [Wed, 20 Feb 2008 05:40:35 +0000 (05:40 +0000)]
Remove the problem of cp-supported-codepages.

16 years agoMention the removal of codepage related functions.
Kenichi Handa [Wed, 20 Feb 2008 05:39:38 +0000 (05:39 +0000)]
Mention the removal of codepage related functions.

16 years ago(latin1-display): Don't use
Kenichi Handa [Wed, 20 Feb 2008 04:45:35 +0000 (04:45 +0000)]
(latin1-display): Don't use
ucs-mule-8859-to-mule-unicode.  Fix the way of resettting
standard-display-table.
(latin1-display-identities): Adjusted for the change of what is
returned by (get-language-info charset 'charset).

16 years ago(char-displayable-p): Fix for Latin-1
Kenichi Handa [Wed, 20 Feb 2008 04:41:25 +0000 (04:41 +0000)]
(char-displayable-p): Fix for Latin-1
characters and terminal case.

16 years agoRemove the problem of ucs-mule-8859-to-mule-unicode
Kenichi Handa [Wed, 20 Feb 2008 04:39:21 +0000 (04:39 +0000)]
Remove the problem of ucs-mule-8859-to-mule-unicode
being used in latin1-disp.el.

16 years agoAlso require comint when loading.
Nick Roberts [Wed, 20 Feb 2008 00:18:23 +0000 (00:18 +0000)]
Also require comint when loading.
(python-mode-map): Bind python-pdbtrack-toggle-stack-tracking,
Replace python-shell with run-python on menu bar,
(python-shell-map): New map.
(python-default-interpreter, python-python-command-args)
(python-jython-command-args, python-pdbtrack-do-tracking-p):
New options.
(python-which-shell, python-which-args, python-which-bufname):
New buffer local variables.
(python-file-queue, python-pdbtrack-is-tracking-p):
* progmodes/python.el (python-pdbtrack-stack-entry-regexp)
(python-pdbtrack-input-prompt, python-pdbtrack-track-range):
New constants.

Pdbtrack features:

(python-point, python-end-of-def-or-class)
(python-beginning-of-def-or-class, python-goto-initial-line)
(python-comint-output-filter-function)
(python-pdbtrack-overlay-arrow)
(python-pdbtrack-track-stack-file, python-toggle-shells)
(python-shell, python-pdbtrack-toggle-stack-tracking)
(turn-on-pdbtrack, turn-off-pdbtrack, python-sentinel):
New functions.

16 years ago*** empty log message ***
Nick Roberts [Wed, 20 Feb 2008 00:13:09 +0000 (00:13 +0000)]
*** empty log message ***

16 years ago* net/ange-ftp.el (ange-ftp-quote-string): Return the null string
Michael Albinus [Tue, 19 Feb 2008 19:23:19 +0000 (19:23 +0000)]
* net/ange-ftp.el (ange-ftp-quote-string): Return the null string
when the argument is nil.

16 years ago(dir-status): Add a brief description.
Dan Nicolaescu [Tue, 19 Feb 2008 15:44:45 +0000 (15:44 +0000)]
(dir-status): Add a brief description.

16 years ago(vc-sccs-root): New func.
Thien-Thi Nguyen [Tue, 19 Feb 2008 12:26:40 +0000 (12:26 +0000)]
(vc-sccs-root): New func.

16 years agoMake sure all backends support vc-BACKEND-root.
Thien-Thi Nguyen [Tue, 19 Feb 2008 11:45:54 +0000 (11:45 +0000)]
Make sure all backends support vc-BACKEND-root.

* vc-hooks.el (vc-find-root): Take optional arg INVERT.
If non-nil, reverse the sense of the check.
* vc-rcs.el (vc-rcs-root): New func.
* vc-cvs.el (vc-cvs-root): New func.
* vc-svn.el (vc-svn-root): New func.

16 years agoKill eol whitespace; nfc.
Thien-Thi Nguyen [Tue, 19 Feb 2008 11:25:30 +0000 (11:25 +0000)]
Kill eol whitespace; nfc.

16 years agoKill eol whitespace; nfc.
Thien-Thi Nguyen [Tue, 19 Feb 2008 11:18:56 +0000 (11:18 +0000)]
Kill eol whitespace; nfc.

16 years agoFix typo.
Dan Nicolaescu [Tue, 19 Feb 2008 09:40:16 +0000 (09:40 +0000)]
Fix typo.

16 years ago*** empty log message ***
Kenichi Handa [Tue, 19 Feb 2008 07:42:51 +0000 (07:42 +0000)]
*** empty log message ***

16 years ago* vc.el (vc-status-menu, vc-status-menu-map-filter): New functions.
Dan Nicolaescu [Tue, 19 Feb 2008 07:10:33 +0000 (07:10 +0000)]
* vc.el (vc-status-menu, vc-status-menu-map-filter): New functions.
(vc-status-mode-menu): Add a :filter.
(vc-status-printer): Add faces.

* vc-hg.el (vc-hg-extra-status-menu): New function.
(vc-hg-dir-status): Clean up the buffer before using it.

16 years ago(gdb-output-sink): Define with an invalid value.
Stefan Monnier [Tue, 19 Feb 2008 04:30:50 +0000 (04:30 +0000)]
(gdb-output-sink): Define with an invalid value.
(gdb): Initialize it here instead.

16 years ago(Fcall_interactively): Use AREF.
Stefan Monnier [Tue, 19 Feb 2008 04:03:01 +0000 (04:03 +0000)]
(Fcall_interactively): Use AREF.

16 years ago(locate-dominating-file): Fix thinko in last change.
Stefan Monnier [Tue, 19 Feb 2008 02:21:08 +0000 (02:21 +0000)]
(locate-dominating-file): Fix thinko in last change.
Reported by Bruce Stephens <bruce.stephens@isode.com>.

16 years ago(mh-invisible-header-fields-internal): Remove trailing whitespace.
Bill Wohler [Mon, 18 Feb 2008 22:40:03 +0000 (22:40 +0000)]
(mh-invisible-header-fields-internal): Remove trailing whitespace.

16 years ago(mh-annotate-msg): Remove trailing whitespace.
Bill Wohler [Mon, 18 Feb 2008 22:39:31 +0000 (22:39 +0000)]
(mh-annotate-msg): Remove trailing whitespace.

16 years ago(vc-status-mode-menu): New menu for vc-status.
Dan Nicolaescu [Mon, 18 Feb 2008 19:53:25 +0000 (19:53 +0000)]
(vc-status-mode-menu): New menu for vc-status.

16 years ago(font_unparse_xlfd): Don't ignore integer pixel size specs.
Stefan Monnier [Mon, 18 Feb 2008 18:38:49 +0000 (18:38 +0000)]
(font_unparse_xlfd): Don't ignore integer pixel size specs.

16 years ago*** empty log message ***
Juanma Barranquero [Mon, 18 Feb 2008 15:46:50 +0000 (15:46 +0000)]
*** empty log message ***

16 years ago(customize): Fix typo in error message.
Juanma Barranquero [Mon, 18 Feb 2008 15:39:33 +0000 (15:39 +0000)]
(customize): Fix typo in error message.
(verilog-mode, verilog-mode-indent, verilog-mode-actions, verilog-mode-auto,
verilog-indent-level-module, verilog-minimum-comment-distance,
verilog-library-flags, verilog-library-directories, verilog-library-files,
verilog-auto-reset-widths, verilog-imenu-generic-expression,
verilog-xemacs-menu, verilog-set-compile-command, verilog-set-compile-command,
verilog-mode-syntax-table, verilog-mode, verilog-get-expr,
verilog-strip-comments, verilog-one-line, verilog-lint-off, verilog-batch-auto,
verilog-batch-delete-auto, verilog-batch-inject-auto, verilog-batch-indent,
verilog-continued-line, verilog-type-keywords, verilog-read-sub-decls-sig,
verilog-read-sub-decls-line, verilog-read-inst-pins, verilog-read-arg-pins,
verilog-read-auto-template, verilog-read-signals, verilog-getopt-file,
verilog-add-list-unique, verilog-symbol-detick, verilog-modi-filename,
verilog-auto-star, verilog-auto-inst, verilog-auto-wire, verilog-enum-ascii,
verilog-sk-begin, verilog-sk-fork, verilog-sk-datadef,
verilog-colorize-include-files-buffer, verilog-mode-version,
verilog-mode-release-date, verilog-mode-release-emacs, verilog-linter,
verilog-coverage, verilog-simulator, verilog-compiler,
verilog-auto-sense-defines-constant, verilog-company, verilog-project,
verilog-mark-defun, verilog-submit-bug-report): Fix typos in docstrings.
(verilog-set-auto-endcomments, verilog-calculate-indent, verilog-inject-auto,
verilog-auto-arg, verilog-auto-inout-module): Reflow docstrings.
(verilog-tab-always-indent, verilog-highlight-p1800-keywords,
verilog-auto-star-save, verilog-auto-inst-vector, verilog-mode-hook,
electric-verilog-forward-sexp, verilog-in-case-region-p,
verilog-in-struct-region-p, verilog-in-generate-region-p, verilog-leap-to-head,
verilog-current-indent-level, verilog-case-indent-level, verilog-cpp-keywords,
verilog-defun-keywords, verilog-block-keywords, verilog-tf-keywords,
verilog-case-keywords, verilog-separator-keywords, verilog-completion,
verilog-signals-not-in, verilog-symbol-detick-text,
verilog-modi-cache-preserve-tick, verilog-modi-cache-preserve-buffer,
verilog-forward-close-paren, verilog-backward-open-paren,
verilog-backward-open-bracket): Doc fixes.

16 years ago*** empty log message ***
Juanma Barranquero [Mon, 18 Feb 2008 15:36:39 +0000 (15:36 +0000)]
*** empty log message ***

16 years ago(gud-def, gud-last-speedbar-stackframe): Doc fixes.
Juanma Barranquero [Mon, 18 Feb 2008 15:36:03 +0000 (15:36 +0000)]
(gud-def, gud-last-speedbar-stackframe): Doc fixes.
(gud-symbol, gud-expansion-speedbar-buttons, gud-speedbar-buttons,
gud-gdb-run-command-fetch-lines, gud-dbx-use-stopformat-p, gud-jdb-classpath,
gud-jdb-find-source-using-classpath, jdb, gud-find-class, gdb-script-mode,
gud-tooltip-event, gud-tooltip-tips): Fix typos in docstrings.