bpt/emacs.git
16 years ago* url-parse.el (url): Use defstruct rather than macros. Update all callers.
Stefan Monnier [Fri, 31 Aug 2007 16:40:05 +0000 (16:40 +0000)]
* url-parse.el (url): Use defstruct rather than macros.  Update all callers.

16 years ago(x-menu-bar-open): Delete duplicated function from
Dan Nicolaescu [Fri, 31 Aug 2007 15:39:18 +0000 (15:39 +0000)]
(x-menu-bar-open): Delete duplicated function from
the merge.
(global-set-key): Delete f10 mapping, now done in menu-bar.el.
(provide): Move to the end of file.

16 years ago(vc-svn-diff-tree): Pass a list to vc-svn-diff.
Dan Nicolaescu [Fri, 31 Aug 2007 14:07:49 +0000 (14:07 +0000)]
(vc-svn-diff-tree): Pass a list to vc-svn-diff.

16 years ago(flyspell-mark-duplications-exceptions): New variable. List of
Michaël Cadilhac [Fri, 31 Aug 2007 13:41:31 +0000 (13:41 +0000)]
(flyspell-mark-duplications-exceptions): New variable.  List of
exceptions for the duplicated word rule.
(flyspell-mark-duplications-flag): Mention it.
(flyspell-word): Treat it.

16 years ago(create-file-buffer): If the filename sans directory starts with spaces,
Michaël Cadilhac [Fri, 31 Aug 2007 13:30:02 +0000 (13:30 +0000)]
(create-file-buffer): If the filename sans directory starts with spaces,
remove them.

16 years ago(update_frame_tool_bar): Initialize wbutton to NULL.
Jan Djärv [Fri, 31 Aug 2007 10:17:15 +0000 (10:17 +0000)]
(update_frame_tool_bar): Initialize wbutton to NULL.

16 years ago(x-gtk-stock-map): Add etc/images to keys.
Jan Djärv [Fri, 31 Aug 2007 10:13:35 +0000 (10:13 +0000)]
(x-gtk-stock-map): Add etc/images to keys.
(x-gtk-map-stock): Use two directory elements when matching
file name.

16 years agoJames Wright <james at chumsley.org>
Glenn Morris [Fri, 31 Aug 2007 08:11:26 +0000 (08:11 +0000)]
James Wright  <james at chumsley.org>

(eshell/info): New function.

16 years agoRemove term-environment-variable.
Stefan Monnier [Fri, 31 Aug 2007 07:39:07 +0000 (07:39 +0000)]
Remove term-environment-variable.

16 years ago(frame-initialize, make-frame): Don't set
Stefan Monnier [Fri, 31 Aug 2007 07:38:22 +0000 (07:38 +0000)]
(frame-initialize, make-frame): Don't set
term-environment-variable since it's not used any more.

16 years ago(server-process-filter): Don't set
Stefan Monnier [Fri, 31 Aug 2007 07:37:33 +0000 (07:37 +0000)]
(server-process-filter): Don't set
term-environment-variable since it's not used any more.

16 years ago(tty-set-up-initial-frame-faces): Don't set
Stefan Monnier [Fri, 31 Aug 2007 07:36:48 +0000 (07:36 +0000)]
(tty-set-up-initial-frame-faces): Don't set
term-environment-variable since it's not used any more.

16 years ago(setenv): Don't treat $TERM specially.
Stefan Monnier [Fri, 31 Aug 2007 07:35:59 +0000 (07:35 +0000)]
(setenv): Don't treat $TERM specially.

16 years ago(Qterm_environment_variable): Remove.
Stefan Monnier [Fri, 31 Aug 2007 07:34:50 +0000 (07:34 +0000)]
(Qterm_environment_variable): Remove.
(syms_of_frame): Don't init and staticpro it.

16 years ago(Qterm_environment_variable): Remove.
Stefan Monnier [Fri, 31 Aug 2007 07:33:44 +0000 (07:33 +0000)]
(Qterm_environment_variable): Remove.

