1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 12:21:25 -08:00
Commit graph

63322 commits

Author SHA1 Message Date
Kenichi Handa
07a7cdcb35 Copyright updated. 2006-04-12 07:19:52 +00:00
Kenichi Handa
9f4f9273bc (C-SPC fails ...): Explicitly say fcitx in the header. 2006-04-12 06:53:43 +00:00
Jan Djärv
00d70d574c * dispnew.c (init_display): Don't init X display if the user asked
for a non-X display.
2006-04-12 06:23:12 +00:00
Kenichi Handa
957b3c5f2f (setup_coding_system): Use system_eol_type for default
coding->eol_type.
2006-04-12 05:48:37 +00:00
Miles Bader
163cb72dcb Revision: emacs@sv.gnu.org/emacs--devo--0--patch-214
Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 83)

   - Update from CVS
2006-04-12 05:23:27 +00:00
Stefan Monnier
16a3b9b72c (perl-indent-new-calculate): Recompute parse-start after jumping backward by
a whole sexp.
2006-04-12 05:11:12 +00:00
Richard M. Stallman
7ab3cbbb24 *** empty log message *** 2006-04-12 03:32:48 +00:00
Richard M. Stallman
bd9f6fe3c4 (Safe File Variables): Document enable-local-variables = :safe. 2006-04-12 03:32:07 +00:00
Karl Berry
45ca30f2f4 move more advanced vc info to emacs-xtra.texi 2006-04-12 00:27:50 +00:00
Miles Bader
14e6dc54f2 Revision: emacs@sv.gnu.org/emacs--devo--0--patch-210
Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 81-82)

   - Update from CVS
2006-04-11 23:22:06 +00:00
Stefan Monnier
8a8f8697fe (vc-ensure-vc-buffer): Only change current-buffer, not the window config.
(vc-annotate-display-select): Select the buffer so that current-buffer
(and selected-window) is the output buffer at the end of vc-annotate.
2006-04-11 23:05:31 +00:00
Miles Bader
21bc768b9b Revision: emacs@sv.gnu.org/emacs--devo--0--patch-208
Creator:  Michael Olson <mwolson@gnu.org>

Sync from erc--emacs--0
2006-04-11 22:09:49 +00:00
J.D. Smith
e2db3e59a8 *** empty log message *** 2006-04-11 21:46:26 +00:00
J.D. Smith
1145ebb830 Update description of vc-annotate's use of colors to indicate date
ranges.
2006-04-11 21:44:49 +00:00
J.D. Smith
da7c8a122c (vc-annotate-display-mode): Made default 'fullscale.
(vc-annotate-color-map): New 18 element constant
	value/saturation, rotating hue colormap, from red->blue.
	(vc-annotate-mode-menu): "Default" -> "By Color Map Range".
	(vc-annotate-display-select): Switch to annotate-mode elsewhere.
	(vc-annotate): To avoid killing the required local variables,
	set them before the end of `with-output-to-temp-buffer', and
	after first switching to annotate-mode.
	(vc-annotate-warp-version): Add buffer argument in goto-line to
	ensure annotation, not source, is scrolled.
	(vc-annotate-color-map): Added custom TTY color map for
	8-color terminals, to use all of the colors in a sensible order.
	256-color terminals work well with the standard map.
	(vc-annotate-lines): Only strip the first color character if it
	is "#", to allow for terminal-style named colors.
	(vc-annotate-warp-version): Pass buf to `goto-line' to ensure
	the correct buffer is scrolled.
