/[emacs]/emacs/lisp/ChangeLog.7
ViewVC logotype

Diff of /emacs/lisp/ChangeLog.7

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2.15 by pj, Sun Jan 27 09:15:28 2002 UTC revision 2.15.4.1 by miles, Fri Apr 4 06:19:59 2003 UTC
# Line 735  Line 735 
735          * files.el (auto-mode-alist): Fix regular expression error for          * files.el (auto-mode-alist): Fix regular expression error for
736          sh-mode.          sh-mode.
737    
738  1998-07-26  Ken'ichi HANDA <handa@etl.go.jp>  1998-07-26  Ken'ichi HANDA  <handa@etl.go.jp>
739    
740          * arc-mode.el (archive-summarize): Set buffer unibyte before          * arc-mode.el (archive-summarize): Set buffer unibyte before
741          calling archive-XXX-summarize.          calling archive-XXX-summarize.
# Line 1297  Line 1297 
1297    
1298          * language/misc-lang.el ("IPA"): Add coding-priority and coding-system.          * language/misc-lang.el ("IPA"): Add coding-priority and coding-system.
1299    
1300  1998-07-07  Kevin Rodgers <kevinr@ihs.com>  1998-07-07  Kevin Rodgers  <kevinr@ihs.com>
1301    
1302          * vc.el (vc-finish-logentry): Only delete windows in the          * vc.el (vc-finish-logentry): Only delete windows in the
1303          selected frame displaying the *VC-log* buffer, in case another          selected frame displaying the *VC-log* buffer, in case another
# Line 1905  Line 1905 
1905          (japanese-hankaku-region): Likewise.          (japanese-hankaku-region): Likewise.
1906          (japanese-zenkaku-region): Likewise.          (japanese-zenkaku-region): Likewise.
1907    
1908  1998-06-22  WJCarpenter <bill@carpenter.ORG>  1998-06-22  WJCarpenter  <bill@carpenter.ORG>
1909    
1910          * mail/feedmail.el: New file.          * mail/feedmail.el: New file.
1911    
# Line 2475  Line 2475 
2475          * rsz-mini.el (resize-minibuffer-mode):          * rsz-mini.el (resize-minibuffer-mode):
2476          * iswitchb.el (iswitchb-read-buffer): Add autoload cookie.          * iswitchb.el (iswitchb-read-buffer): Add autoload cookie.
2477    
2478  1998-06-03  Kevin Rodgers <kevinr@ihs.com>  1998-06-03  Kevin Rodgers  <kevinr@ihs.com>
2479    
2480          * replace.el (esc-map): Bind C-M-% to query-replace-regexp.          * replace.el (esc-map): Bind C-M-% to query-replace-regexp.
2481    
# Line 2604  Line 2604 
2604          * international/mule.el (coding-system-mnemonic):          * international/mule.el (coding-system-mnemonic):
2605          Don't crash if arg is nil.          Don't crash if arg is nil.
2606    
2607  1998-05-31  Alan Shutko <shutkoa@ugsolutions.com>  1998-05-31  Alan Shutko  <shutkoa@ugsolutions.com>
2608    
2609          * emacs-lisp/easy-mmode.el (easy-mmode-define-minor-mode): Add          * emacs-lisp/easy-mmode.el (easy-mmode-define-minor-mode): Add
2610          missing format arg.          missing format arg.
# Line 2613  Line 2613 
2613    
2614          * finder.el (finder-known-keywords): Fix `convenience' entry.          * finder.el (finder-known-keywords): Fix `convenience' entry.
2615    
2616  1998-05-30  Richard Stallman <rms@gnu.org>  1998-05-30  Richard Stallman  <rms@gnu.org>
2617    
2618          * textmodes/tex-mode.el: Undo May 15 change.          * textmodes/tex-mode.el: Undo May 15 change.
2619    
# Line 2752  Line 2752 
2752          * autoinsert.el:          * autoinsert.el:
2753          * abbrev.el: Likewise.          * abbrev.el: Likewise.
2754    
2755  1998-05-26  Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>  1998-05-26  Emilio Lopes  <Emilio.Lopes@Physik.TU-Muenchen.DE>
2756                  and Karl Fogel  <kfogel@red-bean.com>                  and Karl Fogel  <kfogel@red-bean.com>
2757    
2758          * bookmark.el: Changes so bookmark list mode works with Info:          * bookmark.el: Changes so bookmark list mode works with Info:
# Line 3833  Line 3833 
3833    
3834  1998-04-29  Eric S. Raymond  <esr@snark.thyrsus.com>  1998-04-29  Eric S. Raymond  <esr@snark.thyrsus.com>
3835    
3836          * Many small changes that mostly eliminate the explicit mail          Many small changes that mostly eliminate the explicit mail separator
3837          separator variable and use the new rfc822-goto-eoh primitive instead:          variable and use the new rfc822-goto-eoh primitive instead:
3838    
3839          * ispell4.el (ispell-message): Use rfc822-goto-eoh.          * ispell4.el (ispell-message): Use rfc822-goto-eoh.
3840    
# Line 4121  Line 4121 
4121    
4122          * ffap.el (dired-at-point): Add autoload cookie.          * ffap.el (dired-at-point): Add autoload cookie.
4123    
4124  1998-04-23  Jens Petersen <petersen@kurims.kyoto-u.ac.jp>  1998-04-23  Jens Petersen  <petersen@kurims.kyoto-u.ac.jp>
4125    
4126          * ffap.el (dired-at-point-require-prefix): New option.          * ffap.el (dired-at-point-require-prefix): New option.
4127          (dired-at-point): New command.          (dired-at-point): New command.
# Line 4909  Line 4909 
4909    
4910  1998-04-07  Dave Love  <d.love@dl.ac.uk>  1998-04-07  Dave Love  <d.love@dl.ac.uk>
4911    
4912          * progmodes/fortran.el Use regexp-opt and eval-and-compile to          * progmodes/fortran.el: Use regexp-opt and eval-and-compile to
4913          build font-lock patterns.          build font-lock patterns.
4914          (fortran-mode): Define indent-region-function,          (fortran-mode): Define indent-region-function,
4915          indent-line-function.          indent-line-function.
# Line 5788  Line 5788 
5788    
5789  1998-03-06  Dave Love  <d.love@dl.ac.uk>  1998-03-06  Dave Love  <d.love@dl.ac.uk>
5790    
5791          * browse-url.el Various doc fixes, mainly to remove innappropriate          * browse-url.el: Various doc fixes, mainly to remove innappropriate
5792          leading "*"s.          leading "*"s.
5793          (browse-url-new-window-p, browse-url-netscape-display)          (browse-url-new-window-p, browse-url-netscape-display)
5794          (browse-url-save-file, browse-url-generic-program):          (browse-url-save-file, browse-url-generic-program):
# Line 5871  Line 5871 
5871    
5872          * battery.el: Fixed spelling of `autoload' magic cookies.          * battery.el: Fixed spelling of `autoload' magic cookies.
5873    
5874  1998-03-05  Sam Steingold <sds@usa.net>  1998-03-05  Sam Steingold  <sds@usa.net>
5875    
5876          * lisp/simple.el (backward-delete-char-untabify-method):          * lisp/simple.el (backward-delete-char-untabify-method):
5877          New user option.          New user option.
# Line 5898  Line 5898 
5898    
5899          * subr.el (sref): Increase CHAR in the while loop.          * subr.el (sref): Increase CHAR in the while loop.
5900    
5901  1998-03-03  Sam Steingold <sds@usa.net>  1998-03-03  Sam Steingold  <sds@usa.net>
5902    
5903          * dired.el (dired-quit): Function deleted.          * dired.el (dired-quit): Function deleted.
5904          (dired-mode-map): Use quit-window for q.          (dired-mode-map): Use quit-window for q.
# Line 7508  Line 7508 
7508          * avoid.el (mouse-avoidance-mode): Variable customized to          * avoid.el (mouse-avoidance-mode): Variable customized to
7509          automatically load the package.          automatically load the package.
7510    
7511  1997-12-22  Kevin Rodgers <kevinr@ihs.com>  1997-12-22  Kevin Rodgers  <kevinr@ihs.com>
7512    
7513          * simple.el (previous-matching-history-element): Bind          * simple.el (previous-matching-history-element): Bind
7514          case-fold-search to nil if REGEXP contains an uppercase letter.          case-fold-search to nil if REGEXP contains an uppercase letter.
# Line 8403  Line 8403 
8403    
8404  1997-10-24  Carsten Dominik  <dominik@strw.LeidenUniv.nl>  1997-10-24  Carsten Dominik  <dominik@strw.LeidenUniv.nl>
8405    
8406          * reftex.el  The menu now used toggle and radio for some items.          * reftex.el:  The menu now used toggle and radio for some items.
8407          (reftex-default-context-regexps): `caption' now prefers the          (reftex-default-context-regexps): `caption' now prefers the
8408          optional short caption.          optional short caption.
8409          (reftex-offer-label-menu): Fixed bug which could kill master          (reftex-offer-label-menu): Fixed bug which could kill master
# Line 9275  Line 9275 
9275    
9276          * gnus.el: Gnus v5.4.56 is released.          * gnus.el: Gnus v5.4.56 is released.
9277    
9278  1997-10-21  Shuhei KOBAYASHI <shuhei-k@jaist.ac.jp>  1997-10-21  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
9279    
9280          * message.el (message-make-in-reply-to): Make valid In-Reply-To.          * message.el (message-make-in-reply-to): Make valid In-Reply-To.
9281    
# Line 9284  Line 9284 
9284          * gnus-art.el (gnus-header-button-alist): Check for URLs in the          * gnus-art.el (gnus-header-button-alist): Check for URLs in the
9285          Subject.          Subject.
9286    
9287  1997-10-21  Hrvoje Niksic <hniksic@srce.hr>  1997-10-21  Hrvoje Niksic  <hniksic@srce.hr>
9288    
9289          * gnus-xmas.el: Cleanup.          * gnus-xmas.el: Cleanup.
9290    
# Line 9292  Line 9292 
9292    
9293          * gnus-art.el (gnus-output-to-file): Return t.          * gnus-art.el (gnus-output-to-file): Return t.
9294    
9295  1997-10-21  Guy Geens <Guy.Geens@elis.rug.ac.be>  1997-10-21  Guy Geens  <Guy.Geens@elis.rug.ac.be>
9296    
9297          * gnus-score.el (gnus-decay-score): Make decay work on negative          * gnus-score.el (gnus-decay-score): Make decay work on negative
9298          scores.          scores.
9299    
9300  1997-10-21  Kurt Swanson <kurt@dna.lth.se>  1997-10-21  Kurt Swanson  <kurt@dna.lth.se>
9301    
9302          * nnmail.el (nnmail-article-group): Handle junk properly.          * nnmail.el (nnmail-article-group): Handle junk properly.
9303    
# Line 9591  Line 9591 
9591    
9592  1997-10-21  Kim-Minh Kaplan  <kimminh.kaplan@utopia.eunet.fr>  1997-10-21  Kim-Minh Kaplan  <kimminh.kaplan@utopia.eunet.fr>
9593    
9594          * gnus-picon.el: * gnus-picons-clear-cache-on-shutdown: new variable.          * gnus-picon.el (gnus-picons-clear-cache-on-shutdown): new variable.
9595          * gnus-picons-piconsearch-cache-user: variable deleted.          (gnus-picons-piconsearch-cache-user): variable deleted.
9596          * gnus-picons-clear-cache: new function.          (gnus-picons-clear-cache): new function.
9597          * gnus-picons-close: only clear cache if          (gnus-picons-close): only clear cache if
9598          gnus-picons-clear-cache-on-shutdown.          gnus-picons-clear-cache-on-shutdown.
9599          * gnus-picons-url-retrieve: set url-package-name and          (gnus-picons-url-retrieve): set url-package-name and
9600          url-package-version.          url-package-version.
9601          * gnus-picons-users-image-alist: new variable.          (gnus-picons-users-image-alist): new variable.
9602          * gnus-picons-retrieve-user-callback: use it.          (gnus-picons-retrieve-user-callback): use it.
9603          * Added support for network retrieval of picons.          Added support for network retrieval of picons.
9604          * gnus-picons-map: removed.          (gnus-picons-map): removed.
9605          * gnus-picons-remove: removed case to handle processes.          (gnus-picons-remove): removed case to handle processes.
9606          * gnus-picons-processes-alist: new variable          (gnus-picons-processes-alist): new variable
9607          * gnus-picons-x-face-sentinel: simplified.  Use processes alist.          (gnus-picons-x-face-sentinel): simplified.  Use processes alist.
9608          * gnus-picons-display-x-face: explicitly request an xface image.          (gnus-picons-display-x-face): explicitly request an xface image.
9609          Always call gnus-picons-prepare-for-annotations.  Use processes          Always call gnus-picons-prepare-for-annotations.  Use processes
9610          alist.          alist.
9611          * gnus-picons-lookup-internal: new function.          (nus-picons-lookup-internal): new function.
9612          * gnus-picons-lookup: use it.          (gnus-picons-lookup): use it.
9613          * gnus-picons-lookup-user-internal: ditto.          (gnus-picons-lookup-user-internal): ditto.
9614          * gnus-picons-display-picon-or-name: no more xface-p argument.          (gnus-picons-display-picon-or-name): no more xface-p argument.
9615          * gnus-picons-try-suffixes: removed.          (gnus-picons-try-suffixes): removed.
9616          * gnus-picons-try-face: new function.  Does the caching in          (gnus-picons-try-face): new function.  Does the caching in
9617          gnus-picons-glyph-alist.          gnus-picons-glyph-alist.
9618          * gnus-picons-try-to-find-face: take a glyph argument instead of a          (gnus-picons-try-to-find-face): take a glyph argument instead of a
9619          path.  No more xface-p argument.  Only use one annotation even if          path.  No more xface-p argument.  Only use one annotation even if
9620          gnus-picons-display-as-address.          gnus-picons-display-as-address.
9621          * gnus-picons-toggle-extent: changed into an annotation action.          (gnus-picons-toggle-extent): changed into an annotation action.
9622    
9623  1997-10-21  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>  1997-10-21  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9624    
# Line 11224  Line 11224 
11224    
11225          * mail/sendmail.el (mail-send): Complain about invalid header line.          * mail/sendmail.el (mail-send): Complain about invalid header line.
11226    
11227  1997-08-30  Jerry James <jerry@cs.ucsb.edu>  1997-08-30  Jerry James  <jerry@cs.ucsb.edu>
11228    
11229          * format.el (format-subtract-regions): New function.          * format.el (format-subtract-regions): New function.
11230          (format-property-increment-region): New function.          (format-property-increment-region): New function.
# Line 11237  Line 11237 
11237          * format.el (format-deannotate-region): Don't change extents of          * format.el (format-deannotate-region): Don't change extents of
11238          enclosing annotations of the same kind.          enclosing annotations of the same kind.
11239    
11240          * format.el (format-deannotate-region): Use          * format.el (format-deannotate-region):
11241          property-increment-region to add to numeric properties.          Use property-increment-region to add to numeric properties.
11242    
11243  1997-08-29  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>  1997-08-29  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
11244    
# Line 12431  Line 12431 
12431    
12432          * progmodes/awk-mode.el (awk-mode): Require cc-mode, not cc-langs.          * progmodes/awk-mode.el (awk-mode): Require cc-mode, not cc-langs.
12433    
12434          * wid-edit.el (widget-single-line-display-table): Variable          * wid-edit.el (widget-single-line-display-table):
12435          commented out; don't use it either.          Variable commented out; don't use it either.
12436    
12437          * case-table.el: Delete autoload cookies (file is preloaded).          * case-table.el: Delete autoload cookies (file is preloaded).
12438    
# Line 12452  Line 12452 
12452    
12453          * progmodes/cc-mode.el (idl-mode): Support for CORBA's IDL language.          * progmodes/cc-mode.el (idl-mode): Support for CORBA's IDL language.
12454    
12455          * progmodes/cc-mode.el (c-initialize-cc-mode): move the calling of          * progmodes/cc-mode.el (c-initialize-cc-mode): Move the calling of
12456          c-make-styles-buffer-local into c-initialize-builtin-style.          c-make-styles-buffer-local into c-initialize-builtin-style.
12457    
12458          * progmodes/cc-mode.el (c-initialize-cc-mode): Run the          * progmodes/cc-mode.el (c-initialize-cc-mode): Run the
# Line 12527  Line 12527 
12527  1997-08-08  Boris Goldowsky  <boris@gnu.ai.mit.edu>  1997-08-08  Boris Goldowsky  <boris@gnu.ai.mit.edu>
12528    
12529          * format.el (format-annotate-single-property-change,          * format.el (format-annotate-single-property-change,
12530          format-annotate-atomic-property-change): move code that interprets          format-annotate-atomic-property-change): Move code that interprets
12531          nil as 0 inside test that property is numeric.          nil as 0 inside test that property is numeric.
12532    
12533  1997-08-08  Valery Alexeev  <valery@math.uga.edu>  1997-08-08  Valery Alexeev  <valery@math.uga.edu>
# Line 12843  Line 12843 
12843          (viper-bind-mouse-search-key,viper-bind-mouse-insert-key,          (viper-bind-mouse-search-key,viper-bind-mouse-insert-key,
12844          viper-unbind-mouse-search-key,viper-unbind-mouse-insert-key):          viper-unbind-mouse-search-key,viper-unbind-mouse-insert-key):
12845          New functions.          New functions.
12846          * viper*el: vip-style names changed to viper-style names.          * viper*.el: vip-style names changed to viper-style names.
12847    
12848  1997-08-01  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>  1997-08-01  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
12849    
# Line 12909  Line 12909 
12909    
12910  1997-07-31  Michael Kifer  <kifer@cs.sunysb.edu>  1997-07-31  Michael Kifer  <kifer@cs.sunysb.edu>
12911    
12912          * ediff*el: (ediff-eval-in-buffer): changed macro and renamed          * ediff*.el: (ediff-eval-in-buffer): changed macro and renamed
12913          ediff-with-current-buffer.          ediff-with-current-buffer.
12914          Eliminated inefficient calls to `intern'.          Eliminated inefficient calls to `intern'.
12915          * ediff-diff.el: (ediff-exec-process): changed to work with buffers          * ediff-diff.el: (ediff-exec-process): changed to work with buffers
# Line 13455  Line 13455 
13455    
13456          * viper*.el: Adapted to use custom.el          * viper*.el: Adapted to use custom.el
13457          * ediff*.el: Improved customization.          * ediff*.el: Improved customization.
13458          * ediff-ptch (ediff-default-backup-extension): New variable.          * ediff-ptch.el (ediff-default-backup-extension): New variable.
13459          (ediff-backup-extension,ediff-backup-specs): Change in initialization.          (ediff-backup-extension,ediff-backup-specs): Change in initialization.
13460    
13461  1997-07-17  Geoff Voelker  <voelker@cs.washington.edu>  1997-07-17  Geoff Voelker  <voelker@cs.washington.edu>
# Line 13793  Line 13793 
13793          (describe-fontset): Likewise.  Doc-string modified.          (describe-fontset): Likewise.  Doc-string modified.
13794          (list-fontsets): Likewise.          (list-fontsets): Likewise.
13795    
13796          * international/encoded-kb.el (encoded-kbd-mode): Call          * international/encoded-kb.el (encoded-kbd-mode):
13797          coding-system-XXX instead of coding-vector-XXX.          Call coding-system-XXX instead of coding-vector-XXX.
13798    
13799  1997-07-09  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>  1997-07-09  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
13800    
# Line 14612  Line 14612 
14612          (type-break-cancel-function-timers): New function.          (type-break-cancel-function-timers): New function.
14613          All callers of cancel-function-timers changed.          All callers of cancel-function-timers changed.
14614          (type-break-check-post-command-hook): New function.          (type-break-check-post-command-hook): New function.
14615          (type-break-mode, type-break-schedule, type-break-alarm,          (type-break-mode, type-break-schedule, type-break-alarm)
14616          type-break-time-warning-alarm): Call it.          (type-break-time-warning-alarm): Call it.
14617          (type-break-mode-line-countdown-or-break): New function.          (type-break-mode-line-countdown-or-break): New function.
14618          (type-break): Call it.          (type-break): Call it.
14619          (type-break-time-warning-schedule): Put type-break-time-warning          (type-break-time-warning-schedule): Put type-break-time-warning
# Line 14875  Line 14875 
14875          custom-nest-groups controls this.          custom-nest-groups controls this.
14876          <l, i, e>: Indent differently if custom-nest-groups.          <l, i, e>: Indent differently if custom-nest-groups.
14877    
14878  1997-06-20   Ryszard Kubiak <rysiek@ipipan.gda.pl>  1997-06-20  Ryszard Kubiak  <rysiek@ipipan.gda.pl>
14879    
14880          * ogonek.el: Doc fixes.          * ogonek.el: Doc fixes.
14881          (ogonek-jak, ogonek-how): Examples of customization fixed.          (ogonek-jak, ogonek-how): Examples of customization fixed.
# Line 15021  Line 15021 
15021          (reftex-plug-into-AUCTeX) New variable and function.          (reftex-plug-into-AUCTeX) New variable and function.
15022          (reftex-make-master-buffer) Fixed bug with relative path names.          (reftex-make-master-buffer) Fixed bug with relative path names.
15023    
15024  1997-06-18   Ryszard Kubiak <rysiek@ipipan.gda.pl>  1997-06-18  Ryszard Kubiak  <rysiek@ipipan.gda.pl>
15025    
15026          * ogonek.el: Doc Fix.          * ogonek.el: Doc Fix.
15027          (prefix-code): Change the name to `ogonek-prefix-code'.          (prefix-code): Change the name to `ogonek-prefix-code'.
# Line 18062  Line 18062 
18062          Setting of syntax and category for Devanagari characters are moved          Setting of syntax and category for Devanagari characters are moved
18063          to characters.el.          to characters.el.
18064    
18065          * language/english (setup-english-environment): Set          * language/english.el (setup-english-environment): Set
18066          sendmail-coding-system and rmail-file-coding-system to nil.          sendmail-coding-system and rmail-file-coding-system to nil.
18067    
18068          * language/ethio-util.el (fidel-to-tex-map): Name changed to          * language/ethio-util.el (fidel-to-tex-map): Name changed to
# Line 18634  Line 18634 
18634    
18635          * skeleton.el (skeleton-read): Doc fix.          * skeleton.el (skeleton-read): Doc fix.
18636    
18637  1997-04-24  Per Abrahamsen <abraham@dina.kvl.dk>  1997-04-24  Per Abrahamsen  <abraham@dina.kvl.dk>
18638    
18639          * widget.el (define-widget): Return name.          * widget.el (define-widget): Return name.
18640    
# Line 19673  Line 19673 
19673          * mh-utils.el (mh-find-progs): When looking for mh-lib, construct          * mh-utils.el (mh-find-progs): When looking for mh-lib, construct
19674          likely paths based on mh-progs rather than using a static list.          likely paths based on mh-progs rather than using a static list.
19675    
19676  1997-03-24  Kevin Rodgers <kevinr@ihs.com>  1997-03-24  Kevin Rodgers  <kevinr@ihs.com>
19677    
19678          * compile.el (grep-program): New variable.          * compile.el (grep-program): New variable.
19679          (grep-command): Use it, and test whether it supports the -e          (grep-command): Use it, and test whether it supports the -e
# Line 19949  Line 19949 
19949          c-Java-defun-prompt-regexp.          c-Java-defun-prompt-regexp.
19950          (c-guess-basic-syntax): CASE 2: relpos for c and c++ is now boi.          (c-guess-basic-syntax): CASE 2: relpos for c and c++ is now boi.
19951    
19952  1997-03-11  Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>  1997-03-11  Kurt Hornik  <Kurt.Hornik@ci.tuwien.ac.at>
19953    
19954          * octave-mod.el (octave-abbrev-table): Add abbrevs for switch,          * octave-mod.el (octave-abbrev-table): Add abbrevs for switch,
19955          case, otherwise, and endswitch.          case, otherwise, and endswitch.
# Line 19988  Line 19988 
19988          (makefile-dependency-regex, makefile-macroassign-regex): Disallow          (makefile-dependency-regex, makefile-macroassign-regex): Disallow
19989          spaces in symbol name.          spaces in symbol name.
19990    
19991  1997-03-11  Dan Nicolaescu <done@ece.arizona.edu>  1997-03-11  Dan Nicolaescu  <done@ece.arizona.edu>
19992    
19993          * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):          * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
19994          New functions.          New functions.
# Line 22779  Line 22779 
22779          calling function, not setting variable.          calling function, not setting variable.
22780          (enriched-encode): New argument ORIG-BUF; evaluate          (enriched-encode): New argument ORIG-BUF; evaluate
22781          enriched-initial-annotation in that buffer.          enriched-initial-annotation in that buffer.
22782          (enriched-decode): Turn on use-hard-newlines with function.  Use          (enriched-decode): Turn on use-hard-newlines with function.
22783          new `set-hard-newline-properties' function.  Set fill-column from          Use new `set-hard-newline-properties' function.  Set fill-column from
22784          File-Width header; re-fill paragraphs only if there is no          File-Width header; re-fill paragraphs only if there is no
22785          File-Width header.          File-Width header.
22786    

Legend:
Removed from v.2.15  
changed lines
  Added in v.2.15.4.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26