16 years ago(getenv_internal): Remove special case for $TERM.
Stefan Monnier [Fri, 31 Aug 2007 07:33:10 +0000 (07:33 +0000)]
(getenv_internal): Remove special case for $TERM.

16 years ago$TERM is now set to dumb.
Stefan Monnier [Fri, 31 Aug 2007 07:00:18 +0000 (07:00 +0000)]
$TERM is now set to dumb.

16 years ago(normal-top-level): Set $TERM to `dumb' so that unless
Stefan Monnier [Fri, 31 Aug 2007 06:57:25 +0000 (06:57 +0000)]
(normal-top-level): Set $TERM to `dumb' so that unless
stated otherwise, subprocesses do not send back escape sequences
corresponding to the terminal from which Emacs was started.

16 years ago(set_initial_environment): Set Vinitial_environment only when
Stefan Monnier [Fri, 31 Aug 2007 05:22:22 +0000 (05:22 +0000)]
(set_initial_environment): Set Vinitial_environment only when
Vprocess_environment is built, otherwise I get an unexplained infinite loop.
(child_setup): Remove unused vars term_var and display_var.

16 years ago*** empty log message ***
Stefan Monnier [Fri, 31 Aug 2007 04:43:18 +0000 (04:43 +0000)]
*** empty log message ***

16 years agoTrivial spacing and comment.
Stefan Monnier [Fri, 31 Aug 2007 04:41:44 +0000 (04:41 +0000)]
Trivial spacing and comment.

16 years ago(Vinitial_environment): New variable.
Stefan Monnier [Fri, 31 Aug 2007 04:39:24 +0000 (04:39 +0000)]
(Vinitial_environment): New variable.
(set_initial_environment): Initialize it.
(syms_of_callproc): Declare it.
(child_setup): Don't mess with TERM via Qterm_environment_variable; the
TERM under which a process runs is never related to the TERM in which
Emacs is running.

16 years agoRequire cl for compilation.
Thien-Thi Nguyen [Fri, 31 Aug 2007 01:59:20 +0000 (01:59 +0000)]
Require cl for compilation.

16 years ago(outline-font-lock-levels): Comment out unused var.
Daniel Pfeiffer [Thu, 30 Aug 2007 21:43:41 +0000 (21:43 +0000)]
(outline-font-lock-levels): Comment out unused var.
(outline-font-lock-face): Wrap around face list to handle any nesting depth gracefully.

16 years ago* net/ange-ftp.el: Add ange-ftp property to 'set-file-modes and
Michael Albinus [Thu, 30 Aug 2007 19:58:28 +0000 (19:58 +0000)]
* net/ange-ftp.el: Add ange-ftp property to 'set-file-modes and
'set-file-times.

16 years ago*** empty log message ***
Richard M. Stallman [Thu, 30 Aug 2007 19:27:43 +0000 (19:27 +0000)]
*** empty log message ***

16 years ago(org-set-regexps-and-options): Use `org-remove-keyword-keys'.
Carsten Dominik [Thu, 30 Aug 2007 13:56:28 +0000 (13:56 +0000)]
(org-set-regexps-and-options): Use `org-remove-keyword-keys'.
(org-remove-keyword-keys): New function.

16 years ago*** empty log message ***
Carsten Dominik [Thu, 30 Aug 2007 13:55:48 +0000 (13:55 +0000)]
*** empty log message ***

16 years agoLower-case for orgtbl-mode.
Carsten Dominik [Thu, 30 Aug 2007 10:26:37 +0000 (10:26 +0000)]
Lower-case for orgtbl-mode.

16 years ago*** empty log message ***
Carsten Dominik [Thu, 30 Aug 2007 10:26:21 +0000 (10:26 +0000)]
*** empty log message ***

16 years agoVersion 5.07
Carsten Dominik [Thu, 30 Aug 2007 09:49:28 +0000 (09:49 +0000)]
Version 5.07

