diff options
| author | Romain Francoise | 2006-03-23 07:31:33 +0000 |
|---|---|---|
| committer | Romain Francoise | 2006-03-23 07:31:33 +0000 |
| commit | 679ce4d54614874bad10704b9bd5df5da6ab65f6 (patch) | |
| tree | eefcfa1fded6aaa31fa22f2d8437fd81cf1b4bb1 | |
| parent | fde057aac8743ec04145f99d2de634fa6e2c37c7 (diff) | |
| download | emacs-679ce4d54614874bad10704b9bd5df5da6ab65f6.tar.gz emacs-679ce4d54614874bad10704b9bd5df5da6ab65f6.zip | |
Misc. fixes.
| -rw-r--r-- | etc/ChangeLog | 4 | ||||
| -rw-r--r-- | etc/NEWS | 45 |
2 files changed, 28 insertions, 21 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index 391c072ca7b..6144190cb49 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2006-03-23 Romain Francoise <romain@orebokech.com> | ||
| 2 | |||
| 3 | * NEWS: Misc. fixes. | ||
| 4 | |||
| 1 | 2006-03-15 Carsten Dominik <dominik@science.uva.nl> | 5 | 2006-03-15 Carsten Dominik <dominik@science.uva.nl> |
| 2 | 6 | ||
| 3 | * orgcard.tex: Version number change only. | 7 | * orgcard.tex: Version number change only. |
| @@ -1192,7 +1192,7 @@ fontset appropriately. | |||
| 1192 | *** Custom themes are collections of customize options. Create a | 1192 | *** Custom themes are collections of customize options. Create a |
| 1193 | custom theme with M-x customize-create-theme. Use M-x load-theme to | 1193 | custom theme with M-x customize-create-theme. Use M-x load-theme to |
| 1194 | load and enable a theme, and M-x disable-theme to disable it. Use M-x | 1194 | load and enable a theme, and M-x disable-theme to disable it. Use M-x |
| 1195 | enable-theme to renable a disabled theme. | 1195 | enable-theme to enable a disabled theme. |
| 1196 | 1196 | ||
| 1197 | +++ | 1197 | +++ |
| 1198 | *** The commands M-x customize-face and M-x customize-face-other-window | 1198 | *** The commands M-x customize-face and M-x customize-face-other-window |
| @@ -1265,7 +1265,7 @@ of marked files with the value entered in the minibuffer. | |||
| 1265 | control substitution of the file names only when they are surrounded | 1265 | control substitution of the file names only when they are surrounded |
| 1266 | by whitespace. This means you can now use them as shell wildcards | 1266 | by whitespace. This means you can now use them as shell wildcards |
| 1267 | too. If you want to use just plain `*' as a wildcard, type `*""'; the | 1267 | too. If you want to use just plain `*' as a wildcard, type `*""'; the |
| 1268 | doublequotes make no difference in the shell, but they prevent | 1268 | double quotes make no difference in the shell, but they prevent |
| 1269 | special treatment in `dired-do-shell-command'. | 1269 | special treatment in `dired-do-shell-command'. |
| 1270 | 1270 | ||
| 1271 | +++ | 1271 | +++ |
| @@ -1420,7 +1420,7 @@ people knowing `find-grep-dired' would probably expect it. | |||
| 1420 | settings, for grep commands only. | 1420 | settings, for grep commands only. |
| 1421 | 1421 | ||
| 1422 | +++ | 1422 | +++ |
| 1423 | *** New option `grep-highlight-matches' highlightes matches in *grep* | 1423 | *** New option `grep-highlight-matches' highlights matches in *grep* |
| 1424 | buffer. It uses a special feature of some grep programs which accept | 1424 | buffer. It uses a special feature of some grep programs which accept |
| 1425 | --color option to output markers around matches. When going to the next | 1425 | --color option to output markers around matches. When going to the next |
| 1426 | match with `next-error' the exact match is highlighted in the source | 1426 | match with `next-error' the exact match is highlighted in the source |
| @@ -1664,7 +1664,7 @@ to increment the SOA serial. | |||
| 1664 | filenames being entered by the user in the minibuffer are displayed, so | 1664 | filenames being entered by the user in the minibuffer are displayed, so |
| 1665 | that it's clear when part of the entered filename will be ignored due to | 1665 | that it's clear when part of the entered filename will be ignored due to |
| 1666 | emacs' filename parsing rules. The ignored portion can be made dim, | 1666 | emacs' filename parsing rules. The ignored portion can be made dim, |
| 1667 | invisible, or otherwise less visually noticable. The display method can | 1667 | invisible, or otherwise less visually noticeable. The display method can |
| 1668 | be displayed by customizing the variable `file-name-shadow-properties'. | 1668 | be displayed by customizing the variable `file-name-shadow-properties'. |
| 1669 | 1669 | ||
| 1670 | +++ | 1670 | +++ |
| @@ -1853,12 +1853,15 @@ boundaries during scrolling. | |||
| 1853 | * Changes in Specialized Modes and Packages in Emacs 22.1: | 1853 | * Changes in Specialized Modes and Packages in Emacs 22.1: |
| 1854 | 1854 | ||
| 1855 | ** Changes in Dired | 1855 | ** Changes in Dired |
| 1856 | |||
| 1857 | +++ | ||
| 1856 | *** Bindings for Tumme added | 1858 | *** Bindings for Tumme added |
| 1857 | Several new keybindings, all starting with the C-t prefix, have been | 1859 | Several new keybindings, all starting with the C-t prefix, have been |
| 1858 | added to Dired. They are all bound to commands in Tumme. As a starting | 1860 | added to Dired. They are all bound to commands in Tumme. As a starting |
| 1859 | point, mark some image files in a dired buffer and do C-t d to display | 1861 | point, mark some image files in a dired buffer and do C-t d to display |
| 1860 | thumbnails of them in a separate buffer. | 1862 | thumbnails of them in a separate buffer. |
| 1861 | ** Changes in Hi Lock: | 1863 | |
| 1864 | ** Changes in Hi Lock | ||
| 1862 | 1865 | ||
| 1863 | +++ | 1866 | +++ |
| 1864 | *** hi-lock-mode now only affects a single buffer, and a new function | 1867 | *** hi-lock-mode now only affects a single buffer, and a new function |
| @@ -1991,7 +1994,7 @@ with the number appended to the `*info*' buffer name (e.g. "*info*<2>"). | |||
| 1991 | Before leaving the initial Info node isearch fails once with the error | 1994 | Before leaving the initial Info node isearch fails once with the error |
| 1992 | message [initial node], and with subsequent C-s/C-r continues through | 1995 | message [initial node], and with subsequent C-s/C-r continues through |
| 1993 | other nodes. When isearch fails for the rest of the manual, it wraps | 1996 | other nodes. When isearch fails for the rest of the manual, it wraps |
| 1994 | aroung the whole manual to the top/final node. The user option | 1997 | around the whole manual to the top/final node. The user option |
| 1995 | `Info-isearch-search' controls whether to use Info-search for isearch, | 1998 | `Info-isearch-search' controls whether to use Info-search for isearch, |
| 1996 | or the default isearch search function that wraps around the current | 1999 | or the default isearch search function that wraps around the current |
| 1997 | Info node. | 2000 | Info node. |
| @@ -2777,7 +2780,7 @@ idle). | |||
| 2777 | 2780 | ||
| 2778 | --- | 2781 | --- |
| 2779 | *** New customizable variables: | 2782 | *** New customizable variables: |
| 2780 | - desktop-save. Determins whether the desktop should be saved when it is | 2783 | - desktop-save. Determines whether the desktop should be saved when it is |
| 2781 | killed. | 2784 | killed. |
| 2782 | - desktop-file-name-format. Format in which desktop file names should be saved. | 2785 | - desktop-file-name-format. Format in which desktop file names should be saved. |
| 2783 | - desktop-path. List of directories in which to lookup the desktop file. | 2786 | - desktop-path. List of directories in which to lookup the desktop file. |
| @@ -2903,7 +2906,7 @@ specified to etags, variables are tags also. | |||
| 2903 | The new keywords are def, newcommand, renewcommand, newenvironment and | 2906 | The new keywords are def, newcommand, renewcommand, newenvironment and |
| 2904 | renewenvironment. | 2907 | renewenvironment. |
| 2905 | 2908 | ||
| 2906 | *** Honour #line directives. | 2909 | *** Honor #line directives. |
| 2907 | 2910 | ||
| 2908 | When Etags parses an input file that contains C preprocessor's #line | 2911 | When Etags parses an input file that contains C preprocessor's #line |
| 2909 | directives, it creates tags using the file name and line number | 2912 | directives, it creates tags using the file name and line number |
| @@ -3126,7 +3129,7 @@ obsolete; use `dframe-update-speed' instead. | |||
| 3126 | --- | 3129 | --- |
| 3127 | ** sql changes. | 3130 | ** sql changes. |
| 3128 | 3131 | ||
| 3129 | *** The variable `sql-product' controls the highlightng of different | 3132 | *** The variable `sql-product' controls the highlighting of different |
| 3130 | SQL dialects. This variable can be set globally via Customize, on a | 3133 | SQL dialects. This variable can be set globally via Customize, on a |
| 3131 | buffer-specific basis via local variable settings, or for the current | 3134 | buffer-specific basis via local variable settings, or for the current |
| 3132 | session using the new SQL->Product submenu. (This menu replaces the | 3135 | session using the new SQL->Product submenu. (This menu replaces the |
| @@ -3187,7 +3190,7 @@ Keyword highlighting of Postgres 7.3 is implemented. Prompting for | |||
| 3187 | the username and the pgsql `-U' option is added. | 3190 | the username and the pgsql `-U' option is added. |
| 3188 | 3191 | ||
| 3189 | *** MySQL support is enhanced. | 3192 | *** MySQL support is enhanced. |
| 3190 | Keyword higlighting of MySql 4.0 is implemented. | 3193 | Keyword highlighting of MySql 4.0 is implemented. |
| 3191 | 3194 | ||
| 3192 | *** Imenu support has been enhanced to locate tables, views, indexes, | 3195 | *** Imenu support has been enhanced to locate tables, views, indexes, |
| 3193 | packages, procedures, functions, triggers, sequences, rules, and | 3196 | packages, procedures, functions, triggers, sequences, rules, and |
| @@ -3323,7 +3326,7 @@ automatically. The game uses faces for better visual feedback. | |||
| 3323 | 3326 | ||
| 3324 | To enable this, set `calculator-output-radix' non-nil. In this mode a | 3327 | To enable this, set `calculator-output-radix' non-nil. In this mode a |
| 3325 | separator character is used every few digits, making it easier to see | 3328 | separator character is used every few digits, making it easier to see |
| 3326 | byte boundries etc. For more info, see the documentation of the | 3329 | byte boundaries etc. For more info, see the documentation of the |
| 3327 | variable `calculator-radix-grouping-mode'. | 3330 | variable `calculator-radix-grouping-mode'. |
| 3328 | 3331 | ||
| 3329 | --- | 3332 | --- |
| @@ -3430,7 +3433,7 @@ any customizations. | |||
| 3430 | Previous versions of Emacs erred on the side of having a usable Emacs | 3433 | Previous versions of Emacs erred on the side of having a usable Emacs |
| 3431 | through telnet, even though that was inconvenient if you use Emacs in | 3434 | through telnet, even though that was inconvenient if you use Emacs in |
| 3432 | a local console window with a scrollback buffer. The default value of | 3435 | a local console window with a scrollback buffer. The default value of |
| 3433 | w32-use-full-screen-buffer is now nil, which favours local console | 3436 | w32-use-full-screen-buffer is now nil, which favors local console |
| 3434 | windows. Recent versions of Windows telnet also work well with this | 3437 | windows. Recent versions of Windows telnet also work well with this |
| 3435 | setting. If you are using an older telnet server then Emacs detects | 3438 | setting. If you are using an older telnet server then Emacs detects |
| 3436 | that the console window dimensions that are reported are not sane, and | 3439 | that the console window dimensions that are reported are not sane, and |
| @@ -3584,7 +3587,7 @@ names. Usually that default is right, but not always. | |||
| 3584 | 3587 | ||
| 3585 | A quit inside the body of `with-local-quit' is caught by the | 3588 | A quit inside the body of `with-local-quit' is caught by the |
| 3586 | `with-local-quit' form itself, but another quit will happen later once | 3589 | `with-local-quit' form itself, but another quit will happen later once |
| 3587 | the code that has inhibitted quitting exits. | 3590 | the code that has inhibited quitting exits. |
| 3588 | 3591 | ||
| 3589 | This is for use around potentially blocking or long-running code | 3592 | This is for use around potentially blocking or long-running code |
| 3590 | inside timer functions and `post-command-hook' functions. | 3593 | inside timer functions and `post-command-hook' functions. |
| @@ -3773,7 +3776,7 @@ give up and return LIMIT. | |||
| 3773 | 3776 | ||
| 3774 | +++ | 3777 | +++ |
| 3775 | *** Function `pos-visible-in-window-p' now returns the pixel coordinates | 3778 | *** Function `pos-visible-in-window-p' now returns the pixel coordinates |
| 3776 | and partial visiblity state of the corresponding row, if the PARTIALLY | 3779 | and partial visibility state of the corresponding row, if the PARTIALLY |
| 3777 | arg is non-nil. | 3780 | arg is non-nil. |
| 3778 | 3781 | ||
| 3779 | +++ | 3782 | +++ |
| @@ -4093,7 +4096,7 @@ of text properties as well as the character code. | |||
| 4093 | by `syntax-after'). | 4096 | by `syntax-after'). |
| 4094 | 4097 | ||
| 4095 | +++ | 4098 | +++ |
| 4096 | *** The new function `syntax-ppss' rovides an efficient way to find the | 4099 | *** The new function `syntax-ppss' provides an efficient way to find the |
| 4097 | current syntactic context at point. | 4100 | current syntactic context at point. |
| 4098 | 4101 | ||
| 4099 | ** File operation changes: | 4102 | ** File operation changes: |
| @@ -4226,7 +4229,7 @@ saying to put all inputs in the history list, even empty ones. | |||
| 4226 | 4229 | ||
| 4227 | +++ | 4230 | +++ |
| 4228 | *** The `read-file-name' function now takes an additional argument which | 4231 | *** The `read-file-name' function now takes an additional argument which |
| 4229 | specifies a predicate which the file name read must satify. The | 4232 | specifies a predicate which the file name read must satisfy. The |
| 4230 | new variable `read-file-name-predicate' contains the predicate argument | 4233 | new variable `read-file-name-predicate' contains the predicate argument |
| 4231 | while reading the file name from the minibuffer; the predicate in this | 4234 | while reading the file name from the minibuffer; the predicate in this |
| 4232 | variable is used by read-file-name-internal to filter the completion list. | 4235 | variable is used by read-file-name-internal to filter the completion list. |
| @@ -4618,14 +4621,14 @@ or bottom edge of a window. It does not move other window edges. | |||
| 4618 | `fringe-cursor-alist' maps between logical (internal) fringe indicator | 4621 | `fringe-cursor-alist' maps between logical (internal) fringe indicator |
| 4619 | and cursor symbols and the actual fringe bitmaps to be displayed. | 4622 | and cursor symbols and the actual fringe bitmaps to be displayed. |
| 4620 | This decouples the logical meaning of the fringe indicators from the | 4623 | This decouples the logical meaning of the fringe indicators from the |
| 4621 | physical appearence, as well as allowing different fringe bitmaps to | 4624 | physical appearance, as well as allowing different fringe bitmaps to |
| 4622 | be used in different windows showing different buffers. | 4625 | be used in different windows showing different buffers. |
| 4623 | 4626 | ||
| 4624 | *** New function `define-fringe-bitmap' can now be used to create new | 4627 | *** New function `define-fringe-bitmap' can now be used to create new |
| 4625 | fringe bitmaps, as well as change the built-in fringe bitmaps. | 4628 | fringe bitmaps, as well as change the built-in fringe bitmaps. |
| 4626 | 4629 | ||
| 4627 | To change a built-in bitmap, do (require 'fringe) and use the symbol | 4630 | To change a built-in bitmap, do (require 'fringe) and use the symbol |
| 4628 | identifing the bitmap such as `left-truncation' or `continued-line'. | 4631 | identifying the bitmap such as `left-truncation' or `continued-line'. |
| 4629 | 4632 | ||
| 4630 | *** New function `destroy-fringe-bitmap' deletes a fringe bitmap | 4633 | *** New function `destroy-fringe-bitmap' deletes a fringe bitmap |
| 4631 | or restores a built-in one to its default value. | 4634 | or restores a built-in one to its default value. |
| @@ -4726,7 +4729,7 @@ does that, this value cannot be accurate. | |||
| 4726 | *** You can define multiple overlay arrows via the new | 4729 | *** You can define multiple overlay arrows via the new |
| 4727 | variable `overlay-arrow-variable-list'. | 4730 | variable `overlay-arrow-variable-list'. |
| 4728 | 4731 | ||
| 4729 | It contains a list of varibles which contain overlay arrow position | 4732 | It contains a list of variables which contain overlay arrow position |
| 4730 | markers, including the original `overlay-arrow-position' variable. | 4733 | markers, including the original `overlay-arrow-position' variable. |
| 4731 | 4734 | ||
| 4732 | Each variable on this list can have individual `overlay-arrow-string' | 4735 | Each variable on this list can have individual `overlay-arrow-string' |
| @@ -4820,7 +4823,7 @@ of the text area. One of the above window elements (except `text') | |||
| 4820 | can also be used with :align-to to specify that the position is | 4823 | can also be used with :align-to to specify that the position is |
| 4821 | relative to the left edge of the given area. Once the base offset for | 4824 | relative to the left edge of the given area. Once the base offset for |
| 4822 | a relative position has been set (by the first occurrence of one of | 4825 | a relative position has been set (by the first occurrence of one of |
| 4823 | these symbols), further occurences of these symbols are interpreted as | 4826 | these symbols), further occurrences of these symbols are interpreted as |
| 4824 | the width of the area. | 4827 | the width of the area. |
| 4825 | 4828 | ||
| 4826 | For example, to align to the center of the left-margin, use | 4829 | For example, to align to the center of the left-margin, use |
| @@ -4923,7 +4926,7 @@ is to use the `arrow' (non-text) pointer. Other choices are `text' | |||
| 4923 | 4926 | ||
| 4924 | +++ | 4927 | +++ |
| 4925 | *** The mouse pointer shape over ordinary text or images can now be | 4928 | *** The mouse pointer shape over ordinary text or images can now be |
| 4926 | controlled/overriden via the `pointer' text property. | 4929 | controlled/overridden via the `pointer' text property. |
| 4927 | 4930 | ||
| 4928 | ** Mouse event enhancements: | 4931 | ** Mouse event enhancements: |
| 4929 | 4932 | ||