1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-17 16:41:17 -08:00
Commit graph

74862 commits

Author SHA1 Message Date
Glenn Morris
a034393c29 (shell-dirtrack-verbose, shell-directory-tracker): Doc fix.
(shell-dirtrack-toggle): Mark as obsolete.
(dirtrack-toggle, dirtrack-mode): No longer alias to shell-dirtrack-mode.
2007-10-27 22:15:27 +00:00
Glenn Morris
2161a8ac98 *** empty log message *** 2007-10-27 22:14:44 +00:00
Jay Belanger
ecaf7186aa *** empty log message *** 2007-10-27 20:56:47 +00:00
Jay Belanger
0edd2970d2 (Formulas, Composition Basics): Lower the precedence of negation. 2007-10-27 20:38:38 +00:00
Jay Belanger
7841a7ddd2 Mention the lowering of the precedence of negation. 2007-10-27 20:28:27 +00:00
Dan Nicolaescu
f83fb05aa1 Reorder conditions to avoid warnings. 2007-10-27 20:27:34 +00:00
Jay Belanger
ca54ae34f4 (math-oper-table): Lower precedence of negation for C, TeX, and eqn. 2007-10-27 20:25:45 +00:00
Jay Belanger
c8d0074405 (math-standard-opers): Lower the precedence of negation. 2007-10-27 20:24:52 +00:00
Glenn Morris
7e9d87d003 (fortran-tab-mode-string): Revert change merged in from EMACS_22 branch.
This code behaves differently on the trunk.
2007-10-27 19:14:08 +00:00
Glenn Morris
e2bd4dd4d0 (f90-font-lock-keywords-1): Revert change merged in from EMACS_22 branch.
The trunk version does this differently.
2007-10-27 19:12:27 +00:00
Juanma Barranquero
8f3f313d13 (desktop-load-locked-desktop, desktop-base-lock-name, desktop-not-loaded-hook):
Fix :version tags.
2007-10-27 17:14:37 +00:00
Eli Zaretskii
9db0c29b26 (legacy-style-world-list): Fix TZ values for London, Bangalore, and Tokyo. 2007-10-27 14:53:19 +00:00
Juanma Barranquero
f14ee80231 *** empty log message *** 2007-10-27 14:41:24 +00:00
Michael Albinus
a4aeb9a424 * net/tramp.el (tramp-wrong-passwd-regexp): Tune regexp.
(tramp-get-remote-tmpdir): New defun.
(tramp-make-tramp-temp-file): Use it.
(tramp-local-call-process): New defun.  Replace all calls of
`call-process' by this when appropriate.
(tramp-handle-write-region): Replace calls of `file-attributes' by
`tramp-compat-file-attributes'.
(tramp-find-shell, tramp-open-connection-setup-interactive-shell):
Make the first command a `tramp-send-command' call, with let-bind
of `tramp-end-of-output'.
(tramp-version, tramp-bug, tramp-reporter-dump-variable)
(tramp-load-report-modules, tramp-append-tramp-buffers): Move to
tramp-cmds.el.

* net/tramp-fish.el (tramp-fish-handle-copy-file)
(tramp-fish-do-copy-or-rename-file)
(tramp-fish-do-copy-or-rename-file-directly):
* net/tramp-smb.el (tramp-smb-handle-copy-file):
Add parameter PRESERVE-UID-GID.
2007-10-27 13:57:43 +00:00
Juanma Barranquero
2697297fb5 Add *.pyc. 2007-10-27 13:51:27 +00:00
Juanma Barranquero
f387c1eec4 Comment change. 2007-10-27 13:38:28 +00:00
Eli Zaretskii
dca2168c0b (zoneinfo-style-world-list, legacy-style-world-list): New defcustoms.
(display-time-world-list): Use them as appropriate for the current value
of `system-type'.
2007-10-27 12:43:56 +00:00
Miles Bader
fdc9061358 Merge from emacs--rel--22
Patches applied:

 * emacs--rel--22  (patch 131-137)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 261-262)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-908