16 years ago(org-export-visible): Fix drawers before export.
Carsten Dominik [Thu, 30 Aug 2007 09:49:14 +0000 (09:49 +0000)]
(org-export-visible): Fix drawers before export.
(org-do-sort): Allow sorting by priority.
(org-agenda-files): Ignore non-existing files.
(org-agenda-skip-unavailable-files): New variable.
(org-ellipsis): All a face as value.
(org-mode): Interprete the face value of `org-ellipsis'.
(org-archive-save-context-info): New option.
(org-archive-subtree): Store context info in archived entry.
(org-fast-tag-selection-can-set-todo-state): New variable.
(org-fast-tag-selection): Allow setting TODO states through this
interface.
(org-cycle): Docstring updated.
(org-todo-keyword-faces): New option.
(org-get-todo-face): New function.
(org-set-font-lock-defaults, org-agenda-highlight-todo): Use
`org-get-todo-face'.
(org-switch-to-buffer-other-window): New function.
(org-table-edit-field, org-table-show-reference)
(org-table-edit-formulas, org-add-log-note)
(org-fast-tag-selection, org-agenda, org-prepare-agenda)
(org-timeline): Use `org-switch-to-buffer-other-window' instead of
`switch-to-buffer-other-window' to make sure that the temporary
windows show up on the current frame.
(org-mhe-get-message-real-folder, org-batch-store-agenda-views)
(org-get-entries-from-diary, org-replace-region-by-html): Don't
allow pop-up frames.
(org-agenda-get-deadlines, org-agenda-get-scheduled): Fixed
problems with time-of-day.
(org-export-get-title-from-subtree): New function.
(org-agenda-get-scheduled, org-agenda-get-deadlines): Fix problems
with listing items that are DONE.
(org-change-tag-in-region): New command.
(org-agenda-skip-scheduled-if-done)
(org-agenda-skip-deadline-if-done): Docstring clarified.
(org-mode): Hide drawers on startup.
(org-get-todo-face): New function.
(org-todo-keyword-faces): New option.

16 years ago*** empty log message ***
Carsten Dominik [Thu, 30 Aug 2007 09:48:05 +0000 (09:48 +0000)]
*** empty log message ***

16 years ago(grep-files-aliases): Add cc alias.
Thien-Thi Nguyen [Thu, 30 Aug 2007 09:37:33 +0000 (09:37 +0000)]
(grep-files-aliases): Add cc alias.
Sort items in alphabetical order. Fix parens.

16 years ago(grep-find-ignored-directories): Add
Thien-Thi Nguyen [Thu, 30 Aug 2007 09:33:49 +0000 (09:33 +0000)]
(grep-find-ignored-directories): Add
monotone _MTN bookkeeping directory in workspaces.  Add
RCS control directory.  List items in alphabetical order.

16 years agoRegenerate.
Glenn Morris [Thu, 30 Aug 2007 05:19:25 +0000 (05:19 +0000)]
Regenerate.

16 years agoMove here from top-level README.multi-tty, with some edits for
Glenn Morris [Thu, 30 Aug 2007 05:12:25 +0000 (05:12 +0000)]
Move here from top-level README.multi-tty, with some edits for
information made out-of-date by merge to trunk.

16 years agoMove to admin/notes/multi-tty, with some edits.
Glenn Morris [Thu, 30 Aug 2007 05:11:27 +0000 (05:11 +0000)]
Move to admin/notes/multi-tty, with some edits.

16 years agoAdd in entries from README.multi-tty.
Glenn Morris [Thu, 30 Aug 2007 05:09:07 +0000 (05:09 +0000)]
Add in entries from README.multi-tty.

16 years ago(AH_BOTTOM): Copy some manual changes made to src/config.in here so
Glenn Morris [Thu, 30 Aug 2007 05:08:33 +0000 (05:08 +0000)]
(AH_BOTTOM): Copy some manual changes made to src/config.in here so
they are not lost when it regenerates.

