]>
git.eshelyaron.com Git - emacs.git/log
Juri Linkov [Sun, 11 Nov 2007 20:23:23 +0000 (20:23 +0000)]
Rename save-buffers-kill-terminal to save-buffers-kill-emacs
to fix previous commit.
Juri Linkov [Sun, 11 Nov 2007 20:22:18 +0000 (20:22 +0000)]
*** empty log message ***
Glenn Morris [Sun, 11 Nov 2007 03:17:40 +0000 (03:17 +0000)]
(Special Diary Entries): Fix Thanksgiving example.
Glenn Morris [Sun, 11 Nov 2007 03:17:27 +0000 (03:17 +0000)]
*** empty log message ***
Juri Linkov [Sat, 10 Nov 2007 22:42:06 +0000 (22:42 +0000)]
(BASE_PURESIZE): Increase to
1130000 .
Juri Linkov [Sat, 10 Nov 2007 21:21:03 +0000 (21:21 +0000)]
(emacs-copyright): Add emacs-copyright.
Juri Linkov [Sat, 10 Nov 2007 21:19:54 +0000 (21:19 +0000)]
(help-map, help-for-help-internal): Add `C-h C-a'.
Juri Linkov [Sat, 10 Nov 2007 21:19:13 +0000 (21:19 +0000)]
Add `button'. Move up `startup'.
Juri Linkov [Sat, 10 Nov 2007 21:18:48 +0000 (21:18 +0000)]
Backport startup screen related changes from the trunk.
Stefan Monnier [Sat, 10 Nov 2007 03:06:45 +0000 (03:06 +0000)]
(load_overlay_strings): Fix copy&paste typo.
Jason Rumney [Sat, 10 Nov 2007 01:47:45 +0000 (01:47 +0000)]
Sync charset names with setup-default-fontset.
Append "-1" where second part missing.
Jason Rumney [Sat, 10 Nov 2007 01:28:52 +0000 (01:28 +0000)]
Enable SJIS fonts before creating any fontsets.
Juanma Barranquero [Sat, 10 Nov 2007 00:28:58 +0000 (00:28 +0000)]
(ido-save-history): Write the history file in UTF-8,
and add `coding' file-local variable.
Juanma Barranquero [Fri, 9 Nov 2007 16:59:24 +0000 (16:59 +0000)]
*** empty log message ***
Juanma Barranquero [Fri, 9 Nov 2007 16:49:24 +0000 (16:49 +0000)]
*** empty log message ***
Miles Bader [Fri, 9 Nov 2007 09:48:56 +0000 (09:48 +0000)]
Merge from gnus--rel--5.10
Patches applied:
* gnus--rel--5.10 (patch 269)
- Update from CVS
2007-11-03 Reiner Steib <Reiner.Steib@gmx.de>
* lisp/gnus/gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
2007-11-04 Reiner Steib <Reiner.Steib@gmx.de>
* man/gnus.texi, man/gnus-faq.texi, man/message.texi: Bump version to 5.10.9.
Revision: emacs@sv.gnu.org/emacs--rel--22--patch-147
YAMAMOTO Mitsuharu [Fri, 9 Nov 2007 08:45:13 +0000 (08:45 +0000)]
(face-normalize-spec): Remove function.
(frame-set-background-mode): Undo last change.
Juanma Barranquero [Fri, 9 Nov 2007 03:19:27 +0000 (03:19 +0000)]
(enable-local-variables): Doc fix.
Vinicius Jose Latorre [Thu, 8 Nov 2007 17:14:46 +0000 (17:14 +0000)]
Change regexp to match dir like 'a...b'
Glenn Morris [Thu, 8 Nov 2007 08:51:39 +0000 (08:51 +0000)]
Explain combine-and-quote-strings, split-string-and-unquote.
Some re-ordering.
Chong Yidong [Wed, 7 Nov 2007 15:31:20 +0000 (15:31 +0000)]
(handle_face_prop): Fix last change.
Chong Yidong [Wed, 7 Nov 2007 15:30:51 +0000 (15:30 +0000)]
(struct it): Don't define OVERLAY_STRING_CHUNK_SIZE twice.
Chong Yidong [Wed, 7 Nov 2007 15:29:56 +0000 (15:29 +0000)]
* dispextern.h (struct it): Don't define OVERLAY_STRING_CHUNK_SIZE
twice.
* xdisp.c (handle_face_prop): Fix last change.
Glenn Morris [Wed, 7 Nov 2007 03:33:16 +0000 (03:33 +0000)]
Johan Bockg� <bojohan at gnu.org>
(eshell-insertion-filter, eshell-sentinel): Use `with-current-buffer'.
Glenn Morris [Wed, 7 Nov 2007 03:32:41 +0000 (03:32 +0000)]
Johan Bockg� <bojohan at gnu.org>
(eshell-output-filter): Use `with-current-buffer'.
Richard M. Stallman [Wed, 7 Nov 2007 01:27:30 +0000 (01:27 +0000)]
*** empty log message ***
Richard M. Stallman [Tue, 6 Nov 2007 16:33:18 +0000 (16:33 +0000)]
*** empty log message ***
Jan Djärv [Tue, 6 Nov 2007 11:17:38 +0000 (11:17 +0000)]
(xg_tool_bar_menu_proxy): Handle GTK_IMAGE_ICON_NAME and
abort with a message on unhandled store_type values.
Nick Roberts [Mon, 5 Nov 2007 06:40:26 +0000 (06:40 +0000)]
(gud-gdb): Remove vestigial gdba doc and code.
Nick Roberts [Mon, 5 Nov 2007 06:38:48 +0000 (06:38 +0000)]
*** empty log message ***
Richard M. Stallman [Sun, 4 Nov 2007 07:42:21 +0000 (07:42 +0000)]
(handle_face_prop): Test for strings that came from overlays,
not just for after-strings and before-strings.
Call face_for_overlay_string and pass the overlay to it.
(handle_display_prop): Determine whether property came from an overlay.
Pass OVERLAY arg to handle_single_display_spec.
(handle_single_display_spec): New arg OVERLAY sets it->from_overlay.
(load_overlay_strings): Fill in it->string_overlays.
(get_overlay_strings_1, push_it, pop_it): Handle it->from_overlays.
Richard M. Stallman [Sun, 4 Nov 2007 07:32:41 +0000 (07:32 +0000)]
(face_for_overlay_string): Function renamed from
face_at_buffer_position_no_overlays, and add arg OVERLAY.
Richard M. Stallman [Sun, 4 Nov 2007 07:31:56 +0000 (07:31 +0000)]
(struct it): New elt string_overlays.
New elt from_overlay, also in stack.
Rearrange a few elements.
(face_for_overlay_string): Decl renamed from
face_at_buffer_position_no_overlays, and add argument.
Richard M. Stallman [Sun, 4 Nov 2007 06:57:16 +0000 (06:57 +0000)]
Whitespace change.
Glenn Morris [Sun, 4 Nov 2007 01:18:24 +0000 (01:18 +0000)]
Riccardo Murri <riccardo.murri at gmail.com>
Require rx when compiling.
(tls-end-of-info): New variable.
(open-tls-stream): Keep reading input until `tls-end-of-info' is matched.
Romain Francoise [Sat, 3 Nov 2007 08:49:17 +0000 (08:49 +0000)]
*** empty log message ***
Richard M. Stallman [Sat, 3 Nov 2007 03:48:12 +0000 (03:48 +0000)]
(handle_face_prop): Use face_at_buffer_position_no_overlays
to get the base face for an overlay string.
Richard M. Stallman [Sat, 3 Nov 2007 03:46:57 +0000 (03:46 +0000)]
(face_at_buffer_position_no_overlays): Add decl.
Richard M. Stallman [Sat, 3 Nov 2007 03:46:22 +0000 (03:46 +0000)]
(face_at_buffer_position_no_overlays): New function.
Glenn Morris [Sat, 3 Nov 2007 03:08:46 +0000 (03:08 +0000)]
Ulrich Mueller <ulm at gentoo.org> (tiny change)
(bad-packages-alist): Anchor semantic regexp.
Richard M. Stallman [Sat, 3 Nov 2007 01:50:31 +0000 (01:50 +0000)]
(handle_stop): Move some code out of loop.
Romain Francoise [Fri, 2 Nov 2007 11:02:13 +0000 (11:02 +0000)]
2007-11-02 Drake Wilson <drake@begriffli.ch> (tiny change)
* files.el (hack-local-variables): Fix membership tests to avoid
treating all variables as safe if `enable-local-variables' is
set to :safe.
Glenn Morris [Fri, 2 Nov 2007 08:19:17 +0000 (08:19 +0000)]
(tags-table-mode): Disable undo.
Glenn Morris [Fri, 2 Nov 2007 07:58:44 +0000 (07:58 +0000)]
Revert previous change.
Whitespace.
Glenn Morris [Fri, 2 Nov 2007 07:56:02 +0000 (07:56 +0000)]
(bad-packages-alist): Revert previous change.
Nick Roberts [Fri, 2 Nov 2007 04:12:31 +0000 (04:12 +0000)]
(Watch Expressions): Remove obscure sentence.
Nick Roberts [Fri, 2 Nov 2007 04:11:00 +0000 (04:11 +0000)]
*** empty log message ***
Miles Bader [Fri, 2 Nov 2007 01:39:46 +0000 (01:39 +0000)]
Merge from gnus--rel--5.10
Patches applied:
* gnus--rel--5.10 (patch 266-268)
- Merge from emacs--rel--22
- Update from CVS
2007-11-01 Reiner Steib <Reiner.Steib@gmx.de>
* lisp/gnus/mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
* lisp/gnus/gnus.el (gnus-group-charter-alist): Mark as risky local variable.
* lisp/gnus/gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
risky local variable.
* lisp/gnus/gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
2007-11-01 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
* lisp/gnus/message.el (message-use-alternative-email-as-from): Examine the
From header as well; use message-make-from in order to include a
user's full name. [ Backported bug fix from No Gnus. ]
2007-10-30 Reiner Steib <Reiner.Steib@gmx.de>
* lisp/gnus/qp.el (quoted-printable-decode-string): Fix typo in doc string.
2007-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
* lisp/gnus/gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
Revision: emacs@sv.gnu.org/emacs--rel--22--patch-143
Glenn Morris [Thu, 1 Nov 2007 08:12:58 +0000 (08:12 +0000)]
Advise removal of old vc-svn.
Glenn Morris [Thu, 1 Nov 2007 08:09:02 +0000 (08:09 +0000)]
(bad-packages-alist): Add an entry for standalone vc-svn.
Glenn Morris [Thu, 1 Nov 2007 04:03:12 +0000 (04:03 +0000)]
(nroff-mode): Set indent-line-function.
(nroff-indent-line-function): New function.
(nroff-count-text-lines): Use nroff-forward-text-line rather than
obsolete alias.
Dan Nicolaescu [Thu, 1 Nov 2007 03:57:27 +0000 (03:57 +0000)]
(printing): Fix :version, printing.el was included
for in emacs-22.1.
(pr-path-style, pr-path-alist, pr-txt-name)
(pr-txt-printer-alist, pr-ps-name, pr-ps-printer-alist)
(pr-temp-dir, pr-ps-temp-file, pr-file-modes, pr-gv-command)
(pr-gs-command, pr-gs-switches, pr-gs-device, pr-gs-resolution)
(pr-print-using-ghostscript, pr-file-tumble, pr-auto-region)
(pr-auto-mode, pr-mode-alist, pr-ps-utility)
(pr-ps-utility-alist, pr-menu-char-height, pr-menu-char-width)
(pr-setting-database, pr-visible-entry-list)
(pr-delete-temp-file, pr-list-directory, pr-buffer-name)
(pr-buffer-name-ignore, pr-buffer-verbose): Remove incorrect
:version.
Glenn Morris [Thu, 1 Nov 2007 03:48:55 +0000 (03:48 +0000)]
Fixed: minor bug in footnote.el.
Glenn Morris [Thu, 1 Nov 2007 03:47:34 +0000 (03:47 +0000)]
Johan Bockg� <bojohan at gnu.org>
(x_draw_stretch_glyph_string): Don't set s->stippled_p here, since it
has already been set by x_set_glyph_string_gc from
x_draw_glyph_string.
http://lists.gnu.org/archive/html/emacs-devel/2007-10/msg01571.html
Glenn Morris [Thu, 1 Nov 2007 03:40:30 +0000 (03:40 +0000)]
(footnote-numeric-regexp)
(footnote-english-upper-regexp, footnote-english-lower-regexp)
(footnote-roman-lower-regexp, footnote-roman-upper-regexp):
Match multi-character footnotes.
Michael Albinus [Wed, 31 Oct 2007 20:48:52 +0000 (20:48 +0000)]
*** empty log message ***
Juanma Barranquero [Wed, 31 Oct 2007 18:45:14 +0000 (18:45 +0000)]
(whitespace-unload-function): New-style unload function.
When run, unintern `whitespace-unload-hook' and call
`unload-feature' recursively to stop the old hook from
messing with the unloading.
Juanma Barranquero [Wed, 31 Oct 2007 18:14:41 +0000 (18:14 +0000)]
(dired-copy-file-recursive): Preserve directory permissions.
Juanma Barranquero [Wed, 31 Oct 2007 15:59:19 +0000 (15:59 +0000)]
(whitespace-write-file-hook): Remove interactive spec.
(whitespace-unload-function): New-style unload function.
If run, stop old style `-hook' function from running.
Juanma Barranquero [Wed, 31 Oct 2007 13:07:03 +0000 (13:07 +0000)]
(strokes-alphabetic-lessp): Doc fix.
Vinicius Jose Latorre [Wed, 31 Oct 2007 12:46:29 +0000 (12:46 +0000)]
Default argument for find-library
Juanma Barranquero [Wed, 31 Oct 2007 12:19:55 +0000 (12:19 +0000)]
*** empty log message ***
Juanma Barranquero [Wed, 31 Oct 2007 12:09:33 +0000 (12:09 +0000)]
(elp-report-limit, elp-restore-all, elp-unset-master, elp-results): Fix typos.
(elp-sort-by-function, elp-use-standard-output, elp-recycle-buffers-p):
Doc fixes.
YAMAMOTO Mitsuharu [Wed, 31 Oct 2007 09:40:12 +0000 (09:40 +0000)]
[USE_ATSUI] (Fmac_atsu_font_face_attributes):
Fix conversion from Lisp object to ATSUFontID.
Juanma Barranquero [Wed, 31 Oct 2007 09:15:32 +0000 (09:15 +0000)]
*** empty log message ***
Juanma Barranquero [Wed, 31 Oct 2007 09:02:14 +0000 (09:02 +0000)]
(msb--many-menus): Remove variable.
(msb-max-menu-items, msb--add-to-menu): Doc fixes.
(msb-menu-cond, msb-item-handling-function, msb--create-function-info)
(msb--toggle-menu-type): Fix typos in docstrings.
Glenn Morris [Wed, 31 Oct 2007 03:16:56 +0000 (03:16 +0000)]
(install): Change ownership of installed files.
Richard M. Stallman [Wed, 31 Oct 2007 03:01:49 +0000 (03:01 +0000)]
*** empty log message ***
Juanma Barranquero [Wed, 31 Oct 2007 00:22:34 +0000 (00:22 +0000)]
(shadow-inhibit-overload, shadow-remove-from-todo, shadow-insert-var):
Doc fixes.
(shadow-file-match, shadow-define-cluster, shadow-define-regexp-group):
Reflow docstrings.
(shadow-parse-fullname, shadow-read-files): Fix typos in docstrings.
Miles Bader [Tue, 30 Oct 2007 23:31:05 +0000 (23:31 +0000)]
Merge from gnus--rel--5.10
Patches applied:
* gnus--rel--5.10 (patch 263-265)
- Merge from emacs--rel--22
- Update from CVS
2007-10-27 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
* man/gnus-faq.texi ([5.12]): Remove reference to discontinued service.
2007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
* man/gnus.texi (Troubleshooting): Adjust Gnus version number.
Revision: emacs@sv.gnu.org/emacs--rel--22--patch-140
Jason Rumney [Tue, 30 Oct 2007 22:51:23 +0000 (22:51 +0000)]
Remove batch mode format-mode-line problem.
Jason Rumney [Tue, 30 Oct 2007 22:49:26 +0000 (22:49 +0000)]
(Fformat_mode_line): Do nothing when noninteractive.
Juanma Barranquero [Tue, 30 Oct 2007 15:22:25 +0000 (15:22 +0000)]
*** empty log message ***
Juanma Barranquero [Tue, 30 Oct 2007 15:12:08 +0000 (15:12 +0000)]
(ediff, ediff-files, ediff-buffers, ebuffers, ediff3, ediff-files3,
ediff-buffers3, ebuffers3, erevision, ediff-revision):
Fix typos in autoload docstrings.
Juanma Barranquero [Tue, 30 Oct 2007 09:44:17 +0000 (09:44 +0000)]
(unload-feature): Remove redundant check.
YAMAMOTO Mitsuharu [Tue, 30 Oct 2007 08:32:36 +0000 (08:32 +0000)]
(unexec_regions_recorder, unexec_regions_merge):
Don't assume regions are aligned to page boundary.
(print_load_command_name): Add LC_UUID if defined.
Richard M. Stallman [Tue, 30 Oct 2007 08:25:14 +0000 (08:25 +0000)]
(syms_of_emacs) <installation-directory>: Reflow docstring.
Richard M. Stallman [Tue, 30 Oct 2007 08:24:30 +0000 (08:24 +0000)]
(savehist-save): Obey savehist-ignored-variables.
Nick Roberts [Tue, 30 Oct 2007 05:54:58 +0000 (05:54 +0000)]
(Watch Expressions): Describe gdb-delete-out-of-scope.
Nick Roberts [Tue, 30 Oct 2007 05:53:13 +0000 (05:53 +0000)]
*** empty log message ***
Nick Roberts [Tue, 30 Oct 2007 05:37:34 +0000 (05:37 +0000)]
(gdb-delete-out-of-scope): New option.
(gdb-var-update-handler-1): Use it.
Nick Roberts [Tue, 30 Oct 2007 05:35:54 +0000 (05:35 +0000)]
*** empty log message ***
Juanma Barranquero [Tue, 30 Oct 2007 00:27:06 +0000 (00:27 +0000)]
*** empty log message ***
Juanma Barranquero [Tue, 30 Oct 2007 00:21:42 +0000 (00:21 +0000)]
(ses-unload-function): New function.
Juanma Barranquero [Tue, 30 Oct 2007 00:20:44 +0000 (00:20 +0000)]
(uniquify-unload-function): Add docstring.
(uniquify-unload-function): Remove variable.
Juanma Barranquero [Tue, 30 Oct 2007 00:20:02 +0000 (00:20 +0000)]
(server-unload-function): Unbind `server-edit' from `C-x #'.
(server-unload-function): Remove variable.
Juanma Barranquero [Tue, 30 Oct 2007 00:15:06 +0000 (00:15 +0000)]
(follow-unload-function): Add docstring.
(follow-unload-function): Remove variable.
Juanma Barranquero [Tue, 30 Oct 2007 00:14:03 +0000 (00:14 +0000)]
(unload-feature): Remove erroneous check for the FEATURE-unload-function
variable; check the existence of the function (that's what the docstring
says, and it makes more sense).
Richard M. Stallman [Tue, 30 Oct 2007 00:01:11 +0000 (00:01 +0000)]
*** empty log message ***
Juanma Barranquero [Mon, 29 Oct 2007 15:41:53 +0000 (15:41 +0000)]
(unsafep, unsafep-function, unsafep-progn, unsafep-let):
Fix typos in docstrings.
Juanma Barranquero [Mon, 29 Oct 2007 13:32:41 +0000 (13:32 +0000)]
*** empty log message ***
Juanma Barranquero [Mon, 29 Oct 2007 13:25:08 +0000 (13:25 +0000)]
(uniquify-unload-function): New function and var.
Juanma Barranquero [Mon, 29 Oct 2007 12:07:24 +0000 (12:07 +0000)]
*** empty log message ***
Juanma Barranquero [Mon, 29 Oct 2007 11:59:27 +0000 (11:59 +0000)]
(uniquify-maybe-rerationalize-w/o-cb): Define it before use
to avoid a warning in packages that require uniquify.
Richard M. Stallman [Mon, 29 Oct 2007 08:38:06 +0000 (08:38 +0000)]
(Introduction): Delete discussion of implementation internals.
Juanma Barranquero [Mon, 29 Oct 2007 00:44:52 +0000 (00:44 +0000)]
(server-unload-function): Rename from `server-unload-hook' and
adapt to new `unload-feature' functionality. Remove hook from
`kill-buffer-hook' buffer-locally.
(server-unload-hook): Remove.
(server-unload-function): New var; replaces `server-unload-hook'.
Juanma Barranquero [Mon, 29 Oct 2007 00:35:12 +0000 (00:35 +0000)]
(unload-feature-special-hooks): Add `delete-frame-functions'.
Juanma Barranquero [Mon, 29 Oct 2007 00:32:45 +0000 (00:32 +0000)]
(syms_of_emacs) <kill-emacs-hook>: Fix typo in docstring.
<installation-directory>: Reflow docstring.
Juanma Barranquero [Sun, 28 Oct 2007 16:48:51 +0000 (16:48 +0000)]
*** empty log message ***
Juanma Barranquero [Sat, 27 Oct 2007 17:11:45 +0000 (17:11 +0000)]
(uniquify-managed): Pacify byte compiler.
(desktop-buffer-info): If the buffer name is managed by uniquify,
save the base name, not the uniquified one.
(desktop-create-buffer): Allow `rename-buffer' to generate a new
name in case of conflict.