]>
git.eshelyaron.com Git - emacs.git/log
Dan Nicolaescu [Wed, 4 Jul 2007 16:18:49 +0000 (16:18 +0000)]
*** empty log message ***
Dan Nicolaescu [Tue, 3 Jul 2007 21:30:56 +0000 (21:30 +0000)]
(auto-mode-alist): Match more valid gdb init
file names.
Martin Rudalics [Mon, 2 Jul 2007 05:46:19 +0000 (05:46 +0000)]
(help-make-xrefs): Skip spaces too when skipping tabs.
Martin Rudalics [Mon, 2 Jul 2007 05:40:12 +0000 (05:40 +0000)]
(mouse-drag-mode-line-1): Quit mouse tracking when
event is not a cons cell. Do not unread drag-mouse-1 events.
Select right window in check whether space was stolen from
window above.
Richard M. Stallman [Sun, 1 Jul 2007 03:23:11 +0000 (03:23 +0000)]
(find-file-visit-truename): Fix safe-local-variable value.
Juanma Barranquero [Fri, 29 Jun 2007 11:15:58 +0000 (11:15 +0000)]
(generic-define-mswindows-modes, generic-define-unix-modes,
apache-log-generic-mode, bat-generic-mode-keymap, java-manifest-generic-mode,
show-tabs-generic-mode): Fix typos in docstrings.
Jan Djärv [Thu, 28 Jun 2007 19:07:32 +0000 (19:07 +0000)]
(dnd-get-local-file-name): Set fixcase to t in call to
replace-regexp-in-string.
YAMAMOTO Mitsuharu [Thu, 28 Jun 2007 10:10:29 +0000 (10:10 +0000)]
[USE_MAC_TSM] (mac_handle_text_input_event):
Check WINDOWP before using XWINDOW.
Andreas Schwab [Thu, 28 Jun 2007 09:13:37 +0000 (09:13 +0000)]
($(lisp)/mh-e/mh-loaddefs.el): Depend on
$(lisp)/subdirs.el.
Juanma Barranquero [Thu, 28 Jun 2007 09:12:48 +0000 (09:12 +0000)]
*** empty log message ***
Juanma Barranquero [Thu, 28 Jun 2007 09:03:36 +0000 (09:03 +0000)]
(speedbar-handle-delete-frame): Don't try to delete the speedbar frame if nil;
that deletes the current frame or causes an error if it is the only frame.
Juanma Barranquero [Wed, 27 Jun 2007 11:40:26 +0000 (11:40 +0000)]
(syms_of_buffer) <selective-display>: Fix typo in docstring.
YAMAMOTO Mitsuharu [Tue, 26 Jun 2007 03:29:25 +0000 (03:29 +0000)]
[HAVE_GTK_AND_PTHREAD] Check this after including config.h.
(_aligned_blocks_mutex) [USE_PTHREAD]: New variable.
(LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS): New macros.
(_free_internal, memalign): Use them.
(_malloc_mutex, _aligned_blocks_mutex) [USE_PTHREAD]:
Initialize to PTHREAD_MUTEX_INITIALIZER.
(malloc_initialize_1) [USE_PTHREAD]: Don't use recursive mutex.
(morecore_nolock): Rename from morecore. All uses changed.
Use only nolock versions of internal allocation functions.
(_malloc_internal_nolock, _realloc_internal_nolock)
(_free_internal_nolock): New functions created from
_malloc_internal, _realloc_internal, and _free_internal.
(_malloc_internal, _realloc_internal, _free_internal): Use them.
Copy hook value to automatic variable before its use.
(memalign): Copy hook value to automatic variable before its use.
Jason Rumney [Mon, 25 Jun 2007 12:30:40 +0000 (12:30 +0000)]
(main): Set console codepages to "ANSI".
Karl Berry [Sun, 24 Jun 2007 21:59:25 +0000 (21:59 +0000)]
new Back-Cover Text
Juanma Barranquero [Sun, 24 Jun 2007 20:03:06 +0000 (20:03 +0000)]
(desktop-read): Run `desktop-not-loaded-hook' in the directory where the desktop
file was found, as the docstring says.
(desktop-kill): Use `read-directory-name'.
(desktop-load-locked-desktop): New option.
(desktop-read): Use it.
(desktop-truncate, desktop-outvar, desktop-restore-file-buffer): Use `when'.
(desktop-save-mode-off): New function.
(desktop-base-lock-name, desktop-not-loaded-hook): New variables.
(desktop-full-lock-name, desktop-file-modtime, desktop-owner,
desktop-claim-lock, desktop-release-lock): New functions.
(desktop-kill): Tell `desktop-save' that this is the last save.
Release the lock afterwards.
(desktop-buffer-info): New function.
(desktop-save): Use it. Run `desktop-save-hook' where the doc says to.
Detect conflicts, and manage the lock.
(desktop-read): Detect conflicts. Manage the lock.
Jason Rumney [Sat, 23 Jun 2007 16:57:51 +0000 (16:57 +0000)]
Added note about new style scrollbars on Windows XP and later.
Eli Zaretskii [Sat, 23 Jun 2007 11:24:56 +0000 (11:24 +0000)]
(insert-directory): If an invalid regexp error is thrown, try using FILE
as a literal file name, not a wildcard.
Check for FILE as an existing file, not just a directory.
Juanma Barranquero [Sat, 23 Jun 2007 10:50:07 +0000 (10:50 +0000)]
*** empty log message ***
Juanma Barranquero [Sat, 23 Jun 2007 10:45:01 +0000 (10:45 +0000)]
(ruler-mode): Prevent clobbering the original `header-line-format'
when reentering ruler mode.
Eli Zaretskii [Sat, 23 Jun 2007 09:52:06 +0000 (09:52 +0000)]
(insert-directory): Don't treat FILE as a wildcard if FILE exists as
a directory.
Dan Nicolaescu [Thu, 21 Jun 2007 22:55:44 +0000 (22:55 +0000)]
vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
(vera-font-lock-match-item): Fix doc string.
(vera-in-comment-p): Remove unused function.
(vera-skip-forward-literal,vera-skip-backward-literal): Improve code,
use `syntax-ppss'.
(vera-forward-syntactic-ws): Fix argument order.
(vera-prepare-search): Use `with-syntax-table'.
(vera-indent-line): Fix doc string.
(vera-electric-tab): Fix doc string.
(vera-expand-abbrev): Define alias instead of using `fset'.
(vera-comment-uncomment-region): Use `comment-start-skip'.
Jason Rumney [Thu, 21 Jun 2007 22:08:56 +0000 (22:08 +0000)]
*** empty log message ***
Jason Rumney [Thu, 21 Jun 2007 22:01:27 +0000 (22:01 +0000)]
(convert_mono_to_color_image): Swap fore and background.
Glenn Morris [Thu, 21 Jun 2007 04:07:24 +0000 (04:07 +0000)]
Header changes: mark file as part of Emacs, update FSF address.
Jason Rumney [Wed, 20 Jun 2007 21:26:53 +0000 (21:26 +0000)]
(w32_BDF_to_x_font): Unmap memory when finished.
(w32_free_bdf_font): Unmap memory not handle.
Dan Nicolaescu [Wed, 20 Jun 2007 15:22:59 +0000 (15:22 +0000)]
progmodes/vera-mode.el: New file.
Juanma Barranquero [Wed, 20 Jun 2007 15:19:37 +0000 (15:19 +0000)]
(ido-find-file-in-dir): Don't signal an error for empty directories.
Juanma Barranquero [Wed, 20 Jun 2007 08:49:12 +0000 (08:49 +0000)]
(_wsa_errlist): Fix typo in error message.
(init_environment): Ignore any environment variable
from the registry having a null value.
Alan Mackenzie [Wed, 20 Jun 2007 08:27:53 +0000 (08:27 +0000)]
(c-remove-any-local-eval-or-mode-variables): When removing lines, also
remove the \n. Correction of patch of 2007-04-21.
Alan Mackenzie [Wed, 20 Jun 2007 08:26:23 +0000 (08:26 +0000)]
*** empty log message ***
Jason Rumney [Tue, 19 Jun 2007 11:59:20 +0000 (11:59 +0000)]
Use emacs.manifest.
Jason Rumney [Sun, 17 Jun 2007 22:25:08 +0000 (22:25 +0000)]
(add_menu_item): Don't use multibyte string functions on
unicode strings.
Glenn Morris [Sun, 17 Jun 2007 22:19:58 +0000 (22:19 +0000)]
(lpr-page-header-switches): Move %s to separate element for correct
quoting. Doc fix.
Glenn Morris [Sun, 17 Jun 2007 22:19:25 +0000 (22:19 +0000)]
*** empty log message ***
Juanma Barranquero [Sun, 17 Jun 2007 02:36:20 +0000 (02:36 +0000)]
*** empty log message ***
Juanma Barranquero [Sun, 17 Jun 2007 02:18:00 +0000 (02:18 +0000)]
(syms_of_xdisp) <auto-resize-tool-bars>: Fix typo in docstring.
Miles Bader [Sat, 16 Jun 2007 22:29:59 +0000 (22:29 +0000)]
Merge from gnus--rel--5.10
Patches applied:
* gnus--rel--5.10 (patch 232)
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--rel--22--patch-50
Eli Zaretskii [Sat, 16 Jun 2007 18:19:42 +0000 (18:19 +0000)]
(add_menu_item): Escape `&' characters in menu items and their keybindings.
Eli Zaretskii [Sat, 16 Jun 2007 12:51:48 +0000 (12:51 +0000)]
Document that :data is unsupported for playing sound on Windows.
Miles Bader [Fri, 15 Jun 2007 04:03:46 +0000 (04:03 +0000)]
Merge from gnus--rel--5.10
Patches applied:
* gnus--rel--5.10 (patch 230-231)
- ChangeLog tweak
- Update from CVS
2007-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
* lisp/gnus/gnus-agent.el (gnus-agent-fetch-headers)
(gnus-agent-retrieve-headers): Bind
gnus-decode-encoded-address-function to identity.
* lisp/gnus/nntp.el (nntp-send-xover-command): Recognize an xover command
is available also when the server returns simply a dot.
* lisp/gnus/gnus-ems.el (gnus-x-splash): Redisplay window before measuring
it.
Revision: emacs@sv.gnu.org/emacs--rel--22--patch-48
Jason Rumney [Fri, 15 Jun 2007 00:07:45 +0000 (00:07 +0000)]
Manifest for Windows XP and later. Links Emacs to comctl32.dll version 6 for
the new style scrollbars.
Chong Yidong [Fri, 15 Jun 2007 00:00:37 +0000 (00:00 +0000)]
(update_compositions): Check validity of compositions.
Chong Yidong [Thu, 14 Jun 2007 23:59:17 +0000 (23:59 +0000)]
* composite.c (update_compositions): Check validity of compositions.
Karl Berry [Thu, 14 Jun 2007 16:55:54 +0000 (16:55 +0000)]
typo
Miles Bader [Thu, 14 Jun 2007 10:03:43 +0000 (10:03 +0000)]
Changes from arch/CVS synchronization
Miles Bader [Thu, 14 Jun 2007 10:03:08 +0000 (10:03 +0000)]
Gnus ChangeLog tweaks
Revision: emacs@sv.gnu.org/emacs--rel--22--patch-45
Miles Bader [Thu, 14 Jun 2007 10:02:55 +0000 (10:02 +0000)]
Merge from gnus--rel--5.10
Patches applied:
* emacs--devo--0 (patch 725, 740-741, 749, 768, 777, 786, 788-789, 792)
- Merge from gnus--rel--5.10
- Update from CVS
- Merge from emacs--rel--22, gnus--rel--5.10
* gnus--rel--5.10 (patch 217-229)
- Update from CVS
- Merge from emacs--devo--0, emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--rel--22--patch-44
Dan Nicolaescu [Wed, 13 Jun 2007 19:08:44 +0000 (19:08 +0000)]
* term/xterm.el (terminal-init-xterm): Escape parens in character
constants.
Karl Berry [Wed, 13 Jun 2007 00:45:03 +0000 (00:45 +0000)]
update two-volume material for printing
Chong Yidong [Tue, 12 Jun 2007 23:56:10 +0000 (23:56 +0000)]
(scroll-lock-mode): Doc fix.
Chong Yidong [Tue, 12 Jun 2007 23:55:58 +0000 (23:55 +0000)]
* scroll-lock.el (scroll-lock-mode): Doc fix.
Stefan Monnier [Mon, 11 Jun 2007 21:57:11 +0000 (21:57 +0000)]
(font-lock-add-keywords): In case font-lock was only
half-activated, forcefully activate it completely.
Stefan Monnier [Mon, 11 Jun 2007 15:46:12 +0000 (15:46 +0000)]
Add a bug about hi-lock-mode and font-lock-mode.
Fix encoding of some nonascii chars.
Richard M. Stallman [Mon, 11 Jun 2007 05:12:38 +0000 (05:12 +0000)]
(custom-variable-type): Doc fix.
Jason Rumney [Sun, 10 Jun 2007 23:29:37 +0000 (23:29 +0000)]
(Fx_file_dialog): Take size from struct not pointer.
Thien-Thi Nguyen [Sat, 9 Jun 2007 12:54:46 +0000 (12:54 +0000)]
(rmail-movemail-variant-in-use): Fix doc typo.
Juanma Barranquero [Sat, 9 Jun 2007 00:13:10 +0000 (00:13 +0000)]
(desktop-minor-mode-table): Doc fix.
Chong Yidong [Fri, 8 Jun 2007 03:04:22 +0000 (03:04 +0000)]
** In Image mode, whenever the displayed image is wider and/or higher
than the window, the usual keys for moving the cursor cause the image
to be scrolled horizontally or vertically instead.
Chong Yidong [Fri, 8 Jun 2007 03:01:25 +0000 (03:01 +0000)]
(image-forward-hscroll, image-backward-hscroll)
(image-next-line, image-previous-line, image-scroll-up)
(image-scroll-down, image-bol, image-eol, image-bob, image-eob):
New functions.
(image-mode-map): Remap motion commands.
(image-mode-text-map): New keymap for viewing images as text.
(image-mode): Use image-mode-map.
(image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
Chong Yidong [Fri, 8 Jun 2007 03:01:08 +0000 (03:01 +0000)]
* image-mode.el (image-forward-hscroll, image-backward-hscroll)
(image-next-line, image-previous-line, image-scroll-up)
(image-scroll-down, image-bol, image-eol, image-bob, image-eob):
New functions.
(image-mode-map): Remap motion commands.
(image-mode-text-map): New keymap for viewing images as text.
(image-mode): Use image-mode-map.
(image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
Michael Albinus [Thu, 7 Jun 2007 20:17:52 +0000 (20:17 +0000)]
Tramp does not require cl anymore.
Michael Albinus [Thu, 7 Jun 2007 20:14:45 +0000 (20:14 +0000)]
Sync with Tramp 2.0.56.
Chong Yidong [Thu, 7 Jun 2007 16:57:32 +0000 (16:57 +0000)]
Identify Emacs 22.2 changes (so we don't lose them later).
Chong Yidong [Thu, 7 Jun 2007 16:51:54 +0000 (16:51 +0000)]
(dired-recursive-deletes, dired-recursive-copies): Change default to
`top'.
Chong Yidong [Thu, 7 Jun 2007 16:51:33 +0000 (16:51 +0000)]
* dired.el (dired-recursive-deletes, dired-recursive-copies):
Change default to `top'.
Chong Yidong [Thu, 7 Jun 2007 16:40:15 +0000 (16:40 +0000)]
(dired-mode-map): Remove spurious separator.
Chong Yidong [Thu, 7 Jun 2007 16:40:05 +0000 (16:40 +0000)]
* dired.el (dired-mode-map): Remove spurious separator.
Juanma Barranquero [Thu, 7 Jun 2007 14:32:38 +0000 (14:32 +0000)]
(gnus-split-methods): Fix typo in docstring.
Juanma Barranquero [Thu, 7 Jun 2007 14:27:21 +0000 (14:27 +0000)]
(mixal-operation-codes-alist): Fix typo in docstring.
Alan Mackenzie [Thu, 7 Jun 2007 13:27:30 +0000 (13:27 +0000)]
(Optional Mode Line): Document the new form of line+column numbers,
"(561,2)".
Alan Mackenzie [Thu, 7 Jun 2007 13:26:20 +0000 (13:26 +0000)]
*** empty log message ***
Juanma Barranquero [Thu, 7 Jun 2007 13:20:47 +0000 (13:20 +0000)]
(ebrowse-draw-file-member-info): Doc fix.
Juanma Barranquero [Thu, 7 Jun 2007 12:41:27 +0000 (12:41 +0000)]
(idlwave-one-key-select): Fix typo in docstring.
Glenn Morris [Thu, 7 Jun 2007 07:45:09 +0000 (07:45 +0000)]
Sync etc/images change to six icons from trunk.
Glenn Morris [Thu, 7 Jun 2007 07:44:33 +0000 (07:44 +0000)]
Convert from PPM to PBM.
Glenn Morris [Thu, 7 Jun 2007 07:43:52 +0000 (07:43 +0000)]
Convert from PGM to PBM.
Glenn Morris [Thu, 7 Jun 2007 07:43:31 +0000 (07:43 +0000)]
Sync 2007-05-19 change from trunk.
Glenn Morris [Thu, 7 Jun 2007 06:39:17 +0000 (06:39 +0000)]
Mark H. Weaver <mhw at netris.org> (tiny change)
(set-mark-command-repeat-pop): Fix duplicate entry.
Glenn Morris [Thu, 7 Jun 2007 06:38:43 +0000 (06:38 +0000)]
Alfred M. Szmidt <ams at gnu.org> (tiny change)
(rmail-summary-save-buffer): New command.
(rmail-summary-mode-map): Add rmail-summary-save-buffer.
Glenn Morris [Thu, 7 Jun 2007 06:24:53 +0000 (06:24 +0000)]
Michael Olson <mwolson at gnu.org>
Update eshell URL.
Juanma Barranquero [Thu, 7 Jun 2007 00:41:29 +0000 (00:41 +0000)]
(mail-source-delete-old-incoming-confirm): Fix typo in docstring.
Juanma Barranquero [Thu, 7 Jun 2007 00:38:27 +0000 (00:38 +0000)]
(erc-startup-file-list): Fix typo in docstring.
Juanma Barranquero [Thu, 7 Jun 2007 00:35:28 +0000 (00:35 +0000)]
(org-export-ascii-bullets): Fix typo in docstring.
Juanma Barranquero [Thu, 7 Jun 2007 00:28:27 +0000 (00:28 +0000)]
(ebrowse-member-table): Fix typo in docstring.
Juanma Barranquero [Wed, 6 Jun 2007 23:53:20 +0000 (23:53 +0000)]
(nndiary-reminders): Fix typos in docstring.
Juanma Barranquero [Wed, 6 Jun 2007 23:51:11 +0000 (23:51 +0000)]
(gnus-diary-time-format, gnus-summary-sort-by-schedule): Fix typo in docstrings.
Juanma Barranquero [Wed, 6 Jun 2007 23:42:41 +0000 (23:42 +0000)]
(HTML): Fix typo.
Juanma Barranquero [Wed, 6 Jun 2007 23:39:42 +0000 (23:39 +0000)]
(Message Headers): Fix typo.
Juanma Barranquero [Wed, 6 Jun 2007 23:38:45 +0000 (23:38 +0000)]
(Create Tags Table): Fix typo.
Juanma Barranquero [Wed, 6 Jun 2007 23:37:33 +0000 (23:37 +0000)]
(Article Buttons, Mail Source Customization, Sending or Not Sending,
Customizing NNDiary): Fix typos.
Juanma Barranquero [Wed, 6 Jun 2007 23:34:09 +0000 (23:34 +0000)]
(Comment Commands, Getting Started, Style Variables): Fix typos.
Juanma Barranquero [Wed, 6 Jun 2007 22:42:31 +0000 (22:42 +0000)]
*** empty log message ***
Juanma Barranquero [Wed, 6 Jun 2007 22:37:07 +0000 (22:37 +0000)]
(mh-index-group-by-folder): Fix typos in docstrings.
Juanma Barranquero [Wed, 6 Jun 2007 22:36:31 +0000 (22:36 +0000)]
(mh-mh-directive-present-p): Fix typos in docstrings.
Juanma Barranquero [Wed, 6 Jun 2007 22:33:38 +0000 (22:33 +0000)]
*** empty log message ***
Juanma Barranquero [Wed, 6 Jun 2007 22:26:35 +0000 (22:26 +0000)]
*** empty log message ***
Juanma Barranquero [Wed, 6 Jun 2007 22:15:03 +0000 (22:15 +0000)]
(gnus-summary-highlight): Fix typo in docstring.
Juanma Barranquero [Wed, 6 Jun 2007 22:10:42 +0000 (22:10 +0000)]
(erc-show-channel-key-p): Fix typo in docstring.
Juanma Barranquero [Wed, 6 Jun 2007 22:03:06 +0000 (22:03 +0000)]
(org-cycle): Fix typo in docstring.