16 years agoComment.
Glenn Morris [Thu, 30 Aug 2007 05:08:24 +0000 (05:08 +0000)]
Comment.

16 years ago* config.in (HAVE_WINDOW_SYSTEM): Don't undef MULTI_KBOARD here...
Dan Nicolaescu [Wed, 29 Aug 2007 22:19:43 +0000 (22:19 +0000)]
* config.in (HAVE_WINDOW_SYSTEM): Don't undef MULTI_KBOARD here...
* s/darwin.h: ... do it here.

16 years ago(set_initial_environment): Rename from set_global_environment.
Stefan Monnier [Wed, 29 Aug 2007 21:50:39 +0000 (21:50 +0000)]
(set_initial_environment): Rename from set_global_environment.

16 years ago(${etc}DOC): Re-add a ${EXEEXT} which seems to have been
Stefan Monnier [Wed, 29 Aug 2007 21:48:23 +0000 (21:48 +0000)]
(${etc}DOC): Re-add a ${EXEEXT} which seems to have been
removed by mistake on the multi-tty branch.

16 years ago(make_terminal_frame): Yet Another Int/Lisp_Object Mixup.
Stefan Monnier [Wed, 29 Aug 2007 21:47:40 +0000 (21:47 +0000)]
(make_terminal_frame): Yet Another Int/Lisp_Object Mixup.
(Fmodify_frame_parameters): Return a value.

16 years ago(png_load): Comment-out var only used in commented-out code.
Stefan Monnier [Wed, 29 Aug 2007 21:47:11 +0000 (21:47 +0000)]
(png_load): Comment-out var only used in commented-out code.

16 years ago(mark_ttys): Don't bother checking top_frame (incorrectly)
Stefan Monnier [Wed, 29 Aug 2007 21:46:50 +0000 (21:46 +0000)]
(mark_ttys): Don't bother checking top_frame (incorrectly)
before passing it to mark_object.

16 years ago(internal_resolve_face_name): Return a value.
Stefan Monnier [Wed, 29 Aug 2007 21:46:05 +0000 (21:46 +0000)]
(internal_resolve_face_name): Return a value.
(internal_resolve_face_name, resolve_face_name_error): Comment out.

16 years ago(check_x_display_info): Yet Another Int/Lisp_Object Mixup.
Stefan Monnier [Wed, 29 Aug 2007 21:45:22 +0000 (21:45 +0000)]
(check_x_display_info): Yet Another Int/Lisp_Object Mixup.
(x_icon): Comment-out var only used in commented-out code.

16 years ago(vc-hg-extra-menu-map): New variable.
Dan Nicolaescu [Wed, 29 Aug 2007 18:15:16 +0000 (18:15 +0000)]
(vc-hg-extra-menu-map): New variable.
(vc-hg-extra-menu, vc-hg-outgoing, vc-hg-incoming, vc-hg-push)
(vc-hg-pull): New functions.
(vc-hg-outgoing-mode, vc-hg-incoming-mode): New derived modes.

16 years agoDon't require url, only autoloaded url
Dan Nicolaescu [Wed, 29 Aug 2007 16:28:46 +0000 (16:28 +0000)]
Don't require url, only autoloaded url
functions are used in this file.

16 years ago(Fset_input_mode): Don't call `Fset_quit_char' if QUIT hasn't been
Romain Francoise [Wed, 29 Aug 2007 16:03:26 +0000 (16:03 +0000)]
(Fset_input_mode): Don't call `Fset_quit_char' if QUIT hasn't been
provided.

16 years ago(mac_initialize): Delete declaration.
Dan Nicolaescu [Wed, 29 Aug 2007 15:31:23 +0000 (15:31 +0000)]
(mac_initialize): Delete declaration.

16 years agoTypo.
Andreas Schwab [Wed, 29 Aug 2007 15:17:59 +0000 (15:17 +0000)]
Typo.

