1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-04 11:00:45 -08:00
Commit graph

72604 commits

Author SHA1 Message Date
Miles Bader
2ca773ca40 Merge from emacs--devo--0
Patches applied:

 * emacs--devo--0  (patch 843-845)

   - Update from CVS
   - Merge from emacs--rel--22

 * emacs--rel--22  (patch 84-87)

   - Update from CVS
   - Change capitalization of VC backend names for new backends

Revision: emacs@sv.gnu.org/emacs--multi-tty--0--patch-30
2007-08-03 05:58:06 +00:00
Miles Bader
0896d93184 Merge from emacs--rel--22
Patches applied:

 * emacs--rel--22  (patch 84-87)

   - Update from CVS
   - Change capitalization of VC backend names for new backends

2007-08-02  Richard M. Stallman  <rms@gnu.org>

   * lisp/mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
   to update deleted flag.

   * lisp/cus-edit.el (customize-apropos, customize-apropos-options)
   (customize-apropos-faces, customize-apropos-groups): Improve prompt.

   * lisp/menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.

   * lisp/startup.el (fancy-splash-head, startup-echo-area-message):
   Change message text.

   * lisp/emulation/tpu-edt.el (next-line-internal): Setting deleted.
   All callers use line-move.

   * lisp/progmodes/compile.el (compilation-find-buffer): Return current
   buffer immediately if suitable.
   (compile, compilation-buffer-name, compilation-start): Doc fixes.

2007-07-31  Daiki Ueno  <ueno@unixuser.org>

   * lisp/faces.el (face-normalize-spec): New function.
   (frame-set-background-mode): Normalize face-spec before calling
   face-spec-match-p.

2007-07-31  Stefan Monnier  <monnier@iro.umontreal.ca>

   * lisp/server.el (server-window): Add switch-to-buffer-other-frame option.

2007-08-03  Richard M. Stallman  <rms@gnu.org>

   * src/fileio.c (Fvisited_file_modtime): Use make_time.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-844
