1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-12 09:28:24 +00:00
Commit Graph

17835 Commits

Author SHA1 Message Date
Stefan Monnier
79d74ac527 (completion-styles): Improve docstrings. 2010-04-19 09:17:40 -04:00
Chong Yidong
137327efbd Bugfix for ede-proj-makefile-insert-variables.
* cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Don't
destroy list before using it.
2010-04-18 17:40:10 -04:00
Dan Nicolaescu
bce3183024 Fix the version number for added files.
* vc-hg.el (vc-hg-working-revision): Check if the file is
registered after hg parent fails (Bug#5961).
2010-04-17 09:10:19 -07:00
Glenn Morris
0433ffa6c7 Add some autoloads.
* htmlfontify.el (htmlfontify-buffer)
(htmlfontify-copy-and-link-dir): Autoload entry points.
2010-04-16 19:07:48 -07:00
Chong Yidong
8507c65c5f Fix to vc-hg-annotate-extract-revision-at-line (Bug#5960).
* vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
name relative to the project root (Bug#5960).
2010-04-16 20:28:19 -04:00
Glenn Morris
e9ef97770f * vc-git.el (vc-git-print-log): Doc fix. 2010-04-15 19:39:22 -07:00
Chong Yidong
3808c51fa8 * ido.el (ido-file-internal): Fix 2009-12-02 change. 2010-04-14 13:32:50 -04:00
Chong Yidong
7860d2e357 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
default settings (Bug#5928).
2010-04-14 11:33:42 -04:00
Alan Mackenzie
7af4bf3aea Reverse change 2010-02-04T21:15:37Z!acm@muc.de: "Change strategy for marking < and > as template
delimiters: mark them strictly in matching pairs."
2010-04-12 15:15:07 +00:00
Alan Mackenzie
e2387bdba2 Reverse 2010-02-25T21:21:25Z!acm@muc.de:
"  (i) Remove any hard syntax-table properties for <, > inserted by C-y.
  (ii) Remove category text props, not syntax-table ones in unmarking <, >.
".
2010-04-12 14:59:56 +00:00
Alan Mackenzie
a1c7301e31 Reverse 2010-03-01T11:31:42Z!acm@muc.de: "Fix bug #5649: 23.1.92; Indentation problems in C mode.". 2010-04-12 14:55:18 +00:00
Alan Mackenzie
2811df2c90 Reverse 2010-03-01T17:46:36Z!acm@muc.de "Correct buggy patch 2010-03-01T11:31:42Z!acm@muc.de to cc-engine.el.". 2010-04-12 14:48:07 +00:00
Alan Mackenzie
db00cb3ae4 Undo 2010-03-15T01:38:28Z!yamaoka@jpl.org "Fix off-by-one error. Fixes bug #5747." 2010-04-12 14:34:09 +00:00
Glenn Morris
0a23b2c303 Fix bug ref in previous. 2010-04-09 19:14:47 -07:00
Glenn Morris
119850e927 Close bug#1835.
* progmodes/fortran.el (fortran-match-and-skip-declaration):
New function.
(fortran-font-lock-keywords-3): Use it.  (Bug#1835)
2010-04-09 19:12:03 -07:00
Kenichi Handa
64e692b56e merge trunk 2010-04-07 15:08:27 +09:00
Kenichi Handa
86a366f401 Fix previous change of *-composable-pattern). 2010-04-07 13:36:25 +09:00
Chong Yidong
8afe2ec6f9 Revert 2008-03-03 change (Bug#5821).
* textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
paragraph-separate (Bug#5821).
2010-04-06 11:43:08 -04:00
Juri Linkov
3c5d6dfba6 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
* info.el (Info-find-node-2): Comment out code that skips
breadcrumbs line.
(Info-mouse-follow-link): New command.
(Info-link-keymap): New keymap.
(Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
Return a string with links instead of inserting breadcrumbs
to the Info buffer.
(Info-fontify-node): Comment out code that inserts breadcrumbs.
Instead of putting the `invisible' text property over the Info
header, make an overlay over the Info header with the `invisible'
property and `after-string' set to the string returned by
`Info-breadcrumbs'.
2010-04-06 01:15:04 +03:00
Chong Yidong
6baa27a2b2 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
Reported by monkey@sandpframing.com.
2010-04-03 19:40:20 -04:00
Juanma Barranquero
e4b204d75f Fix typos in semantic/imenu.el.
* cedet/semantic/imenu.el (semantic-imenu-bucketize-type-members)
  (semantic-create-imenu-directory-index): Fix typos in docstrings.
  (semantic-imenu-goto-function): Reflow docstring.
2010-04-02 04:25:19 +02:00
Juanma Barranquero
194d44e717 Fix typos in ChangeLogs. 2010-04-02 04:22:17 +02:00
Tomas Abrahamsson
b42da3879c * textmodes/artist.el (artist-mode): Fix typo in docstring. (Bug#5807) 2010-03-30 23:41:01 +02:00
Kenichi Handa
42763dda64 Fix Indic composable patterns for the new Unicode specification. 2010-03-30 21:46:31 +09:00
Stefan Monnier
fe59d70512 Make tmm-menubar work for the Buffers menu again.
* tmm.el (tmm-prompt): Also handle keymap entries in the form of
vectors rather than cons cells, as used in menu-bar-update-buffers.
2010-03-29 11:23:01 -04:00
Chong Yidong
2a793f7f35 Revert 2009-08-15 change, restoring electric punctuation (Bug#5586)
* progmodes/js.el (js-auto-indent-flag, js-mode-map)
(js-insert-and-indent): Revert 2009-08-15 change, restoring
electric punctuation for "{}();,:" (Bug#5586).
2010-03-28 16:41:37 -04:00
Chong Yidong
03ffe8beb2 * mail/sendmail.el (mail-default-directory): Doc fix. 2010-03-27 23:52:17 -04:00
Eli Zaretskii
9478502212 Fix doc strings of version-* functions and variables.
subr.el (version-regexp-alist, version-to-list)
 (version-list-<, version-list-=, version-list-<=)
 (version-list-not-zero, version<, version<=, version=): Doc fix.
 (Bug#5744).
2010-03-27 15:31:04 +03:00
Nick Roberts
eca16aa79a (gdb-apple-test): New function.
(gdb-init-1): Use it.
2010-03-26 21:58:41 +13:00
Dan Nicolaescu
431af6a4be * vc.el (vc-root-diff): Doc fix. 2010-03-25 19:41:22 -04:00
Chong Yidong
9aa2c576e9 * vc.el (vc-print-log, vc-print-root-log): Doc fix. 2010-03-25 18:58:46 -04:00
Chong Yidong
9d30a9f45e * simple.el (append-to-buffer): Fix last change. 2010-03-25 01:53:30 -04:00
Chong Yidong
d0fba1745f Fix 2009-11-13 change to append-to-buffer (Bug#5749).
* simple.el (append-to-buffer): Ensure that point is preserved if
BUFFER is the current buffer.  Suggested by YAMAMOTO Mitsuharu.
(Bug#5749)
2010-03-24 12:18:13 -04:00
Stefan Monnier
efee6a6d9c (makefile-rule-action-regex): Backtrack less.
(makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
not be present any more.
2010-03-24 11:57:16 -04:00
Juanma Barranquero
c6f3804c03 Fix typos.
* faces.el (set-face-attribute): Fix typo in docstring.
  (face-valid-attribute-values): Reflow docstring.

* cedet/srecode/table.el (srecode-template-table): Fix docstring typo.
2010-03-24 01:17:31 +01:00
Glenn Morris
4c3a215a93 * textmodes/flyspell.el (sgml-lexical-context): Autoload it. (Bug#5752) 2010-03-22 19:37:11 -07:00
Chong Yidong
e9ba3e26e5 * indent.el (indent-for-tab-command): Doc fix. 2010-03-22 13:28:27 -04:00
Alan Mackenzie
657071fc07 cc-engine.el (c-remove-stale-state-cache): Fix off-by-one error. Fixes
bug #5747.
2010-03-22 17:21:22 +00:00
Juanma Barranquero
c8de140b34 Fix typos in docstrings.
* image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
  (image-dired-read-comment): Doc fix.

* json.el (json-object-type, json-array-type, json-key-type, json-false)
  (json-null, json-read-number):
* minibuffer.el (completion-in-region-functions):
* calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
  (cal-tex-cursor-week):
* emacs-lisp/trace.el (trace-function):
* eshell/em-basic.el (eshell/printnl):
* eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
  (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
* obsolete/levents.el (allocate-event, event-key, event-object)
  (event-point, event-process, event-timestamp, event-to-character)
  (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
* textmodes/reftex-vars.el (reftex-index-macros-builtin)
  (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
  (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
  (reftex-highlight-selection): Fix typos in docstrings.
2010-03-22 17:50:29 +01:00
Juanma Barranquero
d120008778 * lisp/minibuffer.el (completion-in-region-functions): Fix docstring typos. 2010-03-19 14:22:15 +01:00
Glenn Morris
f454672ba3 Restore user option rmail-highlight-face.
* mail/rmail.el (rmail-highlight-face): Restore option deleted
2008-02-13 without comment; mark it obsolete.
(rmail-highlight-headers): Use rmail-highlight-face once more.
2010-03-17 21:49:35 -07:00
Chong Yidong
d5704d66b7 Woman parsing fix (Bug#5729).
* woman.el (woman2-process-escapes): Only consume the newline if
the filler character is on a line by itself (Bug#5729).
2010-03-16 13:24:44 -04:00
Kenichi Handa
fade35ddda language/indian.el (devanagari-composable-pattern): Add more consonants. 2010-03-16 16:04:46 +09:00
Michael Albinus
c8215db1b9 * lisp/net/trampver.el: Update release number.
* doc/misc/trampver.texi: Update release number.
2010-03-14 21:10:47 +01:00
Glenn Morris
b4d1636860 * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el. 2010-03-13 11:57:29 -08:00
Michael Albinus
c0e17ff2f2 * net/tramp.el (tramp-find-executable): Use
`tramp-get-connection-buffer'.  Make the regexp for checking
output of "wc -l" more robust.
(tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
(tramp-open-connection-setup-interactive-shell): Remove workaround
for OpenSolaris bug, it is not needed anymore.
2010-03-13 20:11:01 +01:00
Chong Yidong
6408fd427b * cedet/semantic/imenu.el: New file from the CEDET repository (Bug#5412). 2010-03-13 10:49:54 -05:00
Glenn Morris
eb123b1295 Close bug#4427.
* emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie.  (Bug#4427)
* emacs-lisp/cl-loaddefs.el: Regenerate.
2010-03-11 19:19:17 -08:00
Wilson Snyder
5f8d2ce0f8 (auto-mode-alist): Accept more verilog file patterns. 2010-03-11 08:25:46 -08:00
Chong Yidong
fd5476dd1a Fix ChangeLog typo. 2010-03-10 21:41:21 -05:00