]> code.delx.au - gnu-emacs/log
gnu-emacs
18 years ago(Initial Options): Add a footnote about limited support of ~USER on MS-Windows.
Eli Zaretskii [Fri, 5 May 2006 11:45:30 +0000 (11:45 +0000)]
(Initial Options): Add a footnote about limited support of ~USER on MS-Windows.

18 years ago(command-line): On MS-Windows, probe "~", not "~USER", for warning about
Eli Zaretskii [Fri, 5 May 2006 11:36:34 +0000 (11:36 +0000)]
(command-line): On MS-Windows, probe "~", not "~USER", for warning about
non-existent home directory

18 years ago(archive-l-e): New optional argument `float' means generate a float value.
Eli Zaretskii [Fri, 5 May 2006 10:58:10 +0000 (10:58 +0000)]
(archive-l-e): New optional argument `float' means generate a float value.
(archive-arc-summarize, archive-lzh-summarize)
(archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e with 3rd
argument non-nil when file's size is being computed.  Format the file sizes
with %8.0f instead of %8d.

18 years ago*** empty log message ***
YAMAMOTO Mitsuharu [Fri, 5 May 2006 06:45:26 +0000 (06:45 +0000)]
*** empty log message ***

18 years ago(enum event_kind) [MAC_OS]: Update comment for MAC_APPLE_EVENT.
YAMAMOTO Mitsuharu [Fri, 5 May 2006 06:45:04 +0000 (06:45 +0000)]
(enum event_kind) [MAC_OS]: Update comment for MAC_APPLE_EVENT.

18 years ago(mac_make_lispy_event_code): Remove extern.
YAMAMOTO Mitsuharu [Fri, 5 May 2006 06:44:55 +0000 (06:44 +0000)]
(mac_make_lispy_event_code): Remove extern.
(mac_post_mouse_moved_event): Add extern.
(mac_aelist_to_lisp, mac_aedesc_to_lisp): Change arg 1 to
`const AEDesc *' in externs.
(create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]: New extern.

18 years ago(XTread_socket) [TARGET_API_MAC_CARBON]: Try window
YAMAMOTO Mitsuharu [Fri, 5 May 2006 06:44:45 +0000 (06:44 +0000)]
(XTread_socket) [TARGET_API_MAC_CARBON]: Try window
path select also for proxy icon click.
[TARGET_API_MAC_CARBON] (mac_post_mouse_moved_event): New function.
[USE_TOOLKIT_SCROLL_BARS] (scroll_bar_timer_callback): Use it.
(xlfdpat_create): Remove unused label `error' and trailing sentences.
(mac_do_track_drag, mac_do_receive_drag): Move functions to macselect.c.
(mac_do_track_dragUPP, mac_do_receive_dragUPP): Move variables to
macselect.c.
(install_drag_handler, remove_drag_handler): Add extern.
(mac_store_apple_event): Change return type to void.  All uses changed.
Create Lisp object from Apple event and store it into input event.
(mac_make_lispy_event_code): Remove function.
[TARGET_API_MAC_CARBON] (mac_store_drag_event): New function.
(install_window_handler): Call install_drag_handler.
(remove_window_handler): Call remove_drag_handler.

18 years agoUpdate copyright year.
YAMAMOTO Mitsuharu [Fri, 5 May 2006 06:44:29 +0000 (06:44 +0000)]
Update copyright year.
(mac_store_apple_event): Change return type to void in extern.
(mac_handle_apple_event): Don't get return value from
mac_store_apple_event.
[TARGET_API_MAC_CARBON] (Vmac_dnd_known_types): New variable.
(syms_of_macselect) [TARGET_API_MAC_CARBON]: Defvar it.
[TARGET_API_MAC_CARBON] (mac_do_track_drag): Move function from
macterm.c.  Use Vmac_dnd_known_types as acceptable flavors.
[TARGET_API_MAC_CARBON] (mac_do_receive_drag): Likewise.  New
implementation using create_apple_event_from_drag_ref.
[TARGET_API_MAC_CARBON] (mac_do_track_dragUPP)
(mac_do_receive_dragUPP): Move variables from macterm.c.
(install_drag_handler, remove_drag_handler): New functions.

18 years ago(restore_menu_items, cleanup_popup_menu): Return a value.
YAMAMOTO Mitsuharu [Fri, 5 May 2006 06:44:10 +0000 (06:44 +0000)]
(restore_menu_items, cleanup_popup_menu): Return a value.

18 years ago(mac_aelist_to_lisp, mac_aedesc_to_lisp): Change arg 1 to
YAMAMOTO Mitsuharu [Fri, 5 May 2006 06:44:01 +0000 (06:44 +0000)]
(mac_aelist_to_lisp, mac_aedesc_to_lisp): Change arg 1 to
`const AEDesc *'.
[TARGET_API_MAC_CARBON] (create_apple_event): New function.
[TARGET_API_MAC_CARBON] (create_apple_event_from_event_ref): Use it.
Use xrealloc instead of repeated xmalloc/xfree.
[TARGET_API_MAC_CARBON] (create_apple_event_from_drag_ref): New
function.

18 years ago(make_lispy_event) [MAC_OS]: Get Apple event info from event->arg.
YAMAMOTO Mitsuharu [Fri, 5 May 2006 06:43:50 +0000 (06:43 +0000)]
(make_lispy_event) [MAC_OS]: Get Apple event info from event->arg.

18 years ago(mac-utxt-to-string, mac-string-to-utxt)
YAMAMOTO Mitsuharu [Fri, 5 May 2006 06:43:12 +0000 (06:43 +0000)]
(mac-utxt-to-string, mac-string-to-utxt)
(mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
(mac-TIFF-to-string): New functions.
(mac-text-encoding-mac-japanese-basic-variant): New constant.
(x-get-selection, x-selection-value)
(mac-select-convert-to-string): Use them.
(mac-dnd-types-alist): New customization variable.
(mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
(mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
(mac-dnd-handle-drag-n-drop-event): New functions.
(mac-drag-n-drop): Remove function.
(global-map): Bind drag-n-drop and M-drag-n-drop to
mac-dnd-handle-drag-n-drop-event.

18 years ago(all): Add mac-dnd-known-types.
YAMAMOTO Mitsuharu [Fri, 5 May 2006 06:43:01 +0000 (06:43 +0000)]
(all): Add mac-dnd-known-types.

18 years agoRevision: emacs@sv.gnu.org/emacs--devo--0--patch-265
Miles Bader [Fri, 5 May 2006 01:53:06 +0000 (01:53 +0000)]
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-265

Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 99-100)

   - Merge from emacs--devo--0
   - Update from CVS

18 years ago(perl-beginning-of-function): Skip anonymous subs.
Stefan Monnier [Thu, 4 May 2006 21:58:34 +0000 (21:58 +0000)]
(perl-beginning-of-function): Skip anonymous subs.

18 years ago(ibuffer-compressed-file-name-regexp): Avoid loading
Dan Nicolaescu [Thu, 4 May 2006 13:39:36 +0000 (13:39 +0000)]
(ibuffer-compressed-file-name-regexp): Avoid loading
regexp-opt at run time.

18 years ago(term-handle-ansi-escape): Fix off by one error.
Dan Nicolaescu [Thu, 4 May 2006 13:23:38 +0000 (13:23 +0000)]
(term-handle-ansi-escape): Fix off by one error.

18 years ago(gdb-force-update): Delete defvar
Nick Roberts [Thu, 4 May 2006 05:17:45 +0000 (05:17 +0000)]
(gdb-force-update): Delete defvar
(gud-speedbar-buttons): ...and references to it.  Use window-start
to try to keep positon in watch expression.

18 years ago(gdb-force-update): Delete variable...
Nick Roberts [Thu, 4 May 2006 05:16:46 +0000 (05:16 +0000)]
(gdb-force-update): Delete variable...
(gdb-init-1, gdb-post-prompt): ...and references to it.
(gdb-frame-handler): Strip directory name from filename if present.

18 years ago*** empty log message ***
Nick Roberts [Thu, 4 May 2006 05:15:49 +0000 (05:15 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
Richard M. Stallman [Thu, 4 May 2006 01:00:31 +0000 (01:00 +0000)]
*** empty log message ***

18 years ago(next-history-element, previous-history-element): Doc fix.
Richard M. Stallman [Thu, 4 May 2006 01:00:24 +0000 (01:00 +0000)]
(next-history-element, previous-history-element): Doc fix.

18 years ago(Diff Mode): Moved to files.texi.
Richard M. Stallman [Thu, 4 May 2006 00:29:30 +0000 (00:29 +0000)]
(Diff Mode): Moved to files.texi.

18 years ago(Top): Update menu for Diff Mode.
Richard M. Stallman [Thu, 4 May 2006 00:26:12 +0000 (00:26 +0000)]
(Top): Update menu for Diff Mode.

18 years ago(Diff Mode): Node moved here.
Richard M. Stallman [Thu, 4 May 2006 00:25:54 +0000 (00:25 +0000)]
(Diff Mode): Node moved here.
(Comparing Files): Delete what duplicates new node.
(Files): Put Diff Mode in menu.

18 years ago*** empty log message ***
Richard M. Stallman [Wed, 3 May 2006 23:28:43 +0000 (23:28 +0000)]
*** empty log message ***

18 years ago(isearch-update-ring): Doc fix.
Richard M. Stallman [Wed, 3 May 2006 23:27:53 +0000 (23:27 +0000)]
(isearch-update-ring): Doc fix.

18 years ago(Fplay_sound_internal): Dynamically allocate
Richard M. Stallman [Wed, 3 May 2006 23:26:40 +0000 (23:26 +0000)]
(Fplay_sound_internal): Dynamically allocate
current_sound_device and current_sound.
(sound_cleanup): Free them.

18 years ago(Emergency Escape): Simplify.
Richard M. Stallman [Wed, 3 May 2006 23:24:07 +0000 (23:24 +0000)]
(Emergency Escape): Simplify.

18 years agoMany simplifications.
Richard M. Stallman [Wed, 3 May 2006 23:23:42 +0000 (23:23 +0000)]
Many simplifications.
Say "graphical displays".

18 years ago(Killing): Say "graphical displays".
Richard M. Stallman [Wed, 3 May 2006 23:22:43 +0000 (23:22 +0000)]
(Killing): Say "graphical displays".

18 years agoMany simplifications.
Richard M. Stallman [Wed, 3 May 2006 23:22:14 +0000 (23:22 +0000)]
Many simplifications.

18 years ago(Top): Minor clarification.
Richard M. Stallman [Wed, 3 May 2006 23:21:31 +0000 (23:21 +0000)]
(Top): Minor clarification.

18 years agoSay "graphical displays".
Richard M. Stallman [Wed, 3 May 2006 23:21:02 +0000 (23:21 +0000)]
Say "graphical displays".

18 years agoMany simplifications.
Richard M. Stallman [Wed, 3 May 2006 23:20:33 +0000 (23:20 +0000)]
Many simplifications.

(Text Characters): Delete paragraph about unibyte non-ASCII printing chars.

18 years ago(Misc X): Say "graphical displays".
Richard M. Stallman [Wed, 3 May 2006 23:18:06 +0000 (23:18 +0000)]
(Misc X): Say "graphical displays".

18 years ago(read_minibuf): Don't use read_minibuf_noninteractive
Richard M. Stallman [Wed, 3 May 2006 23:12:06 +0000 (23:12 +0000)]
(read_minibuf): Don't use read_minibuf_noninteractive
when inside a keyboard macro.

18 years ago(isearch-update-ring): Take history-delete-duplicates
Dan Nicolaescu [Wed, 3 May 2006 21:36:20 +0000 (21:36 +0000)]
(isearch-update-ring): Take history-delete-duplicates
into consideration. Replace one arm ifs with whens.

18 years ago(gud-watch): Let user select an expression.
Nick Roberts [Wed, 3 May 2006 00:17:35 +0000 (00:17 +0000)]
(gud-watch): Let user select an expression.
(menu): Fix typo.

18 years ago*** empty log message ***
Nick Roberts [Wed, 3 May 2006 00:16:17 +0000 (00:16 +0000)]
*** empty log message ***

18 years agoRevision: emacs@sv.gnu.org/emacs--devo--0--patch-261
Miles Bader [Tue, 2 May 2006 23:14:55 +0000 (23:14 +0000)]
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-261

lisp/replace.el (occur-engine): Bind `inhibit-field-text-motion' to t

18 years agocalc-embed.el: (calc-override-minor-modes-map, calc-override-minor-modes):
Jay Belanger [Tue, 2 May 2006 20:52:52 +0000 (20:52 +0000)]
calc-embed.el: (calc-override-minor-modes-map, calc-override-minor-modes):
New variables.
(calc-do-embedded): Make sure that Calc keystrokes aren't overwritten
by minor modes.

18 years ago* msb.el (msb): If EVENT is a down event, read and discard the up
Chong Yidong [Tue, 2 May 2006 19:27:09 +0000 (19:27 +0000)]
* msb.el (msb): If EVENT is a down event, read and discard the up
event.

18 years ago(command-line-1): Refer to Lisp manual when
Reiner Steib [Tue, 2 May 2006 12:32:57 +0000 (12:32 +0000)]
(command-line-1): Refer to Lisp manual when
pure-space-overflow occurs.

18 years ago(byte-compile-dynamic)
Reiner Steib [Tue, 2 May 2006 12:24:55 +0000 (12:24 +0000)]
(byte-compile-dynamic)
(byte-compile-dynamic-docstrings, byte-compile-warnings)
(find-file-visit-truename, indent-tabs-mode, left-margin)
(no-byte-compile no-update-autoloads, truncate-lines)
(version-control): Don't use `t' for safe-local-variable
declarations.

18 years ago(Perl_functions): Free space allocated for var package.
Francesco Potortì [Tue, 2 May 2006 10:15:29 +0000 (10:15 +0000)]
(Perl_functions): Free space allocated for var package.
(Erlang_functions): Possibly free space allocated for var last.
(Prolog_functions): Possibly free space allocated for var last.

18 years ago(grep-expand-template): Use symbol-value instead of eval on symbols.
Kim F. Storm [Tue, 2 May 2006 08:50:59 +0000 (08:50 +0000)]
(grep-expand-template): Use symbol-value instead of eval on symbols.

18 years agoRevision: emacs@sv.gnu.org/emacs--devo--0--patch-258
Miles Bader [Tue, 2 May 2006 05:25:29 +0000 (05:25 +0000)]
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-258

Clean up lisp/gnus/ChangeLog a bit

18 years agoRevision: emacs@sv.gnu.org/emacs--devo--0--patch-257
Miles Bader [Tue, 2 May 2006 05:25:20 +0000 (05:25 +0000)]
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-257

Merge from gnus--rel--5.10

Patches applied:

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

   - Update from CVS

18 years ago*** empty log message ***
Richard M. Stallman [Tue, 2 May 2006 01:47:57 +0000 (01:47 +0000)]
*** empty log message ***

18 years ago(Top): Add Diff Mode to menu.
Richard M. Stallman [Tue, 2 May 2006 01:43:17 +0000 (01:43 +0000)]
(Top): Add Diff Mode to menu.

18 years ago(Diff Mode): New node.
Richard M. Stallman [Tue, 2 May 2006 01:42:55 +0000 (01:42 +0000)]
(Diff Mode): New node.

18 years ago(diff-mode-shared-map): Don't bind M-W, M-U, M-C,
Richard M. Stallman [Tue, 2 May 2006 01:39:40 +0000 (01:39 +0000)]
(diff-mode-shared-map): Don't bind M-W, M-U, M-C,
M-r, M-R, M-A, M-SPC or M-DEL.
(diff-mode-map): diff-refine-hunk now on C-c C-w
(diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.

18 years ago(nil and t): Clarify.
Richard M. Stallman [Tue, 2 May 2006 00:09:03 +0000 (00:09 +0000)]
(nil and t): Clarify.

18 years ago(File Local Variables): Suggest using booleanp.
Richard M. Stallman [Tue, 2 May 2006 00:08:17 +0000 (00:08 +0000)]
(File Local Variables): Suggest using booleanp.

18 years ago(restore_menu_items): Return a value.
Andreas Schwab [Mon, 1 May 2006 22:58:47 +0000 (22:58 +0000)]
(restore_menu_items): Return a value.

18 years ago(help-mode): view-exit-action calls delete-window
Richard M. Stallman [Mon, 1 May 2006 20:18:47 +0000 (20:18 +0000)]
(help-mode): view-exit-action calls delete-window
only when it is safe and possible.

18 years ago(undo-outer-limit-truncate): Put quotes around buffer name in messages.
Richard M. Stallman [Mon, 1 May 2006 20:17:24 +0000 (20:17 +0000)]
(undo-outer-limit-truncate): Put quotes around buffer name in messages.

18 years ago(display-warning, lwarn): Doc fixes.
Richard M. Stallman [Mon, 1 May 2006 20:16:40 +0000 (20:16 +0000)]
(display-warning, lwarn): Doc fixes.

18 years ago(tool-bar-setup): Put Help and Preferences items in the default tool-bar-map.
Richard M. Stallman [Mon, 1 May 2006 20:15:56 +0000 (20:15 +0000)]
(tool-bar-setup): Put Help and Preferences items in the default tool-bar-map.

18 years ago*** empty log message ***
Juanma Barranquero [Mon, 1 May 2006 15:12:44 +0000 (15:12 +0000)]
*** empty log message ***

18 years ago(Type Predicates): Fix typos.
Juanma Barranquero [Mon, 1 May 2006 15:05:48 +0000 (15:05 +0000)]
(Type Predicates): Fix typos.

18 years ago(Type Predicates): Add links for booleanp and string-or-null-p.
Stefan Monnier [Mon, 1 May 2006 13:31:59 +0000 (13:31 +0000)]
(Type Predicates): Add links for booleanp and string-or-null-p.

18 years ago(nil and t): Add `booleanp' predicate.
Stefan Monnier [Mon, 1 May 2006 13:30:59 +0000 (13:30 +0000)]
(nil and t): Add `booleanp' predicate.

18 years ago* net/tramp.el (tramp-completion-file-name-handler-alist)
Michael Albinus [Mon, 1 May 2006 13:22:15 +0000 (13:22 +0000)]
* net/tramp.el (tramp-completion-file-name-handler-alist)
(tramp-run-real-handler, tramp-completion-run-real-handler)
(tramp-completion-handle-file-name-all-completions)
(tramp-completion-handle-file-name-completion): Autoload them.
(tramp-completion-handle-file-exists-p)
(tramp-completion-handle-file-name-directory)
(tramp-completion-handle-file-name-nondirectory)
(tramp-completion-handle-expand-file-name): Remove them.
(tramp-handle-file-name-directory): Return the real directory
name.  Returning "/" only doesn't need to be necessary any longer.
(tramp-file-name-handler): Make special attention when in hostname
completion mode.
(tramp-completion-file-name-handler): Revert patch from
2006-04-28.
(tramp-register-file-name-handlers): Register
`tramp-completion-file-name-handler' only when
`partial-completion-mode� is enabled.
(tramp-completion-handle-file-name-all-completions): Delete
directory part from results.
(tramp-get-completion-methods, tramp-get-completion-user-host):
Discard deleting "/", it doesn't work after the change of
`tramp-handle-file-name-directory' above.

18 years ago(Fforward_comment): Detect generic comment at beginning of
Stefan Monnier [Mon, 1 May 2006 13:09:24 +0000 (13:09 +0000)]
(Fforward_comment): Detect generic comment at beginning of
buffer when moving backwards.

18 years ago*** empty log message ***
Kim F. Storm [Mon, 1 May 2006 09:38:57 +0000 (09:38 +0000)]
*** empty log message ***

18 years ago(grep-expand-template): Use save-match-data.
Kim F. Storm [Mon, 1 May 2006 09:33:10 +0000 (09:33 +0000)]
(grep-expand-template): Use save-match-data.

18 years ago*** empty log message ***
Kim F. Storm [Mon, 1 May 2006 09:32:59 +0000 (09:32 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
Glenn Morris [Mon, 1 May 2006 03:39:17 +0000 (03:39 +0000)]
*** empty log message ***

18 years ago(LaTeX Calendar): Mention cal-tex-preamble-extra.
Glenn Morris [Mon, 1 May 2006 03:36:49 +0000 (03:36 +0000)]
(LaTeX Calendar): Mention cal-tex-preamble-extra.

18 years ago(cal-tex-preamble-extra): New variable.
Glenn Morris [Mon, 1 May 2006 03:29:19 +0000 (03:29 +0000)]
(cal-tex-preamble-extra): New variable.
(cal-tex-preamble): Use cal-tex-preamble-extra.
(cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
than alias `list-diary-entries'.

18 years ago*** empty log message ***
Glenn Morris [Mon, 1 May 2006 03:28:50 +0000 (03:28 +0000)]
*** empty log message ***

18 years ago(mac_update_title_bar): Minor format change.
YAMAMOTO Mitsuharu [Mon, 1 May 2006 02:51:38 +0000 (02:51 +0000)]
(mac_update_title_bar): Minor format change.

18 years ago*** empty log message ***
YAMAMOTO Mitsuharu [Mon, 1 May 2006 01:14:30 +0000 (01:14 +0000)]
*** empty log message ***

18 years ago(prepare_menu_bars) [MAC_OS]: Call mac_update_title_bar.
YAMAMOTO Mitsuharu [Mon, 1 May 2006 01:14:09 +0000 (01:14 +0000)]
(prepare_menu_bars) [MAC_OS]: Call mac_update_title_bar.
(get_glyph_face_and_encoding, get_char_face_and_encoding): Don't
distinguish known faces from others.

18 years ago(unexec): Error if trying unexec from dumped executable.
YAMAMOTO Mitsuharu [Mon, 1 May 2006 01:13:42 +0000 (01:13 +0000)]
(unexec): Error if trying unexec from dumped executable.

18 years ago(mac_update_title_bar): Add extern.
YAMAMOTO Mitsuharu [Mon, 1 May 2006 01:13:29 +0000 (01:13 +0000)]
(mac_update_title_bar): Add extern.
(struct mac_output) [TARGET_API_MAC_CARBON]: New member `file_name'.
(FRAME_FILE_NAME): New macro.

18 years ago(mac_draw_line, mac_draw_line_to_pixmap): Adjust
YAMAMOTO Mitsuharu [Mon, 1 May 2006 01:13:06 +0000 (01:13 +0000)]
(mac_draw_line, mac_draw_line_to_pixmap): Adjust
endpoints of strictly horizontal/vertical lines.
(mac_set_clip_rectangles) [USE_CG_DRAWING]: Set clip_rects.
(pcm_init, pcm_get_status): New functions.
(x_per_char_metric, XLoadQueryFont): Use them instead of
XCharStructRow and related macros.
(x_draw_relief_rect): Don't adjust arguments of mac_draw_line.
(x_free_frame_resources) [TARGET_API_MAC_CARBON]: Free FRAME_FILE_NAME.
(XTread_socket) [TARGET_API_MAC_CARBON]: Handle proxy icon drag
and window path pop-up menu on title bar.
(mac_use_core_graphics) [USE_CG_DRAWING]: Set default to 1.

18 years ago(USE_ATSUI): Set default to 1 if MAC_OSX is defined.
YAMAMOTO Mitsuharu [Mon, 1 May 2006 01:12:23 +0000 (01:12 +0000)]
(USE_ATSUI): Set default to 1 if MAC_OSX is defined.
(USE_CG_DRAWING): Don't define if compiled on Mac OS X 10.1.
(enum pcm_status): New enum.
(XCHARSTRUCTROW_CHAR_VALID_P, XCHARSTRUCTROW_SET_CHAR_VALID)
(XCharStructRow): Remove.  Now validity is represented by
non-negativeness of sum of ascent and descent.
(struct MacFontStruct): Change type of member `rows'.
(struct _XGC) [USE_CG_DRAWING]: Add member `clip_rects'.

18 years ago(mac_update_title_bar): New function.
YAMAMOTO Mitsuharu [Mon, 1 May 2006 01:11:56 +0000 (01:11 +0000)]
(mac_update_title_bar): New function.
[TARGET_API_MAC_CARBON] (mac_update_proxy_icon): New function.
(show_hourglass, hide_hourglass) [USE_CG_DRAWING]: Call
mac_prepare_for_quickdraw.

18 years ago(mac_coerce_file_name_ptr): Try typeFSRef if coercion
YAMAMOTO Mitsuharu [Mon, 1 May 2006 01:11:28 +0000 (01:11 +0000)]
(mac_coerce_file_name_ptr): Try typeFSRef if coercion
through typeFileURL failed.

18 years ago(update_window): Don't set changed_p when mode/header
YAMAMOTO Mitsuharu [Mon, 1 May 2006 01:11:01 +0000 (01:11 +0000)]
(update_window): Don't set changed_p when mode/header
line is updated.

18 years ago(Mac International): Now Carbon Emacs has ATSUI support.
YAMAMOTO Mitsuharu [Mon, 1 May 2006 01:10:29 +0000 (01:10 +0000)]
(Mac International): Now Carbon Emacs has ATSUI support.
(Mac Environment Variables): Shorten example line.
(Mac Font Specs): Shorten lisp lines.  Add descriptions for ATSUI.

18 years ago(mac-ae-open-documents, mac-drag-n-drop): Use
YAMAMOTO Mitsuharu [Mon, 1 May 2006 01:09:40 +0000 (01:09 +0000)]
(mac-ae-open-documents, mac-drag-n-drop): Use
select-frame-set-input-focus instead of raise-frame.
(global-map): Bind M-drag-n-drop to mac-drag-n-drop.

18 years ago(GUD Customization): Describe cases %d and %c.
Nick Roberts [Sun, 30 Apr 2006 23:16:47 +0000 (23:16 +0000)]
(GUD Customization): Describe cases %d and %c.
Update description for %e.

18 years ago*** empty log message ***
Nick Roberts [Sun, 30 Apr 2006 23:15:34 +0000 (23:15 +0000)]
*** empty log message ***

18 years ago(gud-def): Add %c case.
Nick Roberts [Sun, 30 Apr 2006 23:10:48 +0000 (23:10 +0000)]
(gud-def): Add %c case.
(gud-speedbar-buttons): Don'bind case-fold-search unnecessarily.
(gud-format-command): Make match case sensitive.  Match on %F.

18 years ago(Fdefine_key): Improve error message when KEY begins with a non-prefix key.
Richard M. Stallman [Sun, 30 Apr 2006 22:15:21 +0000 (22:15 +0000)]
(Fdefine_key): Improve error message when KEY begins with a non-prefix key.

18 years agoUpdate my email address.
Stefan Monnier [Sun, 30 Apr 2006 15:49:08 +0000 (15:49 +0000)]
Update my email address.

18 years ago(Fforward_comment): Don't forget to break out of the loop
Stefan Monnier [Sun, 30 Apr 2006 15:35:54 +0000 (15:35 +0000)]
(Fforward_comment): Don't forget to break out of the loop
when we skipped backward over a generic comment.

18 years ago*** empty log message ***
Richard M. Stallman [Sun, 30 Apr 2006 02:35:46 +0000 (02:35 +0000)]
*** empty log message ***

18 years ago(Multiline Font Lock): Renamed from Multi line Font Lock Elements.
Richard M. Stallman [Sun, 30 Apr 2006 02:35:35 +0000 (02:35 +0000)]
(Multiline Font Lock): Renamed from Multi line Font Lock Elements.
Much clarification.
(Font Lock Multiline, Region to Fontify): Much clarification.

18 years ago(mode-line-major-mode-keymap): Undo last change.
Richard M. Stallman [Sun, 30 Apr 2006 01:36:19 +0000 (01:36 +0000)]
(mode-line-major-mode-keymap): Undo last change.
(mode-line-format): Further help-echo doc fixes.

18 years ago(mode-line-major-mode-keymap): Move the major mode menu to Mouse-3.
Richard M. Stallman [Sun, 30 Apr 2006 01:31:55 +0000 (01:31 +0000)]
(mode-line-major-mode-keymap): Move the major mode menu to Mouse-3.
(help-echo): help-echo doc fixes.

18 years ago(main): Initialize docs to NULL.
Dan Nicolaescu [Sat, 29 Apr 2006 22:15:04 +0000 (22:15 +0000)]
(main): Initialize docs to NULL.

18 years ago(yow): Free buf.
Dan Nicolaescu [Sat, 29 Apr 2006 21:36:04 +0000 (21:36 +0000)]
(yow): Free buf.

18 years ago* help-fns.el (describe-variable): Add info about safe local variables.
Dan Nicolaescu [Sat, 29 Apr 2006 21:18:05 +0000 (21:18 +0000)]
* help-fns.el (describe-variable): Add info about safe local variables.

* custom.texi (Examining): Update C-h v output example.

18 years agoDelete c-indentation-style local variable.
Dan Nicolaescu [Sat, 29 Apr 2006 20:15:48 +0000 (20:15 +0000)]
Delete c-indentation-style local variable.

18 years ago(main): Check for negative value from `read'.
Richard M. Stallman [Sat, 29 Apr 2006 18:55:19 +0000 (18:55 +0000)]
(main): Check for negative value from `read'.