comparison etc/NEWS @ 107683:a7a7dd1d90a3

Document `after-load-functions'. * loading.texi (Hooks for Loading): Document after-load-functions. Copyedits.
author Chong Yidong <cyd@stupidchicken.com>
date Fri, 26 Mar 2010 13:43:01 -0400
parents d3e4095893c1
children 328e54bec8c9
comparison
equal deleted inserted replaced
107682:f9ff2843146e 107683:a7a7dd1d90a3
319 advantage of this feature. 319 advantage of this feature.
320 320
321 *** The log command in vc-annotate can display a single log entry 321 *** The log command in vc-annotate can display a single log entry
322 instead of redisplaying the full log. The RCS, CVS and SCCS VC 322 instead of redisplaying the full log. The RCS, CVS and SCCS VC
323 backends do not support this. 323 backends do not support this.
324 324 ---
325 *** When a file is not found, VC will not try to check it out of RCS anymore. 325 *** When a file is not found, VC will not try to check it out of RCS anymore.
326 326
327 *** Diff and log operations can be used from Dired buffers. 327 *** Diff and log operations can be used from Dired buffers.
328 328
329 *** vc-git changes 329 *** vc-git changes
528 file name handlers such as Tramp to optimizations. 528 file name handlers such as Tramp to optimizations.
529 +++ 529 +++
530 *** make-network-process can now also create `seqpacket' Unix sockets. 530 *** make-network-process can now also create `seqpacket' Unix sockets.
531 531
532 ** Loading changes 532 ** Loading changes
533 533 ---
534 *** eval-next-after-load is obsolete. 534 *** eval-next-after-load is obsolete.
535 535 +++
536 *** New hook `after-load-functions' run after loading an Elisp file. 536 *** New hook `after-load-functions' run after loading an Elisp file.
537 537
538 ** Byte compilation changes 538 ** Byte compilation changes
539 --- 539 ---
540 *** Changing the file-names generated by byte-compilation by redefining 540 *** Changing the file-names generated by byte-compilation by redefining