]> code.delx.au - gnu-emacs/log
gnu-emacs
16 years agoMerge from emacs--rel--22
Miles Bader [Fri, 2 May 2008 12:43:30 +0000 (12:43 +0000)]
Merge from emacs--rel--22

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1139

16 years agoMerge from gnus--devo--0
Miles Bader [Fri, 2 May 2008 12:12:44 +0000 (12:12 +0000)]
Merge from gnus--devo--0

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1137

16 years ago*** empty log message ***
Juanma Barranquero [Fri, 2 May 2008 09:54:25 +0000 (09:54 +0000)]
*** empty log message ***

16 years ago(gmm, gmm-verbose, gmm-lazy, gmm-customize-mode,
Juanma Barranquero [Fri, 2 May 2008 09:48:29 +0000 (09:48 +0000)]
(gmm, gmm-verbose, gmm-lazy, gmm-customize-mode,
gmm-image-load-path-for-library): Fix typos in docstrings.
(gmm-message): Reflow docstring.

16 years ago[HAVE_CARBON && HAVE_AVAILABILITYMACROS_H]:
YAMAMOTO Mitsuharu [Fri, 2 May 2008 09:40:19 +0000 (09:40 +0000)]
[HAVE_CARBON && HAVE_AVAILABILITYMACROS_H]:
Include AvailabilityMacros.h.
(USE_MAC_IMAGE_IO, LIBS_IMAGE) [HAVE_CARBON]: New defines.
(LIBS_CARBON) [HAVE_CARBON]: Use LIBS_IMAGE.

16 years ago(ARGB_TO_ULONG, ALPHA_FROM_ULONG): New macros.
YAMAMOTO Mitsuharu [Fri, 2 May 2008 09:39:31 +0000 (09:39 +0000)]
(ARGB_TO_ULONG, ALPHA_FROM_ULONG): New macros.
(RED_FROM_ULONG): Mask off higher bits.
(mac_cg_color_space_rgb) [USE_MAC_IMAGE_IO]: New extern.

16 years ago(mac_cg_color_space_rgb) [USE_CG_DRAWING]:
YAMAMOTO Mitsuharu [Fri, 2 May 2008 09:39:23 +0000 (09:39 +0000)]
(mac_cg_color_space_rgb) [USE_CG_DRAWING]:
Make variable non-static.
(XDrawLine, XCreatePixmap, XCreatePixmapFromBitmapData, XFreePixmap)
[USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.

16 years ago(Pixmap) [USE_MAC_IMAGE_IO]: New definition for Image I/O.
YAMAMOTO Mitsuharu [Fri, 2 May 2008 09:39:12 +0000 (09:39 +0000)]
(Pixmap) [USE_MAC_IMAGE_IO]: New definition for Image I/O.

16 years ago(PIX_MASK_DRAW, PIX_MASK_RETAIN) [USE_MAC_IMAGE_IO]:
YAMAMOTO Mitsuharu [Fri, 2 May 2008 09:39:01 +0000 (09:39 +0000)]
(PIX_MASK_DRAW, PIX_MASK_RETAIN) [USE_MAC_IMAGE_IO]:
New definitions for Image I/O support.
(XGetImage, XPutPixel, XGetPixel, XDestroyImage)
(mac_create_cg_image_from_image, x_create_x_image_and_pixmap)
[USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
(mac_data_provider_release_data, image_load_image_io)
[USE_MAC_IMAGE_IO]: New functions.
(CGImageCreateWithPNGDataProviderProcType) [MAC_OSX]: Remove typedef.
(MyCGImageCreateWithPNGDataProvider) [MAC_OSX]: Remove variable.
(init_image_func_pointer) [MAC_OSX]: Remove function.
(image_load_quartz2d) [MAC_OSX]: Check availability of
CGImageCreateWithPNGDataProvider at compile time.
Use lowercase `false' for boolean constant.
(png_load, jpeg_load, tiff_load, gif_load) [USE_MAC_IMAGE_IO]:
Use image_load_image_io.
(png_load) [!USE_MAC_IMAGE_IO && MAC_OSX]:
Don't check MyCGImageCreateWithPNGDataProvider.
(init_image) [MAC_OSX && TARGET_API_MAC_CARBON]:
Don't call init_image_func_pointer.

16 years agoRegenerate.
YAMAMOTO Mitsuharu [Fri, 2 May 2008 09:38:52 +0000 (09:38 +0000)]
Regenerate.

16 years agoCheck availability of AvailabilityMacros.h
YAMAMOTO Mitsuharu [Fri, 2 May 2008 09:38:39 +0000 (09:38 +0000)]
Check availability of AvailabilityMacros.h
if HAVE_CARBON.

16 years ago* configure: Regenerate.
YAMAMOTO Mitsuharu [Fri, 2 May 2008 09:38:18 +0000 (09:38 +0000)]
* configure: Regenerate.

16 years ago(Moving subtrees): Fix typo.
Juanma Barranquero [Fri, 2 May 2008 09:37:50 +0000 (09:37 +0000)]
(Moving subtrees): Fix typo.

16 years ago*** empty log message ***
Juanma Barranquero [Fri, 2 May 2008 09:33:08 +0000 (09:33 +0000)]
*** empty log message ***

16 years ago(vc-call, vc-state): Fix typos in docstrings.
Juanma Barranquero [Fri, 2 May 2008 09:19:29 +0000 (09:19 +0000)]
(vc-call, vc-state): Fix typos in docstrings.
(vc-default-state-heuristic): Doc fix.

16 years ago(highlight-changes-mode): Removed references to hooks that no longer exist.
Juanma Barranquero [Fri, 2 May 2008 08:51:17 +0000 (08:51 +0000)]
(highlight-changes-mode): Removed references to hooks that no longer exist.
Because define-minor-mode is used the hook highlight-changes-mode-hook exists
and can do what both the old hooks used to do.  The documentation at the top
of the file was updated to demonstrate this.
(highlight-changes-mode): Remove commented out call to a hook function that
is no longer there.
(hilit-chg-set): Remove running of highlight-changes-enable-hook.

16 years agoAdd arch tagline
Miles Bader [Fri, 2 May 2008 08:38:57 +0000 (08:38 +0000)]
Add arch tagline

16 years ago*** empty log message ***
Juanma Barranquero [Fri, 2 May 2008 08:12:59 +0000 (08:12 +0000)]
*** empty log message ***

16 years agoMore preparation for removing dired.
Eric S. Raymond [Fri, 2 May 2008 07:47:18 +0000 (07:47 +0000)]
More preparation for removing dired.

16 years agoFix some comments to remove references to vc-dired.
Eric S. Raymond [Fri, 2 May 2008 07:38:11 +0000 (07:38 +0000)]
Fix some comments to remove references to vc-dired.

16 years agovc-toggle-read-only is no longer a good idea.
Eric S. Raymond [Fri, 2 May 2008 07:20:33 +0000 (07:20 +0000)]
vc-toggle-read-only is no longer a good idea.

16 years agoThe day wehen vc-toggle-ready-only was a good idea is long gone.
Eric S. Raymond [Fri, 2 May 2008 07:12:59 +0000 (07:12 +0000)]
The day wehen vc-toggle-ready-only was a good idea is long gone.

16 years agoName change in preparation for ripping out vc-dired.
Eric S. Raymond [Fri, 2 May 2008 06:56:59 +0000 (06:56 +0000)]
Name change in preparation for ripping out vc-dired.

16 years agoBetter error message on missing files.
Eric S. Raymond [Fri, 2 May 2008 03:52:08 +0000 (03:52 +0000)]
Better error message on missing files.

16 years ago(vc-rcs-state): Fix typos.
Dan Nicolaescu [Fri, 2 May 2008 03:48:17 +0000 (03:48 +0000)]
(vc-rcs-state): Fix typos.

16 years ago(vc-register): Change argument order so that the prefix
Dan Nicolaescu [Fri, 2 May 2008 03:47:14 +0000 (03:47 +0000)]
(vc-register): Change argument order so that the prefix
argument is assigned correctly.
(vc-next-action, vc-dir-register): Update for the above change.

16 years agoMore informative message when a fileset is in a mixed state.
Eric S. Raymond [Fri, 2 May 2008 03:38:16 +0000 (03:38 +0000)]
More informative message when a fileset is in a mixed state.

16 years agoDon't commit right after deletion.
Eric S. Raymond [Fri, 2 May 2008 03:30:10 +0000 (03:30 +0000)]
Don't commit right after deletion.

16 years agoRemove unneeded TODO item in comment.
Eric S. Raymond [Fri, 2 May 2008 03:23:53 +0000 (03:23 +0000)]
Remove unneeded TODO item in comment.

16 years agoAdd the argument DEFAULT of minibuffer input functions to Incompatible Lisp Changes.
Juri Linkov [Fri, 2 May 2008 01:04:16 +0000 (01:04 +0000)]
Add the argument DEFAULT of minibuffer input functions to Incompatible Lisp Changes.

16 years ago(Text from Minibuffer): Document a list of default values for `read-from-minibuffer'.
Juri Linkov [Fri, 2 May 2008 01:03:38 +0000 (01:03 +0000)]
(Text from Minibuffer): Document a list of default values for `read-from-minibuffer'.

16 years ago(Fread_from_minibuffer, Fread_string, Fread_command)
Juri Linkov [Fri, 2 May 2008 01:02:46 +0000 (01:02 +0000)]
(Fread_from_minibuffer, Fread_string, Fread_command)
(Fread_variable, Fread_buffer, Fcompleting_read): Document
the DEFAULT argument as a list of default values in docstrings.

16 years ago(compilation-auto-jump): Set window point to `pos' explicitly.
Juri Linkov [Thu, 1 May 2008 23:56:52 +0000 (23:56 +0000)]
(compilation-auto-jump): Set window point to `pos' explicitly.

16 years ago(occur-read-primary-args): Set default to the car of
Juri Linkov [Thu, 1 May 2008 23:55:44 +0000 (23:55 +0000)]
(occur-read-primary-args): Set default to the car of
regexp-history and display it in the prompt, but don't add to the
list of minibuffer defaults.  Bind history-add-new-input to nil to
not add automatically `default'.  For empty input return `default'.
Otherwise, add `input' to regexp-history and return it.
(occur-1): Signal an error for the empty regexp.

16 years ago(BASE_PURESIZE): Increase to 1210000.
Chong Yidong [Thu, 1 May 2008 22:53:09 +0000 (22:53 +0000)]
(BASE_PURESIZE): Increase to 1210000.

16 years ago* puresize.h (BASE_PURESIZE): Increase to 1210000.
Chong Yidong [Thu, 1 May 2008 22:53:02 +0000 (22:53 +0000)]
* puresize.h (BASE_PURESIZE): Increase to 1210000.

16 years agoRemove some XXX comments no longer needed.
Eric S. Raymond [Thu, 1 May 2008 19:28:56 +0000 (19:28 +0000)]
Remove some XXX comments no longer needed.

16 years agoChange 'needs-patch to 'needs-update.
Eric S. Raymond [Thu, 1 May 2008 19:13:16 +0000 (19:13 +0000)]
Change 'needs-patch to 'needs-update.

16 years ago(vc-delete-file): Check if the file has uncommitted changed.
Sam Steingold [Thu, 1 May 2008 17:46:27 +0000 (17:46 +0000)]
(vc-delete-file): Check if the file has uncommitted changed.

16 years agoComment cleanup (no code change).
Eric S. Raymond [Thu, 1 May 2008 16:40:14 +0000 (16:40 +0000)]
Comment cleanup (no code change).

16 years agoAdd items to TODO list.
Eric S. Raymond [Thu, 1 May 2008 16:05:04 +0000 (16:05 +0000)]
Add items to TODO list.

16 years agoRevert incorrect fix for claimed bootstrap breakage.
Stefan Monnier [Thu, 1 May 2008 15:18:52 +0000 (15:18 +0000)]
Revert incorrect fix for claimed bootstrap breakage.

16 years ago(make_window): Initialize resize_proportionally.
Martin Rudalics [Thu, 1 May 2008 10:17:47 +0000 (10:17 +0000)]
(make_window): Initialize resize_proportionally.
(enlarge_window): Temporarily set resize_proportionally to make
sure that shrink_windows does scale the window proportionally.
(shrink_windows): When window has resize_proportionally set try
to shrink it proportionally by stealing from other windows.
(struct saved_window, Fset_window_configuration)
(compare_window_configurations): Handle resize_proportionally.
(WINDOW_TOTAL_SIZE): New macro.
(window_min_size, shrink_windows, size_window): Use it.
(check_min_window_sizes): Removed.  Invalid values of
window-min-height|width are handled by window_min_size_2 now.
(size_window, Fsplit_window, enlarge_window)
(adjust_window_trailing_edge, grow_mini_window): Don't call
check_min_window_sizes.
(window_min_size_2, window_min_size_1, window_min_size): New
argument safe_p for retrieving "safe" minimum sizes.
(Fdisplay_buffer, Fsplit_window, enlarge_window):
(adjust_window_trailing_edge, grow_mini_window): Adjust
arguments of window_min_size... functions.
(shrink_windows): Argument min_size removed.  New argument
safe_p allows shrinking windows to their safe minimum sizes.
Calculate minimum size and decide whether a window shall be
deleted for each window individually.
(size_window): When nodelete_p equals 2, tell shrink_windows to
delete windows only if their new minimum size is no more safe.
(shrink_window_lowest_first): Call window_min_size_1 to make
sure to preserve modeline of bottom-most window when resizing
the minibuffer.
(Fset_window_configuration, Fcurrent_window_configuration)
(compare_window_configurations): Do not handle
window-min-height|width any more.
(syms_of_window): Clarify window-min-height|width doc-strings.

16 years ago(struct window): Replace field too_small_ok by field
Martin Rudalics [Thu, 1 May 2008 10:14:44 +0000 (10:14 +0000)]
(struct window): Replace field too_small_ok by field
resize_proportionally.

16 years ago(change_frame_size_1): Preserve small windows when shrinking
Martin Rudalics [Thu, 1 May 2008 10:12:50 +0000 (10:12 +0000)]
(change_frame_size_1): Preserve small windows when shrinking
frames by calling set_window_height|width with third arg 2.

16 years ago(gdb-info-breakpoints-custom): Don't throw error if no file is found.
Nick Roberts [Thu, 1 May 2008 08:43:56 +0000 (08:43 +0000)]
(gdb-info-breakpoints-custom): Don't throw error if no file is found.

16 years ago*** empty log message ***
Nick Roberts [Thu, 1 May 2008 08:39:23 +0000 (08:39 +0000)]
*** empty log message ***

16 years ago* epa-file-hook.el: New file split from epa-file.el.
Daiki Ueno [Thu, 1 May 2008 07:17:08 +0000 (07:17 +0000)]
* epa-file-hook.el: New file split from epa-file.el.
* epa-file.el: Require 'epa-file-hook.
(epa-file-handler): Add autoload cookie.
* loadup.el: Load epa-file-hook.
* startup.el (command-line): Eval the body of auto-encryption-mode.

16 years ago(vc-hg-extra-fileinfo): New defstruct.
Dan Nicolaescu [Thu, 1 May 2008 06:35:09 +0000 (06:35 +0000)]
(vc-hg-extra-fileinfo): New defstruct.
(vc-hg-status-printer): New function.
(vc-hg-after-dir-status): Deal with copied and renamed files.
(vc-hg-dir-status): Add flag to show copied files.

16 years ago(vc-dir-mode-map): Don't bind "r".
Dan Nicolaescu [Thu, 1 May 2008 06:33:24 +0000 (06:33 +0000)]
(vc-dir-mode-map): Don't bind "r".

16 years ago*** empty log message ***
John Paul Wallington [Thu, 1 May 2008 01:25:24 +0000 (01:25 +0000)]
*** empty log message ***

16 years ago(define-ibuffer-sorter): Define the sorter to reverse sorting order if
John Paul Wallington [Thu, 1 May 2008 01:19:26 +0000 (01:19 +0000)]
(define-ibuffer-sorter): Define the sorter to reverse sorting order if
last sorting mode was the sorter's.

16 years ago(ibuffer-last-sorting-mode): New variable.
John Paul Wallington [Thu, 1 May 2008 01:17:35 +0000 (01:17 +0000)]
(ibuffer-last-sorting-mode): New variable.
(ibuffer-do-sort-by-recency): Reverse sorting order if last sorting
mode was recency.

16 years ago(w32-charset-info-alist): Map vietnamese to windows-1258.
Jason Rumney [Thu, 1 May 2008 00:53:35 +0000 (00:53 +0000)]
(w32-charset-info-alist): Map vietnamese to windows-1258.

16 years ago(define-ibuffer-filter filename): When the major mode is `vc-dir-mode'
John Paul Wallington [Thu, 1 May 2008 00:08:38 +0000 (00:08 +0000)]
(define-ibuffer-filter filename): When the major mode is `vc-dir-mode'
use the buffer's default directory as filename.

16 years ago(define-ibuffer-column filename): When the major mode is `vc-dir-mode'
John Paul Wallington [Wed, 30 Apr 2008 23:55:05 +0000 (23:55 +0000)]
(define-ibuffer-column filename): When the major mode is `vc-dir-mode'
show the buffer's default directory.

16 years ago(vc-dir-mode-map): Bind "r" to vc-dir-delete-file, like in PCL-CVS.
Sam Steingold [Wed, 30 Apr 2008 19:03:54 +0000 (19:03 +0000)]
(vc-dir-mode-map): Bind "r" to vc-dir-delete-file, like in PCL-CVS.

16 years ago(vc-dir-mode-map): Bind "d" to vc-dir-delete-file.
Sam Steingold [Wed, 30 Apr 2008 16:58:15 +0000 (16:58 +0000)]
(vc-dir-mode-map): Bind "d" to vc-dir-delete-file.
(vc-dir-delete-file): Add.
(vc-delete-file): Do not barf when the file has been already deleted.

16 years ago*** empty log message ***
Dan Nicolaescu [Wed, 30 Apr 2008 16:10:58 +0000 (16:10 +0000)]
*** empty log message ***

16 years ago(lisp-mode-map): Add menu.
Dan Nicolaescu [Wed, 30 Apr 2008 16:10:05 +0000 (16:10 +0000)]
(lisp-mode-map): Add menu.

16 years ago* progmodes/octave-mod.el (octave-help): New function.
Stefan Monnier [Wed, 30 Apr 2008 08:48:02 +0000 (08:48 +0000)]
* progmodes/octave-mod.el (octave-help): New function.
* progmodes/octave-hlp.el: Delete.
* info-look.el (octave-mode): Add operator index.

16 years ago(vc-checkout): Typo.
Stefan Monnier [Wed, 30 Apr 2008 08:13:09 +0000 (08:13 +0000)]
(vc-checkout): Typo.

16 years ago(compilation-error-regexp-alist-alist) <gnu>:
Stefan Monnier [Wed, 30 Apr 2008 08:12:20 +0000 (08:12 +0000)]
(compilation-error-regexp-alist-alist) <gnu>:
Rule out trailing spaces in file and directory names as well.

16 years ago(file_name_completion): Fix up the encoding/decoding issue
Stefan Monnier [Wed, 30 Apr 2008 07:16:08 +0000 (07:16 +0000)]
(file_name_completion): Fix up the encoding/decoding issue
some more.  Copy some of the code from Ftry_completions.
Remove special case code that dates back to initial revision when the
slash was only added when necessary and that can't trigger nowadays.

16 years agoReorder, place things related to version control together.
Dan Nicolaescu [Wed, 30 Apr 2008 05:50:02 +0000 (05:50 +0000)]
Reorder, place things related to version control together.

16 years ago(menu-bar-tools-menu): Reorder, place Games last.
Dan Nicolaescu [Wed, 30 Apr 2008 05:48:32 +0000 (05:48 +0000)]
(menu-bar-tools-menu): Reorder, place Games last.
Add "..." in the appropriate places.

16 years ago(epa-key-list-mode-map): Add more menu entries.
Dan Nicolaescu [Wed, 30 Apr 2008 05:44:17 +0000 (05:44 +0000)]
(epa-key-list-mode-map): Add more menu entries.
Add ... in the appropriate places.

16 years ago(dired-mode-map): Add :help.
Dan Nicolaescu [Wed, 30 Apr 2008 05:41:52 +0000 (05:41 +0000)]
(dired-mode-map): Add :help.

16 years ago(vc-deduce-fileset): Add new parameter.
Dan Nicolaescu [Wed, 30 Apr 2008 05:40:25 +0000 (05:40 +0000)]
(vc-deduce-fileset): Add new parameter.
(vc-dir-marked-only-files): New function.
(vc-next-action): Don't ignore directories, look at the files
inside them.
(vc-dir-mode): Document how the mark/unmark commands work.

16 years ago(completion-pcm-try-completion): Typo.
Stefan Monnier [Wed, 30 Apr 2008 04:48:27 +0000 (04:48 +0000)]
(completion-pcm-try-completion): Typo.

16 years ago(completion--do-completion): Move point even if the completion makes no change.
Stefan Monnier [Wed, 30 Apr 2008 03:41:39 +0000 (03:41 +0000)]
(completion--do-completion): Move point even if the completion makes no change.
(completion-pcm-try-completion): Fix computation of new point.

16 years agoRequire 'cl.
Stefan Monnier [Wed, 30 Apr 2008 03:40:37 +0000 (03:40 +0000)]
Require 'cl.

16 years ago*** empty log message ***
Kenichi Handa [Wed, 30 Apr 2008 02:39:04 +0000 (02:39 +0000)]
*** empty log message ***

16 years ago(gdb-frame-handler-1): Make overlay arrow
Nick Roberts [Wed, 30 Apr 2008 02:27:52 +0000 (02:27 +0000)]
(gdb-frame-handler-1): Make overlay arrow
hollow if not in innermost frame.

16 years ago*** empty log message ***
Nick Roberts [Wed, 30 Apr 2008 02:24:56 +0000 (02:24 +0000)]
*** empty log message ***

16 years agoMake `checkout-model' apply to filesets.
Stefan Monnier [Tue, 29 Apr 2008 15:32:56 +0000 (15:32 +0000)]
Make `checkout-model' apply to filesets.
* vc-hooks.el (vc-checkout-model): Rewrite.
(vc-before-save, vc-after-save): Adjust callers accordingly.
* vc.el (vc-editable-p, vc-next-action, vc-checkout, vc-update)
(vc-transfer-file): Adjust callers accordingly.
* vc-rcs.el (vc-rcs-checkout-model): Adjust arg.
(vc-rcs-state, vc-rcs-state-heuristic, vc-rcs-receive-file)
(vc-rcs-checkout, vc-rcs-fetch-master-state): Use vc-rcs-checkout-model
instead of vc-checkout-model.
* vc-mcvs.el (vc-mcvs-revert):
Use vc-mcvs-checkout-model i.s.o vc-checkout-model.
* vc-cvs.el (vc-cvs-checkout-model): Adjust arg.
(vc-cvs-revert): Use vc-cvs-checkout-model i.s.o vc-checkout-model.
* vc-svn.el (vc-svn-checkout-model):
* vc-hg.el (vc-hg-checkout-model):
* vc-git.el (vc-git-checkout-model):
* vc-bzr.el (vc-bzr-checkout-model): Adjust arg.

16 years ago(dired-read-dir-and-switches): Replace last change with
Stefan Monnier [Tue, 29 Apr 2008 14:48:57 +0000 (14:48 +0000)]
(dired-read-dir-and-switches): Replace last change with
a new approach that mixes read-file-name and read-directory-name.

16 years ago(read-buffer-to-switch): Avoid making assumptions about `other-buffer'.
Stefan Monnier [Tue, 29 Apr 2008 14:47:45 +0000 (14:47 +0000)]
(read-buffer-to-switch): Avoid making assumptions about `other-buffer'.

16 years ago(vc-dir-mode-hook): Add normal hook.
Sam Steingold [Tue, 29 Apr 2008 13:42:15 +0000 (13:42 +0000)]
(vc-dir-mode-hook): Add normal hook.
(vc-dir-mode): Run it.

16 years ago(gud-speedbar-buttons): Raise frame in gdb-speedbar-timer-fn.
Nick Roberts [Tue, 29 Apr 2008 11:03:40 +0000 (11:03 +0000)]
(gud-speedbar-buttons): Raise frame in gdb-speedbar-timer-fn.

16 years ago(gdb-display-buffer): Don't pop up GUD buffer.
Nick Roberts [Tue, 29 Apr 2008 11:02:22 +0000 (11:02 +0000)]
(gdb-display-buffer): Don't pop up GUD buffer.
Always split windows.
(gdb-speedbar-timer-fn): Only raise frame after user input.
(gdb-same-frame): Reverse initial value.
(gdb-display-gdb-buffer): Check for GUD buffer in other frames.

16 years ago*** empty log message ***
Nick Roberts [Tue, 29 Apr 2008 11:00:31 +0000 (11:00 +0000)]
*** empty log message ***

16 years ago(flyspell-mode-on): Remove redundant (flyspell-mode-hook) run.
Agustín Martín [Tue, 29 Apr 2008 10:55:35 +0000 (10:55 +0000)]
(flyspell-mode-on):  Remove redundant (flyspell-mode-hook) run.
(flyspell-mode): Fix docstring in definition.

16 years ago(uniquify-rationalize-a-list): Beware of side-effects.
Stefan Monnier [Tue, 29 Apr 2008 07:11:36 +0000 (07:11 +0000)]
(uniquify-rationalize-a-list): Beware of side-effects.

16 years agoDaiki Ueno <ueno at unixuser.org>
Glenn Morris [Tue, 29 Apr 2008 07:10:55 +0000 (07:10 +0000)]
Daiki Ueno  <ueno at unixuser.org>

(epa-key-list-mode-map): Add menu.
(epa-delete-keys, epa-import-keys): Fix typo.

16 years ago(top-level): Does not need cl when compiling.
Glenn Morris [Tue, 29 Apr 2008 07:05:39 +0000 (07:05 +0000)]
(top-level): Does not need cl when compiling.
Add arch-tag and footer.

16 years agoAnother new file, another license notice to update.
Glenn Morris [Tue, 29 Apr 2008 07:01:01 +0000 (07:01 +0000)]
Another new file, another license notice to update.

16 years agoFix typo in previous.
Glenn Morris [Tue, 29 Apr 2008 06:59:58 +0000 (06:59 +0000)]
Fix typo in previous.

16 years agoNew file.
Stefan Monnier [Tue, 29 Apr 2008 06:09:32 +0000 (06:09 +0000)]
New file.

16 years ago(completion-hilit-commonality): Remove leftover code.
Stefan Monnier [Tue, 29 Apr 2008 06:00:21 +0000 (06:00 +0000)]
(completion-hilit-commonality): Remove leftover code.
(completion-pcm--pattern->regex): Let `group' be a list of symbols.
(completion-pcm--hilit-commonality): New function.
(completion-pcm-all-completions): Use it.

16 years ago* minibuffer.el (completion-common-substring): Mark obsolete.
Stefan Monnier [Tue, 29 Apr 2008 05:36:55 +0000 (05:36 +0000)]
* minibuffer.el (completion-common-substring): Mark obsolete.
(completions-first-difference, completions-common-part): Move from simple.el.
(completion-hilit-commonality): New fun.
(display-completion-list, completion-emacs21-all-completions)
(completion-emacs22-all-completions): Use it.
* simple.el (completions-first-difference, completions-common-part):
Move to minibuffer.el.
(choose-completion-string): Use field functions and minibufferp.
(completion-setup-function): Don't set completions faces.

16 years agoFix comment typo.
Glenn Morris [Tue, 29 Apr 2008 03:42:15 +0000 (03:42 +0000)]
Fix comment typo.

16 years ago(Sexp Diary Entries): Clarify diary-float.
Glenn Morris [Tue, 29 Apr 2008 03:40:45 +0000 (03:40 +0000)]
(Sexp Diary Entries): Clarify diary-float.

16 years ago(check-declare-errmsg): Fix counting in the `full' case.
Glenn Morris [Tue, 29 Apr 2008 03:40:00 +0000 (03:40 +0000)]
(check-declare-errmsg): Fix counting in the `full' case.

16 years ago(calendar-iso-from-absolute): Fix declaration.
Glenn Morris [Tue, 29 Apr 2008 03:38:22 +0000 (03:38 +0000)]
(calendar-iso-from-absolute): Fix declaration.

16 years ago(calendar-absolute-from-iso, calendar-iso-from-absolute): Fix declarations.
Glenn Morris [Tue, 29 Apr 2008 03:37:54 +0000 (03:37 +0000)]
(calendar-absolute-from-iso, calendar-iso-from-absolute): Fix declarations.

16 years ago(holiday-float): Doc fix.
Glenn Morris [Tue, 29 Apr 2008 03:35:08 +0000 (03:35 +0000)]
(holiday-float): Doc fix.

16 years ago(diary-list-sexp-entries, diary-float): Doc fix.
Glenn Morris [Tue, 29 Apr 2008 03:34:40 +0000 (03:34 +0000)]
(diary-list-sexp-entries, diary-float): Doc fix.

16 years ago(calendar-nth-named-absday, calendar-nth-named-day): Doc fix.
Glenn Morris [Tue, 29 Apr 2008 03:34:17 +0000 (03:34 +0000)]
(calendar-nth-named-absday, calendar-nth-named-day): Doc fix.

16 years agoAdd Windows battery support.
Jason Rumney [Tue, 29 Apr 2008 01:16:45 +0000 (01:16 +0000)]
Add Windows battery support.