summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Doc/message fixes.Glenn Morris2009-10-017-46/+71
|
* (vc-cvs-parse-entry): Be more careful with the match-data. (Bug#4555).Glenn Morris2009-10-012-12/+16
|
* (semantic-c-reset-preprocessor-symbol-map): Fix declaration.Glenn Morris2009-10-012-6/+9
| | | | (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
* Remove unused declarations.Glenn Morris2009-10-0111-21/+25
|
* (iswitchb-read-buffer): Fix declaration.Glenn Morris2009-10-011-10/+2
| | | | | | | (iswitchb-mode, remember, remember-buffer-desc) (remember-finalize, remember-save-after-remembering, remember-register) (remember-buffer, remember-handler-functions) (remember-annotation-functions): Remove unused declarations.
* (url-dav-file-attributes): Fix declaration.Glenn Morris2009-10-012-3/+7
|
* (Declaring Functions): Mention that we also search for ".m" files inGlenn Morris2009-10-012-7/+11
| | | | the src/ directory.
* (declare-function): Doc fix.Glenn Morris2009-10-012-5/+10
|
* (check-declare-scan): Read the declaration rather than parsing it as aGlenn Morris2009-10-011-23/+23
| | | | | | | regexp. This relaxes the layout requirements and makes errors easier to detect. (check-declare-verify): Check file is regular. (check-declare-directory): Doc fix.
* See bug#4594.Glenn Morris2009-10-011-2/+4
|
* * cedet/semantic/wisent/javat-wy.el (wisent-java-tags-wy--keyword-table):Juanma Barranquero2009-10-012-0/+5
| | | | Use \000 instead of literal ^@.
* * cedet/srecode/expandproto.el: Fix provide statement.Juanma Barranquero2009-09-302-1/+5
|
* * emacs-lisp/eieio.el (boolean-p): Deleted.Chong Yidong2009-09-303-9/+11
| | | | * cedet/ede/srecode.el: Fix provide statement.
* (ede-proj-target-makefile-miscelaneous): Fix doc typo.Glenn Morris2009-09-302-3/+4
|
* (ede-aux-source): Fix doc typo.Glenn Morris2009-09-302-2/+3
|
* Fix comment typos.Glenn Morris2009-09-302-3/+7
| | | | (ede-proj-target-makefile-miscelaneous, ede-misc-source): Fix doc typos.
* Fix comment typos.Glenn Morris2009-09-302-4/+7
| | | | (semantic-mrub-completing-read, semantic-mrub-switch-tags): Fix doc typos.
* (data-debug-new-buffer, data-debug-insert-thing): Remove unneededGlenn Morris2009-09-302-6/+7
| | | | | declarations (one broken). (semanticdb-enable-gnu-global-databases): Fix prompt typo.
* Fix comment typos.Glenn Morris2009-09-301-2/+2
|
* (elint-init-form): Report declarations where the filename is not a string.Glenn Morris2009-09-302-5/+15
|
* (semantic-scope-find): Fix declaration.Glenn Morris2009-09-301-1/+1
|
* Fix declarations.Glenn Morris2009-09-307-7/+19
|
* (org-columns-uncompile-format): Avoid assignment to free variable `fun'.Glenn Morris2009-09-301-1/+1
|
* Relicense under GPLv3+.Glenn Morris2009-09-302-13/+16
|
* (authors-ignored-files): Add "js2-mode.el".Glenn Morris2009-09-302-0/+8
|
* (semantic-gcc-setup): Replace runtime use of CL function `remove-if-not'.Glenn Morris2009-09-301-8/+11
|
* Remove duplicate author header.Glenn Morris2009-09-301-2/+0
|
* Fix format of Authors: header.Glenn Morris2009-09-301-1/+2
|
* Fix comment typo.Glenn Morris2009-09-301-1/+1
|
* (Acknowledgments): CEDET updates. Fix Hungarian accent.Glenn Morris2009-09-303-41/+51
|
* * files.el (safe-local-eval-forms): Fix typo.Chong Yidong2009-09-292-1/+5
|
* * vc-hooks.el (vc-dir-buffers): New var.Stefan Monnier2009-09-293-44/+63
| | | | | | | | | | | | | (vc-state-refresh): New function. (vc-state): Use it. (vc-after-save): Always ask the backend to recompute the new state. Always call vc-dir if necessary, using vc-dir-buffers. * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file): Use vc-dir-buffers. (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook. (vc-dir-prepare-status-buffer, vc-dir-update) (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode): Don't call expand-file-name on default-directory.
* Add 2009 to copyright years.Glenn Morris2009-09-292-2/+3
|
* Relicense under GPLv3+.Glenn Morris2009-09-293-23/+22
|
* Add 2009 to copyright years.Glenn Morris2009-09-291-0/+0
|
* Add 2009 to copyright years.Glenn Morris2009-09-2925-36/+36
|
* Regenerate.Glenn Morris2009-09-291-2555/+1846
|
* (check-declare-verify): Add basic defmethod and defclass, andGlenn Morris2009-09-292-4/+16
| | | | define-overloadable-function.
* Mark declarations not understood by check-declare.Glenn Morris2009-09-293-6/+8
|
* Add 2009 to copyright years.Glenn Morris2009-09-291-2/+2
| | | | (srecode-resolve-arguments): Fix declaration.
* (check-declare-locate): Remove pointless file-name-nondirectory callGlenn Morris2009-09-292-2/+10
| | | | | preventing location of cedet files. (check-declare-verify): Use literal search rather than re-search.
* (tramp-smb-handle-directory-files-and-attributes): UseGlenn Morris2009-09-291-1/+1
| | | | | tramp-compat-file-attributes rather than nonexistent tramp-compat-handle-file-attributes.
* * speedbar.el (speedbar-item-delete):Juanma Barranquero2009-09-297-8/+20
| | | | | | | | | | | * calc/calc-prog.el (calc-kbd-if): * language/hanja-util.el (hanja-init-load): Fix typos in messages. * epa.el (epa-key-list-mode-map): * hi-lock.el (hi-lock-menu): Fix typos in menus. * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring. (hs-show-hook): Fix typo in docstring.
* * spam-stat.el (spam-stat-load): Fix typo in message.Juanma Barranquero2009-09-292-10/+14
|
* * org-agenda.el (org-agenda-restore-windows-after-quit): Fix typo in docstring.Juanma Barranquero2009-09-292-1/+6
|
* (check): Update for two new levels of subdirectory in lisp/.Glenn Morris2009-09-292-0/+12
|
* (lisptagsfiles4): New.Glenn Morris2009-09-292-11/+52
| | | | | | | | | (AUTOGENEL): Add cedet loaddefs files. (TAGS, TAGS-LISP): Use $lisptagsfiles4. (update-elclist, compile-always, backup-compiled-files) (bootstrap-clean): Add yet another directory level. (update-elclist): Use LC_COLLATE rather than COLLATE. (ELCFILES): Update, via `make update-elclist'.
* *** empty log message ***Juanma Barranquero2009-09-291-0/+6
|
* * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.Juanma Barranquero2009-09-291-6/+13
| | | | | (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET. (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
* * cedet/*: New unit tests, from CEDET repository.Chong Yidong2009-09-281-0/+4
|