16 years ago(shell): Return correct value from interactive spec.
Andreas Schwab [Wed, 29 Aug 2007 13:35:16 +0000 (13:35 +0000)]
(shell): Return correct value from interactive spec.

16 years ago*** empty log message ***
Juanma Barranquero [Wed, 29 Aug 2007 13:25:36 +0000 (13:25 +0000)]
*** empty log message ***

16 years agoLife is too short...
Juanma Barranquero [Wed, 29 Aug 2007 13:10:22 +0000 (13:10 +0000)]
Life is too short...

16 years ago(emacs-version): Increase to 23.0.50.
Glenn Morris [Wed, 29 Aug 2007 08:14:32 +0000 (08:14 +0000)]
(emacs-version): Increase to 23.0.50.

16 years agoIncrease version to 23.0.50.
Glenn Morris [Wed, 29 Aug 2007 08:14:18 +0000 (08:14 +0000)]
Increase version to 23.0.50.

16 years agoIncrease version to 23.0.50.
Glenn Morris [Wed, 29 Aug 2007 08:13:10 +0000 (08:13 +0000)]
Increase version to 23.0.50.

16 years agoIncrease version to 23.0.50.
Glenn Morris [Wed, 29 Aug 2007 08:12:34 +0000 (08:12 +0000)]
Increase version to 23.0.50.

16 years agoIncrease version to 23.0.50.
Glenn Morris [Wed, 29 Aug 2007 08:11:35 +0000 (08:11 +0000)]
Increase version to 23.0.50.

16 years agoIncrease version to 23.0.50.
Glenn Morris [Wed, 29 Aug 2007 08:10:45 +0000 (08:10 +0000)]
Increase version to 23.0.50.

16 years ago(emacs-version): Set back to 22.1.50 following inadvertent bump in
Glenn Morris [Wed, 29 Aug 2007 08:07:06 +0000 (08:07 +0000)]
(emacs-version): Set back to 22.1.50 following inadvertent bump in
multi-tty merge.

16 years agoSet version back to 22.1.50 following inadvertent bump in multi-tty merge.
Glenn Morris [Wed, 29 Aug 2007 08:06:38 +0000 (08:06 +0000)]
Set version back to 22.1.50 following inadvertent bump in multi-tty merge.

16 years ago(VERSION): Set back to 22.1.50 following inadvertent bump in multi-tty
Glenn Morris [Wed, 29 Aug 2007 08:05:47 +0000 (08:05 +0000)]
(VERSION): Set back to 22.1.50 following inadvertent bump in multi-tty
merge.

16 years agoUpdate copyright years, update license to GPLv3 or later.
Glenn Morris [Wed, 29 Aug 2007 07:33:33 +0000 (07:33 +0000)]
Update copyright years, update license to GPLv3 or later.

16 years agoUpdate copyright years, update license to GPLv3 or later.
Glenn Morris [Wed, 29 Aug 2007 07:28:21 +0000 (07:28 +0000)]
Update copyright years, update license to GPLv3 or later.

16 years agoLicense should be GPLv3 or later.
Glenn Morris [Wed, 29 Aug 2007 07:26:00 +0000 (07:26 +0000)]
License should be GPLv3 or later.

16 years agoNew option: --without-xaw3d.
Jan Djärv [Wed, 29 Aug 2007 06:36:57 +0000 (06:36 +0000)]
New option: --without-xaw3d.

16 years ago(BASE_PURESIZE): Increase base value to 1164000.
Dan Nicolaescu [Wed, 29 Aug 2007 06:06:51 +0000 (06:06 +0000)]
(BASE_PURESIZE): Increase base value to 1164000.

16 years agoSay that Gtk+ build uses stock icons.
Jan Djärv [Wed, 29 Aug 2007 06:05:01 +0000 (06:05 +0000)]
Say that Gtk+ build uses stock icons.

