1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585
|
2007-06-06 Eric M. Ludlam <zappo@gnu.org>
* Project.ede ("common"): regress to prerelease 4
* Makefile (VERSION): Regress to prerelease 4
* cedet.el (cedet-version): Regress back to prerelease 4
(cedet-packages): Regress some packages back to prerelease 4
2007-05-20 Eric M. Ludlam <zappo@gnu.org>
* Makefile (common_LISP): Added cedet-files.el.
* Project.ede ("common"): Add cedet-files.el.
* cedet-files.el (cedet-dir-sep-char): Replace semanticdb-dir-sep-char.
(cedet-directory-name-to-file-name): New.
Copied from semanticdb-file.el, semanticdb-file-name-directory.
* cedet-compat.el (subst-char-in-string):
Compat fcn if it doesn't exist.
2007-05-10 Eric M. Ludlam <zappo@gnu.org>
* cedet-edebug.el (edebug-setup-hook, debugger-mode-hook):
Add "A" binding into adebug
for displaying the values of some variables.
2007-02-19 Eric M. Ludlam <zappo@gnu.org>
* working.el: (working-mode-line-update)
(working-run-with-timer, working-cancel-timer): Fix byte-comp issues.
* inversion.el (inversion-decode-version): Use string-to-number.
(inversion-find-version): Add autoload cookie.
* cedet.el (cedet-version): Move. Try to fix byte-comp warnings.
2006-02-09 Eric M. Ludlam <zappo@gnu.org>
* inversion.el (inversion-find-version):
Don't load in the whole file while
scanning for revision numbers.
(inversion-add-to-load-path): After adding a load path, make
sure the new file has the correct revision number.
2006-02-08 David Ponce <david@dponce.com>
* inversion.el (inversion-add-to-load-path):
Don't signal an error when shadowing
an outdated package.
2006-02-08 Eric M. Ludlam <zappo@gnu.org>
* icons/Makefile (VERSION): Updated
* Project.ede (:version): updated (removed)
* Makefile (VERSION): updated
* cedet.el (cedet-version): Updated
(cedet-packages): Revised all version numbers.
(cedet-version): Improved output table for use w/ PRERELEASE CHECKIST.
* inversion.el (inversion-version): Update version number
(inversion-add-to-load-path): Throw error if revision mismatch.
2006-01-30 David Ponce <david@dponce.com>
* mode-local.el (define-mode-local-override):
Set the `definition-name' of the
symbol generated for the mode local function, so find-func (since
Emacs 22) can locate it.
2005-12-07 Eric M. Ludlam <zappo@gnu.org>
* ezimage.el: Doc Fixes.
2005-10-13 David Ponce <david@dponce.com>
* cedet.el (cedet-packages): Update speedbar version requirement.
2005-09-30 Eric M. Ludlam <zappo@gnu.org>
* cedet.el, working.el, pprint.el, mode-local.el, inversion.el, fame.el, ezimage.el, cedet-load.el, cedet-compat.el, cedet-autogen.el:
Update all GPL headers with script from savannah.gnu.org.
* inversion.el (inversion-decoders):
Make more robust to some spacing issues.
(inversion-decode-version): Allow for empty alpha/beta values. (Assume 1)
(inversion-unit-test): Apply some whitespace issues to prove robustness.
2005-09-29 Eric M. Ludlam <zappo@gnu.org>
* mode-local.el (find-func): New require.
2005-09-01 Eric M. Ludlam <zappo@gnu.org>
* inversion.el (inversion-check-version): doc fix
2005-06-30 Eric M. Ludlam <zappo@gnu.org>
* Project.ede (:version): Updated.
* icons/Makefile, Makefile (VERSION): Updated.
* cedet.el (cedet-version): Updated
(cedet-packages): Updated
* cedet.el (cedet-version): New command.
2005-05-06 Eric M. Ludlam <zappo@gnu.org>
* icons/Makefile (VERSION): Updated version.
* Project.ede ("common"): Updated version.
* Makefile (VERSION): Updated
(autoloads,init,setup,common): Quotes around EMACS.
* cedet.el (cedet-version): Update revision
(cedet-packages): Update revisions of dependent packages.
2005-04-20 Eric M. Ludlam <zappo@gnu.org>
* inversion.el (inversion-version): Updated
(inversion-unit-test): Added tests for new "prerelease" decoder.
2005-04-19 David Ponce <david@dponce.com>
* inversion.el (inversion-decoders):
Rename from inversion-decoder-ring. Define
as constant. Fix prerelease regexp and doc string.
(inversion-decode-version)
(inversion-release-to-number): Update.
2005-04-19 Eric M. Ludlam <zappo@gnu.org>
* inversion.el (speedbar-incompatible-version):
Support pre-release notation.
* icons/Makefile, Makefile (VERSION): Updated.
* Project.ede ("common"): Update Version number
* cedet.el: Update Version Numbers.
2005-03-24 David Ponce <david@dponce.com>
* mode-local.el (activate-mode-local-bindings):
Fix call to `local-variable-p' for
XEmacs compatibility.
2005-02-22 Eric M. Ludlam <zappo@gnu.org>
* mode-local.el (find-function-regexp):
Modify it so that `find-function' can find
overloaded symbols.
2005-02-03 Eric M. Ludlam <zappo@gnu.org>
* icons/Makefile (VERSION): Updated version number
* cedet.el (cedet-version): Update version number.
* Makefile (VERSION): Update version number
* Project.ede ("common"): Update versin number.
2005-01-10 David Ponce <david@dponce.com>
* mode-local.el (activate-mode-local-bindings):
Return previous bindings of
buffer-local variables overridden by mode-local bindings.
(with-mode-local): Restore buffer-local bindings overridden by
mode-local bindings.
2004-12-13 David Ponce <david@dponce.com>
* working.el (working-noninteractive): Fixed definition.
2004-11-29 David Ponce <david@dponce.com>
* fame.el: (fame-valid-level-values)
(fame-display-choice): Accept 'temp-nolog and 'nolog.
(fame-level-widget, fame-channel-widget): Format change.
(fame-temp-message-internal): New function.
(fame-temp-message): Use it.
(fame-temp-message-nolog): New function.
(fame-send-functions-alist): New internal constant.
(fame-send): Use it.
(define-fame-channel): Accept a doc string. Fix generated doc
string.
2004-11-25 David Ponce <david@dponce.com>
* Makefile: Re-generate.
* Project.ede ("common"): Add fame.el to source.
* working.el (fame): Require.
(working-noninteractive): New function.
(working-message-echo): Use it and `fame-message-nolog'.
(working-message-emacs, working-message-xemacs): Remove.
(working-current-message): Alias of `fame-current-message'.
(working-temp-message): Alias of `fame-temp-message'.
(working-temp-message-timer, working-temp-message-delay)
(working-temp-restore-message): Remove.
* fame.el: New library.
2004-09-08 David Ponce <david@dponce.com>
* working.el (working-temp-restore-message):
Fix error when saved message text
contains percent characters.
2004-07-30 Eric M. Ludlam <zappo@gnu.org>
* mode-local.el: Updated Commentary.
* cedet.el: Update required version of semantic.
2004-07-21 Eric M. Ludlam <zappo@gnu.org>
* icons/Makefile (VERSION): update to beta3
(Makefile): Regenerated
* Makefile (VERSION): Update to beta3
* Project.ede ("common"): Update version number.
* cedet.el (cedet-version): Updated to beta3
2004-07-20 Eric M. Ludlam <zappo@gnu.org>
* Makefile (misc_AUX): New
(dist): Add misc_AUX
* Project.ede ("misc"): New target.
2004-06-29 David Ponce <david@dponce.com>
* working.el: New feature to display messages temporarily.
(working-temp-message-delay, working-temp-message-timer)
(working-temp-message-saved): New variables.
(working-temp-restore-message)
(working-temp-message): New functions.
2004-06-24 David Ponce <david@dponce.com>
* mode-local.el (mode-local-define-derived-mode-needed-p):
New function.
(define-derived-mode): Advice if the above returns non-nil.
(mode-local--init-mode): New variable.
(mode-local-initialized-p): New function.
(mode-local-post-major-mode-change): Use it.
(activate-mode-local-bindings): Register the major mode for which
bindings have been activated in current buffer.
(deactivate-mode-local-bindings): Unregister it.
* cedet.el:
Run every package setup after the `load-path' has been changed.
2004-05-12 David Ponce <david@dponce.com>
* mode-local.el (cl): Require at compile time.
(define-derived-mode): Advise to workaround a bug in XEmacs
implementation, which don't set the `derived-mode-parent'
property.
2004-04-29 David Ponce <david@dponce.com>
* icons/Makefile, Makefile: Rebuild.
* Project.ede ("common"): Add mode-local.el to source.
2004-04-28 David Ponce <david@dponce.com>
* mode-local.el: New file.
2004-04-11 Eric M. Ludlam <zappo@gnu.org>
* Makefile (dist): Add autoloads
2004-04-08 David Ponce <david@dponce.com>
* pprint.el (pprint-nil): Remove.
(pprint-nil-as-list): New function.
(pprint-lambda, pprint-defun): Use it.
(pprint-let): Likewise. Improve pretty-printing of let bindings.
(pprint-function): Fix error message.
2004-04-06 Eric M. Ludlam <zappo@gnu.org>
* Makefile (dist): Distribute the autoload file
2004-03-30 Eric M. Ludlam <zappo@gnu.org>
* Makefile (Makefile):
Updated with info for when Makefile is out of date.
2004-03-28 David Ponce <david@dponce.com>
* cedet.el (let): Revert previous change.
2004-03-28 Eric M. Ludlam <zappo@gnu.org>
* cedet.el (cedet-packages): Added cedet-contrib
(inline code): Allow both package-load and package to be loaded.
2004-03-11 Eric M. Ludlam <zappo@gnu.org>
* cedet-autogen.el (cedet-batch-update-autoloads):
When an error occurs, display both the
error message, and the more friendly usage message.
2004-02-12 Eric M. Ludlam <zappo@gnu.org>
* cedet.el (cedet-version): Updated.
* icons/Makefile (VERSION): updated.
* Makefile (common_LISP): Added cedet-edebug.
(VERSION): Updated.
(all lisp compilation rules): updated EDE.
* Project.ede (version): Update to beta 2.
* Project.ede (common): Added cedet-edebug.el.
* cedet-edebug.el (eieio,semantic-tag): Removed these dependencies.
(cedet-edebug-prin1-extensions): Removed contents.
(cedet-edebug-rebuild-prin1): Change name of generated function.
(cedet-edebug-prin1-to-string): New fcn.
(cedet-edebug-add-print-override): New utility function.
(edebug-setup-hook): Add autoload cookie.
2003-12-29 Eric M. Ludlam <zappo@gnu.org>
* working.el: Zajcev Evgeny:
(senator-try-expand-semantic): Better check for minibuffer in a window.
2003-12-11 Eric M. Ludlam <zappo@gnu.org>
* cedet-edebug.el: Extensions to edebug for projects in CEDET.
2003-11-20 Eric M. Ludlam <zappo@gnu.org>
* cedet-autogen.el, ezimage.el: Merged with cedet-1p0beta1 branch.
2003-11-17 David Ponce <david@dponce.com>
* cedet-autogen.el (cedet-autogen-ensure-default-file):
Split "Local variables:"
string that confuses `hack-local-variables'.
2003-11-14 David Ponce <david@dponce.com>
* cedet-autogen.el (cedet-autogen-kill-xemacs-autoloads-feature):
Fix regexp.
(cedet-autogen-ensure-default-file): New function.
(cedet-update-autoloads): Use it.
2003-11-09 Eric M. Ludlam <zappo@gnu.org>
* ezimage.el (ezimage-image-over-string):
Always return the string, even if we do
not put an image over it.
2003-10-22 Eric M. Ludlam <zappo@gnu.org>
* icons/Makefile: EDE Makefile for icons.
* icons/Project.ede: EDE Project file for icons.
2003-10-02 Eric M. Ludlam <zappo@gnu.org>
* Project.ede: Now a meta-subproject.
* Makefile (dist): Remove local creation of tar file.
(icons): New target
(all): add icons.
2003-10-01 David Ponce <david@dponce.com>
* Makefile: Re-generate.
* Project.ede (common): Add cedet-compat.el to target sources.
* cedet-compat.el: New file.
2003-09-24 David Ponce <david@dponce.com>
* cedet.el (cedet-packages): Update minimum version requirements.
* Makefile: Re-generate.
* Project.ede (common):
Add sformat.el and working.el to target sources.
* sformat.el, working.el: New file, moved from semantic.
2003-09-23 David Ponce <david@dponce.com>
* inversion.el (inversion-add-to-load-path):
INSTALLDIR actually specifies where
PACKAGE is installed.
* cedet.el (cedet-version): Change to 1.0beta1.
(cedet-packages): Add "cedet".
Handle package installed in a directory with a different name.
* Makefile, Project.ede, cedet-load.el: New file.
2003-09-17 David Ponce <david@dponce.com>
* cedet.el (cedet-packages):
No more need an explicit setup file to load.
Automatically require the PACKAGE-load feature.
2003-09-08 David Ponce <david@dponce.com>
* cedet.el (cl): Require at compile time.
(cedet-packages): Update versions. Add autoloads setup.
(main let): Don't setq default-directory. Use dolist. load the
setup library, don't require it. Don't stop if failed to load a setup
library. Print an error message and continue.
2003-09-06 Eric M. Ludlam <zappo@gnu.org>
* inversion.el (inversion-version): Update current version.
* inversion.el (inversion-require, inversion-upgrade-package):
add autoload cookie.
* cedet-autogen.el (cedet-update-autoloads): Autoload cookie.
2003-09-05 David Ponce <david@dponce.com>
* cedet-autogen.el (cedet-update-autoloads):
Also accept an explicit list of
directories to scan for autoloads.
2003-09-03 David Ponce <david@dponce.com>
* cedet-autogen.el: New file.
2003-08-06 David Ponce <david@dponce.com>
* ezimage.el (defezimage):
Fix typo in definition that uses `make-glyph'.
2003-07-23 Eric M. Ludlam <zappo@gnu.org>
* inversion.el (inversion-version): set to 1.0
2003-07-18 Eric M. Ludlam <zappo@gnu.org>
* ezimage.el (ezimage-insert-image-button-maybe):
Use when instead of if.
(ezimage-insert-over-text): Only do logic if images enabled.
(ezimage-image-over-string): New fcn.
* icons/bitsbang.xpm, icons/key.xpm, icons/lock.xpm, icons/unlock.xpm:
*** empty log message ***
2003-07-17 Eric M. Ludlam <zappo@gnu.org>
* icons/bits.xpm, icons/box-minus.xpm, icons/box-plus.xpm, icons/box.xpm, icons/checkmark.xpm, icons/dir-minus.xpm, icons/dir-plus.xpm, icons/dir.xpm, icons/doc-minus.xpm, icons/doc-plus.xpm, icons/doc.xpm, icons/info.xpm, icons/key.xpm, icons/label.xpm, icons/lock.xpm, icons/mail.xpm, icons/page-minus.xpm, icons/page-plus.xpm, icons/page.xpm, icons/tag-gt.xpm, icons/tag-minus.xpm, icons/tag-plus.xpm, icons/tag-type.xpm, icons/tag-v.xpm, icons/tag.xpm, icons/unlock.xpm:
*** empty log message ***
* ezimage.el: Image display code; extracted from speedbar.
2003-03-04 Eric M. Ludlam <zappo@gnu.org>
* inversion.el (inversion-package-version): Fixed output messages.
2003-03-03 Eric M. Ludlam <zappo@gnu.org>
* inversion.el (inversion-require): Make file argument optional.
2003-03-02 Eric M. Ludlam <zappo@gnu.org>
* inversion.el (inversion-test): Fix typo.
* inversion.el (inversion-reverse-test): New function.
* inversion.el (inversion-unit-test):
New fcn built from previously inline code.
2003-02-17 David Ponce <david@dponce.com>
* pprint.el (pprint-defvar): Fixed.
(pprint-to-string): Escape left parenthesis at beginning of line
in strings.
2003-01-28 David Ponce <david@dponce.com>
* cedet.el: New file.
* inversion.el (inversion-add-to-load-path):
Don't change the `load-path' if the
package directory don't exist.
2002-12-19 David Ponce <david@dponce.com>
* inversion.el (inversion-find-version):
Use `locate-library' to avoid compatibility
problems.
2002-12-13 David Ponce <david@dponce.com>
* inversion.el (inversion-version): Changed to 1.0beta4.
(inversion-decoder-ring): Doc fix.
(inversion-recode): Implemented.
(inversion-check-version): New function.
(inversion-test): Use it.
(inversion-add-to-load-path): New function.
2002-12-11 David Ponce <david@dponce.com>
* inversion.el: (inversion-incompatible-version)
(inversion-test): Doc fix.
(inversion-find-data): New constant.
(inversion-find-version): New function.
(inversion-upgrade-package 'semantic): Commented out.
2002-09-05 Eric M. Ludlam <zappo@gnu.org>
* inversion.el: Updated tesets.
(inversion-incompatible-version): Changed for testing
(inversion-<): Logic updates
(inversion-test): More tests
(inversion-require): Added DIRECTORY where new versions to be found.
(inversion-locate-package-files, inversion-locate-package-files-and-split)
(inversion-download-package-ask, inversion-upgrade-package): New functions.
2002-09-03 Eric M. Ludlam <zappo@gnu.org>
* inversion.el: Update tests.
* inversion.el (inversion-test): Indentation issues.
* inversion.el (inversion-test): fixed typo.
* inversion.el: Added history.
Checkdoc fixes.
* inversion.el: Changed version number.
2002-08-21 Eric M. Ludlam <zappo@gnu.org>
* inversion.el: Version checking functionality.
2002-03-11 David Ponce <david@dponce.com>
* pprint.el (pprint-cond): New function.
(pprint-with): New function.
(pprint-setup-standard-printers): Use them to pretty print `cond' and
`with-...' forms. Added pretty printing of `dotimes' and
`unwind-protect'.
* pprint.el (pprint-min-width): Moved before used.
(pprint-close-list): Ditto. Deleted code commented out.
2002-03-10 David Ponce <david@dponce.com>
* pprint.el (pprint-sexp-try): Renamed from `pprint-sexp-width'.
(pprint-list): Use it. Handle whole list.
(pprint-close-list): Commented out code that break line.
(pprint-sexp): Simplified.
* pprint.el (pprint-no-break-p):
Check that MOTIONS stay on the same line.
(pprint-close-list): Check for a newline instead of counting lines.
(pprint-min-width): Replaced `defconst' by `defvar'.
(pprint-to-string): Locally bind `inhibit-modification-hooks' to
non-nil.
* pprint.el: A flexible Elisp pretty-printer. Initial revision.
|