1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-09 05:01:02 -08:00
Commit graph

63307 commits

Author SHA1 Message Date
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
Richard M. Stallman
2a8da5551c Undo previous change. 2006-04-09 19:56:27 +00:00
Richard M. Stallman
2af34f255b (lm-font-lock-face-O, lm-font-lock-face-X): Make them faces.
(lm-font-lock-keywords): Update appropriately.
2006-04-09 19:20:02 +00:00
Eli Zaretskii
d82eac8f94 *** empty log message *** 2006-04-09 18:46:26 +00:00
Eli Zaretskii
0462a47d1c (Command-Line Arguments): Update xref to emacs manual
"Command Arguments" -> "Emacs Invocation", per change there.
2006-04-09 18:45:35 +00:00
Eli Zaretskii
f61afad365 (Mail Sending): In send-mail-function @pxref smtpmail, put info and printed
manual names the right way around.
2006-04-09 18:44:06 +00:00
Eli Zaretskii
72617295dc (Formula syntax): Typo in node name of calc-eval xref. 2006-04-09 18:43:41 +00:00
Eli Zaretskii
b6063442a6 Fix last lisp.h entry. 2006-04-09 18:35:58 +00:00
Roland Winkler
88e5118990 *** empty log message *** 2006-04-09 18:32:18 +00:00
Eli Zaretskii
a86a2f6d7e Remove extraneous newline. 2006-04-09 18:32:11 +00:00
Roland Winkler
5ad23234d6 (bibtex-entry-update): New optional arg entry-type. Add field
delimiters to numerical fields if they are not present.
2006-04-09 18:29:19 +00:00
Roland Winkler
ba7e3f51f2 (bibtex-find-text-internal): Add new element string-const to return value.
(bibtex-remove-delimiters): Use it.
2006-04-09 18:25:53 +00:00
Karl Berry
af26e6739b move @contents to the front 2006-04-09 17:45:55 +00:00
Dan Nicolaescu
4ca412ecd0 (args_out_of_range, args_out_of_range_3)
(Fkill_buffer): Likewise.
2006-04-09 09:18:47 +00:00
Dan Nicolaescu
404be028b9 * puresize.h (pure_write_error): Mark as NO_RETURN.
* lisp.h (args_out_of_range, args_out_of_range_3): Likewise.
2006-04-09 09:03:44 +00:00
Richard M. Stallman
6786a1071a (boyer_moore): Test ch >= 0400, not >. 2006-04-09 01:59:45 +00:00