16 years ago(x-gtk-stock-map): :version changed to 23.1.
Jan Djärv [Wed, 29 Aug 2007 06:00:25 +0000 (06:00 +0000)]
(x-gtk-stock-map): :version changed to 23.1.

16 years agoMerge multi-tty branch
Miles Bader [Wed, 29 Aug 2007 05:28:10 +0000 (05:28 +0000)]
Merge multi-tty branch

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

16 years agoMore crunching.
Dan Nicolaescu [Wed, 29 Aug 2007 04:01:43 +0000 (04:01 +0000)]
More crunching.

16 years agoUndo undocumented change.
Dan Nicolaescu [Wed, 29 Aug 2007 03:59:11 +0000 (03:59 +0000)]
Undo undocumented change.

16 years agoRestore original arch-tag in src/ChangeLog.multi-tty
Miles Bader [Wed, 29 Aug 2007 02:50:53 +0000 (02:50 +0000)]
Restore original arch-tag in src/ChangeLog.multi-tty

It was apparently deleted by some over-enthusiastic editing, and a new one
got added automatically.

Revision: emacs@sv.gnu.org/emacs--multi-tty--0--patch-43

16 years agoMerge from emacs--devo--0
Miles Bader [Wed, 29 Aug 2007 02:29:24 +0000 (02:29 +0000)]
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 864)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--multi-tty--0--patch-41

16 years agoAdd arch tagline
Miles Bader [Wed, 29 Aug 2007 02:29:12 +0000 (02:29 +0000)]
Add arch tagline

16 years ago(invisible-p): Remove: implemented in C now.
Stefan Monnier [Wed, 29 Aug 2007 01:14:48 +0000 (01:14 +0000)]
(invisible-p): Remove: implemented in C now.
(line-move-invisible-p): Remove obsolete alias.

16 years ago(Image Formats, Other Image Types): Add SVG.
Juri Linkov [Tue, 28 Aug 2007 22:42:44 +0000 (22:42 +0000)]
(Image Formats, Other Image Types): Add SVG.

16 years ago(Images): Move formats-related text to new node
Juri Linkov [Tue, 28 Aug 2007 22:35:39 +0000 (22:35 +0000)]
(Images): Move formats-related text to new node
"Image Formats".
(Image Formats): New node.

16 years ago(image-type): New variable.
Juri Linkov [Tue, 28 Aug 2007 22:32:07 +0000 (22:32 +0000)]
(image-type): New variable.
(image-mode): Set default major mode name to "Image[text]".
(image-minor-mode): Change LIGHTER to display image-type in the
mode line.
(image-minor-mode): Set default image-type to "text".
(image-toggle-display): After switching to text mode, set
image-type to "text" and major mode name to "Image[text]".
After switching to image mode, set image-type to actual image
type, and add image type to major mode name.  Let-bind the same
variable names as arguments of `image-type' and `create-image'.
Bind `type' to the result of `image-type' and use it as arg
of `create-image' to not determine the image type twice.

16 years agoMention bubble game.
Thien-Thi Nguyen [Tue, 28 Aug 2007 20:16:14 +0000 (20:16 +0000)]
Mention bubble game.

16 years ago* net/tramp.el (tramp-handle-set-file-times): Flush the file
Michael Albinus [Tue, 28 Aug 2007 20:09:58 +0000 (20:09 +0000)]
* net/tramp.el (tramp-handle-set-file-times): Flush the file
properties.
(tramp-set-file-uid-gid, tramp-get-local-uid)
(tramp-get-local-gid): New defuns.
(tramp-handle-copy-file): Handle new parameter PRESERVE-UID-GID.
(tramp-do-copy-or-rename-file): New parameter PRESERVE-UID-GID.
Improve fast track.
(tramp-do-copy-or-rename-file-directly): Sync parameter list with
the other tramp-do-copy-or-rename-file-* functions.  Major
rewrite.
(tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
(tramp-handle-write-region): Improve fast track.
(tramp-handle-file-remote-p): IDENTIFICATION can also be
'localname.
(tramp-maybe-open-connection): Let `process-adaptive-read-buffering'
be nil.