2007-10-27 09:07:17 +00:00
Vinicius Jose Latorre
ebe4c71027 Pacify byte compiler 2007-10-27 00:25:43 +00:00
Dan Nicolaescu
3fe5c37a0c * emulation/pc-select.el (next-line-mark, next-line-nomark)
(previous-line-mark, previous-line-nomark): Wrap with-no-warnings
around uses of previous-line and next-line.

* diff.el (diff-old-file, diff-new-file, diff-extra-args): New
defvars.

* textmodes/css-mode.el (comment-continue):
* net/browse-url.el (url-handler-regexp):
* progmodes/idlw-help.el (idlwave-system-routines): Pacify
byte-compiler.
2007-10-26 22:24:14 +00:00
Martin Rudalics
67b73e3aa7 (window_min_size_2): Don't count header-line. 2007-10-26 20:57:07 +00:00
Martin Rudalics
b6ff295c43 (window_min_size_2): Don't count header-line. 2007-10-26 20:50:17 +00:00
Dan Nicolaescu
72229917b1 (fill-nobreak-p): Replace obsolete alias
line-move-invisible-p with invisible-p, it was removed on
2007-08-29.
2007-10-26 20:35:31 +00:00
Dan Nicolaescu
e3d7bd8321 (struct frame): Move all bit fields after the first bit
field to take advantage of the available space. Group all the
chars together to reduce wasted space due to padding.
2007-10-26 18:09:36 +00:00
Juanma Barranquero
7ce8671d69 Add a wrapper for getenv so it also checks the registry on Windows.
Suggestion and algorithm by Eli Zaretskii.
Code partially based on w32_get_resource and init_environment (w32.c).
(egetenv): New wrapper for getenv.
(get_current_dir_name, decode_options, get_server_config, set_local_socket,
set_socket, main): Use egetenv, not getenv.
(w32_get_resource, w32_getenv) [WINDOWSNT]: New functions.
2007-10-26 15:46:57 +00:00
Juanma Barranquero
70cd9104ca Add a wrapper for getenv so it also checks the registry on Windows.
Suggestion and algorithm by Eli Zaretskii.
Code partially based on w32_get_resource and init_environment (w32.c).
(xmalloc): New function by Károly Lőrentey (backported from the trunk).
(quote_file_name): Use it.
(egetenv): New wrapper for getenv.
(get_current_dir_name, decode_options, get_server_config, set_local_socket,
set_socket, main): Use egetenv, not getenv.
(w32_get_resource, w32_getenv) [WINDOWSNT]: New functions.
2007-10-26 15:39:49 +00:00
Juanma Barranquero
6daab4eda7 (kill-emacs-query-functions): Doc fix; `save-buffers-kill-emacs'
is no longer bound to a key.
2007-10-26 14:26:18 +00:00
Juanma Barranquero
e298936f89 (Fread_minibuffer, Feval_minibuffer): Reflow docstrings. 2007-10-26 13:48:49 +00:00
Juanma Barranquero
d3d472627a (spare_memory, stack_copy, stack_copy_size, ignore_warnings, Vdead,
dont_register_blocks, staticvec, staticidx, interval_block, n_interval_blocks,
init_strings, check_string_bytes, check_sblock, init_float, free_float,
n_cons_blocks, init_cons, all_vectors, n_vectors, symbol_block,
symbol_block_index, symbol_free_list, n_symbol_blocks, init_symbol,
marker_block, marker_free_list, n_marker_blocks, init_marker, valid_pointer_p,
make_pure_float, last_marked, mark_object_loop_halt): Make static.
2007-10-26 13:42:39 +00:00
Juanma Barranquero
9647bd08f0 *** empty log message *** 2007-10-26 13:36:44 +00:00
Juanma Barranquero
54ec4ab5b4 *** empty log message *** 2007-10-26 12:26:58 +00:00
Juanma Barranquero
4b649a8e95 *** empty log message *** 2007-10-26 12:17:58 +00:00
Richard M. Stallman
9097e8af9b (isearch-buffers-multi): New option.
(isearch-buffers-search-fun): Test it.
2007-10-26 09:56:27 +00:00
Richard M. Stallman
5ca7d652e5 (ps-mode-map): Delete C-c v binding.
Put ps-run-clear on C-c C-l.
2007-10-26 09:53:14 +00:00
Richard M. Stallman
c391a81ff3 (comment-styles): New style indent-or-triple.
(comment-style): Make that the default.
(comment-add defvar): Doc fix.
(comment-add): Delete arg EXTRA.
(comment-region-default): Open code call to comment-add.
Handle indent-or-triple style which uses `multi-char' for INDENT.
2007-10-26 09:52:12 +00:00
Richard M. Stallman
f2b480f4ba (Equality Predicates): Null strings are uniquified. 2007-10-26 09:49:54 +00:00
Richard M. Stallman
c1d2409c37 Minor clarifications in previous change. 2007-10-26 09:48:56 +00:00
Juanma Barranquero
622ce6624f *** empty log message *** 2007-10-26 09:10:49 +00:00
Juanma Barranquero
3ced278069 (nil-blank-string): Doc fix. 2007-10-26 08:53:45 +00:00
John Wiegley
4990598e2c 2007-10-26 John Wiegley <johnw@newartisans.com>
* eshell/em-unix.el (eshell/diff): Before calling the `diff'
	function, ensure that the third argument is turned into a NIL if
	the string is otherwise completely empty (either no characters, or
	all tabs/spaces).  This fixes a bug from a user who found himself
	unable to customize `diff-switches' and still use Eshell's diff
	command.