2007-08-03 05:49:59 +00:00
Jay Belanger
84d04702f4 (Basic Graphics): Mention graphing error forms.
(Graphics Options): Mention how ` g s' handles error forms.
2007-08-03 05:46:27 +00:00
Miles Bader
49b23c2a40 Merge from emacs--devo--0
Patches applied:

 * emacs--devo--0  (patch 839-842)

   - Update from CVS
   - Change capitalization of VC backend names for new backends

Revision: emacs@sv.gnu.org/emacs--multi-tty--0--patch-29
2007-08-03 05:27:43 +00:00
Jay Belanger
480e4ad156 (calc-graph-format-data,calc-graph-add-curve): Check for error forms.
(calc-graph-set-styles): Add option for error forms.
2007-08-03 05:25:03 +00:00
Jay Belanger
6a599ca51f (math-get-value,math-get-sdev,math-contains-sdev): New functions. 2007-08-03 05:21:43 +00:00
Miles Bader
5716cebdd0 Change capitalization of VC backend names for new backends
Revision: emacs@sv.gnu.org/emacs--rel--22--patch-87
2007-08-03 05:09:21 +00:00
Miles Bader
4211679b08 Change capitalization of VC backend names for new backends
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-842
2007-08-03 04:57:05 +00:00
Richard M. Stallman
73ff9d42c4 (Fvisited_file_modtime): Use make_time. 2007-08-03 03:39:09 +00:00
Richard M. Stallman
1ad08acd2b Comment change. 2007-08-03 03:38:24 +00:00
Glenn Morris
da435d1cf2 (customize-apropos): Make the error message indicate what kind of
thing the user was trying to customize.
2007-08-03 03:21:49 +00:00
Glenn Morris
3ff6796841 (telnet-mode): Set comint-use-prompt-regexp to t. 2007-08-03 03:21:13 +00:00
Glenn Morris
3b7a686f54 (telnet-mode): Set comint-use-prompt-regexp to t. 2007-08-03 03:20:00 +00:00
Glenn Morris
62ce2ec5dc (fortran-font-lock-syntactic-keywords): Fix off-by-one error in
previous change.
2007-08-03 03:19:36 +00:00
Glenn Morris
501d63d62d Revert previous change, which was only supposed to be in trunk. 2007-08-03 03:19:07 +00:00
Glenn Morris
52f55ab02b Drew Adams <drew.adams at oracle.com>
(pp-eval-expression): Add progress message.  Make buffer writable.
2007-08-03 03:15:33 +00:00
Glenn Morris
fd2a7b94b3 Drew Adams <drew.adams at oracle.com>
(pp-eval-expression): Add progress message.  Make buffer writable.
2007-08-03 03:14:34 +00:00
Richard M. Stallman
7d7d10b874 (rmail-make-summary-line): Find end of msg number to update deleted flag. 2007-08-02 17:56:38 +00:00
Richard M. Stallman
bd18cd1928 (customize-apropos, customize-apropos-options)
(customize-apropos-faces, customize-apropos-groups): Improve prompt.
2007-08-02 17:53:19 +00:00
Richard M. Stallman
69a7537f47 (menu-bar-help-menu): Add "About GNU" menu item. 2007-08-02 17:52:26 +00:00
Richard M. Stallman
257792a8db (fancy-splash-head, startup-echo-area-message): Change message text. 2007-08-02 17:49:33 +00:00
Richard M. Stallman
77b4381a2d (next-line-internal): Setting deleted. All callers use line-move. 2007-08-02 17:43:00 +00:00
Richard M. Stallman
7d1dad0cbd (compilation-find-buffer): Return current buffer immediately if suitable.
(compile, compilation-buffer-name, compilation-start): Doc fixes.
2007-08-02 17:40:54 +00:00
Stefan Monnier
51f6595da7 (vc-bzr-admin-dirstate): Rename from `...-dirname'.
Make it more discriminating and more useful.
(vc-bzr-root-dir): Use new name.
(vc-bzr-registered): Use new name and look at the dirstate file to
determine if it's registered or not without running `bzr'.
2007-08-02 17:08:53 +00:00
Jay Belanger
17cc361e49 (math-sqrt-raw,math-sin-raw-2,math-cos-raw-2,math-arctan-raw)
(math-ln-raw): Use native Emacs functions, when appropriate.
2007-08-02 04:10:17 +00:00
Vinicius Jose Latorre
a5860c9b23 Insert tiny change 2007-08-02 00:23:02 +00:00
Vinicius Jose Latorre
c47647ca1b Insert tiny change 2007-08-02 00:22:22 +00:00
Vinicius Jose Latorre
d73a9dd702 Adjust load-path comment 2007-08-02 00:05:13 +00:00
Vinicius Jose Latorre
54ed9a2d86 Adjust load-path comment 2007-08-02 00:04:44 +00:00
Vinicius Jose Latorre
b01fc8d8c4 Adjust load-path comment 2007-08-01 22:21:02 +00:00
Vinicius Jose Latorre
40921745e5 Adjust load-path comment 2007-08-01 22:20:41 +00:00
Vinicius Jose Latorre
ec96293f2d Adjust load-path 2007-08-01 21:43:46 +00:00
Vinicius Jose Latorre
cdf5c17ae8 Adjust load-path 2007-08-01 21:43:11 +00:00
Richard M. Stallman
1a1c4e2ebf *** empty log message *** 2007-08-01 18:28:48 +00:00
Vinicius Jose Latorre
a466449c4f Docstring fix 2007-08-01 17:39:23 +00:00
Vinicius Jose Latorre
67de6223a9 Docstring fix 2007-08-01 17:36:31 +00:00
Dan Nicolaescu
cb223bba1d * vc.el: Document new VC operation `extra-menu'.
* vc-hooks.el (vc-default-extra-menu): New function.

* menu-bar.el (menu-bar-vc-filter): New function.
(menu-bar-tools-menu): Use it as a filter.
2007-08-01 17:13:45 +00:00
Richard M. Stallman
1605972ed1 *** empty log message *** 2007-08-01 13:29:01 +00:00
Alan Mackenzie
eae7d61c53 (Mailing Lists and Bug Reports): Correct "-no-site-file" to
"--no-site-file".
2007-08-01 09:18:11 +00:00
Alan Mackenzie
373a5a1b38 (Mailing Lists and Bug Reports): Correct "-no-site-file" to
"--no-site-file".
2007-08-01 09:16:24 +00:00
Alan Mackenzie
7233f464f5 *** empty log message *** 2007-08-01 09:13:34 +00:00
Alan Mackenzie
9f3df1e5cf *** empty log message *** 2007-08-01 09:10:27 +00:00
Glenn Morris
d15f7b6830 Add fortran-line-length, plus some more sections. 2007-08-01 06:25:23 +00:00
Glenn Morris
dbcbec02bf *** empty log message *** 2007-08-01 06:25:04 +00:00
Glenn Morris
694cf05e5b Remove leading `*' from all defcustom doc strings.
(fortran-tab-mode-default): Remove needless autoload.
(fortran-tab-mode-string): Add help-echo and mouse properties, and
mark as risky.
(fortran-line-length): New buffer-local variable, safe if integer.
(fortran-if-start-re, fortran-end-prog-re1, fortran-end-prog-re):
Change from variables to constants.
(fortran-font-lock-syntactic-keywords): Delete as a variable,
replace with a new function definition.
(fortran-mode): Use fortran-line-length, and
fortran-font-lock-syntactic-keywords as a function.  Add a
hack-local-variables-hook function.
(fortran-line-length, fortran-hack-local-variables): New functions.
(fortran-window-create, fortran-strip-sequence-nos): Doc fix.  Use
fortran-line-length rather than 72.
(fortran-window-create-momentarily): Doc fix.
2007-08-01 06:18:16 +00:00
Glenn Morris
f3e82d6997 *** empty log message *** 2007-08-01 06:17:55 +00:00
Vinicius Jose Latorre
aa96d4d57d Fix parent groups link 2007-08-01 01:18:37 +00:00
Vinicius Jose Latorre
d84fcc304f Fix parent groups link 2007-08-01 01:17:51 +00:00
Vinicius Jose Latorre
47968e06da Fix infinite loop in python.el 2007-08-01 00:47:25 +00:00
Richard M. Stallman
6b8e7bc2cc *** empty log message *** 2007-07-31 18:26:24 +00:00