comparison etc/NEWS @ 90203:187d6a1f84f7

Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-71 Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 485-492) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 92-94) - Merge from emacs--cvs-trunk--0 - Update from CVS
author Miles Bader <miles@gnu.org>
date Fri, 22 Jul 2005 08:27:27 +0000
parents fbb2bea03df9 87f087128cf2
children 890cc78a5a24
comparison
equal deleted inserted replaced
90202:7597b4a23c3b 90203:187d6a1f84f7
2471 *** The new package gdb-ui.el provides an enhanced graphical interface to 2471 *** The new package gdb-ui.el provides an enhanced graphical interface to
2472 GDB. You can interact with GDB through the GUD buffer in the usual way, but 2472 GDB. You can interact with GDB through the GUD buffer in the usual way, but
2473 there are also further buffers which control the execution and describe the 2473 there are also further buffers which control the execution and describe the
2474 state of your program. It can separate the input/output of your program from 2474 state of your program. It can separate the input/output of your program from
2475 that of GDB and watches expressions in the speedbar. It also uses features of 2475 that of GDB and watches expressions in the speedbar. It also uses features of
2476 Emacs 21/22 such as the the toolbar, and bitmaps in the fringe to indicate 2476 Emacs 21/22 such as the toolbar, and bitmaps in the fringe to indicate
2477 breakpoints. 2477 breakpoints.
2478 2478
2479 Use M-x gdb to start GDB-UI. 2479 Use M-x gdb to start GDB-UI.
2480 2480
2481 *** The variable tooltip-gud-tips-p has been removed. GUD tooltips can now be 2481 *** The variable tooltip-gud-tips-p has been removed. GUD tooltips can now be
3116 3116
3117 --- 3117 ---
3118 ** cplus-md.el has been deleted. 3118 ** cplus-md.el has been deleted.
3119 3119
3120 * Changes in Emacs 22.1 on non-free operating systems 3120 * Changes in Emacs 22.1 on non-free operating systems
3121
3122 +++
3123 ** The HOME directory defaults to Application Data under the user profile.
3124
3125 If you used a previous version of Emacs without setting the HOME
3126 environment variable and a `.emacs' was saved, then Emacs will continue
3127 using C:/ as the default HOME. But if you are installing Emacs afresh,
3128 the default location will be the "Application Data" (or similar
3129 localized name) subdirectory of your user profile. A typical location
3130 of this directory is "C:\Documents and Settings\USERNAME\Application Data",
3131 where USERNAME is your user name.
3132
3133 This change means that users can now have their own `.emacs' files on
3134 shared computers, and the default HOME directory is less likely to be
3135 read-only on computers that are administered by someone else.
3121 3136
3122 +++ 3137 +++
3123 ** Passing resources on the command line now works on MS Windows. 3138 ** Passing resources on the command line now works on MS Windows.
3124 3139
3125 You can use --xrm to pass resource settings to Emacs, overriding any 3140 You can use --xrm to pass resource settings to Emacs, overriding any
4152 from such processes, to allowing them to produce more output before 4167 from such processes, to allowing them to produce more output before
4153 emacs tries to read it. 4168 emacs tries to read it.
4154 4169
4155 *** The new function `call-process-shell-command'. 4170 *** The new function `call-process-shell-command'.
4156 4171
4157 This executes a shell command command synchronously in a separate 4172 This executes a shell command synchronously in a separate process.
4158 process.
4159 4173
4160 *** The new function `process-file' is similar to `call-process', but 4174 *** The new function `process-file' is similar to `call-process', but
4161 obeys file handlers. The file handler is chosen based on 4175 obeys file handlers. The file handler is chosen based on
4162 `default-directory'. 4176 `default-directory'.
4163 4177
5087 *** New function `x-send-client-message' sends a client message when 5101 *** New function `x-send-client-message' sends a client message when
5088 running under X. 5102 running under X.
5089 5103
5090 ** GC changes: 5104 ** GC changes:
5091 5105
5106 +++
5107 *** New variable `gc-cons-percentage' automatically grows the GC cons threshold
5108 as the heap sizxe increases.
5109
5092 +++ 5110 +++
5093 *** New variables `gc-elapsed' and `gcs-done' provide extra information 5111 *** New variables `gc-elapsed' and `gcs-done' provide extra information
5094 on garbage collection. 5112 on garbage collection.
5095 5113
5096 +++ 5114 +++