2007-10-26 08:07:17 +00:00
Glenn Morris
6a83140588 (byte-compile-warnings): Autoload the safe-local-variable property. 2007-10-26 07:35:31 +00:00
Glenn Morris
b1ac90c50a (byte-compile-warnings): Autoload the safe-local-variable property. 2007-10-26 07:34:46 +00:00
Glenn Morris
7e6e7dab54 *** empty log message *** 2007-10-26 07:34:20 +00:00
Richard M. Stallman
66dc1ca270 (browse-url-browser-function): Delete grail.
(browse-url-grail): Function and variable deleted.
(browse-url-browser-function): Delete IXI Mosaic.
(browse-url-default-browser): Don't try IXI Mosaic.
(browse-url-iximosaic): Function deleted.
(browse-url-browser-function): Delete MMM.
(browse-url-default-browser): Don't try MMM.
(browse-url-mmm): Function deleted.
2007-10-26 03:51:44 +00:00
Richard M. Stallman
400b960e67 (custom-note-var-changed): New function. 2007-10-26 03:50:56 +00:00
Richard M. Stallman
4eff4f6776 (browse-url-browser-function): Delete grail.
(browse-url-grail): Function and variable deleted.
(browse-url-browser-function): Delete IXI Mosaic.
(browse-url-default-browser): Don't try IXI Mosaic.
(browse-url-iximosaic): Function deleted.
(browse-url-browser-function): Delete MMM.
(browse-url-default-browser): Don't try MMM.
(browse-url-mmm): Function deleted.
2007-10-26 03:49:37 +00:00
Juanma Barranquero
a3547743e7 (syms_of_frame) <delete-frame-functions>: Fix typo in docstring. 2007-10-26 01:59:44 +00:00
Jason Rumney
d22b00e516 (sock_err_message): New function.
(set_tcp_socket): Use it.
2007-10-25 23:56:53 +00:00
Dan Nicolaescu
0bde6a03c6 * emulation/edt-mapper.el (edt-emacs-variant): Replace the only
use with the definition. Remove.

* add-log.el (change-log-start-entry-re): New defconst.
(change-log-sortable-date-at): Use it.
(change-log-beginning-of-defun, change-log-end-of-defun): New
functions.
(change-log-mode): Use them for beginning-of-defun-function and
end-of-defun-function.

* erc-ibuffer.el (erc-modified-channels-alist): Pacify
byte-compiler.
2007-10-25 23:25:08 +00:00
Juanma Barranquero
5aec60dfd7 *** empty log message *** 2007-10-25 22:12:04 +00:00