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

Diff of /emacs/lisp/ChangeLog

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

revision 1.8172 by rms, Mon Sep 12 05:01:06 2005 UTC revision 1.8173 by monnier, Mon Sep 12 15:05:24 2005 UTC
# Line 1  Line 1 
1    2005-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2    
3            * files.el (normal-mode): Check boundness of font-lock-keywords.
4    
5  2005-09-12  Richard M. Stallman  <rms@gnu.org>  2005-09-12  Richard M. Stallman  <rms@gnu.org>
6    
7          * progmodes/compile.el: Don't decide a file's directory          * progmodes/compile.el: Don't decide a file's directory
# Line 21  Line 25 
25          * time-stamp.el: Mention variable `time-stamp-pattern' in doc          * time-stamp.el: Mention variable `time-stamp-pattern' in doc
26          strings of the variables it can override.          strings of the variables it can override.
27    
28          (time-stamp): new (as yet undocumented) time-stamp-format escapes          (time-stamp): New (as yet undocumented) time-stamp-format escapes
29          %Q and %q, for fully-qualified domain name and unqualified host name.          %Q and %q, for fully-qualified domain name and unqualified host name.
30    
31  2005-09-11  Kim F. Storm  <storm@cua.dk>  2005-09-11  Kim F. Storm  <storm@cua.dk>
# Line 41  Line 45 
45    
46  2005-09-10  Pascal Dupuis  <Pascal.Dupuis@esat.kuleuven.be>  (tiny change)  2005-09-10  Pascal Dupuis  <Pascal.Dupuis@esat.kuleuven.be>  (tiny change)
47    
48          * progmodes/octave-inf.el (inferior-octave-startup): Resync          * progmodes/octave-inf.el (inferior-octave-startup):
49          current dir at the end.          Resync current dir at the end.
50    
51  2005-09-10  Emilio C. Lopes  <eclig@gmx.net>  2005-09-10  Emilio C. Lopes  <eclig@gmx.net>
52    
53          * woman.el (woman-topic-at-point-default): Renamed to          * woman.el (woman-topic-at-point-default):
54          woman-use-topic-at-point-default.          Rename to woman-use-topic-at-point-default.
55          (woman-topic-at-point): Renamed to woman-use-topic-at-point.          (woman-topic-at-point): Rename to woman-use-topic-at-point.
56          (woman-file-name): Reflect renames above.  Automatically use the          (woman-file-name): Reflect renames above.  Automatically use the
57          word at point as topic if woman-use-topic-at-point is non-nil.          word at point as topic if woman-use-topic-at-point is non-nil.
58          Otherwise offer it as default but don't insert it in the          Otherwise offer it as default but don't insert it in the
# Line 66  Line 70 
70          (menu-bar-non-minibuffer-window-p): New functions.          (menu-bar-non-minibuffer-window-p): New functions.
71          ("Split Window", "Save As..."): Use them.          ("Split Window", "Save As..."): Use them.
72          ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")          ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
73          ("Print Buffer", "Truncate Long Lines in this Buffer"):  Use          ("Print Buffer", "Truncate Long Lines in this Buffer"):
74          menu-bar-menu-frame-live-and-visible-p.          Use menu-bar-menu-frame-live-and-visible-p.
75          ("Save Buffer", "Insert File", "Open Directory...")          ("Save Buffer", "Insert File", "Open Directory...")
76          ("Open File...", "Visit New File..."): Use          ("Open File...", "Visit New File..."):
77          menu-bar-non-minibuffer-window-p.          Use menu-bar-non-minibuffer-window-p.
78          (kill-this-buffer-enabled-p, dired <menu-enable>): Use          (kill-this-buffer-enabled-p, dired <menu-enable>):
79          menu-bar-non-minibuffer-window-p.          Use menu-bar-non-minibuffer-window-p.
80    
81  2005-09-09  Eli Zaretskii  <eliz@gnu.org>  2005-09-09  Eli Zaretskii  <eliz@gnu.org>
82    
83          * cus-start.el (all): Don't complain about fringe-related          * cus-start.el (all): Don't complain about fringe-related
84          built-ins if fringes are not supported.  Ditto about          built-ins if fringes are not supported.  Ditto about
85          selection-related built-ins.  Fix the test for GTK-related          selection-related built-ins.  Fix the test for GTK-related built-ins.
         built-ins.  
86    
87          * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")          * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
88          ("Postscript Print Buffer", "Print Region", "Save As...")          ("Postscript Print Buffer", "Print Region", "Save As...")
89          ("Save", "Insert File...", "Open Directory...")          ("Save", "Insert File...", "Open Directory...")
90          ("Open File...", "Visit New File..."")          ("Open File...", "Visit New File..."")
91          ("Truncate Long Lines in this Buffer"): Don't look at          ("Truncate Long Lines in this Buffer"): Don't look at
92          menu-updating-frame if this display does not support multiple          menu-updating-frame if this display does not support multiple frames.
         frames.  
93    
94  2005-09-09  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>  2005-09-09  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
95    
# Line 120  Line 122 
122    
123          * descr-text.el (describe-property-list): Handle non-symbol prop names.          * descr-text.el (describe-property-list): Handle non-symbol prop names.
124    
 2005-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>  
   
         * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.  
         Use with-current-buffer.  
         (ange-ftp-gwp-start): Remove unused var `gw-user'.  
         (ange-ftp-guess-hash-mark-size): Remove unused var `result'.  
         (ange-ftp-insert-directory): Remove unused var `short'.  
         (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.  
   
125  2005-08-30  Richard M. Stallman  <rms@gnu.org>  2005-08-30  Richard M. Stallman  <rms@gnu.org>
126    
127          * simple.el (blink-matching-open): Get rid of text props from          * simple.el (blink-matching-open): Get rid of text props from
# Line 164  Line 157 
157          (recentf-open-files): Use it.          (recentf-open-files): Use it.
158          (recentf-open-file-with-key): New command.          (recentf-open-file-with-key): New command.
159    
160    2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
161    
162            * buff-menu.el (Buffer-menu-sort-by-column): New function.
163            Suggested by Kim F. Storm.
164            (Buffer-menu-sort-button-map): Global keymap for sort buttons.
165            (Buffer-menu-make-sort-button): Use global keymap.
166    
167  2005-09-07  Michael Albinus  <michael.albinus@gmx.de>  2005-09-07  Michael Albinus  <michael.albinus@gmx.de>
168    
169          * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.          * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
# Line 189  Line 189 
189          * calc/calc-poly.el (math-expand-term): Multiply out any powers          * calc/calc-poly.el (math-expand-term): Multiply out any powers
190          when in matrix mode.          when in matrix mode.
191    
 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>  
   
         * buff-menu.el (Buffer-menu-sort-by-column): New function.  
         Suggested by Kim F. Storm.  
         (Buffer-menu-sort-button-map): Global keymap for sort buttons.  
         (Buffer-menu-make-sort-button): Use global keymap.  
   
192  2005-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>  2005-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
193    
194            * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
195            Use with-current-buffer.
196            (ange-ftp-gwp-start): Remove unused var `gw-user'.
197            (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
198            (ange-ftp-insert-directory): Remove unused var `short'.
199            (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
200    
201          * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use          * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
202          non-anonymous functions.          non-anonymous functions.
203    

Legend:
Removed from v.1.8172  
changed lines
  Added in v.1.8173

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