2006-04-11 21:42:05 +00:00
Richard M. Stallman
aa9addfa93 (byte-compile-file): Bind enable-local-variables to :safe,
and make normal-mode obey it.
2006-04-11 17:58:58 +00:00
Richard M. Stallman
a5ce12c36a (enable-local-variables): Allow value :safe.
(normal-mode): Doc fix.
(hack-local-variables): Implement enable-local-variables = :safe.
(hack-local-variables-confirm): Don't prevent quitting.
2006-04-11 17:57:34 +00:00
Stefan Monnier
ab215e7246 (unload-feature): A bit of sanity check of
load-history entries.  Cancel timer-vars before unbinding them.
2006-04-11 17:05:16 +00:00
Stefan Monnier
37dc47675c (hexl-isearch-search-function): Fix regexp-building code to
quote special chars, and make the trick work on the hex part of the
buffer as well.
(hexl-mode, hexl-save-buffer, hexl-mode-exit)
(hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
2006-04-11 16:48:17 +00:00
Stefan Monnier
866d0913b1 (normal-splash-screen): Fix last change so we don't wait
2 minutes if we don't show the splash screen.
2006-04-11 16:37:27 +00:00
Juanma Barranquero
83163ec728 *** empty log message *** 2006-04-11 10:05:42 +00:00
Carsten Dominik
ab27a4a0a1 (org-export-plain-list-max-depth)
(org-table-spaces-around-separators)
	(org-radio-targets, org-activate-camels)
	(org-table-spaces-around-invisible-separators): Options removed.
	(org-time-stamp-rounding-minutes, org-remember-templates)
	(org-ellipsis, org-activate-links, org-descriptive-links): New
	options.
	(org-remember-apply-template, org-current-time)
	(org-finish-edit-table-field)
	(org-link-unescape, org-link-escape)
	(org-string-width, org-table-clean-line, org-html-do-expand)
	(org-edit-agenda-file-list, org-store-new-agenda-file-list)
	(org-read-agenda-file-list): New functions.
	(org-table-edit-field)
	(org-table-create-or-convert-from-region): New commands
	(org-table-toggle-vline-visibility): Command removed.
	(org-table-convert-region): Made a command.
	(orgtbl-deleta-backward-char,orgtbl-delete-char): Commands
	removed, replaced with the normal org- functions.
	(org-self-insert-command): Don't trigger realign unnecessarily
	when blanking a field that is not full.
	(org-mode): `Set buffer-invisibility-spec' for links.
	(org-activate-links2): Hide link part and only show descriptive
	part of the link.
	(org-insert-link): Modified for new linking system.
	(org-store-link): Store description separately, for use by
	`org-insert-link'.
	(org-table-align): Use `org-string-width'.
	(defgroup): Completely new group structure for custom variables.
	(org-agenda-files): Option: Single file name allowed.  Function:
	Optional argument unrestrited means ignore any restricitons.
	(org-install-agenda-files-menu): Find a buffer in Org-mode before
	trying to modify the menu.  Use generalized access to
	`org-agenda-files.'
	(org-agenda-list, org-todo-list, org-cycle-agenda-files)
	(org-agenda-file-to-front, org-remove-file, org-diary)
	(org-tags-view, org-export-icalendar-all-agenda-files)
	(org-export-icalendar-combine-agenda-files): Use generalized
	access to `org-agenda-files'.
	(org-remember-handler): Correctly preserve heading if present.
	(org-table-insert-row, org-table-insert-hline): Deal with
	invisible characters.
2006-04-11 09:12:18 +00:00
Carsten Dominik
8a70fed7da *** empty log message *** 2006-04-11 09:12:02 +00:00
Carsten Dominik
26ca33edc3 (Link format): New section, emphasis on bracket links.
(External links): Document bracket links.
	(FAQ): Expanded to cover shell links and the new link format.
2006-04-11 08:36:35 +00:00
Dan Nicolaescu
db926d8091 * lisp.h (wrong_type_argument): Mark as NO_RETURN.
* data.c (wrong_type_argument): Try to avoid compiler warnings due
to the fact the function is now marked as NO_RETURN.
2006-04-11 07:13:33 +00:00
Kenichi Handa
2fb18d1328 (C-SPC fails ...): Add description for fcitx. 2006-04-11 01:28:04 +00:00
Bill Wohler
81117bddbd (defcustom): Create Common Keywords section in docstring.
(defface, defgroup): Replace definitions of a select few keywords with
a reference to the Common Keywords in defcustom.
(defcustom, defface, defgroup): Replace reference to Customization
chapter in manual with hyperlink.
2006-04-11 00:08:56 +00:00
Bill Wohler
f327867ab4 Add package-version keyword to `defcustom' and mention associated
variable `customize-package-emacs-version-alist'.
2006-04-10 23:47:18 +00:00
Bill Wohler
e5e864abb2 (Common Keywords): Add :package-version. 2006-04-10 23:44:54 +00:00
Bill Wohler
4e9c705e50 * custom.el (defcustom, custom-handle-keyword): Add :package-version
keyword.
(custom-add-package-version): New function. Sets value of new property
'custom-package-version from :package-version keyword.

* cus-edit.el (customize-package-emacs-version-alist): New variable.
(customize-changed-options): Add check for custom-package-version.
(customize-package-emacs-version): New function to look up Emacs
version corresponding to the given package version.
2006-04-10 23:43:34 +00:00
Bill Wohler
1d22fabd46 (find-function-regexp): Allow dashes in defun name, in similar fashion
to find-variable-regexp.
2006-04-10 22:33:51 +00:00
Eli Zaretskii
978781a5f7 *** empty log message *** 2006-04-10 20:11:12 +00:00
Eli Zaretskii
9b67f3aaa7 (pid_t) [_MSC_VER]: New typedef. 2006-04-10 20:10:33 +00:00
Eli Zaretskii
8bca692e7e (set-locale-environment): Fix last change for when the locale's preferences
don't specify any encoding.
2006-04-10 19:34:25 +00:00
Richard M. Stallman
888046a687 *** empty log message *** 2006-04-10 19:16:30 +00:00
Stefan Monnier
2b690e5b35 (find-function-search-for-symbol): Fix regexp so the defined var/fun doesn't
need to be quoted.
2006-04-10 18:45:34 +00:00
Richard M. Stallman
c9fdebdf3a (finder-mode-map): Add n and p bindings. 2006-04-10 15:28:25 +00:00
Romain Francoise
8fd0f424be (gethomedir): Use xstrdup. 2006-04-10 11:01:29 +00:00
Andreas Schwab
f8f107772d (gethomedir): Make sure to always return a pointer that
can be passed to free.
2006-04-10 09:33:40 +00:00
Nick Roberts
caf2f94459 (gdb-init-1): Re-initialise gdb-main-file to nil.
(gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
(gdb-setup-windows): Put something in source window if we can't find
the source file.
(gdb-frame-handler): Make it work again with just assembly.
(gdb-data-list-register-values-handler): Make it work when there is
no stack.
2006-04-10 09:18:11 +00:00
Nick Roberts
d9316f5c59 *** empty log message *** 2006-04-10 09:16:42 +00:00
Richard M. Stallman
4f07f2e8a5 (rmail-mime-charset-pattern): Ignore format and delsp specs
while looking for charset.
2006-04-10 03:19:09 +00:00
Richard M. Stallman
8803c4f4ac (picture-mode-exit): Run picture-mode-exit-hook. 2006-04-10 03:06:55 +00:00
Kim F. Storm
6c23041776 *** empty log message *** 2006-04-09 23:05:19 +00:00
Kim F. Storm
1f8a33db8c (Buffer Contents): Add NOPROPS arg to filter-buffer-substring. 2006-04-09 23:05:07 +00:00
Kim F. Storm
a4dad45a78 (cua-copy-region-to-global-mark)
(cua-cut-region-to-global-mark): Use filter-buffer-substring.
2006-04-09 23:04:33 +00:00
Kim F. Storm
15ac4d5825 (cua--extract-rectangle)
(cua-incr-rectangle, cua--rectangle-aux-replace):
Use filter-buffer-substring.
2006-04-09 23:04:22 +00:00
Kim F. Storm
cf21140436 (cua-delete-region, cua-paste)
(cua-repeat-replace-region): Use filter-buffer-substring.
2006-04-09 23:04:07 +00:00
Kim F. Storm
398c9ffba6 (filter-buffer-substring): Add NOPROPS arg, so
it can also replace buffer-substring-no-properties.
2006-04-09 23:03:48 +00:00
Karl Berry
e691d082f6 move MS-DOS material to emacs-xtra.texi 2006-04-09 22:40:34 +00:00