16 years agocrunch
Dan Nicolaescu [Tue, 28 Aug 2007 16:28:02 +0000 (16:28 +0000)]
crunch

16 years agocrunch
Dan Nicolaescu [Tue, 28 Aug 2007 16:22:06 +0000 (16:22 +0000)]
crunch

16 years agoNew feature to display several time zones in a buffer.
Richard M. Stallman [Tue, 28 Aug 2007 15:06:43 +0000 (15:06 +0000)]
New feature to display several time zones in a buffer.
(display-time-world-mode, display-time-world-display)
(display-time-world, display-time-world-timer): New functions.
display-time-world-list, display-time-world-time-format)
(display-time-world-buffer-name, display-time-world-timer-enable)
(display-time-world-timer-second, display-time-world-mode-map):
New variables.

16 years agoFix comment.
Jan Djärv [Tue, 28 Aug 2007 10:16:42 +0000 (10:16 +0000)]
Fix comment.

16 years ago(x-gtk-stock-map): New variable.
Jan Djärv [Tue, 28 Aug 2007 10:16:00 +0000 (10:16 +0000)]
(x-gtk-stock-map): New variable.
(x-gtk-map-stock): New function.

16 years ago(info-tool-bar-map): Add :rtl keyword to right/left-arrow and
Jan Djärv [Tue, 28 Aug 2007 10:15:23 +0000 (10:15 +0000)]
(info-tool-bar-map): Add :rtl keyword to right/left-arrow and
prev/next-node.

16 years agoQrtl is new.
Jan Djärv [Tue, 28 Aug 2007 10:14:02 +0000 (10:14 +0000)]
Qrtl is new.
(parse_tool_bar_item): Handle :rtl keyword.
(syms_of_keyboard): Intern :rtl keyword.

16 years ago(enum tool_bar_item_idx): Add TOOL_BAR_ITEM_RTL_IMAGE.
Jan Djärv [Tue, 28 Aug 2007 10:11:50 +0000 (10:11 +0000)]
(enum tool_bar_item_idx): Add TOOL_BAR_ITEM_RTL_IMAGE.

16 years ago(xg_tool_bar_expose_callback): Just do SET_FRAME_GARBAGED
Jan Djärv [Tue, 28 Aug 2007 10:11:19 +0000 (10:11 +0000)]
(xg_tool_bar_expose_callback): Just do SET_FRAME_GARBAGED
so no Lisp code is executed.
(file_for_image, find_rtl_image): New functions.
(xg_get_image_for_pixmap): Use file_for_image
(update_frame_tool_bar): If direction is RTL, use RTL image if
defined.  Use Gtk stock images if defined.

16 years ago*** empty log message ***
Glenn Morris [Tue, 28 Aug 2007 08:44:36 +0000 (08:44 +0000)]
*** empty log message ***

16 years agoUnify Makefile stuff.
Glenn Morris [Tue, 28 Aug 2007 08:43:22 +0000 (08:43 +0000)]
Unify Makefile stuff.

16 years agoMore of the same.
Glenn Morris [Tue, 28 Aug 2007 08:38:34 +0000 (08:38 +0000)]
More of the same.

16 years agoMore of the same.
Glenn Morris [Tue, 28 Aug 2007 08:29:15 +0000 (08:29 +0000)]
More of the same.

16 years agoSome more tidying and simplification pending merge.
Glenn Morris [Tue, 28 Aug 2007 08:23:05 +0000 (08:23 +0000)]
Some more tidying and simplification pending merge.

16 years agoSome more tidying and simplification pending merge.
Glenn Morris [Tue, 28 Aug 2007 08:10:08 +0000 (08:10 +0000)]
Some more tidying and simplification pending merge.